Some apps open links in a non-default web browser

When clicking links on Manjaro hello or telegram it opens using chromium, instead of firefox (my default browser).
I even did ```
xdg-settings set default-web-browser firefox.desktop, but the problem persists. What can I do? Firefox is already my default browser on settings.
Manjaro Stable 20.2, KDE Edition

Thanks!

1 Like

I’m not sure if this is going to work under KDE, but in addition to the setting you mention, you can give those two commands a try

xdg-mime default firefox.desktop x-scheme-handler/https

and

xdg-mime default firefox.desktop x-scheme-handler/http

and see if that helps.

9 Likes

This was it!!!
Thanks, never would have guessed it

1 Like

Yes! This solved it for me as well! Thanks

1 Like

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