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
It would be nice to have non-DBus based on methods available on GNOME. This would make D-Bus (and the python package jeepney) an optional dependency on GNOME.
Task:
Search for non-DBus based keep.running and keep.presenting methods on GNOME
If there are any, implement those with the new API; using wakepy.core.Method
The text was updated successfully, but these errors were encountered:
There are so many other tasks for the 0.8.0 release that I would not want to hold it because of this. This can be part of the next release, for example.
This one does not require D-Bus communication (from the python process)
Should take care that if python process crashes, there should be no gnome-session-inhibit processes left, but those should always be taken down with the main process. If that's not possible, this is probably not a good method. Perhaps, could try calling gnome-session-inhibit sleep 1 ?
It would be nice to have non-DBus based on methods available on GNOME. This would make D-Bus (and the python package jeepney) an optional dependency on GNOME.
Task:
The text was updated successfully, but these errors were encountered: