Closed Lcchy closed 1 year ago
Hey,
It seems the issue is that it expects the password over stdin, but can't get it when there is no terminal.
So try either setting your user to NOPASSWD for sudo, so you can escalate privileges with no password, or set up an askpass program that sudo will use to request the password via a GUI.
Oh I see thanks! I did not realize vopono needed sudo rights to run as my terminal was already logged in when testing it.
Adding the line Terminal=true
to the .desktop made it possible to run, but the prompt for a sudo password each time I open Firefox makes the UX a bit difficult.
I will refer to #189 to see if an alternative way is possible. Thanks again!
Hi there, First of all, thank you so much for this amazing tool! It is exactly what I have been looking for!
I am trying to set up Firefox to launch by default via Vopono. I therefore modified my firefox.desktop file and replaced:
with
But when launching the app through the (Gnome) launcher, Firefox doesn't start.
ps aux | grep firefox
,vopono list
orjournalctl -f _COMM=firefox
don't show anything. The only sign of any activity is:and nothing else.
In contrast, when running
vopono exec --provider mullvad --server uk firefox
via the CLI it all works perfectly.If anyone has some advice or can help, I would be very grateful, thank you.
EDIT:
I did manage to get a few more error logs: