Changes

From Amahi Wiki
Jump to: navigation, search
m
* To start the VNC just type the following into a terminal (using something like [[Key-based SSH Logins With Putty|Putty]]. This will start a new VNC session.
{{Code|vncserver}}
 
However, if you have installed the desktop version you can also follow the above method except the edit in the xstartup file will look like the following:
 
{{Text|Text=
<nowiki>#</nowiki>!/bin/sh
 
<nowiki>#</nowiki> Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
<nowiki>#</nowiki>exec /etc/X11/xinit/xinitrc
gnome-session –session=ubuntu-2d &
 
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
<nowiki>#</nowiki>x-terminal-emulator -geometry 80×24+10+10 -ls -title “$VNCDESKTOP Desktop” &
<nowiki>#</nowiki>x-window-manager &
}}
 
This will now give you a connection with the Unity desktop being displayed
=Tips and Tricks =