I'm in the sudoers
file (username ALL=(ALL) ALL
, but am not the root user on a machine.
When I want to install something from Ubuntu Software, or want to execute some other root operation from a GUI, I get the following popup:
This popup shows the root user (name redacted in image), not me. I have the permission to do this operation (I'm in the sudoers
file after all), but the popup doesn't give me any option to change the user that should do the operation. How do I solve this? I can of course execute the corresponding command with sudo
from the terminal, but I'd like to be able to use the GUI as well.