Re: [systemd-devel] [help][227] Enabling a user service breaks a little my system!

2015-11-26 Thread Jorge Araya Navarro
Well, I'm using dbus version 1.10.2 in a Arch Linux-based GNU/Linux distribution. Checking their PKGBUILD the `--enable-user-session` option was enabled. --8<---cut here---start->8--- $ systemctl status -l dbus ● dbus.service - D-Bus System Message Bus Loade

Re: [systemd-devel] [help][227] Enabling a user service breaks a little my system!

2015-11-26 Thread Jorge Araya Navarro
Inside GNU Screen: --8<---cut here---start->8--- $ echo $XDG_SESSION_ID --8<---cut here---end--->8--- Outside: --8<---cut here---start->8--- $ echo $XDG_SESSION_ID --8<--

Re: [systemd-devel] [help][227] Enabling a user service breaks a little my system!

2015-11-26 Thread Mantas Mikulėnas
On Thu, Nov 26, 2015 at 8:33 AM, Jorge Araya Navarro wrote: > Hello! > > I'm suffering a issue with systemd's user services that I fixed only with > a workaround, but today I > want to fix this issue completely. > > I have created a user service which starts GNU Emacs, and another user > service

Re: [systemd-devel] [help][227] Enabling a user service breaks a little my system!

2015-11-26 Thread Simon McVittie
On 26/11/15 06:33, Jorge Araya Navarro wrote: > $ LC_ALL=C systemctl --user > Failed to connect to bus: No such file or directory Do you have a D-Bus session bus as a user service? If you are using Debian or one of its derivatives like Ubuntu, install the dbus-user-session package. This is probab

[systemd-devel] [help][227] Enabling a user service breaks a little my system!

2015-11-25 Thread Jorge Araya Navarro
Hello! I'm suffering a issue with systemd's user services that I fixed only with a workaround, but today I want to fix this issue completely. I have created a user service which starts GNU Emacs, and another user service which starts GNU Screen[1], and enabled both. After rebooting my machine