When I use the print screen key - PrtSc - I get the option of where to save. That works fine.
However when I shift-ctrl-PrtSc I hear the picture being 'taken' but I don't get a chance to specify the location.
I have checked the following locations and they do NOT have the screenshot:
My Desktop
My Documents
My home directory
alt
+print
method. But, do you know how to change it's default save folder? I tried to configure it in dconf-editor, I set theauto-save-directory
of gnome-screenshot to specified location. But, it doesn't work. It still saves the captured picture inMy Pictures
folder. – Oki Erie Rinaldi Aug 13 '15 at 04:16My Pictures
folder. And oh, I was using gnome desktop instead of unity. – Oki Erie Rinaldi Aug 13 '15 at 04:20gnome-screenshot --interactive
in terminal to open gnome-screenshot graphic interface. I suggest to make an alias in your~/.bashrc
(e.g.alias screenshot="gnome-screenshot --interactive"
) – duykhoa Sep 10 '18 at 16:57