How to change the folder where screenshots are saved?

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Yannbane

How to change the folder where screenshots are saved?

Post by Yannbane »

I'm running Mint 14 w/ Cinnamon, and I have deleted the Pictures folder, and replaced it with a symbolic link named Pictures too, on my other partition.

However, screenshots now save to my home folder. How can I change this?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
kyphi
Level 9
Level 9
Posts: 2735
Joined: Sat Jul 09, 2011 1:14 am
Location: The Hunter Valley, Australia

Re: How to change the folder where screenshots are saved?

Post by kyphi »

After taking a screenshot, there is provision on the popup screen called "Save Screenshot" for you to specify a destination in "Save in folder". Click on the down arrow and change the desired destination - then click on "Save".
Linux Mint 21.3 Cinnamon
Yannbane

Re: How to change the folder where screenshots are saved?

Post by Yannbane »

Actually, there is no choice available. The screen only flashes bright white (which is a bit annoying), and the screenshot is automatically created.
elwc

Re: How to change the folder where screenshots are saved?

Post by elwc »

Yeah, I am also looking for a solution here.
Yannbane

Re: How to change the folder where screenshots are saved?

Post by Yannbane »

Anyone?
dantropolis

Re: How to change the folder where screenshots are saved?

Post by dantropolis »

Try Ksnapshot from the software center.
It has some features the default program does not as well as the option to save where you like.
As I remember, the default program had that too at leat until Mint 13.

I'm using Ksnapshot on Mint 13 MATE 64.

Enjoy!
Dan
spectralcat

Re: How to change the folder where screenshots are saved?

Post by spectralcat »

You have to change Gnome screenshot's auto-save-directory with dconf-editor. First install dconf-editor by doing: sudo apt-get install dconf-tools
Then in a terminal type:
dconf-editor
Then go to:
org
gnome
gnome-screenshot
Then fill in the entry for auto-save-directory with:
file:///home/user/Desktop/
Replace "user" with your username and "Desktop" with the save location you want.
dpat
Level 1
Level 1
Posts: 7
Joined: Tue Jun 24, 2014 6:53 am

Re: How to change the folder where screenshots are saved?

Post by dpat »

I also ran into this problem. Under LMDE 201403 UP8 I solved it with:

Code: Select all

gsettings set org.gnome.gnome-screenshot auto-save-directory 'file:///home/user/screenshots'
(no need to install dconf-tools).

To view all options run:

Code: Select all

% gsettings list-recursively org.gnome.gnome-screenshot

org.gnome.gnome-screenshot auto-save-directory 'file:///home/jkirk/Pictures/screenshots'
org.gnome.gnome-screenshot border-effect 'none'
org.gnome.gnome-screenshot default-file-type 'png'
org.gnome.gnome-screenshot delay 3
org.gnome.gnome-screenshot include-border false
org.gnome.gnome-screenshot include-icc-profile true
org.gnome.gnome-screenshot include-pointer false
org.gnome.gnome-screenshot last-save-directory 'file:///home/jkirk/Pictures/screenshots'
org.gnome.gnome-screenshot take-window-shot false
Habitual

Re: How to change the folder where screenshots are saved?

Post by Habitual »

I mapped a command

Code: Select all

scrot -q 50 /home/jj/Pictures/screenshots/PrintScreen_%m %d %T.png
to Print key.
Locked

Return to “Software & Applications”