After a fresh install of Ubuntu 10.04 and having installed a bunch of apps, I wanted to adjust the main menu but have found that I can't actually launch the main menu from the System / Preferences menu. Nothing happens. Tried typing the Main Menu command alacarte into terminal, and I get the following read out.
jvc@CF1:~$ 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/jvc/.config/menus/applications.menu'
jvc@CF1:~$
Any idea how to get main menu up and running again?



Adv Reply



Bookmarks