3

How do you update the default location for Screenshots in Ubuntu 18.04+?

Note: There is a similar question @ Default save directory for gnome-screenshot?. But the accepted answers are not so clear, so a separate question for easier accessibility.

1 Answers1

6

Note: I have tested this in Ubuntu 18.04 but this works in Ubuntu 20.04 as well.

First disable the default screenshot shortcut from settings:

Disable default screenshot shortcut

Create a custom keyboard shortcut in the settings:

Name it gnome-screenshot, put the command as gnome-screenshot as well

Shortcut value : enter the key [Print Screen]

Create a custom shortcut:

Create a custom shortcut

Now enter into dconf-editor (Install it if you do not have it yet). Go to: org -> gnome -> gnome-screenshot -> auto-save-directory: Change the auto save directory's custom value to the one you want.

Enter the custom path:

Enter the custom path

  • I am trying to do this on Ubuntu 20.04 and I can't figure out how to "create a custom keyboard shortcut in settings". I have managed to disable the default keyboard shortcut, but that's it. How does one do this on 20.04? – gannex Oct 29 '20 at 18:13
  • Go to Keyboard Shortcuts, click on the + button at the bottom and follow the steps shown in the answer. Also, don't forget to install dconf-editor. If you still have troubles, ping me. – Maharshi Rawal Oct 29 '20 at 18:20
  • 1
    sorry, I was having trouble finding the + button. I re-read https://help.ubuntu.com/stable/ubuntu-help/keyboard-shortcuts-set.html.en a few times and now I get it. AND it worked! Thanks for your prompt reply and useful fix! +1 – gannex Oct 29 '20 at 18:24
  • 1
    This is exactly what I needed. Can test it works perfectly with Ubuntu 20.04. Thank you! – kohane15 Oct 09 '21 at 20:38