I'm using "slim" on both computers and it seems to me they both have the same configuration but on one of them "ck-list-sessions" is showing that tty7 is started twice.
and it is using the sessiont with "active = FALSE" so my logout buttons are grayed out.
ck-list-sessions
Session4:
unix-user = '1001'
realname = '(null)'
seat = 'Seat5'
session-type = ''
active = FALSE
x11-display = ':0.0'
x11-display-device = ''
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2012-03-12T14:37:26.739321Z'
login-session-id = '23'
Session7:
unix-user = '1000'
realname = '(null)'
seat = 'Seat6'
session-type = ''
active = FALSE
x11-display = ''
x11-display-device = ''
display-device = '/dev/ssh'
remote-host-name = '192.168.141.8'
is-local = FALSE
on-since = '2012-03-12T15:29:14.176895Z'
login-session-id = '24'
Session5:
unix-user = '1001'
realname = '(null)'
seat = 'Seat1'
session-type = ''
active = TRUE
x11-display = ':0.0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2012-03-12T14:37:26.776626Z'
login-session-id = '23'
Session6:
unix-user = '1001'
realname = '(null)'
seat = 'Seat1'
session-type = ''
active = FALSE
x11-display = ':0.0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2012-03-12T14:37:26.910892Z'
login-session-id = '23'
My settings:
cat /etc/conf.d/xdm
DISPLAYMANAGER="slim"
cat /etc/env.d/90xsession
XSESSION="startxfce4"
cat /etc/X11/Sessions/Xfce4
startxfce4
thelma $ cat .xinitrc
exec ck-launch-session startxfce4
Why is tty7 starting twice?
--
Joseph