-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the Default Folder for Screenshots #263
Comments
The workflow for screenshots is being rethought in #253 and that includes the possibility of specifying the destination rather than defaulting to the Screenshots folder. As a workaround you could try replacing the actual screenshots folder with a symbolic link to your desired location (renamed to Screenshots) |
It is exposed on dconf. So you can install dconf-editor and go to /io/elementary/screenshot/ |
I think that for the Flatpak version of screenshot, that setting is compiled inside the sandbox so not so easy to change? However, just tried the OS8 flatpak version and it gives a chance to choose where to save the screenshot and the chosen folder is persisted between runs. |
Another approach would be to edit the file |
If you accidentally move Presumably, If you get in this situation, or generally want to customize where that --- user-dirs.dirs.old 2024-12-20 03:45:41.697799443 -0500
+++ user-dirs.dirs 2024-12-20 03:46:27.299647451 -0500
@@ -11,5 +11,5 @@
XDG_PUBLICSHARE_DIR="$HOME/"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
-XDG_PICTURES_DIR="$HOME/"
+XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/" Regardless, for the time being, you'll have to live with the |
What Happened?
Hi, I want to save all screenshots to go to my obsidian vault, and to do so I need to change the default folder for screenshots.
What can I edit in the source so that I can make this feature available?
Steps to Reproduce
Searched online on forums, but all solutions seem to be outdated
Expected Behavior
Screenshot -> /custom/directory instead of Screenshot /Pictures/Screenshots
OS Version
7.x (Horus)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered: