Changes

From Amahi Wiki
Jump to: navigation, search
* We edit the file to uncomment the second line, and add "gnome-session -session=gnome-classic &". So it will look like this:
{{CodeText|CodeText=<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=gnome-classic &
xsetroot -solid grey
vncconfig -iconic &
<nowiki>#</nowiki>x-terminal-emulator -geometry 80×24+10+10 -ls -title “$VNCDESKTOP Desktop” &<nowiki>#</nowiki>x-window-manager &
}}
* And finally we quit nano and save the file.
y (for confirmation that yes, we do want the file to be overwritten with the new information)}}
* 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}}
12,424

edits