GNOME Bugzilla – Bug 590647
use :always-show-image for boomarks/places in menus
Last modified: 2009-08-08 13:10:42 UTC
We recently switched to not showing icons by default in menus. For some kinds of menuitems, we always want to show icons, including bookmarks and places. To fix this in nautilus, please set the always-show-image property on these menuitems.
*** Bug 590652 has been marked as a duplicate of this bug. ***
Created attachment 139811 [details] [review] Always show application icons This patch adds support for always showing the applications icons. Originally posted in bug #546916 (closed). If I get comments on this I could fix the other entries.
Patch is good, but it only solves the problem in the right-click menu, we still need to add back the icons in Bookmarks & Go.
A. Walton, thanks. I'll try to fix the other ones.
Created attachment 139828 [details] [review] Adds icons to history and go menu Adds icons to history and go menu. Not sure if the array is the way to go, if not please comment on how to do it and I'll fix it.
Created attachment 139829 [details] Screenshot of go menu with icons.
Found a problem with the patch when browsing in spatial mode, the Places menu didn't get the icons. I'll fix it tomorrow.
Created attachment 139831 [details] [review] additional patch for icons in spatial mode
These look good to me.
There should be a property on GtkAction to properly fix that (you wouldn't need to use gtk_ui_manager_get_widget), see bug #589842.
Committed to master, closing as fixed.