Links don't open properly on Linux when Mullvad Browser is set as default #289
Labels
package
This issue is related to packaging and distributing the Mullvad Browser
Milestone
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:
that's it, now it's default, links from other applications are opened and no repositories are needed.
The text was updated successfully, but these errors were encountered: