Results 1 to 9 of 9

Thread: System>Preferences<Main Menu won't open

  1. #1
    Join Date
    Oct 2010
    Location
    Canada
    Beans
    334
    Distro
    Ubuntu 12.04 Precise Pangolin

    System>Preferences<Main Menu won't open

    I just wanted to modify s shortcut, but it just did not open. I'm not sure if this is supposed to help or hurt anyone, but does anyone see any problems?
    Code:
    ibo@ibo-laptop:~$ alacarte
    Traceback (most recent call last):
      File "/usr/bin/alacarte", line 36, in <module>
        main()
      File "/usr/bin/alacarte", line 32, in main
        app = MainWindow(datadir, version, sys.argv)
      File "/usr/lib/pymodules/python2.6/Alacarte/MainWindow.py", line 48, in __init__
        self.editor = MenuEditor()
      File "/usr/lib/pymodules/python2.6/Alacarte/MenuEditor.py", line 36, in __init__
        self.__loadMenus()
      File "/usr/lib/pymodules/python2.6/Alacarte/MenuEditor.py", line 63, in __loadMenus
        self.save(True)
      File "/usr/lib/pymodules/python2.6/Alacarte/MenuEditor.py", line 67, in save
        fd = open(getattr(self, menu).path, 'w')
    IOError: [Errno 13] Permission denied: '/home/ibo/.config/menus/applications.menu'
    ibo@ibo-laptop:~$ cd ~/.config/

  2. #2
    Join Date
    Mar 2010
    Location
    Norway
    Beans
    674

    Re: System>Preferences<Main Menu won't open

    do
    Code:
    chmod 644 /home/ibo/.config/menus/applications.menu
    And try again.

  3. #3
    Join Date
    Oct 2010
    Location
    Canada
    Beans
    334
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: System>Preferences>Main Menu won't open

    Code:
    ibo@ibo-laptop:~/Downloads$ sudo chmod 644 /home/ibo/.config/menus/applications.menu
    chmod: cannot access `/home/ibo/.config/menus/applications.menu': No such file or directory
    ibo@ibo-laptop:~/Downloads$

  4. #4
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: System>Preferences<Main Menu won't open

    What does this return:

    Code:
    ls -al .config/menus/

  5. #5
    Join Date
    Oct 2010
    Location
    Canada
    Beans
    334
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: System>Preferences<Main Menu won't open

    Quote Originally Posted by wojox View Post
    What does this return:

    Code:
    ls -al .config/menus/
    Code:
    ibo@ibo-laptop:~/Downloads$ ls -al .config/menus/
    ls: cannot access .config/menus/: No such file or directory
    ibo@ibo-laptop:~/Downloads$

  6. #6
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: System>Preferences<Main Menu won't open

    Quote Originally Posted by layers View Post
    Code:
    ibo@ibo-laptop:~/Downloads$ ls -al .config/menus/
    ls: cannot access .config/menus/: No such file or directory
    ibo@ibo-laptop:~/Downloads$
    Your in Downloads. Try this:

    Code:
    ls -al /home/ibo/.config/menus/

  7. #7
    Join Date
    Oct 2010
    Location
    Canada
    Beans
    334
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: System>Preferences<Main Menu won't open

    Quote Originally Posted by wojox View Post
    Your in Downloads. Try this:

    Code:
    ls -al /home/ibo/.config/menus/
    sorry, multitasking (not probably doing even one task properly, though).
    Code:
    ibo@ibo-laptop:~$ ls -al /home/ibo/.config/menus/
    ls: cannot access /home/ibo/.config/menus/.: Permission denied
    ls: cannot access /home/ibo/.config/menus/..: Permission denied
    ls: cannot access /home/ibo/.config/menus/applications-merged: Permission denied
    total 0
    d????????? ? ? ? ?                ? .
    d????????? ? ? ? ?                ? ..
    d????????? ? ? ? ?                ? applications-merged
    ibo@ibo-laptop:~$

  8. #8
    Join Date
    Mar 2010
    Location
    Norway
    Beans
    674

    Re: System>Preferences<Main Menu won't open

    Code:
    sudo chown -R ibo:ibo /home/ibo/.config/menus/
    Then report the output of
    Code:
    ls -al  /home/ibo/.config/menus/

  9. #9
    Join Date
    Oct 2010
    Location
    Canada
    Beans
    334
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: System>Preferences<Main Menu won't open

    Quote Originally Posted by Smart Viking View Post
    Code:
    sudo chown -R ibo:ibo /home/ibo/.config/menus/
    Then report the output of
    Code:
    ls -al  /home/ibo/.config/menus/
    I do not know what I (you) did, but thanks. It worked.

    Code:
    ibo@ibo-laptop:~$ sudo chown -R ibo:ibo /home/ibo/.config/menus/
    [sudo] password for ibo: 
    ibo@ibo-laptop:~$ ls -al /home/ibo/.config/menus/
    total 12
    drwxrw-rw-  3 ibo ibo 4096 2011-01-26 23:08 .
    drwxr-xr-x 13 ibo ibo 4096 2011-01-27 21:33 ..
    drwxrw-rw-  2 ibo ibo 4096 2011-01-26 23:08 applications-merged
    ibo@ibo-laptop:~$

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
  •