Difference between revisions of "Installing the Gnome desktop and vncserver"

From MyWiki
Jump to: navigation, search
Line 1: Line 1:
yum groupinstall Desktop<br>
+
#yum groupinstall Desktop<br>
 
yum install gnome-core xfce4 firefox<br>
 
yum install gnome-core xfce4 firefox<br>
 
yum install tigervnc-server<br>
 
yum install tigervnc-server<br>

Revision as of 14:44, 4 February 2015

  1. 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 or ~/.vnc/xstartup should look like:
gnome-session &

service vncserver restart