2

For privacy reasons, it is important that screenshots are NOT saved as a file (only clipboard), but this is not possible anymore in the last upgrade.

Any way to get the old behavior back?

EDIT: I tried to add a custom shortcut with command gnome-screenshot -a -c, but it does not save anything to clipboard. See this post

fffred
  • 131
  • 6

1 Answers1

1

From this thread, one can use this dirty workaround:

  1. Open settings > Keyboard > View and customize shortcuts > Custom Shortcuts.
  2. Then add a new shortcut:
  • Name: gnome-screenshot

  • Command:

    sh -c "gnome-screenshot -af /tmp/clipboard-img.png && xclip -i -selection clipboard -target image/png /tmp/clipboard-img.png && rm /tmp/clipboard-img.png"

  • Shortcut: whatever suits you

fffred
  • 131
  • 6