Matray opens links with chromium

I have Firefox set as my default browser, however matray continues to open pages with chromium. I did not see an option in preferences for browser choice. Is there a way to set it to use Firefox instead?

It only happens with links from matray?

Email links in Thunderbird open in Firefox but that could be a “mozilla” thing.
If I open a link from Konsole, it too opens in Chromium.

So… I dunno. :slight_smile:

Is there a particular test you would like for me to run or a setting to look at? I am running Plasma if that matters.

Edit: If I uninstall Chromium they will open in Firefox.

Edit 2: Reinstall Chromium and they open again in Chromium.

Sounds like a MIME type issue. So look through those in your settings.

$ cat ~/.config/mimeapps.list

[Added Associations]
application/pdf=firefox.desktop;
application/x-extension-htm=firefox.desktop;
application/x-extension-html=firefox.desktop;
application/x-extension-shtml=firefox.desktop;
application/x-extension-xht=firefox.desktop;
application/x-extension-xhtml=firefox.desktop;
application/x-xz=manjaro-arm-flasher.desktop;
application/xhtml+xml=firefox.desktop;
image/jpeg=okularApplication_kimgio.desktop;
text/html=firefox.desktop;
x-scheme-handler/chrome=firefox.desktop;
x-scheme-handler/ftp=firefox.desktop;
x-scheme-handler/http=firefox.desktop;
x-scheme-handler/https=firefox.desktop;

[Default Applications]
application/x-extension-htm=firefox.desktop
application/x-extension-html=firefox.desktop
application/x-extension-shtml=firefox.desktop
application/x-extension-xht=firefox.desktop
application/x-extension-xhtml=firefox.desktop
application/x-xz=manjaro-arm-flasher.desktop;
application/xhtml+xml=firefox.desktop
text/html=firefox.desktop
x-scheme-handler/chrome=firefox.desktop
x-scheme-handler/ftp=firefox.desktop
x-scheme-handler/http=firefox.desktop
x-scheme-handler/https=firefox.desktop

matray use xdg-open

view man get/check/set

xdg-settings get default-web-browser
chromium.desktop

Ah, you may be correct. I will confirm tomorrow. Unfortunately I am no longer in front of the same pi4. But the one I am using now, matray opens links with Firefox and it has firefox.desktop set in xdg-settings.

Edit: Yes, this was the issue. I set it to firefox.desktop and now mstray is now opening links with Firefox.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.