[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, 08 Apr 2022 19:54:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221452
--- Comment #55 from Bluey <ian.cheong@acm.org> ---
Looks like the problem might be with sddm, since the sddm user processes are
MIA.
https://www.freebsd.org/cgi/man.cgi?query=sddm&sektion=1&manpath=freebsd-release-ports
sddm runs the greeter as a system user named sddm whose home directory
needs to be set to /var/lib/sddm.
If pam and systemd are available, the greeter will go through
logind,
which will give it access to drm devices.
sddm user exists.
[CODE]# cat/etc/passwd
[...]
sddm:*:219:219:SDDM Display Manager user:/var/lib/sddm:/usr/sbin/nologin
[...][/CODE]
processes run by sddm user do not.
[CODE]# ps -auxw -U sddm
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
#
[/CODE]
--
You are receiving this mail because:
You are the assignee for the bug.