lively icon indicating copy to clipboard operation
lively copied to clipboard

Screensaver triggering during browser idle

Open rocksdanister opened this issue 2 years ago • 4 comments

Describe the bug Built in screensaver is being triggered while watching online video etc..

To Reproduce Screenshot 2021-09-16 184034

Additional context Investigate further checks/flags: https://github.com/rocksdanister/lively/blob/0a004a04508760c016c9edbfac51aaa002ecf6f3/src/livelywpf/livelywpf/Helpers/Screensaver/ScreensaverService.cs#L284-L287

https://github.com/rocksdanister/lively/blob/0a004a04508760c016c9edbfac51aaa002ecf6f3/src/livelywpf/livelywpf/Helpers/Screensaver/ScreensaverService.cs#L358-L376

rocksdanister avatar Sep 16 '21 13:09 rocksdanister

Maybe check for gpu/cpu usage?

rocksdanister avatar Sep 16 '21 13:09 rocksdanister

https://stackoverflow.com/questions/11177373/how-to-detect-if-any-video-is-being-played-now https://stackoverflow.com/questions/5075893/disabling-screen-saver-to-user

rocksdanister avatar Sep 16 '21 13:09 rocksdanister

Current recommended method to apply screensaver is to use scr file: https://github.com/rocksdanister/lively/wiki/Screen-Saver

rocksdanister avatar Apr 15 '22 16:04 rocksdanister

https://devblogs.microsoft.com/oldnewthing/20090820-00/?p=17043

rocksdanister avatar Nov 14 '23 05:11 rocksdanister