5

I am trying to change the default folder where the screenshots are saved. Currently, they are saved in /home/USERNAME/Pictures while I would like for this to be something like /home/USERNAME/OTHER_FOLDER. I have already tried

  • Tweaks (could not find the spot)
  • dconf-editor then org/gnome/gnome-screenshot/auto-save-directory
  • Which is the same as from terminal: gsettings set org.gnome.gnome-screenshot auto-save-directory '/home/USERNAME/OTHER_FOLDER'
  • Installing the Screenshot location extension (did not even create the Extensions tab as it is supposed to)

All these as shown in multiple places including this question which has multiple answers for all sorts of versions. One For 18.04 and later includes comments saying it worked up to 20.04. Unfortunately, this is not working for me in 21.10.

I would prefer not to install KDE's KSnapshot as suggested here.

It is getting a bit frustrating so any guidance is greatly appreciated.

Juan Antonio
  • 1,602

2 Answers2

4

if using Screenshot Tool from the drop down menu in the Taskbar select Settings then the Storage tab.

The Save Location can be changed there.

enter image description here

graham
  • 13,061
2

I found the solution and it was within the set I had put above. However, it has a little twist that was missing from the answer provided here.

It is possible to use the Screenshot location extension but instead of looking for the Extensions tab within Tweaks, just go directly to the Gnome Installed Extensions page and then click on the configuration button for the Screenshot location extension and select the folder you want and voilĂ .

Here is a screenshot of the configuration window: screenshot of configuration window

Juan Antonio
  • 1,602