openplotter
openplotter copied to clipboard
sudo prompt in the console
When openplotter call sudo during the startup sequence.
If I don't have the insecure NOPASSWD:ALL set for my user in /etc/sudoers
sudo prompt in the terminal. The problem is, when I don't launch openplotter from the terminal, I can't provide my password and the python script hang eternaly.
It would be nice to have support for GUI prompt like gksu, kdesu and others.
Or avoid the use of sudo. But that's a bigger job.