GNOME Bugzilla – Bug 166956
All excuting programs have only default icon on window list applet.
Last modified: 2005-12-31 11:02:47 UTC
Please describe the problem: All excuting programs(Starup-Notification) have only default icon on window list applet. The programs are "StartupNotify=true" in .desktop file. gnome-panel-2.9.91 This is Default icon : http://bugzilla.gnome.org/attachment.cgi?id=32782&action=view Steps to reproduce: 1. Click gedit in gnome menu 2. 3. Actual results: Expected results: Does this happen every time? always Other information: libwnck-2.9.91, metacity-2.9.13. My linux distribution is Fedora development.
What version of gnome-icon-theme and gnome-control-center are you using ?
Vincent Noel : gnome-icon-theme 2.9.91, control-center 2.9.4
Is this happening only during the startup of the program or is the icon always the default one? Could you attach a screenshot? Thanks
Created attachment 37322 [details] Only in starting program (startup-notification) This problem happens only during the startup of the program.
Ooooooh ok... I understand now ;) The startup-notification is handled seperately from the application itself. That's why the icon is not the right one yet. Would it be possible for the startup-notification process to know the application icon and display it ?
in .desktop fils's Icon= 1. Icon=some No problem gcalctool's desktop file $cat /usr/share/applications/gnome-gcalctool.desktop [...] Exec=gcalctool Icon=gnome-calculator <----- This line Terminal=false Type=Application StartupNotify=true Categories=GNOME;Application;Utility; X-GNOME-DocPath=gcalctool/gcalctool.xml X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=gcalctool X-GNOME-Bugzilla-Component=general X-GNOME-Bugzilla-OtherBinaries=gnome-calculator X-Desktop-File-Install-Version=0.10 OnlyShowIn=GNOME; 2. Icon=some.png This problem ( bug 166956 ) happens. $cat /usr/share/applications/gnome-gedit.desktop Exec=gedit %U Terminal=false Type=Application StartupNotify=true MimeType=text/plain; Icon=gedit-icon.png <-- This line Categories=Application;Utility;TextEditor;X-Red-Hat-Base; X-GNOME-DocPath=gedit/gedit.xml X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=gedit X-GNOME-Bugzilla-Component=general X-GNOME-Bugzilla-Version=2.9.6 X-Desktop-File-Install-Version=0.10 OnlyShowIn=GNOME;
For me, the icon is the same one (the 'generic' one) independent of what is in the .desktop file.
It used to work before. At least on my FC3 :-)
2005-02-14 Vincent Untz <vincent@vuntz.net> * window-list.c: (icon_loader_func): fix icon loader so that it can find icons that are not icon names. Fix bug #166956
Sometimes or often, this bug happens again. Is this bug relative to errors below? (gnome-panel:2444): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed (gnome-panel:2444): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed (gnome-panel:2444): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed (gnome-panel:2444): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed (gnome-panel:2444): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_has_alpha: assertion `pixbuf != NULL' failed (gnome-panel:2444): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed (gnome-panel:2444): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_pixels: assertion `pixbuf != NULL' failed (gnome-panel:2444): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed
Should be fixed in HEAD. There was a problem with an icon theme not being correctly used in the window list.