Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Repackaging request: dbus autostart file for obexd (Read 830 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Repackaging request: dbus autostart file for obexd

Echoing this topic with the exact same issue I had earlier today.

The last reply suggests replacing /usr/share/dbus-1/services/org.bluez.obex.service with:
Code: [Select]
[D-BUS Service]
Name=org.bluez.obex
Exec=/usr/lib/bluetooth/obexd
SystemdService=dbus-org.bluez.obex.service

Would the maintainers mind adding this file to the world/bluez package (or someone explain me @pkglibexecdir@ in the original file is not getting expanded into /usr/lib/bluetooth)?

Re: Repackaging request: dbus autostart file for obexd

Reply #1
Yeah this is a bug in the packaging. Someone who knows automake better than me can probably figure this out, but @pkglibexecdir@ is clearly meant to compile to /usr/lib/bluetooth.

Re: Repackaging request: dbus autostart file for obexd

Reply #2
I am working on fixing the pkglibexecdir issue, which will be released fairly soon.

Edit: I have fixed, once mirrors syncs and you receive update, let me know if it works now.

 

Re: Repackaging request: dbus autostart file for obexd

Reply #3
There seems to be two leading spaces in each line of the org.bluez.obex.service file, which cause issues.

However, removing the leading spaces makes obexd able to autostart.

Re: Repackaging request: dbus autostart file for obexd

Reply #4
There seems to be two leading spaces in each line of the org.bluez.obex.service file, which cause issues.

However, removing the leading spaces makes obexd able to autostart.
Just submitted for rebuild, this one seems to be fine now. Rechecked and has no spaces before. Thanks

Re: Repackaging request: dbus autostart file for obexd

Reply #5
Confirmed working, thanks!