File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,13 @@ inhibit sleep or not until at least the next check period.
31
31
The latest version of this document and code is available at
32
32
https://github.com/bulletmark/sleep-inhibitor .
33
33
34
+ :warning : ** Warning** : Unfortunately this program is currently
35
+ handicapped due to [ this systemd
36
+ issue] ( https://github.com/systemd/systemd/issues/14812 ) . Until this
37
+ issue is addressed, your system may not automatically [ re-] suspend after
38
+ it has been inhibited, even though _ sleep-inhibitor_ has removed the
39
+ inhibit.
40
+
34
41
### Motivation
35
42
36
43
When looking for a solution for this issue I found the
@@ -63,12 +70,12 @@ to execute the sleep inhibition lock.
63
70
### Installation
64
71
65
72
[ Arch] ( https://www.archlinux.org/ ) users can just install
66
- [ sleep-inhibitor from the
73
+ [ _ sleep-inhibitor _ from the
67
74
AUR] ( https://aur.archlinux.org/packages/sleep-inhibitor ) then skip to
68
75
the next Configuration section.
69
76
70
77
Python 3.6 or later is required. The 3rd party ruamel.yaml package is
71
- also required. Note [ sleep-inhibitor is on
78
+ also required. Note [ _ sleep-inhibitor _ is on
72
79
PyPI] ( https://pypi.org/project/sleep-inhibitor/ ) so just ensure that
73
80
` python3-pip ` and ` python3-wheel ` are installed then type the following
74
81
to install (or upgrade):
You can’t perform that action at this time.
0 commit comments