GNOME Bugzilla – Bug 673003
Add back the option to only show the save dialog
Last modified: 2012-05-08 16:25:58 UTC
See patches.
Created attachment 210787 [details] [review] Add back the option to only show the save dialog
Created attachment 210788 [details] [review] Update .gitignore
Doesn't make sense to me. How is --interactive not good enough ? You can just change the keybinding to use that. Also, it appears to me that your patch breaks --interactive
(In reply to comment #3) > Doesn't make sense to me. > How is --interactive not good enough ? No. I don't want the initial dialog asking me if I want area/window screenshot -- I already chose with which keybinding I pressed. > You can just change the keybinding to use that. By patching gnome-settings-daemon? Seems to be hardcoded in there. > Also, it appears to me that your patch breaks --interactive Why?
(In reply to comment #4) > > > Also, it appears to me that your patch breaks --interactive > > Why? - if (screenshot_config->interactive) + if (screenshot_config->show_save_dialog)
I make sure to set show_save_dialog to TRUE under interactive mode.
Comment on attachment 210788 [details] [review] Update .gitignore Attachment 210788 [details] pushed as c70c400 - Update .gitignore
We agreed a GSetting is not the right approach - a command line switch would probably be better. Closing this as a duplicate of 669629. *** This bug has been marked as a duplicate of bug 669629 ***