The file /usr/share/dbus-1/services/org.bluez.obex.service is not installed when systemd is disabled Reproducible: Always Steps to Reproduce: 1. USE="obex -systemd" emerge bluez Actual Results: /usr/share/dbus-1/services/org.bluez.obex.service does not exist Expected Results: /usr/share/dbus-1/services/org.bluez.obex.service should be created irrespective of using systemd or not.
Created attachment 889247 [details, diff] patch to install dbus service with USE="-systemd"
The proposed patch is similar to what is available (but not applied) at net-wireless/bluez/files/0001-Allow-using-obexd-without-systemd-in-the-user-session-r2.patch
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417b23a120e91255efb3c5342bef6bdf1f370fba commit 417b23a120e91255efb3c5342bef6bdf1f370fba Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2024-04-07 16:06:12 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2024-04-07 16:06:12 +0000 net-wireless/bluez: Fix obex dbus file installation on non-systemd systems Thanks-to: Andreas Fink Closes: https://bugs.gentoo.org/928417 Signed-off-by: Pacho Ramos <pacho@gentoo.org> net-wireless/bluez/bluez-5.73-r1.ebuild | 278 +++++++++++++++++++++ ...xd-without-systemd-in-the-user-session-r3.patch | 20 ++ 2 files changed, 298 insertions(+)