Displaying 2 results from an estimated 2 matches for "tp5743554p5744086".
2016 Jul 13
0
vnc on C7
...'/usr/bin/vncserver -kill %i > /dev/null 2>&1 || :'
[Install]
WantedBy=multi-user.target
****************************************************************************************************
--
View this message in context: http://centos.1050465.n5.nabble.com/CentOS-vnc-on-C7-tp5743554p5744086.html
Sent from the CentOS mailing list archive at Nabble.com.
2016 Jun 02
2
vnc on C7
Thanks Frank.
The below in fact worked and restarting the service.
Jerry
To get mate to show up use the follow text in your
~.vnc/xstartup file:
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
# exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r HOME/.Xresources ]