Move GNOME 42 Screenshot problem to issue
This commit is contained in:
parent
55115a2925
commit
0140759c88
1 changed files with 0 additions and 21 deletions
21
README.md
21
README.md
|
@ -124,24 +124,3 @@ port = 1234
|
|||
user = "exampleuser2"
|
||||
path = "/srv/sshare"
|
||||
```
|
||||
|
||||
## 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.
|
||||
|
||||
The ideal would be to launch a desired screenshot (or other generative)
|
||||
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...
|
||||
|
|
Loading…
Reference in a new issue