You are not logged in.
Pages: 1
So, i have this nasty problem. I did a short search over the forum, but didn't find the topic. So i decided to post a new one (coz sollutions may be different). So here are my configs :
~/.xinitrc
exec openbox-session
/etc/inittab:
# Boot to console
#id:3:initdefault:
# Boot to X11
id:5:initdefault:
#x:5:respawn:/usr/bin/xdm -nodaemon
#x:5:respawn:/usr/sbin/gdm -nodaemon
#x:5:respawn:/usr/bin/kdm -nodaemon
x:5:respawn:/usr/bin/slim >/dev/null 2>&1
/etc/slim.conf
I can login as root but cannot as user. I've almost learned Wiki but couldn't find the sollution.
Thanks for your help.
BTW : Greetings from Ukraine!
Offline
Have you tried:
exec ck-launch-session openbox
Offline
yeap! No good = (
Offline
Two things in your slim.conf:
login_cmd exec /bin/sh - ~/.xinitrc %session
#login_cmd exec /bin/bash -login ~/.xinitrc %session
As you surealy have Bash installed chnge this around.
And ;
# default user, leave blank or remove this line
# for avoid pre-loading the username.
#default_user simone
# Focus the password field on start when default_user is set
# Set to "yes" to enable this feature
#focus_password no
Take away the # and edit to your user, maybe focus_password yes.
By the the way, do oyu have console-kit installed?
Offline
I can login as root but cannot as user. I've almost learned Wiki but couldn't find the sollution.
I'm also using slim. In my case, I can login with my regular user, but I have to take care while typing in my password, because for some reason in slim a different keyboard layout is used than everywhere else.
Offline
This may not be any help, but the same thing happened to me while messing around with it in qemu, I found that the method of adding it as a daemon in rc.conf instead of using inttitab for whatever reason let me log in as a user.
Offline
Pages: 1