You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xdg-desktop-portal-gtk implements the Inhibit portal on top of the FreeDesktop screensaver dbus protocol (which is provided here).
This works, but if cosmic-idle is started after xdg-desktop-portal-gtk, when it tries to call Idle it just errors with Cannot invoke method; proxy is for the well-known name org.freedesktop.ScreenSaver without an owner".
Doesn't seem to be anything cosmic-idle could do about this. Though xdg-desktop-portal-cosmic could provide its own Inhibit portal backend.
(I guess xdg-desktop-portal-gtk should be using g_bus_watch_name and re-create the proxy?)
The text was updated successfully, but these errors were encountered:
xdg-desktop-portal-gtk
implements theInhibit
portal on top of the FreeDesktop screensaver dbus protocol (which is provided here).This works, but if
cosmic-idle
is started afterxdg-desktop-portal-gtk
, when it tries to callIdle
it just errors withCannot invoke method; proxy is for the well-known name org.freedesktop.ScreenSaver without an owner"
.Doesn't seem to be anything
cosmic-idle
could do about this. Thoughxdg-desktop-portal-cosmic
could provide its ownInhibit
portal backend.(I guess
xdg-desktop-portal-gtk
should be usingg_bus_watch_name
and re-create the proxy?)The text was updated successfully, but these errors were encountered: