14 Oct
2012
14 Oct
'12
2:42 a.m.
On Sat, Oct 13, 2012 at 5:14 PM, Matthew Monaco <dgbaley27@0x01b.net> wrote:
I believe the logind equivalent to ck-launch-session is having
session required pam_loginuid.so session required pam_systemd.so
in whatever pam service is being used: /etc/pam.d/{gdm,lightdm,sshd,...}. pam_loginuid is not strictly necessary, but recommended.
Don't forget that if you're using startx you'll need to make sure the vt X is using is the same one you logged in on: startx -- vt1 Alternatively, one can craft a .xserverrc to automatically pass the right vt option to X. ~Celti