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 141078 - Verbose thumbnailing output should be removed
Verbose thumbnailing output should be removed
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Thumbnails
2.6.x
Other Linux
: Normal trivial
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-25 16:25 UTC by Sebastien Bacher
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Sebastien Bacher 2004-04-25 16:25:53 UTC
This bug has been reported in the debian BTS: http://bugs.debian.org/219031

"When Nautilus is thumbnailing the images in a directory, the following output is
on stdout:

to small (16x16, scaling up
to small (16x16, scaling up
...
This looks like debugging output, and should be removed."

This happens with small icons. 

Due to libnautilus-private/nautilus-icon-container.c, line 4944 
"g_print ("to small (%dx%d, scaling up\n", width, height);"

Removing this line should fix the issue.
Comment 1 Sebastien Bacher 2004-06-25 20:39:26 UTC
2004-06-25  Sebastien Bacher  <seb128@debian.org>

        * libnautilus-private/nautilus-icon-container.c:
        (nautilus_icon_container_update_icon):
        Removed debugging output for thumbnails of small images.
        (Closes: #141078).

commit in HEAD and gnome-2-6