btunny
July 2nd, 2015, 05:30 PM
Hello
I am trying to setup the Ubuntu minimal installation to have a basic gui. I have openbox as window manager, cairodock, and SLiM as my display manager. I have setup my xinitrc as follows:
________________________________________________
#!/bin/sh
# /etc/X11/xinit/xinitrc
#
# global xinitrc file, used by all X sessions started by xinit (startx)
# invoke global X session script
. /etc/X11/Xsession
exec /bin/sh/login
exec slim
exec openbox-session
exec cairo-dock
________________________________________________
SLiM Shows up, but when I try to login, I get that message.
please tell me what I am doing wrong
thanks
I am trying to setup the Ubuntu minimal installation to have a basic gui. I have openbox as window manager, cairodock, and SLiM as my display manager. I have setup my xinitrc as follows:
________________________________________________
#!/bin/sh
# /etc/X11/xinit/xinitrc
#
# global xinitrc file, used by all X sessions started by xinit (startx)
# invoke global X session script
. /etc/X11/Xsession
exec /bin/sh/login
exec slim
exec openbox-session
exec cairo-dock
________________________________________________
SLiM Shows up, but when I try to login, I get that message.
please tell me what I am doing wrong
thanks