I am talking about the menu shown in the screenshot provided:
When I click on "Select user...", a list of users is shown, but my user is missing, although I have sudoer permissions.
I am talking about the menu shown in the screenshot provided:
When I click on "Select user...", a list of users is shown, but my user is missing, although I have sudoer permissions.
sudo
permissions? By adding to thesudo
group? – muru Feb 25 '16 at 10:02sudo adduser username sudo
solved my problem, I assumed having sudo permissions is equivalent to being in the sudo group. Guess i was wrong – Jakob Feb 25 '16 at 10:14