You are not logged in.

#1 2019-08-06 20:51:02

ThaChillera
Member
Registered: 2018-04-08
Posts: 11

[XFCE] Default Webbrowser not always adhered to

Hi,

In XFCE my default webbrowser is set to Firefox. However, I have an ungoogled chromium installed as a backup browser.

Since a few weeks Gnome Evolution and Runelite open links in chromium. Especially in Evolution this is very annoying.

Other apps, like Steam, Discord and Franz still open links in Firefox.

Attempted tests/solutions:

running the command "xdg-open http://www.duckduckgo.com" opens the URI in Firefox, as expected.

Based on https://bbs.archlinux.org/viewtopic.php?id=247094 I've checked .config/mimeapps.list, but this isn't an issue either

Does anybody have any suggestions?

Offline

#2 2019-08-08 22:40:53

Radioactiveman
Member
From: Germany
Registered: 2010-05-13
Posts: 388

Re: [XFCE] Default Webbrowser not always adhered to

How did you set Firefox as default browser?

Does Firefox confirm it is the default browser in its settings?
What does the Xfce settings manager (xfce4-settings-manager) show at "Preferred Applications"?

Offline

#3 2019-10-25 15:52:56

FeedtheAmoeba
Member
Registered: 2019-10-25
Posts: 1

Re: [XFCE] Default Webbrowser not always adhered to

If you didn't already, try adding the following lines to ~/.config/mimeapps.list under the [Default Applications] section:
x-scheme-handler/http=firefox.desktop
x-scheme-handler/https=firefox.desktop

I was having the same problem and this is what fixed it. If it still doesn't work then we can compare our mimeapps.list files, maybe there's another line affecting it. I have the following lines that reference Firefox:

[Added Associations]
application/xml=firefox.desktop;
text/html=firefox.desktop;
application/rdf+xml=firefox.desktop;
image/webp=firefox.desktop;
application/xhtml+xml=firefox.desktop;
application/x-khtml-adaptor=firefox.desktop;


[Default Applications]
text/html=firefox.desktop
application/rdf+xml=firefox.desktop
image/webp=firefox.desktop
application/xhtml+xml=firefox.desktop
application/x-khtml-adaptor=firefox.desktop
url-handlers/http=firefox.desktop
url-handlers/https=firefox.desktop
gnome/url-handlers/https=firefox.desktop
gnome/url-handlers/http=firefox.desktop
x-scheme-handler/http=firefox.desktop
x-scheme-handler/https=firefox.desktop

Last edited by FeedtheAmoeba (2019-10-25 15:59:04)

Offline

Board footer

Powered by FluxBB