Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cinnamon-menu-editor has missing dependency libgnome-menu.so.2 #494

Closed
leigh123linux opened this issue Mar 7, 2012 · 1 comment
Closed

Comments

@leigh123linux
Copy link
Contributor

libgnome-menu.so.2 doesn't exist in gnome3

[leigh@main_pc SPECS]$ cinnamon-menu-editor
Traceback (most recent call last):
File "/usr/bin/cinnamon-menu-editor", line 5, in
from Alacarte import MainWindow
File "/usr/lib/cinnamon-menu-editor/Alacarte/MainWindow.py", line 19, in
import gtk, gmenu, gobject, gio
ImportError: libgnome-menu.so.2: cannot open shared object file: No such file or directory

@giorgiofranceschi
Copy link

Does not work on Ubuntu 11.XX and all distros that do not have GNOME 2. Requires libgnome-menu.so.2 (and thus python-gmenu). Moreover, the Alacarte package requires gnome-panel, gnome-applets, etc.. and other pieces of GNOME 2.

Perhaps you can try to use:

from gi.repository import GMenu

See for example http://git.gnome.org/browse/gnome-menus/tree/simple-editor/GMenuSimpleEditor/menutreemodel.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants