[Bug 1811152] Re: Locally installed services can't add dbus configuration
Mario Limonciello
superm1 at ubuntu.com
Thu Jan 10 00:13:02 UTC 2019
I did not check upstream yet no, thanks for checking. I'll report it
upsteam as well.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1811152
Title:
Locally installed services can't add dbus configuration
Status in dbus package in Ubuntu:
New
Bug description:
A report was received in upstream fwupd about how the daemon wasn't
able to start after the following commands:
# meson build
# ninja -C build
# ninja -C build install
This placed everything in /usr/local by default.
It also created an /usr/local/etc/dbus-1/system.d/org.freedesktop.conf
The daemon can (attempt to) be started by:
/usr/local/libexec/fwupd/fwupd -v
It fails to acquire org.freedesktop.fwupd on dbus system bus however.
This is because by default dbus on Ubuntu does not examine files in
/usr/local/etc/dbus-1/system.d.
This issue can be fixed if the following is added to
/usr/share/dbus-1/system.conf:
<includedir>/usr/local/etc/dbus-1/system.d</includedir>
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1811152/+subscriptions
More information about the foundations-bugs
mailing list