Greetings I am running UBUNTU 12.04 and logging in on UBUNTU 3D. Wondering if anyone knows the definitive answer to getting xscreensaver
to load at start-up? I have removed gnome screensaver, installed xscreensaver
with no results.
I have tried adding start-up applications:
> xscreensaver –nosplash
(with no results)
also executed:
sudo gedit /etc/xdg/autostart/screensaver.desktop
with is output:
> [Desktop Entry]
>
> Exec=xscreensaver
>
> Name=XScreenSaver
> Blockquote
>
> Type=Application
>
> X-KDE-StartupNotify=false
(with no results)
Also when I manually open the screensaver I get this error:
The XScreenSaver daemon doesn't seem to be running on ":0". Launch it now?
I have also tried following the instructions here (top answer)
Any help is appreciated.
xscreensaver –nosplash
notxscreensaver -nosplash
. (It should be a hyphen, not an en-dash.) – Sparhawk Mar 28 '14 at 22:52xscreensaver
command with something likedate > /tmp/startup_script_out
, and then check the file at/tmp/startup_script_out
), and also check that the real command works (i.e. try manually runningxscreensaver -nosplash
in the terminal after startup). Also, you can test ifxscreensaver
is running withpgrep xscreensaver
in the terminal. – Sparhawk Mar 29 '14 at 03:52bash -c 'date > /tmp/startup_script_out2'
. – Sparhawk Mar 29 '14 at 05:171- sudo gedit /etc/xdg/autostart/screensaver.desktop ----and 2 - going to starup application via UBUNTU menu, and enetering in the command line:/etc/xdg/autostart/xscreensaver -nosplash
– Kalamalka Kid Mar 29 '14 at 05:28*.desktop
files, and they won't take flags anyway). Can you try my suggestion above using the GUI, as per my link? – Sparhawk Mar 29 '14 at 05:31bash -c 'date > /tmp/startup_script_out2'
in the "command" field. – Sparhawk Mar 29 '14 at 05:52/usr/share/applications/Banshee
wouldn't work either, since that isn't the correct path. (As I saw before,bash -c 'date > /tmp/startup_script_out2'
would have worked, but that's moot now.) Anyway, glad you worked it out. – Sparhawk Mar 29 '14 at 09:16