Menu icons in the new menu can't be disabled. The option exists in the configuration-dialog, but the menu implementation does not take it into account.
Created attachment 1280 Possible fix. This patch should fix the show-menu-icons option.
(In reply to comment #1) > Created an attachment (id=1280) [details] > Possible fix. > > This patch should fix the show-menu-icons option. > Sorry, this does not work when the user chooses a different menu file. Looking into that now.
Created attachment 1281 Fix the panel-plugin This patch fixes the panel-plugin to set toggle 'show icons' on custom menu's.
Created attachment 1282 Fix the panel-plugin (forgot to fix the same thing with the default menu) I had forgotten to do the same to the default menu callback, this patch fixes the issue for both options.
Fixed in trunk... needs to be hooked up to your new settings dialog tho ^_~.