We got systemd git working to be able to run a full GNOME (Fedora 20)
user session with kdbus now. Instead of dbus-daemon running and
activating applications, they are directly started by the systemd
--user instance now.

Here is the output of "ps":
  http://people.freedesktop.org/~kay/kdbus-user.txt

The automatically activated proxies will go away as soon as glib, and
possibly libdbus-1, are ported to connect natively to kdbus instead of
the unix socket,

The X login session needs to export $DISPLAY to systemd --user.
Something like this should take care of that:
---
$ cat /etc/X11/xinit/xinitrc.d/systemd-user.sh
#!/bin/sh

systemctl --user set-environment "DISPLAY=$DISPLAY"
---

Kay
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to