From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020 Description of problem: the icons (computer, desktop, trash, 1/2 menus eg. edutainment, ...) are lost after the last (i guess redhat-artwork) rawhide update. # grep redhat-artwork /var/log/yum.log* /var/log/yum.log.1:Feb 20 12:08:43 Updated: redhat-artwork.ppc 0.120-5 /var/log/yum.log.1:Feb 20 13:06:38 Updated: redhat-artwork.ppc 0.120-5 theme details window = smokey-blue windowborder = crux icons = gnome if i try to add a new icon eg for "Computer" (rihght-click, properties, embleme) there is an empty icon list. Version-Release number of selected component (if applicable): redhat-artwork.ppc 0.120-5 How reproducible: Always Steps to Reproduce: 1. rawhide update 2. reboot 3. login Actual Results: the most icons are lost Additional info: bluecurve is ok
I can confirm the problem. I just did a format of my hard drive, did a clean install of FC4Test1 followed by a full yum update, and when I log into GNOME, I get the horrendously ugly default icons, gnome foot, mozilla browser icon, etc. If I change to Bluecurve, most of the icons change to their pretty Red Hat equivelants, although the GNOME foot never goes away. KDE seems to work okay, so I am not sure if this is a problem with one of the GNOME components or redhat-artwork. I am currently using: [smearp@localhost ~]$ rpm -q redhat-artwork redhat-artwork-0.121-1 For that matter, when logged into the GNOME desktop, all the icons are missing for KDE programs. I will log into KDE and report back as to whether or not they show up there... Please let me know if there is anything I can do to help pinpoint the problem. Thanks!
An addendum to the above. The icons for everything show up fine in KDE (including the aforementioned KDE programs with no icons in GNOME). For the life of me I can't figure out how to switch themes in KDE or I'd try it (Control center just lets you switch KDE theme components...) -Sean
Default theme has switch from bluecurve to gnome icon's using the clearlooks engine. I'll look into some of the issues such as the mozilla icon showing up instead of a generic web browser icon when the design team gets back. As for emblems not showing up I could not reproduce that error as they are fine with all themes on my computer. Can either of you take a screenshot of your desktops and point out where the problems are. Thanks.
Created attachment 112498 [details] Bug Screenshot I am attaching a screenshot showing all of my reported problems (The default GNOME foot, browser icon, desktop icons, and missing KDE icons). Please let me know if there is anything else I can do to help pinpoint the problem. Thanks!
$ rpm -qa *artwork* kdeartwork-icons-3.4.0-1 kdeartwork-3.4.0-1 redhat-artwork-0.121-2 + desktop-icons (computer,home,trash) are ok now + right-click/properties/embleme = icons are ok now - the menu-icons (kde icons ?) are lost, see attchments
Created attachment 112541 [details] gnome menu edu - jpg
Created attachment 112542 [details] gnome menu grafik - jpg
Are the kde icons still not showing up?
no, clean fc4t2 install without kde* # yum install kdeedu kdeartwork-icons # yum update *artwork* logout/login reboot the kde-icons are not showing up in edutainment
Reassinging to kdeartwork. This looks like perhaps we need to run gtk-update-icon-cache in the post to update the gnome icon cash with the new icons.
the icons are lost in the most cases. the icons are ok in this few theme-icons. themedetails window = * windowborder = * icons = bluecurve, crystal svg, slick icons (kde classic, kde locolor)
The KDE icons do not show up in a clean install of FC4T2 that's been yum updated to rawhide today. They do show up fine in Bluecurve, but not in Clearlooks. -Sean
And a quick related question... Separate from the missing KDE artwork in GNOME, is GNOME in Fedora (using clearlooks) supposed to be using the default GNOME artwork, or should redhat-artwork be overriding the gnome foot, and ugly default Mozilla and Email icons on the GNOME panel? -Sean
(In reply to comment #13) Thi sis fixed in rawhide. We are shipping Clearlooks w/ the Bluecurve icon set
The problem is that the most icons of kde applications are installed under /usr/share/icons/crystalsvg and it works fine with Bluecurve because Bluecurve icon theme is inherited from crystalsvg! I don't think it's a bug in kde. If you add this line in /usr/share/icons/Clearlooks/index.theme in section "[Icon Theme]", it should work. Inherits=hicolor,crystalsvg
thanks, this is the solution, it is ok now for Clearlocks. fyi the most index.theme have Inherits=gnome i added your line in gnome/index.theme not the directly way (theme->gnome->crystalsvg) but it is ok now for other themes. # head -3 /usr/share/icons/gnome/index.theme [Icon Theme] Inherits=hicolor,crystalsvg Name=GNOME
Sorry than, throwing it back to you. I was informed that according to the freedesktop icon theme spec all application icons need to be installed to /usr/share/icons/hicolor/48x48/apps/. The kdeedu package already does this for kturtle (well it throws 24x24 and 32x32 icons in but it should throw in the 48x48 according to the spec). kdeartwork and all the other kde packages that have application icons need to do this. Link to the icon spec: http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
it's already fixed in current FC4 release.