how start xscreensaver from live puppy usb?
Posted: Sat Jul 06, 2024 6:14 pm
live puppy use root user default
and xscreensaver not working instead screensaver i see at display red message "...do not use root login"
Discussion, talk and tips
https://forum.puppylinux.com/
live puppy use root user default
and xscreensaver not working instead screensaver i see at display red message "...do not use root login"
run-as-spot xscreensaver
but how make autorun at boot run-as-spot app xscreensaver
?
create this script:
/root/Startup/start_xscreensaver
Code: Select all
#!/bin/sh
run-as-spot xscreensaver
make it executable and place it in /root/Startup
, there the script will be automatically run during system start.
@deepforest yes exactly.