Got a new Pi3 and set up a new microSD card with the latest Raspbian Jessie image.
Logged in to the default user account (pi/raspberry) and set up a new user/password and added my new user as a sudoer using visudo, then logged out and back in to my user account (the new user I created).
In my account I installed apps, some of which require superuser/root permissions to run, but the problem is when I try to launch one of those from the GUI, it asks for the default "pi" user password, and not mine.
Let's take gparted as an example. From MY account I installed gparted from the cli (sudo apt-get install gparted) using MY password, and it appears in under "Preferences" in the menu. When I click on it a dialog comes up asking for authentication, but it wants the "pi" user password.
The whole point of setting up my own user account was to use my own name and password, but it seems that Raspbian is set up in some way to not allow that. What's up with that? And is there a fix?
Thanks.