Installing the Gnome desktop and vncserver

From MyWiki
Revision as of 14:45, 4 February 2015 by George2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

$ yum groupinstall Desktop
$ yum install gnome-core xfce4 firefox
$ yum install tigervnc-server
$ chkconfig vncserver on
As the user(oracle) run vncpasswd

vi /etc/sysconfig/vncservers


VNCSERVERS="1:srijan"
VNCSERVERARGS[1]="-geometry 1024x768"

The botton line of ~/.vnc/xstartup should look like:
gnome-session &

$ service vncserver restart