GNOME Bugzilla – Bug 678924
New menus and items cannot be created under LXDE
Last modified: 2012-09-26 20:34:01 UTC
I'm running alacarte from git without the latest commit that requires a new version of gnome-menus (I'm at commit 514e4bdfad74b1783a8eed110b04c49cbaf174dd). I'm running it on Fedora 17 with gnome-menus patched to provide get_separator (issue 677344). If I'm running the LXDE desktop, no new menus or items can be created. Steps to reproduce: Run alacarte Click the "New Menu" button Enter "foo" for the name, leave the comment empty Click "OK" No menu named "foo" appears Click the "New Item" button Enter "foo" for the name, "xterm" for the command, leave the comment empty Click "OK" No menu item named "foo" appears If using the GNOME desktop, new menus and items can be created.
Just a hunch (maybe, who knows): do you use $XDG_MENU_PREFIX under LXDE to redirect to a more optimized menu structure? Then you'd face bug 683535.
Indeed, that variable is set. I don't know where it comes from. I didn't do anything to it. That's Fedora 16. $ echo $XDG_MENU_PREFIX lxde-
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. MArking as duplicate of bug 683535, which carries a patch for the same (As alacarte is written in python *** This bug has been marked as a duplicate of bug 683535 ***