https://bugs.kde.org/show_bug.cgi?id=462824

pixelplanetdev <pixelplanet...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pixelplanet...@gmail.com

--- Comment #4 from pixelplanetdev <pixelplanet...@gmail.com> ---
For the session bus, i prefer it to copy `~/kde/usr/share/dbus-1/services` into
`$XDG_RUNTIME_DIR/dbus-1/services"`
in `startplasma-dev.sh`

This has the positive consequence of them getting updated on every login and
they aren't affecting any other session of the user.

Only caveat is that according to the dbus-daemon manpage, the XDG_RUNTIME_DIR
doesn't get monitored for file changes and filenames have to strictly match the
well-known bus name.
This was not the case for me.
But if it's the case, the not-matching files can be renamed and the dbus
ReloadConfig can be triggered after copying manually with

```
dbus-send --session --print-reply --type=method_call \
      --dest=org.freedesktop.DBus \
      / org.freedesktop.DBus.ReloadConfig > /dev/null
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to