Public bug reported:

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>

** Affects: dbus (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1811152

Title:
  Locally installed services can't add dbus configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1811152/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to