After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 116259 - hardcoded icons not being looked for in the icon theme
hardcoded icons not being looked for in the icon theme
Status: VERIFIED INCOMPLETE
Product: gnome-panel
Classification: Other
Component: general
2.3.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-29 14:20 UTC by Mark Finlay
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Mark Finlay 2003-06-29 14:20:55 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.
Comment 1 Mark McLoughlin 2003-07-02 12:17:53 UTC
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 
Comment 2 Mark Finlay 2003-09-19 12:24:52 UTC
havent seen this since - must have been my setup