How To Start NX/VNC Session At Ubuntu Boot Time?
Posted
by
darkAsPitch
on Server Fault
See other posts from Server Fault
or by darkAsPitch
Published on 2010-02-19T14:14:33Z
Indexed on
2012/11/08
5:06 UTC
Read the original article
Hit count: 381
I want an NX or VNC session to start automatically when an Ubuntu server boots up - without a monitor connected - loading a certain user's desktop and keeping it loaded and ready until I log in via NX or VNC.
How would one accomplish that?
This code works via my terminal when I am logged in as the NX user, but not via root, and not in the init.d folder. No idea why?
/usr/NX/bin/nxclient --session /home/user/.nx/config/SavedSession.nxs
Please provide somewhat simplified instructions! I am certified linux newb.
© Server Fault or respective owner