I've just upgraded to Ubuntu 20.04 from 18.04. Gnome screenshot command does not work anymore. The command does not copy the screenshot to the clipboard.
gnome-screenshot -a -c
I've just upgraded to Ubuntu 20.04 from 18.04. Gnome screenshot command does not work anymore. The command does not copy the screenshot to the clipboard.
gnome-screenshot -a -c
After months of banging my head and fingers, it is like so:
Main behavior:
Prtscn => Saves Full screen to folder [default ~/Pictures]
Modifiers
And all combinations. [except alt + shift which behaves like alt alone]
For Example:
Ctrl + Shift + Prtscn will let you select area and save it to clipboard
I found a workaround in https://askubuntu.com/a/1212806/1074472
gnome-screenshot -acf /tmp/test && cat /tmp/test | xclip -i -selection clipboard -target image/png
You need to have xclip installed.
/tmp
folder.
On Ubuntu 20.04 with Gnome, gnome-screenshot -acf /tmp/tmp.png
is enough.
Pictures/latest_screenshot.png
instead of the temp directory, it turns the "information leak" into an intentional feature where it saves to a file AND the clipboard.
– Craig Gidney
Jun 12 '22 at 19:02
I think the issue has been there for a while. It is probably due to a bug in recent versions of gnome-setting-daemon, which clears data in clipboard when the app is closed. Thus, when the command gnome-screenshot -a -c
runs and finishes, the screenshot is saved to clipboard and then cleared. That is the best guess for now.
For more information and updates, please refer to https://gitlab.gnome.org/GNOME/gnome-screenshot/-/issues/66
My solution (Ubuntu 20.04.1) was to use only the first part of Faith Baltaci's answer:
gnome-screenshot -acf /tmp/test && cat /tmp/test
Why not try Ctrl + Alt + PrintScreen
. This copies the image into the clipboard instead of saving it in Pictures.
Ctrl + Shift + PrintScreen
If you'd like to select a certain area of your screen and put it in clipboard.
– abdulmanov.ilmir
Nov 16 '20 at 15:12
On my Ubuntu 22.04, the Ctrl Shift + Prt Scr shortcut does not work if the Screenshot program is closed. This seems to be a bug, which didn't happen on my last Ubuntu 22.04 machine.
My solution was to start the Screenshot program (gnome-screenshot) on startup, by adding this command as a startup application:
gnome-screenshot --interactive
I leave the application running in the background and I can now use the shortcut again, for quick and easy screenshots to clipboard.
Ubuntu 22.04
shift + ctrl + alt + r
opens Record a screencast interactiveley
go to Settings > Keyboard > Keyboard shortcuts > Screenshots