Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4906

Troubleshooting • screensaver does not autostart on RPi4 64-bit bookworm

$
0
0
Running "xscreensaver -nosplash" in desktop directly works. However, putting "xscreensaver -nosplash" in /etc/xdg/autostart/screensaver.desktop as a desktop entry does not work.

The reason is because it crashes "immediately after" desktop login but it does not crash "sometime after" desktop login.

Therefore, I have to add entry as below:

Code:

[Desktop Entry]Name=ScreensaverType=ApplicatonExec=sh -c 'sleep 1m && /usr/bin/xscreensaver -nosplash &'
and up to today, all xscreensaver-related services do not work.

Statistics: Posted by xuancong — Fri Dec 29, 2023 2:08 am



Viewing all articles
Browse latest Browse all 4906

Trending Articles