I recently installed Fedora 16 alpha. It uses Gnome 3.1 and I've run into a problem that I can't seem to find a solution for.
I want to add some custom application launchers to the Applications-menu but using alacarte, which I've been told is the way to go, doesn't work. It crashes with the following error:
Traceback (most recent call last):
File "/usr/bin/alacarte", line 22, in <module>
from Alacarte.MainWindow import MainWindow
File "/usr/lib/python2.7/site-packages/Alacarte/MainWindow.py", line 19, in <module>
import gtk, gmenu, gobject, gio
ImportError: No module named gmenu
I've googled a bit and I'm not the only one experiencing this problem. However, I have yet to see anything close to a solution.
Does anybody know how to fix this or another way to add custom application launchers to the menu in Gnome 3.1?