You are not logged in.
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
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.ReloadConfigIt turned out to be a race condition during KDE startup.
Last edited by devian (Yesterday 21:07:58)
Offline
Antropomorphism for the win.
Offline