-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lockscreen doesn't appear right away after waking the computer from sleep #174
Comments
How are you running |
in my i3 config, I have
|
@zimawho try https://gist.github.com/Raymo111/91ffd256b7aca6a85e8a99d6331d3b7b instead of xss-lock. |
I tried your systemd solution to no avail so I built every commit from 2.12.c.1 to 2.12.c.2. The bug seems to be introduced by commit 5a7e156 which makes little sense because it barely changed |
Have you tried using the git version from AUR? I've tried many times to get @AladW to update to the latest version (and even applied for TU status) but to no avail. The community PKGBUILD is SEVERELY out of date and I don't like that one bit :/ |
The community PKGBUILD is on latest release (2.12.c.4) so not really out of date anymore. It's an orphan package now though, so maybe you could try to apply again and maintain it. I also tried the AUR package and it has the same bug |
Sorry for the lack of communication, I've started my MSc and I have close to 0 time for Arch stuff. Good someone else updated it, though. |
@zimawho unfortunately I have been told, quite angrily, that I am ineligible for TU status right now. Try building the latest version from git and seeing if the problem still exists? |
The bug is still present after building latest version from git but not present when building i3lock from upstream ... |
I have no issues with locking before my system is going to sleep, while using i3lock-color-git from AUR (current version is
|
Besides user-feedback I've found many resources showing that it is one common way to use forking here. I've also found the option "--nofork" for i3lock-color but I'm unsure of the side-effects (i3/i3lock#109) as it was the less popular solution. https://gist.github.com/victorhaggqvist/603125bbc0f61a787d89 Raymo111/i3lock-color#174 (comment) https://gist.github.com/Raymo111/91ffd256b7aca6a85e8a99d6331d3b7b
Besides user-feedback I've found many resources showing that it is one common way to use forking here. I've also found the option "--nofork" for i3lock-color but I'm unsure of the side-effects (i3/i3lock#109) as it was the less popular solution. https://gist.github.com/victorhaggqvist/603125bbc0f61a787d89 Raymo111/i3lock-color#174 (comment) https://gist.github.com/Raymo111/91ffd256b7aca6a85e8a99d6331d3b7b
Besides user-feedback I've found many resources showing that it is one common way to use forking here. I've also found the option "--nofork" for i3lock-color but I'm unsure of the side-effects (i3/i3lock#109) as it was the less popular solution. https://gist.github.com/victorhaggqvist/603125bbc0f61a787d89 Raymo111/i3lock-color#174 (comment) https://gist.github.com/Raymo111/91ffd256b7aca6a85e8a99d6331d3b7b
This issue is a....
Current Behavior
After an update from 2.12.c.1 to 2.12.c.2, I can see my screen when the laptop wakes up from sleep. The lockscreen only appears after I begin typing my password.
Expected Behavior
Before the update, when the laptop was waking up from sleep, I could see the lockscreen right away
Reproduction Instructions
xset s off dpms 5
for the sleep function to kick in after 5 seconds of inactivityEnvironment
Output of
i3lock --version
:Where'd you get i3lock-color from?
I modified the Arch official PKGBUILD to build the commit I wanted
The text was updated successfully, but these errors were encountered: