mullvad-browser
mullvad-browser copied to clipboard
Links don't open properly on Linux when Mullvad Browser is set as default
Doesn't work properly in linux.
To get it to work correctly, you need to modify the shortcut by adding the %u parameter in one of three places /home/user/.local/share/applications/start-mullvad-browser.desktop
Exec=sh -c '"$(dirname "$")"/Browser/start-mullvad-browser --detach %u || ([ ! -x "$(dirname "$")"/Browser/start-mullvad-browser ] && "$(dirname "$*")"/start-mullvad-browser --detach %u)" dummy %k %u
Full instructions:
- download and unzip the browser
- run it with the --register-app parameter
- modify the created shortcut by adding the %u parameter to it
- execute xdg-settings set default-web-browser start-mullvad-browser.desktop
that's it, now it's default, links from other applications are opened and no repositories are needed.