Is there a way to change the browser links will open up to? #1107
-
Whenever I click a link, it will open it up on my external default browser the OS has chosen. However, I would like to be able to set which browser it will open up to. Is there a way to change this? It currently opens on Brave, but would like for it to open on Microsoft Edge. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can use
|
Beta Was this translation helpful? Give feedback.
You can use
--defaultURLHandler
argument. But remember this will not work insandboxed
packages likeflatpak
orsnap
as they restrict access to/usr/bin
or other system folders. If you're on nativedeb
orrpm
:teams-for-linux --defaultURLHandler google-chrome
will launch external links ingoogle-chrome
. Replacegoogle-chrome
with your binary of choice. If things are working well you can add this setting toconfig.json
or have it in.desktop
file as argument itself.