Friday, April 25, 2014

Ubuntu : VNC guide

Setting for Ubuntu Trusty Tahr 14.04LTS

Install GUI
Tasksel is a Ubuntu--and Debian-specific tool, which helps to install multiple related packages as a coordinated task. Tasksel makes it incredibly easy to install related packages.

#sudo apt-get tasksel -y

------------------------------------

Edit file : # ./vnc/xstartup

Edit this line, comment out all line
#!/bin/sh

# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc

#[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
#[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
#xsetroot -solid grey#vncconfig -iconic &
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
Add this line to enable Gnome Desktop
metacity &
gnome-settings-daemon &
gnome-panel &

Source :

Related Posts:

0 comments:

Post a Comment