[systemd-devel] mate desktop user service file
arnaud gaboury
arnaud.gaboury at gmail.com
Thu Dec 4 10:06:51 PST 2014
On Thu, Dec 4, 2014 at 4:20 PM, arnaud gaboury <arnaud.gaboury at gmail.com> wrote:
>>
>> You seem to be using some mechanism for starting 'systemd --user' that
>> gives it a DBUS_SESSION_BUS_ADDRESS that assumes dbus-daemon is being
>> started via a specific third-party implementation of a dbus.service for
>> the user bus, possibly from "user-session-units". If you use the part of
>> user-session-units that assumes a dbus-daemon will be launched, but not
>> the part that actually launches the dbus-daemon, then I'm afraid you get
>> to keep both pieces.
>>
>> Neither dbus nor systemd currently ships that dbus.service. When I
>> suggested adding one to dbus, Lennart asked me to use a different path
>> for the socket, then said he had no plans to support a non-kdbus user
>> bus at all ... so that feature request is on hold.
>> (https://bugs.freedesktop.org/show_bug.cgi?id=61301 if you're interested.)
>>
>> Find what is setting DBUS_SESSION_BUS_ADDRESS, and make it not do that.
----------------------------------------------
└─session-c2.scope
├─2908 login -- gabx
├─2911 -zsh
├─2929 /bin/sh /usr/bin/startx
├─2951 xinit /home/gabx/.xinitrc -- /etc/X11/xinit/xserverrc :0
vt1 -auth /tmp/serverauth.7yJtuNYzPM
├─2952 /usr/bin/Xorg.bin -nolisten tcp :0 vt1 -auth
/tmp/serverauth.7yJtuNYzPM vt1
├─2956 i3
├─2979 firefox-aurora
├─2980 i3bar --bar_id=bar-0 --socket=/run/user/1000/i3/ipc-socket.2956
├─2982 urxvt
├─2985 caja --no-desktop
├─2987 urxvt
├─2996 i3status --config=~/.config/i3/i3status.conf
├─3011 dbus-launch --autolaunch=77f348a2b3fb429b85a5de751ea9175a
--binary-syntax --close-stderr
-------------------------------
Culprit is localized : i3
Thank you again for all your explanations.
More information about the systemd-devel
mailing list