Background
I want my screenshots to be saved in my ~/pictures/screenshots
directory. I have then followed instructions of the selected answer of Default save directory for gnome-screenshot? — i.e., I've run:
gsettings set org.gnome.gnome-screenshot auto-save-directory "file:///home/$USER/pictures/screenshots"
Problem
When I take a screenshot using the Print Screen key of my keyboard, the .png
file is still saved under ~/pictures
. (I've checked with dconf
GUI, and the setting is file:///home/$USER/pictures/screenshots
.
In the comments of the aforementioned question, it is said:
Be aware that Gnome 3.8 doesn't use gnome-screenshot when using keyboard commands.
Question
How to make screenshots made using keyboard commands be saved in my customized ~/pictures/screenshots
folder?