Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

How do I change the location where screenshots are saved in Linux Mint 17 Cinnamon?

Pressing PrnScr "Print Screen" on the keyboard results in a screenshot being silently saved under /home/%user%/Pictures/

How can I change this location?
by

1 Answer

Bharatgxwzm
Using the terminal
Setting the auto-save-directory

gsettings set org.gnome.gnome-screenshot auto-save-directory '/home/yourpath'

Getting it
gsettings get org.gnome.gnome-screenshot auto-save-directory

Login / Signup to Answer the Question.