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 132095 - add hicolor-icon-theme dependency
add hicolor-icon-theme dependency
Status: RESOLVED FIXED
Product: adwaita-icon-theme
Classification: Core
Component: general
unspecified
Other Linux
: Urgent major
: ---
Assigned To: Jakub Steiner
Jakub Steiner
Depends on:
Blocks:
 
 
Reported: 2004-01-21 13:49 UTC by david.hawthorne
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: 2.6.next
GNOME version: ---



Description david.hawthorne 2004-01-21 13:49:32 UTC
gnome-icon-theme from CVS HEAD will not build properly without
hicolor-icon-theme from freedesktop.org. The "--disable-hicolor-check" flag
enables building but produces many missing icons on the gnome desktop and
does not appear a viable alternative. "hicolor-icon-theme" should be a
properly documented module dependency.
Comment 1 Telsa Gwynne 2004-01-29 23:21:28 UTC
Yeah, I just ran into this using jhbuild. It got all the way through 
configure and make, and only noticed there was no "hicolor" in
make install. Noticing in configure would have saved some time.
This is not a fast box :) 

(I wonder whether the --disable flag is the explanation for a
rash of "I am using latest Gnome and all my icons have gone"
questions on #gnome over the last week.)
Comment 2 Luis Villa 2004-02-05 22:31:50 UTC
This absolutely has to work before release, and is still hosed on my
box with HEAD. Jody, can you take a look and make sure this is now
doing the right thing?
Comment 3 Jody Goldberg 2004-02-05 22:49:22 UTC
1) Do not --disable-hicolor-check
we put it there for a reason.  The hicolor theme is a documented part
of the icon-theme spec

http://freedesktop.org/Standards/icon-theme-spec/icon-theme-spec-0.7.html

2) Unfortunately we need to do the test at install time because it is
only then that we really know where things are going.

3) build time for this module is not onerous it doesn't do any
compilation just copying.

4) As a fall back there is now a warning in gtk+ itself when hicolor
is not installed an an icon lookup fails.