Lost my admin menu in Debian/GNOME

5

1

I lost my admin menu in Debian during an update. For example I need to disable automatic time-update, and then change the time, but can't find it in my menus.

I am running the GUI as a regular user, and when it worked I would have to enter an admin password to make changes.

  1. How do I get it back in my menus?
  2. Is there some command-line interface to launch?

Olav

Posted 2011-11-14T09:01:51.787

Reputation: 626

sounds like a sudoers issue but I am not sure about the default setup of debian and sudo https://help.ubuntu.com/community/Sudoers#The_Default_Ubuntu_Sudoers_File maybe ubuntu helps

– seqastian – 2011-11-14T09:37:44.307

1It was lost during upgrades, so it should not be the issue (but thanks) – Olav – 2011-11-15T16:45:35.367

Any luck? I'm stuck with this issue too :( – jb. – 2011-11-17T11:16:57.960

Could you check if you're using Gnome 3? This new version don't have the admin menu by default. The fix for Ubuntu should also apply on Debian. – billc.cn – 2011-11-19T07:01:59.813

I don't work on that computer anymore, so i can't verify. But the answer looks quite good. – Olav – 2011-12-21T17:30:47.413

Answers

4

One source advices to reinstall the gnome-system-tools package to restore the menu.

Another source advices to reinstall the gnome-main-menu and gnome-main-menu-devel (not required) packages, and adding the nautilus-gnome-main-menu package.

Still another source advices :

I find ~/.gconf and ~/.gconfd and move them to gconf and gconfd. I copy /root/.gconf and /root/.gconfd to ~, change the owner, relog. I do see the top panel!

The thread Ubuntu 11.10 Upgrade: Missing Your System Menu (Preferences & Administration) Launchers?, although for Ubuntu rather than Debian, makes interesting reading. You might try the several solutions mentioned in it.

Other people admit giving up on this and going with KDE or Unity.

harrymc

Posted 2011-11-14T09:01:51.787

Reputation: 306 093