Unable to change default to gnome, receiving an error (similar to) "the system can not recover..."
Am using KDE or LXDF without any problem, but unable to switch to Gnome, which I prefer.
Please advise
JJF
JJF wrote:1. Mageia 4: KDE-OK, LXDF-OK. Gnome- Blinking cursor on black background.
urpme task-gnome-minimal
openbox-session
inxi -G
Graphics: Card: InnoTek Systemberatung VirtualBox Graphics Adapter
X.Org: 1.14.5 drivers: ati,vboxvideo,v4l Resolution: 1591x1063@60.0hz
GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.3, 128 bits) GLX Version: 2.1 Mesa 10.0.3
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice
#exec openbox-session
#exec startlxde
Users browsing this forum: No registered users and 1 guest