google / xsecurelock

X11 screen lock utility with security in mind
Apache License 2.0
863 stars 65 forks source link

Can't use any of the saver modules #178

Closed victorpigmeo closed 9 months ago

victorpigmeo commented 9 months ago

Hi folks I'm trying to use for the first time this screen locker, it is working ok but I would like to use the xscreensaver module. But despite all my efforts I can't make it work, I tried these:

I think that is important to say that both xscreensaver and mplayer (and mpv) are installed and working correctly. I'm running a Debian 11 freshly installed.

As I said, it is the first time I try to use such tool cause it is the first time I use a "custom" WM (bspwm), can anyone help me point if I'm doing something wrong? In all the above tries I followed the installation steps from the README of this repo, every time I try a different build I was running sudo make uninstall and then ./configure...., make, and make install, is this enough to really rebuild the application with the new configuration? Thx in advice!

victorpigmeo commented 9 months ago

Hmm, 1 min after I post this issue I create an shortcut on sxhkd to lock my screen. This was the last command I use to configure: ./configure --with-pam-service-name=common-auth --with-xscreensaver=/usr/libexec/xscreensaver --with-default-saver-module=saver_xscreensaver and for some reason using the shortcut the xscreensaver worked 🙂

I don't know why, but if I run xsecurelock on any terminal the screensaver don't work, if I hit my shortcut, everything works fine. 🤔 Well my problem I think is solved, closing the issue.