Password doesn't work for Synaptic Package Manager when started from Gnome panel

When I navigate to System->Administration->Synaptic Package Manager it will prompt me for a password. The problem is that it always says I entered the wrong password.

If I run the command "gksudo synaptic" from the console, the password I enter works fine and Synaptic starts with no issues.

I'm guessing I configured something improperly when setting up the OS. Any ideas to get Synaptic to work from the Gnome panel?

I'm running Ubuntu 10.10.

3

2 Answers

On Ubuntu 10.04, the Synaptic menu entry calls gksu --description /usr/share/applications/synaptic.desktop /usr/sbin/synaptic Did you enable the root user? If you did, you either want to use the root password or change the menu to gksudo or add --sudo-mode to the current menu entry.

This might help :

  1. Ensure that gconf-editor is installed
  2. Press Alt-F2 and run gconf-editor
  3. Go to apps > gksu and tick the 'sudo-mode' box
  4. Try Synaptic again.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like