PDA

View Full Version : [ubuntu] [SOLVED] Unable to edit Menu


pravin03
August 4th, 2008, 08:56 AM
Unable to edit menu[In Hardy(8.04)] when right clicking and selecting Edit menu.
It is not possible from system -preferences-Main menu.

philinux
August 4th, 2008, 09:14 AM
Unable to edit menu[In Hardy(8.04)] when right clicking and selecting Edit menu.
It is not possible from system -preferences-Main menu.


system -preferences-Main menu then
Right click your chosen menu item and select properties.

drs305
August 4th, 2008, 09:33 AM
You might also get there with:
alacarte

pravin03
August 4th, 2008, 12:41 PM
/usr/lib/python2.5/site-packages/apt/progress.py: inconsistent use of tabs and spaces in indentation
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/python2.5/site-packages/Alacarte/MainWindow.py", line 49, in __init__
self.editor = MenuEditor()
File "/usr/lib/python2.5/site-packages/Alacarte/MenuEditor.py", line 35, in __init__
self.locale = locale.getdefaultlocale()[0]
File "/usr/lib/python2.5/locale.py", line 443, in getdefaultlocale
return _parse_localename(localename)
File "/usr/lib/python2.5/locale.py", line 375, in _parse_localename
raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: ml_IN

pravin03
August 5th, 2008, 07:11 AM
problem was due to a language support issue.I enabled language support from system->Admnstn->Language Support.

Thanking all.