Results 1 to 5 of 5

Thread: Menu Broken

  1. #1
    Join Date
    Nov 2006
    Location
    Round Rock, TX
    Beans
    238
    Distro
    Ubuntu 12.04 Precise Pangolin

    Menu Broken

    Hi All -
    I installed 10.10 64bit the other day. While everything works fine, I have noticed that the System-->Preferences-->Main Menu is broken. I click on it, but never see the GUI for the Main Menu pop up. Any ideas how to fix that?

    I will appreciate all your help.

    Thanks,
    Dhaval

  2. #2
    Join Date
    Jul 2010
    Beans
    86
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Menu Broken

    Huh.

    I would try rebooting the computer. Sometimes that does the trick.

    Maybe something with the panel (task bar) is wrong? You can right click on the panel and say "Add to Panel," and then grab "Main Menu." Might be different names in 10.10, I'm on 10.04.

    Additionally, the default keyboard shortcut for the menu is "Alt-F1." So, maybe the menu will open up if you use that keyboard shortcut.

    Good luck,
    heyandy889

  3. #3
    Join Date
    Mar 2008
    Location
    Las Vegas
    Beans
    1,148

    Re: Menu Broken

    In the terminal try:
    Code:
    update-menus
    Debian Stable
    FluxBox
    Mark Your Thread Solved

  4. #4
    Join Date
    Nov 2006
    Location
    Round Rock, TX
    Beans
    238
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Menu Broken

    Quote Originally Posted by Barriehie View Post
    In the terminal try:
    Code:
    update-menus

    Thanks guys for chiming in - however, let me add a bit more clarity (now that I know more) - the problem is with alacarte the menu editing tool in gnome. I have reinstalled it a couple of times, but that has obviously not helped. I have not had the courage to remove it completely and re-install it, but maybe I should do that.

    The other thing that I have done is run "gksu alacarte" from the terminal. That has at least brought up the menu editing tool, but I can't save the changes that I make - so something is obviously broken. I researched the web a little bit and seems like this was a problem a long time ago (alacarte 0.8 - it is now on 0.13.2) but was fixed in 0.9. I am not sure if this has regressed - it obviously feels like that.

    Again, thanks for looking - but I will appreciate if anyone has more insight into this.

    Thanks,
    Dhaval

  5. #5
    Join Date
    Oct 2010
    Beans
    1

    Re: Menu Broken

    hi all,
    I found the same problem (in Ubuntu 10.10 64bit) with my Menu Editor, I ran the "alacarte" command in terminal, it returned
    Code:
    sergeij@sergeij:~$ alacarte
    Traceback (most recent call last):
      File "/usr/bin/alacarte", line 37, in <module>
        main()
      File "/usr/bin/alacarte", line 33, in main
        app = MainWindow(datadir, version, sys.argv)
      File "/usr/share/alacarte/Alacarte/MainWindow.py", line 49, in __init__
        self.editor = MenuEditor()
      File "/usr/share/alacarte/Alacarte/MenuEditor.py", line 35, in __init__
        self.locale = locale.getdefaultlocale()[0]
      File "/usr/lib/python2.6/locale.py", line 478, in getdefaultlocale
        return _parse_localename(localename)
      File "/usr/lib/python2.6/locale.py", line 410, in _parse_localename
        raise ValueError, 'unknown locale: %s' % localename
    ValueError: unknown locale: en_AG
    I tried to unistall, reinstall, reboot system and any other thing you suggested here, but it is not working...
    may you help me??

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •