-
Notifications
You must be signed in to change notification settings - Fork 36
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
ungoogled-chromium 102 blocks DPMS suspend (potentially also screensavers) #190
Comments
does this happen only under arch? |
I do not have any other systems I could test in unfortunately :/ (besides windows and macos, which I wouldnt expect to help in this case?) |
have you tested vanilla chromium? |
I was afraid to test it since it might break my profile in some way, but just did and it was fine. Just tested on arch's vanilla How do I proceed from here? Can any of you replicate this issue? |
What is your DE? Cannot reproduce on Gentoo under xfce. |
I am using i3 |
I also can't reproduce, currently using sway. |
Updating this issue with related bug reports for any future readers: |
Since version 102, after playing any video (youtube, twitch were tested), even after closing the tab, DPMS suspend is blocked.
This did not occur before on any of the previous versions, downgrading to
ungoogled-chromium-101.0.4951.64-1
makes it behave properly, whereas bothungoogled-chromium-102.0.5005.61-1
andungoogled-chromium-102.0.5005.61-2
have the issue.(compiled from the AUR package locally, using latest arch vanilla
makepkg.conf
, changing onlymarch
,mtune
,-j
flag andBUILDDIR
set to tmpfs)To reproduce
Test normal behavior
-- Launch chromium
-- Trigger a screen locker that sets dpms timeout (
sxlock
etc..) or just set dpms timeout to something short to test-- Verify that display goes to sleep/suspend as expected
Test incorrect behavior:
-- Launch chromium
-- Open a youtube video tab and play the video.
-- Pause or close the tab completely
-- Trigger dpms timeout suspend as before
-- Verify that display does not enter sleep
using
xset dpms force suspend
it will work as it will ignore X client wake events.The text was updated successfully, but these errors were encountered: