Hi. I investigated a bit about creating an equivalent of ck-launch-session (i'm interested about this because it would be possible for tmux to create a logind session for each tmux session), and it appears impossible.
The only way to create a session seems to be the org.freedesktop.login1.Manager.CreateSession() dbus call (the PAM connector uses it) and you need to be root to use it. In addition, even if you manage to workaround this limitation, if you try to create a session from an existing one, the call will return the id of the existing session and won't create anything. I'd be happy, though, if the systemd devs prove me wrong. Léo Gillot-Lamure _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
