GNOME Bugzilla – Bug 515903
Window title icon displaying incorrectly
Last modified: 2008-02-28 22:34:02 UTC
I just updated glib, eel and nautilus to trunk. Icons on the desktop and nautilus icon views display fine, but in list views (both browser lists and the sidebar lists) icons look strangely washed out. My fist guess was that nautilus uses a wrong icon size and scales them down to 16x16 (this is what it looks like) but I investigated a bit more, and the icons are in fact the right size, but they somehow fail to display correctly.
Created attachment 105001 [details] Screenshot This shows the incorrectly drawn icons in sidebar and listview. I copied some of the original icons to show how they differ. The theme used is not to blame, see how also the desktop icon (from gnome-icon-theme) is affected.
-> GIO. Can't reproduce this though.
Sorry, I misread the description, I can reproduce this on Nautilus 2.21.91, confirming.
(In reply to comment #1) > Created an attachment (id=105001) [edit] > Screenshot > > This shows the incorrectly drawn icons in sidebar and listview. The icon on window title is wrong too (seems scaled down to 16x16 from larger size, maybe 48x48). Note that zooming out the icon view the icons are at proper size.
Right, the window icon is strange, too. I can't say what icon is used there, but for the other icons I can say that it is in fact 16x16, because the shape is correct: for 16x16: |_/ bigger: \_/
*** Bug 516133 has been marked as a duplicate of this bug. ***
btw, the icons in nautilus's context menu are also blurry. emblems in in the context menu too.
There's a patch [1] from Christian Neumair on the Nautilus m-l for this bug. [1] http://mail.gnome.org/archives/nautilus-list/2008-February/msg00132.html
very nice, thank you. this patch fixes all blurry icons i've discovered in nautilus so far.
commited.
Icons in list views seem to be displaying nice now, thanks! The app icon used in the window title is still wrong (see comment #4). Reopening and changing summary to reflect this.
*** Bug 517700 has been marked as a duplicate of this bug. ***
The title icon issue is due to nautilus_window_update_icon() which calls get_icon() which uses nautilus_file_get_icon() with a 48 arguments where the wanted icons should use 16x16
Created attachment 105721 [details] [review] Proposed patch (blurry window title) Patch for the window title bug. Also submitted to mailing list: http://mail.gnome.org/archives/nautilus-list/2008-February/msg00173.html
found another one: in the actions bar, which you get for automount actions, the icon on the button is still blurred. for example when you connect to a ftp (gvfs from trunk) you get the "open autorun prompt" button which the generic application icon on it, and this icon is blurry.