signageful / client

0 stars 0 forks source link

Ubuntu Core 22 Wayland Mutter.IdleMonitor #1

Closed juliankoehn closed 1 year ago

juliankoehn commented 1 year ago

electron can't get idletime, this results in a not working screensaver.

https://github.com/electron/electron/issues/27912

workaround mb:

dbus-send --print-reply --dest=org.gnome.Mutter.IdleMonitor /org/gnome/Mutter/IdleMonitor/Core org.gnome.Mutter.IdleMonitor.GetIdletime

Nope, not working under Core, just Desktop (gnome,wl)

furthermore: https://mir-server.io/docs/how-to-migrate-from-mir-kiosk-to-ubuntu-frame

juliankoehn commented 1 year ago

ich hab xprintidle zum snap hinzugefügt

juliankoehn commented 1 year ago

muss via wayland api sein, nicht gnome, ggf. eigenes go proc

juliankoehn commented 1 year ago

closed, alternative implementation has been integrated