I often use Bluetooth to quickly send a file from my phone to my laptop. On Ubuntu 22.04 with the default Gnome Shell, this means I first have to open the Settings -> Bluetooth dialog and leave it open before I can receive files. Is there any way to enable this feature permanently?
(I'm aware the current behaviour is for security reasons, but I know which devices I've paired with my laptop, so I'd be OK with auto-reception.)
EDIT: I know this can be worked around by using blueman, but that brings its own set of issues, so I'd rather use the standard gnome-shell tools.
Workaround
you can install package
blueman
with the commandsudo apt install blueman
run
blueman-services
tick the button "Accept files from Trusted Devices"
Hacked together a self-made solution in the form of a Python script that runs in the background and just accepts all connections via DBus messages: https://gist.github.com/floe/47fa5b33da71f1a637b60a53a24cd549