You are not logged in.
Pages: 1
How do we change the screenshot saved images directory from its default (on Arch) ?
Offline
Edit the "screenshot_dir" setting in the ~/.config/xfce4/xfce4-screenshooter file.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Edit the "screenshot_dir" setting in the ~/.config/xfce4/xfce4-screenshooter file.
How come it's not the location ???
screenshot_dir=file:///home/<user_name>
I always retrieve it, for next to first time use in clipboard, in /tmp location
and if one look in that /tmp it's clearly the collection of all screenhot files, sorted in ascending (older to newer) order
so confusing, help out
Last edited by almahdi (2022-11-18 12:19:41)
Offline
What version of xfce4-screenshooter are you using?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
$ xfce4-screenshooter -V
xfce4-screenshooter 1.9.11
Offline
$ xfce4-screenshooter -V
xfce4-screenshooter 1.9.11
Arch has version 1.10 in its repositories. Have you upgraded lately?
Also, please post back the full contents of ~/.config/xfce4/xfce4-screenshooter.
And finally, how are you using xfce4-screenshooter? The GUI or command line?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Did update
$ xfce4-screenshooter -V
xfce4-screenshooter 1.10.0
$ cat ~/.config/xfce4/xfce4-screenshooter #|wc -l
delay=1
region=3
action=2
show_mouse=0
screenshot_dir=file:///home/budi
timestamp=true
app=/usr/bin/darktable
last_user=
last_extension=jpg
enable_imgur_upload=true
show_in_folder=false
show_border=1
custom_action_command=none
How to have xfce4-screenshooter's launcher edited, so to be able to have CLI with -s option as:
$ xfce4-screenshooter --help
Usage:
xfce4-screenshooter [OPTION…]
Help Options:
-h, --help Show help options
--help-all Show all help options
--help-gtk Show GTK+ Options
Application Options:
-c, --clipboard Copy the screenshot to the clipboard
-d, --delay Delay in seconds before taking the screenshot
-f, --fullscreen Take a screenshot of the entire screen
-m, --mouse Display the mouse on the screenshot
--no-border Removes the window border from the screenshot
-o, --open Application to open the screenshot
-r, --region Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button.
-s, --save File path or directory where the screenshot will be saved, accepts png, jpg and bmp extensions. webp is only supported if webp-pixbuf-loader is installed.
-S, --show in folder Show the saved file in the folder.
-i, --imgur Host the screenshot on Imgur, a free online image hosting service
-V, --version Version information
-w, --window Take a screenshot of the active window
--display=DISPLAY X display to use
while keep it has keyboard shortcut being set up in keyboard or similar setting
Offline
In which directory do you want the screenshots placed by default?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
actually point is just to have it on RAM to be as efficient, so mine is to be together under browser cache
/tmp/opera/
it's so neat as opera has its cache only as only few directories with no file else
Offline
So then change:
screenshot_dir=file:///home/budi
...to:
screenshot_dir=file:///tmp/opera
...and it will become the default save directory. Make sure the directory exists.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
of course not work as expected, it's still in /tmp
Offline
of course not work as expected, it's still in /tmp
Does /tmp/opera exist?
ls -l /tmp | grep -i opera
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.015 seconds, 7 queries executed - Memory usage: 570.13 KiB (Peak: 586.98 KiB) ]