I cannot find any good menu editors. I've tried Alacarte and nothing loads. I launch it in the terminal and receive this error:
I've looked everywhere on Google with no leads.
I then tried Mozo which actually loaded but when I try to add an item or change something, I receive this error in the terminal:
Code:
Traceback (most recent call last):
File "/usr/local/bin/alacarte", line 21, in <module>
from Alacarte.MainWindow import main
ImportError: No module named 'Alacarte'
I've looked everywhere on Google with no leads.
I then tried Mozo which actually loaded but when I try to add an item or change something, I receive this error in the terminal:
Code:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/Mozo/MainWindow.py", line 313, in on_new_item_button_clicked
process = subprocess.Popen(['mate-desktop-item-edit', file_path], env=os.environ)
File "/usr/local/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/local/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory