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 143790 - Thumbnailing scripts provided with wrong size
Thumbnailing scripts provided with wrong size
Status: RESOLVED FIXED
Product: libgnomeui
Classification: Deprecated
Component: general
unspecified
Other Linux
: High normal
: future
Assigned To: libgnomeui maintainers
libgnomeui maintainers
Depends on:
Blocks:
 
 
Reported: 2004-06-06 00:24 UTC by Tommi Komulainen
Modified: 2005-01-25 10:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Patch adding correct size to script command line (1.59 KB, patch)
2004-07-18 07:16 UTC, Fernando Herrera
none Details | Review

Description Tommi Komulainen 2004-06-06 00:24:28 UTC
When external script is called to generate thumbnails, the size of the thumbnail
factory is ignored and the size given to the script is always 128.  This seems
hardcoded in gnome-thumbnail.c:814 (expand_thumbnailing_script)

      case 's':
        g_string_append (str, "128");

It should be checking the size and write "256" instead if in large mode.
Comment 1 Fernando Herrera 2004-07-18 07:16:52 UTC
Created attachment 29621 [details] [review]
Patch adding correct size to script command line
Comment 2 Kjartan Maraas 2005-01-12 13:49:38 UTC
Anders, is this ok to commit?
Comment 3 Luis Villa 2005-01-25 03:48:19 UTC
Fernando: just go ahead and commit, let anders bitch if he wants :)
Comment 4 Fernando Herrera 2005-01-25 10:25:31 UTC
Committed