You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says the Mullvad Browser doesn't work on Qubes Disposable VMs, the VM starts then closes immediately after starting
Looking into this the problem appears to be in "/usr/share/applications/mullvad-browser.desktop". It uses the parameter "--detach", in doing this the main process id that the disposable keeps an eye on exits as such the disposable VM shuts down as it thinks it has finished.
To fix this simply remove the "--detach" parameter from the above .desktop entry.
Checked the issues as well as on the Tor Project Gitlab, none are similar.
The text was updated successfully, but these errors were encountered:
As the title says the Mullvad Browser doesn't work on Qubes Disposable VMs, the VM starts then closes immediately after starting
Looking into this the problem appears to be in "/usr/share/applications/mullvad-browser.desktop". It uses the parameter "--detach", in doing this the main process id that the disposable keeps an eye on exits as such the disposable VM shuts down as it thinks it has finished.
To fix this simply remove the "--detach" parameter from the above .desktop entry.
Checked the issues as well as on the Tor Project Gitlab, none are similar.
The text was updated successfully, but these errors were encountered: