Auto-starting a GUI application that requires sudo
- by nanostuff
Question:
I need to auto-start a GUI application that requires sudo.
I know I need to edit the sudoers file with:
sudo visudo
However, I don't know what to write in the file.
What I already tried:
sudo visudo
and then added the following:
nanostuff ALL = NOPASSWD: /usr/lib/AirVPN/AirVPN.exe
I also tried with:
nanostuff ALL = NOPASSWD…