02-07-2025, 12:47 PM
02-08-2025, 08:21 PM
sudo apt-get install xscreensaver xscreensaver-data
This will install it and you may start it from
Applications -> Preferences -> XScreensaver Settings
(It will tell you it's not running and ask you if you want to Launch)
If you want it to autostart, the best way might depend on whether you run Ice or Flux or JWM but this should work for all 3.
leafpad ~/.desktop-session/startup
and add this line at the end
save and exit. It should be running at next login/reboot.
[attachment=57]
This will install it and you may start it from
Applications -> Preferences -> XScreensaver Settings
(It will tell you it's not running and ask you if you want to Launch)
If you want it to autostart, the best way might depend on whether you run Ice or Flux or JWM but this should work for all 3.
leafpad ~/.desktop-session/startup
and add this line at the end
Code:
xscreensaver --no-splash &
save and exit. It should be running at next login/reboot.
[attachment=57]
02-09-2025, 03:48 PM
When I tried to save the startup file it asks me where.
02-09-2025, 04:40 PM
Are you not editing the *existing*
startup
file located in
<your home directory>/.desktop-session
???
[attachment=58]
startup
file located in
<your home directory>/.desktop-session
???
[attachment=58]
Yesterday, 04:47 PM
Ok, I will save it there.