GNOME Bugzilla – Bug 647382
Python error on startup with gnome-menus 2.91.6+
Last modified: 2011-08-22 18:49:40 UTC
Running Arch linux - gnome 3 - alacarte-0.13.2-3: System up2date when running alacarte from shell i get this output error: Traceback (most recent call last):
+ Trace 226679
main()
app = MainWindow(datadir, version, sys.argv)
self.editor = MenuEditor()
self.__loadMenus()
self.settings.path = os.path.join(util.getUserMenuPath(), self.settings.tree.get_menu_file())
if b.startswith('/'):
I cannote edit menus.... Thanks
in gnome-menus 3.0.0 the System category was dropped and i think that is related to that.
In my system alacarte works fine, with gnome 3 fully up to date...
Created attachment 188275 [details] [review] Drop settings.menu since it’s not provided in gnome-menus anymore. Here is a patch from Debian, which fixes this bug.
(In reply to comment #3) > Created an attachment (id=188275) [details] [review] > Drop settings.menu since it’s not provided in gnome-menus anymore. > > Here is a patch from Debian, which fixes this bug. Note that this patch should only be used on systems with >=gnome-menus-2.91.6 (the earliest version that dropped settings.menu).
*** Bug 655113 has been marked as a duplicate of this bug. ***
Comment on attachment 188275 [details] [review] Drop settings.menu since it’s not provided in gnome-menus anymore. Please commit to head. Might need minor changes due to switch to gobject introspection.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.