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 105157 - Backend stock icons off icon theme standard
Backend stock icons off icon theme standard
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.2.x
Other other
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 107294 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-02-03 21:21 UTC by Havoc Pennington
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Havoc Pennington 2003-02-03 21:21:30 UTC
http://www.freedesktop.org/standards/icon-theme-spec.html

Implementation code in libgnomeui/gnome-icon-theme.c etc.

Possibly also export a public API for icon theme handling. 
Perhaps the API could just extend GtkIconFactory, GtkIconSource, 
etc. somehow.
Comment 1 Matthias Clasen 2003-02-28 21:49:26 UTC
*** Bug 107294 has been marked as a duplicate of this bug. ***
Comment 2 Matthias Clasen 2003-02-28 21:49:44 UTC
*** Bug 107294 has been marked as a duplicate of this bug. ***
Comment 3 Owen Taylor 2003-07-02 22:53:39 UTC
Wed Jul  2 18:00:56 2003  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkiconfactory.[ch]: Add
        gtk_icon_source_set/get_icon_name() to allow stock icons
        to be based off of named theme icons.
 
        * gtk/gtkiconfactory.c: Rework sources so that the source
        is *either* a pixbuf, or a filename, or an icon name,
        instead of the pixbuf/filename mix it was before. Put a
        workaround for get_pixbuf() so that it can return the
        filename pixbuf, e.g, for render_icon().
 
        * gtk/gtkiconfactory.c: Make the default setup use
        themed icons, and add builtin icons to the default
        icon theme for all the standard pixbufs, so we
        don't rely on actually having an icon theme on disk.
 
        * gtk/gtkrc.c: Add support for @"icon-name" to specify
        a themed icon for a stock icon source.