Answer by Amin for Gnome Screenshot Copy Clipboard not working on Ubuntu 20.04
Ubuntu 22.04shift + ctrl + alt + r opens Record a screencast interactiveleygo to Settings> Keyboard> Keyboard shortcuts> Screenshots
View ArticleAnswer by Adeerlike for Gnome Screenshot Copy Clipboard not working on Ubuntu...
After months of banging my head and fingers, it is like so:Main behavior:Prtscn => Saves Full screen to folder [default ~/Pictures]Modifiers+Ctrl => Saves to clipboard+Alt => Saves current...
View ArticleAnswer by Mallik Kumar for Gnome Screenshot Copy Clipboard not working on...
Why not try Ctrl + Alt + PrintScreen. This copies the image into the clipboard instead of saving it in Pictures.
View ArticleAnswer by BarefootDev for Gnome Screenshot Copy Clipboard not working on...
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
View ArticleAnswer by Omar Mrad for Gnome Screenshot Copy Clipboard not working on Ubuntu...
Please try withCTRL+Shift+PrintScIn my case, the solution is in configuration > key combinations > search the command and update the key combination.Currently, I take a screenshot area with shift...
View ArticleAnswer by Fatih Baltacı for Gnome Screenshot Copy Clipboard not working on...
I found a workaround in https://askubuntu.com/a/1212806/1074472gnome-screenshot -acf /tmp/test && cat /tmp/test | xclip -i -selection clipboard -target image/pngYou need to have xclip installed.
View ArticleAnswer by Zexiang Liu for Gnome Screenshot Copy Clipboard not working on...
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...
View ArticleGnome Screenshot Copy Clipboard not working on Ubuntu 20.04
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
View ArticleAnswer by Jacket for Gnome Screenshot Copy Clipboard not working on Ubuntu 20.04
On my Ubuntu 22.04, the CtrlShift+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...
View Article