Niko Föhr

Results 78 issues of Niko Föhr

Currently (v0.9.1), wakepy checks if platform.system() returns "Linux". All wakepy.Methods have to advertise which system they support. Task: - Add support for BSD systems (FreeBSD, OpenBSD, GhostBSD, ...).

Type: Feature

Does some wakepy.Method already cover this? If so, add it to the docs. If not, add support for ChromeOS.

Type: Feature

Probably just have to detect that code is running on cygwin and then use the SetThreadExecutrionState. See also approach taken in https://github.com/fohrloop/wakepy/issues/36

Type: Feature

Python code can be ran on browser, either converting it into JS (Brython, Transcrypt and Skulpt) or into WASM (Pyodide and PyPy.js). Could it be possible to support wakepy modes...

Sometimes it might be useful to be able to ssh into a server, start a python process and disconnect from the server knowing that the process will continue running. Todo:...

It would make it easier for people using Conda to have wakepy also available in conda-forge.

An idea from [this reddit comment](https://www.reddit.com/r/Python/comments/1d5ya3k/comment/l6qrr8e/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button). Could it be possible to implement a mode where: - Suspend is inhibited - Screenlock is inhibited - Display _may_ turn automatically off, or...

Type: Feature

Notes: #### org.gnome.SessionManager - Looks like Mate might be providing the org.gnome.SessionManager dbus service: [mate-session/org.gnome.SessionManager.xml](https://github.com/mate-desktop/mate-session-manager/blob/master/mate-session/org.gnome.SessionManager.xml) - The [news](https://github.com/mate-desktop/mate-session-manager/blob/master/NEWS) for mate-session-manager 1.12.0 say: "Switch to org.gnome.SessionManager" - The mate-session-manager 1.12.0 was...

Type: Feature

Add support for Cinnamon DE. Notes: - Check out org.cinnamon.ScreenSaver

Type: Feature

Would it be possible to use `systemd-inhibit` command in wakepy? Pros: - Might allow more DEs to be supported. Many distros come with systemd, but not all implement the used...