From 09f26845a0b55c93b09417b6d181a715e2f6a3e4 Mon Sep 17 00:00:00 2001 From: Gnarwhal Date: Wed, 31 Jul 2024 16:26:33 +0000 Subject: [PATCH] GNOME 42 screenshot conundrum --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index a12e71f..0dd9916 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,22 @@ Convenience script for uploading files to a server via ssh +### Hmmm + +Apparently GNOME 42 screenshot utility is called via dbus + +``` +gdbus call + --session + --dest org.gnome.Shell + --object-path /org/gnome/Shell + --method org.gnome.Shell.Eval 'Main.screenshotUI.open()' +```` +but it cannot be called unless `global.context.unsafe_mode = false` +is set in gnome shell...which is unideal. + +Ideally there would be a way to launch a desired screenshot (or other generative) +before running sshare, and for everything that isn't GNOME 42 screenshot it +wouldn't be too hard. But unfortunately I want to use GNOME 42 screenshot ;-; +What to do... +