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 302763 - "Take Screenshot" feature doesn't implement Save dialog properly
"Take Screenshot" feature doesn't implement Save dialog properly
Status: RESOLVED DUPLICATE of bug 314446
Product: gnome-utils
Classification: Deprecated
Component: screenshot
2.10.x
Other Linux
: Normal normal
: ---
Assigned To: Jonathan Blandford
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-02 20:06 UTC by Sebastien Bacher
Modified: 2005-10-19 13:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2005-05-02 20:06:16 UTC
This bug has been opened here: https://bugzilla.ubuntu.com/10295

"Hit the PrintScreen key in the Ubuntuized GNOME 2.10.0. Up comes a save dialog
with a preview of the screenshot. There are also two fields, "Name" and "Save in
Folder." Try typing a name *and* path in the Name field (e.g.,
"~/Screenshot.png"). Click OK. Then look for that screenshot file. It will have
disappeared -- the save will have failed silently.

Other GNOME2 apps don't behave this way. Evolution doesn't, for instance, and
Firefox (which I believe is using GNOME2, but I'm not sure) doesn't either. I'm
surprised that the save dialog isn't more standardized, such that it would be
impossible to use non-standard behavior like the Take Screenshot applet does."
Comment 1 Paolo Borelli 2005-07-13 08:14:05 UTC
I haven't looked at this specifically, but the current code is basically unable
to catch errors during the xfer from the tmp file to the final location.

patch for bug #167188 provides the code to get notified about the result of the
transfer and appropriately decide if exiting or not. Error messages should
probably be hooked up after that patch.
Comment 2 Sebastien Bacher 2005-10-19 13:30:42 UTC
http://bugzilla.gnome.org/show_bug.cgi?id=314446 has a patch about this too.

*** This bug has been marked as a duplicate of 314446 ***