Integrated Screenshot Plugin #4

Open
opened 2024-08-31 21:42:54 +00:00 by Gnarwhal · 0 comments
Owner

The 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.

The ideal would be to launch a screenshot utility before running sshare, and for everything that isn't GNOME 42 screenshot, I would not expect it to be too hard. But unfortunately I want to use GNOME 42 screenshot ;-;

What to do...

The 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. The ideal would be to launch a screenshot utility before running sshare, and for everything that isn't GNOME 42 screenshot, I would not expect it to be too hard. But unfortunately I want to use GNOME 42 screenshot ;-; What to do...
Gnarwhal added the
enhancement
label 2024-08-31 21:43:01 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Gnarwhal/sshare#4
No description provided.