After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 515903 - Window title icon displaying incorrectly
Window title icon displaying incorrectly
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] GIO
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Christian Neumair
Nautilus Maintainers
: 516133 517700 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-02-11 23:58 UTC by Michael Monreal
Modified: 2008-02-28 22:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Screenshot (37.30 KB, image/png)
2008-02-12 00:03 UTC, Michael Monreal
  Details
Proposed patch (blurry window title) (595 bytes, patch)
2008-02-21 20:29 UTC, Christian Neumair
none Details | Review

Description Michael Monreal 2008-02-11 23:58:00 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.
Comment 1 Michael Monreal 2008-02-12 00:03:57 UTC
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.
Comment 2 Cosimo Cecchi 2008-02-12 09:30:36 UTC
-> GIO.

Can't reproduce this though.
Comment 3 Cosimo Cecchi 2008-02-12 09:32:09 UTC
Sorry, I misread the description, I can reproduce this on Nautilus 2.21.91, confirming.
Comment 4 Luca Ferretti 2008-02-12 20:23:59 UTC
(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.
Comment 5 Michael Monreal 2008-02-12 20:31:24 UTC
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: \_/
Comment 6 Cosimo Cecchi 2008-02-13 00:22:56 UTC
*** Bug 516133 has been marked as a duplicate of this bug. ***
Comment 7 Björn Martensen 2008-02-14 18:14:34 UTC
btw, the icons in nautilus's context menu are also blurry. emblems in in the context menu too.
Comment 8 Cosimo Cecchi 2008-02-19 16:46:55 UTC
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
Comment 9 Björn Martensen 2008-02-19 17:27:52 UTC
very nice, thank you.
this patch fixes all blurry icons i've discovered in nautilus so far.
Comment 10 Alexander Larsson 2008-02-20 09:24:25 UTC
commited.
Comment 11 Michael Monreal 2008-02-20 12:15:26 UTC
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.
Comment 12 Cosimo Cecchi 2008-02-20 17:20:13 UTC
*** Bug 517700 has been marked as a duplicate of this bug. ***
Comment 13 Sebastien Bacher 2008-02-20 17:40:08 UTC
*** Bug 517700 has been marked as a duplicate of this bug. ***
Comment 14 Sebastien Bacher 2008-02-20 17:41:41 UTC
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
Comment 15 Christian Neumair 2008-02-21 20:29:41 UTC
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
Comment 16 Alexander Larsson 2008-02-25 14:28:48 UTC
commited.
Comment 17 Björn Martensen 2008-02-28 22:34:02 UTC
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.