On Fri, Feb 17, 2023 at 5:48 PM Celejar wrote:
> Sorry - I just saw this. I'm currently on 6.06 (Sid package). The
> "Preview" button is currently working, but the screensaver isn't
> activating on its own. I started it with logging enabled, and I see
> regular deactivate events like the following logged every 20 seconds:
>
> ClientMessage DEACTIVATE: already inactive, resetting activity time
>
> I saw this:
>
> https://www.jwz.org/xscreensaver/faq.html#no-blank
>
> I guess I have to figure out what application is sending these messages?
> Firefox? I do tend to keep a lot of tabs open.

Yes, try freezing Firefox and see if those DEACTIVATEs stop. I use
this script when I need to save laptop battery, it might come handy
here:

:
killall -STOP firefox
killall -STOP Isolated\ Web\ Con
killall -STOP Isolated\ Service
killall -STOP Privileged\ Cont
killall -STOP WebExtensions
killall -STOP Web\ Content

echo press enter to resume
read dummy

killall -CONT Web\ Content
killall -CONT WebExtensions
killall -CONT Privileged\ Cont
killall -CONT Isolated\ Service
killall -CONT Isolated\ Web\ Con
killall -CONT firefox

BTW, if you keep many tabs open, I can recommend the Auto Tab Discard extension!

> If you think the log may contain more useful information, I'm happy to
> attach it.

Unless there is something there to identify the offender, and I guess
you already checked, I don't think the full log helps.

Tormod

Reply via email to