But, I like to have bluetooth disabled after boot - and only turn it on manually on demand. Especially on notebooks.
On recent Xubuntu 18.04, the following command disables that the bluetooth service starts on boot:
Code: Select all
$ systemctl disable bluetooth.service
Now you should still see the bluetooth icon in the panel, but turned off by default.