On 2014-11-10, James B. Byrne byrnejb@harte-lyne.ca wrote:
So,
- I installed a minimal CentOS-7.
- I then installed epel-release.
- I then installed etckeeper from epel.
- I then ran yum update -y.
- I then rebooted (kernel update).
- I then ran "yum groups install "X Window System"
- I then ran "yum groups "MATE Desktop"
- I then ran startx.
Can you confirm line 7 above? It might be a typo.
Result: Graphical destop wallpaper appears, spinning disc in center for 2-3 seconds then this:
X.Org X Server 1.15.0 Release Date: 2013-12-27
--- SNIP ---
So, what is going one? Does this Desktop work for anyone else without gnome3 installed? What am I leaving out? Am I suppose run some sort of X configuration program?
Try including the session manager in the startx invocation, e.g.,
startx /usr/bin/mate-session
(Or whaterever the MATE session manager is called. I'm guessing the above by analogy with gnome-session.)