@PhAndersson
yes that's it.
@domubpkm
you can add the fix even on stable with a systemd overlay file.
phablet@ubuntu-phablet:~$ systemctl --user cat obex
# /usr/lib/systemd/user/obex.service
[Unit]
Description=Bluetooth OBEX service
[Service]
Type=dbus
BusName=org.bluez.obex
ExecStart=/usr/libexec/bluetooth/obexd
[Install]
Alias=dbus-org.bluez.obex.service
# /usr/lib/systemd/user/obex.service.d/ubuntu-touch-session.conf
[Service]
ExecStart=
ExecStart=/usr/lib/bluetooth/obexd -P ftp,irmc,mas,pcsuite -r $HOME
# /home/phablet/.config/systemd/user/obex.service.d/xxoverride.conf
[Service]
ExecStart=
ExecStart=/usr/libexec/bluetooth/obexd -P ftp,irmc,mas,pcsuite -r $HOME
after adding the overlay, you have to restart the obex service using systemctl --user restart obex