GNOME Bugzilla – Bug 116259
hardcoded icons not being looked for in the icon theme
Last modified: 2009-08-15 18:40:50 UTC
In the file panel-stock-icons.c a load of hardcoded icons are listed. In particular I recently changed the logout icon to: { PANEL_STOCK_LOGOUT, "gnome-logout" } And added the icon to the icon theme. But the panel is not picking up the icon unless I manually copy/move it to PREFIX/share/icons/gnome-logout.png I can move this icon from the icon theme back to the panel to solve this problem but i'd prefer to keep the icons in the theme.
they're not hardcoded. if you look further down we look those uds up according to the icon theme: filename = gnome_desktop_item_find_icon ( panel_icon_theme, stock_icons [i].icon, icon_height, 0); You'll need to debug why that isn't working for you
havent seen this since - must have been my setup