|
|
Question : Problem: Connect to solaris 10 desktop remotely
|
|
Hi,
I have a Sun T2000 server running Solaris 10 8/7 on it. The server dosnt have any display card installed. I want a solution which will allow me to view the T2000 server GUI (Gnome) interface on my windows xp based workstation. How should i do this. I need a complete how to guide abt what to install and config on T2000 server (like vnc or similar) so i can use vncviewer or remote desktop connection from my workstation.
|
Answer : Problem: Connect to solaris 10 desktop remotely
|
|
>I want gnome (jave desktop) on my vncviewer.
Comment out the twm window manager and the xterm and add something like:
gnome-session& gnome-terminal --geometry 80x24+10+10 --title="$VNCDESKTOP Desktop"
You'll have to experiment a bit to get the correct path to get this to work.
>I linux i know that path can be declared in .bashrc file.
Depending on your shell, you can do a similar thing in a .profile file.
|
|
|