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
When trying to run the app, it fails trying to locate /opt/Mullvad - the space in the Mullvad VPN folder name is not properly escaped. Wrapping the path into an extra pair of single quotes resolves this: /bin/sh -l -c "'/opt/Mullvad VPN/mullvad-vpn'" %U.
Not sure if this is problem with apx not escaping the path sufficiently, or with something else.
The text was updated successfully, but these errors were encountered:
I'm not familiar with VanillaOS; however, from reading this issue, the problem might be with the distrobox-enter command. Before 1.4.2.1 they suggest in their docs to "use single quotes around your double quotes". But for future versions this was no longer necessary because of this PR.
This seems to exactly match the problem you are having, but seeing that apx is using distrobox v1.6.0.1 this might not be the case (unless if distrobox-enter regressed after some time).
I am not sure if this is a fault with apx, but it may be. Sorry if it's not, just close the issue then.
I installed the .deb package of Mullvad VPN client via
sudo apt install ./mullvad.deb
, and the following .desktop file was generated for it:When trying to run the app, it fails trying to locate
/opt/Mullvad
- the space in theMullvad VPN
folder name is not properly escaped. Wrapping the path into an extra pair of single quotes resolves this:/bin/sh -l -c "'/opt/Mullvad VPN/mullvad-vpn'" %U
.Not sure if this is problem with apx not escaping the path sufficiently, or with something else.
The text was updated successfully, but these errors were encountered: