switching to MATE
This commit is contained in:
+3
-3
@@ -6,9 +6,9 @@
|
|||||||
# This environment group is tested on RHEL7 only
|
# This environment group is tested on RHEL7 only
|
||||||
# See https://docs.ansible.com/ansible/latest/modules/yum_module.html#notes for package group vs environment group
|
# See https://docs.ansible.com/ansible/latest/modules/yum_module.html#notes for package group vs environment group
|
||||||
#
|
#
|
||||||
- name: Install Server with GUI package group, may take a while...
|
- name: Install Server with MATE desktop group, may take a while...
|
||||||
yum:
|
yum:
|
||||||
name: '@^Server with GUI'
|
name: '@^MATE Desktop;
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- name: Install vncserver
|
- name: Install vncserver
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
unset SESSION_MANAGER
|
unset SESSION_MANAGER
|
||||||
unset DBUS_SESSION_BUS_ADDRESS
|
unset DBUS_SESSION_BUS_ADDRESS
|
||||||
#. /etc/X11/xinit/xinitrc
|
#. /etc/X11/xinit/xinitrc
|
||||||
/bin/cinnamon-session
|
/usr/bin/mate-session
|
||||||
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
|
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
|
||||||
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
|
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
|
||||||
xsetroot -solid grey
|
xsetroot -solid grey
|
||||||
|
|||||||
Reference in New Issue
Block a user