[Bug 221452] sysutils/consolekit2: session's active state lost when switching between virtual terminals
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Apr 2022 19:03:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221452
--- Comment #59 from Bluey <ian.cheong@acm.org> ---
13.1-RC2
"active = FALSE" still has bugs. Login and switch users creates a new session
all of which are tagged not active. Still trying to figure if sddm or ck is the
problem. Leaning towards sddm but OP had problem with lightdm.
# ck-list-sessions
Session6:
unix-user = '1001'
realname = 'me'
seat = 'Seat1'
session-type = 'unspecified'
session-class = 'user'
session-state = 'online'
active = FALSE
x11-display = ':2'
x11-display-device = '/dev/ttyva'
display-device = '/dev/ ? '
remote-host-name = ''
is-local = TRUE
on-since = '2022-04-13T20:04:13.959578Z'
login-session-id = ''
XDG_RUNTIME_DIR = '/var/run/user/1001'
VTNr = '11'
Session10:
unix-user = '1001'
realname = 'me'
seat = 'Seat1'
session-type = 'unspecified'
session-class = 'user'
session-state = 'online'
active = FALSE
x11-display = ':1'
x11-display-device = '/dev/ttyva'
display-device = '/dev/ ? '
remote-host-name = ''
is-local = TRUE
on-since = '2022-04-13T20:13:06.751603Z'
login-session-id = ''
XDG_RUNTIME_DIR = '/var/run/user/1001'
VTNr = '11'
Session2:
unix-user = '1001'
realname = 'me'
seat = 'Seat1'
session-type = 'unspecified'
session-class = 'user'
session-state = 'online'
active = FALSE
x11-display = ':0'
x11-display-device = '/dev/ttyv8'
display-device = '/dev/ ? '
remote-host-name = ''
is-local = TRUE
on-since = '2022-04-13T20:01:19.104886Z'
login-session-id = ''
XDG_RUNTIME_DIR = '/var/run/user/1001'
VTNr = '9'
--
You are receiving this mail because:
You are the assignee for the bug.