I'm setting up a laptop machine for my brother. When I tried to use tdebluez to enable a bluetooth headset I got this response:
| 00:49:18 root@toreador | wd=~ | ● tdebluez& | [1] 14185 | rc=0 | @00:49:56 root@toreador | wd=~ | ● [tdebuildsycoca] tdebuildsycoca running... | [2024/05/20 00:49:56.685] Interface not implemented: org.bluez.AdminPolicySet1 | [2024/05/20 00:49:56.685] Interface not implemented: org.bluez.AdminPolicyStatus1 | [2024/05/20 00:49:56.685] Interface not implemented: org.bluez.LEAdvertisingManager1 | [2024/05/20 00:49:56.685] Interface not implemented: org.bluez.AdminPolicyStatus1 | [2024/05/20 00:49:56.685] obexd executable was not found | Set path in configuration file "tdebluezrc" | Variable: obexSrvExe=<path to obexd> | [1]+ Done tdebluez
So I searched for the missing component:
| zypper se obexd | Loading repository data... | Reading installed packages... | | S | Name | Summary | Type | --+------------------------+----------------------------------------------+-------- | | bluez-obexd | Object Exchange daemon for sharing binary -> | package | | bluez-obexd-debuginfo | Debug information for package bluez-obexd | package | | obexd | D-Bus service for Obex Client access | package | | obexd-client | D-Bus service for Obex Server access | package | | obexd-client-debuginfo | Debug information for package obexd-client | package | | obexd-debuginfo | Debug information for package obexd | package | | obexd-debugsource | Debug sources for package obexd | package | | obexd-server | D-Bus service for Obex Server service | package | | obexd-server-debuginfo | Debug information for package obexd-server | package | rc=0
Which of these packages do I need to install to make tdebluez work? Shouldn't tdebluez have triggered this as a dependency?
Leslie