GNOME Bugzilla – Bug 730618
Provide a way to go back if you want to retake a shot
Last modified: 2017-09-21 19:54:32 UTC
When I take a timed screenshot and I don't like the results, I have to exit the app and start it again to retake it. There should be some sort of Back feature to return me to the main window.
*** Bug 753203 has been marked as a duplicate of this bug. ***
Created attachment 323927 [details] [review] gnome-screenshot-back-button.patch Indeed that would be useful. This patch adds a back button to the screenshot dialog.
Created attachment 323928 [details] gnome-screenshot-back-button.png Screenshot of the dialog with the back button.
Review of attachment 323927 [details] [review]: I like it. Needs to be pushed after we branch master for GNOME 3.22, since it adds new UI. ::: src/screenshot-dialog.ui @@ +16,3 @@ + <object class="GtkButton" id="back_button"> + <property name="valign">center</property> + <property name="can_focus">True</property> Maybe add a tooltip text, here. Something like: "Take the screenshot again".
Created attachment 324728 [details] [review] gnome-screenshot-back-button_2.patch Added a tooltip to back button as suggested by ebassi.
Ticket is a duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=765941 and can be closed. Issue is fixed.
*** This bug has been marked as a duplicate of bug 765941 ***