I have been running Kubuntu for many years and recently upgraded to Ubuntu 24.04 via the upgrade feature.
I run xscreensaver and there used to be a way to override the default kscreenlocker so that when you click the 'lock screen' button, the xscreensaver kicks in vs. the default kscreensaver.
This used to work flawlessly in the past by:
In order to unlock, I need to switch to a virtual terminal and enter "loginctl unlock-session 3"
I run xscreensaver and there used to be a way to override the default kscreenlocker so that when you click the 'lock screen' button, the xscreensaver kicks in vs. the default kscreensaver.
This used to work flawlessly in the past by:
- finding the kscreensaver_greet file (current version is located in /usr/lib/x86_64-linux-gnu/libexec/)
- replacing the file with the following text file (apologies but I can't figure how to format this as a code block)
#!/bin/sh
xscreensaver-command -lock - making xscreensaver-command executable via chmod a+x
In order to unlock, I need to switch to a virtual terminal and enter "loginctl unlock-session 3"
Comment