-
Notifications
You must be signed in to change notification settings - Fork 196
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
Problem with xscreensaver #41
Comments
I have found out that the script runs without that error only after I turn the screensaver on and I manually make it start once. Any ideas on how to avoid this? |
Related to this (I think), it does not perceive when the system is suspended, as if there's no change in active window. Instead of the locked screen flag, it just doesn't break the block for the window that was active before suspend. Sorry to insist. It would look like the problem should be common to all those using Xfce. |
Potential necrobump...just encountering this today. XFCE as well however I think this (for me) has to do with multi GPU and xscreensaver is confused. I've tried launching specifying a GPU but no dice, everything returns "no saver status on root window." When I add it to the xfce session it seems to work but running it after the session gives the error. Not sure why this is given it should be run as/for the same user and I can't suss out any special launch args in how the session launches it but I'm also not going to dig deep. Just frustrating fix one thing expose another. |
Hi,
When I run
logactivewin.sh
in Xfce I get the following error:no saver status on root window.
, and only__LOCKEDSCREEN
is logged.I assume it is a problem of when it checks the screensaver (I had to install
xscreensaver
in the first place, as it wouldn't work otherwise; and I don't see why this should be required).I have seen here a similar problem related to the
gnome-screensaver
: #24I am not familiar with the language, so I'm not of much help. Does anybody know what needs to be fixed?
I assume it would be here?
Here is
xscreensaver-command
as possible reference: https://github.com/danfuzz/xscreensaver/blob/master/driver/xscreensaver-command.cThank you!
The text was updated successfully, but these errors were encountered: