Bug 371677 - firefox icon looks really bad in kde4 taskbar
Summary: firefox icon looks really bad in kde4 taskbar
Status: RESOLVED FIXED
Alias: None
Product: openSUSE 11.0
Classification: openSUSE
Component: KDE4 Workspace (show other bugs)
Version: Alpha 2plus
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-17 09:39 UTC by Felix Möller
Modified: 2015-02-19 05:16 UTC (History)
3 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
taskbar (22.99 KB, image/png)
2008-03-17 09:39 UTC, Felix Möller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Möller 2008-03-17 09:39:04 UTC
I am using the latest Firefox version from mozilla:beta but the icon in the KDE4 taskbar looks horrible.

It is ok for every other application I use...

See attached screenshot
Comment 1 Felix Möller 2008-03-17 09:39:34 UTC
Created attachment 202492 [details]
taskbar
Comment 2 Wolfgang Rosenauer 2008-03-17 10:14:21 UTC
Just found that there is a difference in
/usr/lib/firefox/chrome/icons/

3.0b4 contains:
default16.png
default32.png
default48.png

while 2.0.0.x contains just one
default.xpm (in 48x48)

I need to check if it's a build issue or what changed upstream.
Comment 3 Wolfgang Rosenauer 2008-03-17 10:45:39 UTC
Ok, they dropped the XPMs and introduced PNGs but only up to 48x48 pixels.
I'm not quite sure what resolution of the icon the KDE taskbar is using in your screenshot. I would expect 48x48 not to look like crap in your taskbar.
Probably we are using the wrong sized icon in the first place?

https://bugzilla.mozilla.org/show_bug.cgi?id=413607
Comment 4 Felix Möller 2008-03-17 11:24:20 UTC
I think there is a wrong icon used for the taskbar. 

In my impression the one used for the ALT-TAB-window looks a lot better and they are about the same size.
Comment 5 Wolfgang Rosenauer 2008-03-17 11:30:39 UTC
Hmm, we just hand over a list of icons to Gtk's gtk_window_set_icon_list().
I have no idea how that is handled with KWin (or whatever it's called with KDE4).
Comment 6 Wolfgang Rosenauer 2008-03-17 11:43:05 UTC
Felix, do you think you can modify the icons in firefox/chrome/icons/default so that we actually can see which one is used for what? Probably just creating correct sized colored boxes. That would tell us which icon is used. I'm not absolutely sure it's a Firefox bug but tend to point to Gtk or KDE because of comment #5
Comment 7 Wolfgang Rosenauer 2008-03-17 11:43:54 UTC
hmm, just take back my comment that it might be a KDE thing since I see the behaviour in WindowMaker that the very small icon is used in the dock.
Comment 8 Felix Möller 2008-03-17 12:28:50 UTC
Ok i colored all my icons with the following result:
the taskbar uses /usr/lib/firefox/chrome/icons/default/default16.png
but ALT-TAB does use /usr/lib/firefox/chrome/icons/default/default32.png
Comment 9 Wolfgang Rosenauer 2008-03-17 13:11:26 UTC
After talking to vuntz we believe it's most proably KDE's panel which has to choose the correct icon from the list. So reassigning for checking that.
Comment 10 Lubos Lunak 2008-03-17 14:15:00 UTC
Fixed upstream (r786632).