View previous topic :: View next topic |
Author |
Message |
Fog_Watch Apprentice
Joined: 24 Jul 2006 Posts: 268 Location: Utility Muffin Research Kitchen
|
Posted: Tue Jan 22, 2019 6:30 am Post subject: How to change the default browser in something like Evince |
|
|
Code: | $ xdg-settings get default-web-browser
chromium-browser-chromium.desktop
$ locate chromium-browser-chromium.desktop
/usr/share/applications/chromium-browser-chromium.desktop #Notice the filename and how the more sensible chromium-browser.desktop does not exist.
$ ls /usr/share/applications/firefox.desktop
/usr/share/applications/firefox.desktop
$ xdg-settings set default-web-browser firefox.desktop
$ xdg-settings get default-web-browser
firefox.desktop |
|
|
Back to top |
|
|
Keruskerfuerst Advocate
Joined: 01 Feb 2006 Posts: 2289 Location: near Augsburg, Germany
|
Posted: Tue Jan 22, 2019 2:14 pm Post subject: |
|
|
Which desktop do you use ?
KDE, Gnome or something else ?
P.S.: before you can use the browser, you have to install it. |
|
Back to top |
|
|
Fog_Watch Apprentice
Joined: 24 Jul 2006 Posts: 268 Location: Utility Muffin Research Kitchen
|
Posted: Wed Jan 23, 2019 2:04 am Post subject: |
|
|
Keruskerfuerst wrote: | KDE, Gnome or something else ? |
Sorry, should have said. icewm. |
|
Back to top |
|
|
|