当我尝试在 12.04 中向菜单添加任何内容时,出现此错误。
$ alacarte
Traceback (most recent call last):
File "/usr/share/alacarte/Alacarte/MainWindow.py", line 317, in on_new_item_button_clicked
process = subprocess.Popen(['gnome-desktop-item-edit', file_path], env=os.environ)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
答案1
这是 Alacarte 中的一个错误。
您需要安装该包,gnome-panel
因为 Alacarte 想要使用gnome-desktop-item-edit
该包中的程序()。
答案2
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/1089438/
我已经创建了一个独立于 gnome-panel 安装的补丁。谢谢 :)