-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sudo with grahical password prompt? #87
Comments
This is a good idea, in theory there's only a few places it needs to change:
The tricky part is that we would want to set it in the config file and then it needs to "globally" available. |
That's a tricky decision to make, to be honest. Would it be for power users to be able to make their own customization or would it be to make it easier for users? If it's the first one I think a simple env variable should cut it. A self defined sudo command (and arguments, presumably). |
Yeah, I think it can be added as like a configuration option with different options (sudo, please, gksu, and polkit keyring stuff). I need to take a look at how the latter works though. Eventually it'd be cool to create a GUI for vopono as a like a toolbar icon to handle these sorts of cases even easier. |
Is there any way to use gksu, for instance, instead of sudo to prompt for the password?
The use case would be creating a shortcut in a start menu which starts Firefox through vopono
The text was updated successfully, but these errors were encountered: