The officially official Devuan Forum!

You are not logged in.

#1 2025-11-23 17:19:13

devian
Member
Registered: 2019-11-08
Posts: 31  

Problem sending files to KDE from Android phone over Bluetooth

I recently updated Devuan to the latest release (working really well on the whole) but I have a problem sending files by Bluetooth. I can send files to my phone from my laptop but not the other way around.

I'm using KDE. I've unpaired and re-paired the devices but still can't receive files on the laptop. It used to work fine before the move to Excalibur.

Does anyone happen to have any tips why these problems are occurring? I did Google it... Thanks.

Offline

#2 Yesterday 21:05:58

devian
Member
Registered: 2019-11-08
Posts: 31  

Re: Problem sending files to KDE from Android phone over Bluetooth

Thanks to Claude I worked this one out.

Run the following commands then reboot to fix the issue:

mkdir -p ~/.local/share/dbus-1/services

cat > ~/.local/share/dbus-1/services/org.bluez.obex.service <<'EOF'
[D-BUS Service]
Name=org.bluez.obex
Exec=/usr/libexec/bluetooth/obexd --noplugin=irmc,pbap
EOF

dbus-send --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig

It turned out to be a race condition during KDE startup.

Last edited by devian (Yesterday 21:07:58)

Offline

#3 Yesterday 21:39:01

ralph.ronnquist
Administrator
From: Battery Point, Tasmania, AUS
Registered: 2016-11-30
Posts: 1,704  

Re: Problem sending files to KDE from Android phone over Bluetooth

Antropomorphism for the win.

Offline

Board footer