GNOME Bugzilla – Bug 98489
Window icons in libwnck apps should respect icon theme
Last modified: 2004-12-22 21:47:04 UTC
Icons in the window cycling popup, window list applet, workspace switcher applet and window menu thing in the corner need to use window icons that respect the current icon theme. Okay, I know this isn't actually a libwnck bug... but I've been asked to enter it for accessibility bug tracking purposes and I couldn't think of anywhere else to put it! Feel free to re-categorize it to somewhere more suitable. (And I know I've filed it before, but I can't find it now...)
My view is that it's a GTK bug, though we may want to stick a hack in libgnomeui for now. A simple hack is that when something is launched from the panel, some env variable is set based on desktop file Icon field, which then becomes the app icon. That would work fine I think.
Every app sets their own icon. I'm not sure we can hack libgnomeui to fix this.
I suppose we could add something like gnome_window_set_icon_from_theme, not sure if it's a good idea though.
At least some apps set the icon via libgnomeui, where you could intercept with the .desktop file override. Of course, it's not quite right, as you probably override all icons in the app and you really only want to override one. Bah, what a pain.
Updating status_whiteboard field to reflect A11Y team's assessment of accessibility impact.
This a11y stopper bug would be nice to fix before the July 7th UI freeze deadline.
Apologies for spam... marking as GNOMEVER2.3 so it appears on the official GNOME bug list :)
*** This bug has been marked as a duplicate of 92346 ***