Niko Föhr
Niko Föhr
There is a command called `gnome-session-inhibit`. See, for example: https://manpages.ubuntu.com/manpages/bionic/man1/gnome-session-inhibit.1.html Notes: - Someone has reported a bug on GNOME 46: https://bbs.archlinux.org/viewtopic.php?id=294232 - Probably part of the gnome-session package (https://gitlab.gnome.org/GNOME/gnome-session) -...
*Comments which are merely debugging details mode under \ to reduce noise* Confirmation that screen is locked if Screen Saver with password is not enabled Just confirmed this again with...
@ccrutchf I'm continuing the discussion here. I added my current understanding about the Windows sleep & lock states and the possible transitions in a diagram [here](https://github.com/fohrloop/wakepy/issues/169#issue-2091400500). Not sure if it...
@ccrutchf > PowerToys sets the precedent of not worrying about locking: https://github.com/microsoft/PowerToys/blob/c406a15099584a069374ab5531e1f711c5b53315/src/modules/awake/Awake/Core/Manager.cs I interpreted your comment as "PowerToys does not lock the screen automatically but just uses SetThreadExecutionState to prevent...
Labeled this as a bug although not sure if this can be thought of a bug in wakepy or as a feature of the Windows operating system.
A possible solution to this should consider also other systems, which may only lock screen automatically on certain situations. For example, on KDE Plasma on Kubuntu, screenlock is started when...
Hi @ccrutchf , thanks for the PR! Very nice work! :) I commented on the code about few small details. ### re: Unit tests Yeah this is the same pain...
Hi @ccrutchf , have you had time to think about unit tests? Would you still like to provide them? If not, I could take this as is, merge to dev...
Hi, I removed the `dev` branch to close https://github.com/fohrloop/wakepy/issues/305 (that closed this PR automatically). The changes could be merged to `main`. How it would be done in practice is to...
This would be nice to have, but in the meantime I [asked about this in SO and figured out a workaround](https://stackoverflow.com/questions/78228119/how-to-test-a-wheel-against-multiple-versions-of-python/). I won't copy-paste the whole answer here but in...