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 314441 - Should report problems copying the image to the final location
Should report problems copying the image to the final location
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: screenshot
trunk
Other All
: Normal normal
: ---
Assigned To: Jonathan Blandford
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-25 01:46 UTC by Gustavo Noronha (kov)
Modified: 2011-05-23 20:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
proposed solution (1.29 KB, patch)
2005-08-25 01:47 UTC, Gustavo Noronha (kov)
none Details | Review
Proposed patch (2.04 KB, patch)
2005-12-23 21:14 UTC, Dennis Cranston
none Details | Review

Description Gustavo Noronha (kov) 2005-08-25 01:46:18 UTC
Please describe the problem:
The screenshot taker does not display a message warning the user that the
transfer  from the temp directory to the new location was not completed
succesfuly, although it display this on stdout:

handle_transfer_vfs_error!


Steps to reproduce:
1. run it
2. tell it to save a file where it cannot save it (/, for one)


Actual results:
It displays "handle_transfer_vfs_error!" on stdout.

Expected results:
It displays a dialog telling me it could not save the file and why.

Does this happen every time?
Yes.

Other information:
Comment 1 Gustavo Noronha (kov) 2005-08-25 01:47:06 UTC
Created attachment 51305 [details] [review]
proposed solution
Comment 2 Dennis Cranston 2005-12-23 21:14:33 UTC
Created attachment 56340 [details] [review]
Proposed patch

This proposed patch is based on the previous attached patch.

2005-12-23  Dennis Cranston  <dennis_cranston@yahoo.com>
 
	* screenshot-xfer.c: (handle_transfer_vfs_error):  
	Fixes bug #319188, report error when saving image.
Comment 3 Sebastien Bacher 2006-02-19 16:16:30 UTC
Ubuntu bug about that: https://launchpad.net/distros/ubuntu/+source/gnome-utils/+bug/31994
Comment 4 Sven Arvidsson 2006-12-06 14:04:10 UTC
Debian bug for same issue,
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=401501

Happens when a screenshot with a ":" or a similar illegible character is saved to a non-POSIX filesystem such as an USB device using FAT32.
Comment 5 Christof Krüger 2007-03-15 17:51:54 UTC
This bug is still there on gnome 2.18
Comment 6 Emmanuele Bassi (:ebassi) 2008-08-10 19:11:46 UTC
this should have been fixed by the port of gnome-screenshot over to GIO. I've tried to reproduce it using the steps in the original report and it warned me with a message dialog.
Comment 7 Cosimo Cecchi 2011-05-23 20:25:49 UTC
*** Bug 647253 has been marked as a duplicate of this bug. ***