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 584695 - Unnecessary warning when resizing images
Unnecessary warning when resizing images
Status: VERIFIED FIXED
Product: gthumb
Classification: Other
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks: 583464
 
 
Reported: 2009-06-03 09:34 UTC by Paolo Benvenuto
Modified: 2015-12-19 16:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paolo Benvenuto 2009-06-03 09:34:17 UTC
Trunk

When you perform a tool -> scale images on a jpg image, at saving it to jpg format I get the following warning:

$ LC_ALL=C gthumb

** (gthumb-trunk:3303): WARNING **: File move or copy failed: file file:///home/media/immagini/nuove/upload/Festa_Madonna-2009-06-01--00.19.49.jpeg: Error stating file '/home/media/immagini/nuove/upload/Festa_Madonna-2009-06-01--00.19.49.jpeg': No such file or directory

/home/paolo/.gt-yUGqqi/1.jpeg: Failed to open the data source:  (2)



The warning isn't issued if scaling to jpg from png, only if jpg -> jpg
Comment 1 Michael Chudobiak 2009-06-03 13:15:01 UTC
Something is VERY broken if you launch with:

LC_ALL=C gthumb

*** This bug has been marked as a duplicate of 583464 ***
Comment 2 Michael Chudobiak 2009-06-03 13:19:28 UTC
Oops, this is not a dupe... I meant to mark it as a blocker. Fixing that now.
Comment 3 Paolo Benvenuto 2009-06-03 13:23:43 UTC
it gives the same warning even if I don't launch it with LC_ALL=C

I've got:

$ locale
LANG=it_IT.UTF-8
LC_CTYPE="it_IT.UTF-8"
LC_NUMERIC="it_IT.UTF-8"
LC_TIME="it_IT.UTF-8"
LC_COLLATE="it_IT.UTF-8"
LC_MONETARY="it_IT.UTF-8"
LC_MESSAGES="it_IT.UTF-8"
LC_PAPER="it_IT.UTF-8"
LC_NAME="it_IT.UTF-8"
LC_ADDRESS="it_IT.UTF-8"
LC_TELEPHONE="it_IT.UTF-8"
LC_MEASUREMENT="it_IT.UTF-8"
LC_IDENTIFICATION="it_IT.UTF-8"
LC_ALL=
Comment 4 Michael Chudobiak 2009-06-03 13:33:26 UTC
Hmm. I can't reproduce any problems if I use

LC_ALL=it_IT.UTF-8 gthumb

I'm not sure what is going on here.

- Mike
Comment 5 Michael Chudobiak 2009-06-03 15:32:07 UTC
The problem might be fixed now. Could you try the latest trunk?

- Mike
Comment 6 Paolo Benvenuto 2009-06-03 15:42:41 UTC
fixed for scaling

not fixed for converting jpg -> jpg
Comment 7 Michael Chudobiak 2009-06-03 16:01:47 UTC
OK, please try now.

- Mike
Comment 8 Michael Chudobiak 2015-12-18 16:25:40 UTC
Bug maintenance: changed status to "Resolved", to match the reported "Resolution".