https://bugzilla.novell.com/show_bug.cgi?id=781074 https://bugzilla.novell.com/show_bug.cgi?id=781074#c6 Michael Webster <miketwebster@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |miketwebster@gmail.com --- Comment #6 from Michael Webster <miketwebster@gmail.com> 2012-09-24 14:17:19 UTC --- Do you have a .menu file that I could try to reproduce this with? Alternatively, could you try the following: Edit line 1298 of the menu applet.js file to begin with: let subdir ..... Thanks (In reply to comment #0)
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0
Custom (tree) cinnamon-applications.menu is not parsed correctly under cinnamon 1.5.8. Several menus and most menu entries are missing. The same menu works well under Gnome fallback (this should exclude a syntax error in the menu).
Reproducible: Always
Steps to Reproduce: 1. just relace cinnamon-applications.menu with your own menu or set XDG_CONFIG_DIRS to an alternate location containing you own cinnamon-applications.menu and restart cinnamon. 2. If you just replace teh menu file without changing XDG_CONFIG_DIRS, there is no need to restart cinnamon. 3. Actual Results: Some menus and mots menu items are missing. The following warning appears in the log; JS ERROR: !!! WARNING: 'assignment to undeclared variable subdir' JS ERROR: !!! WARNING: file '/usr/share/cinnamon/applets/menu@cinnamon.org/applet.js' line 1298 exception 0 number 156
Expected Results: All menus and items are displayed.
As a temporary workaround, using menu@cinnamon.org/applet.js from version 1.4.0 (copying this file to /usr/share/cinnamon/applets/menu@cinnamon.org/) would solve the menu issue (all menus and entries are displayed correctly) but produces this warning over and over:
(cinnamon:2899): Clutter-WARNING **: Attempting to add actor of type 'CinnamonGenericContainer' to a container of type 'StBoxLayout', but the actor has already a parent of type 'StBoxLayout'.
(cinnamon:2899): Clutter-WARNING **: Attempting to add actor of type 'StScrollView' to a container of type 'StBoxLayout', but the actor has already a parent of type 'StBoxLayout'.
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.