Question : Vmware View open client for ubuntu

Is there a way to make the Vmware View open client start at login, so when you start the computer you see the Vmware View client instead of the normal lunix login screen. Trying to create a thin client with this and don't know how to set this up.

Answer : Vmware View open client for ubuntu

You can override the sequance in which your machine boots.

Create the startup script in the /etc/rc3.d directory

touch /etc/rc3.d/s15vmware_client
cd /etc/rc3.d
vi s15vmware_client

#enter this into the body of the script
 command that starts the vmware client from the command line (with arguments - optional)
:wq

Random Solutions  
 
programming4us programming4us