I want to configure my operating system so that bluetooth is turned off by default after starting the computer. Currently it is activated on startup, and I have to click on the bluetooth icon in the system bar to activate "bluetooth airplane mode" to turn it off manually.
I already set the Autoenable
value to false in /etc/bluetooth/main.conf
(updated after mentioned in @Frantique's
answer). This did not change the default behavior after restarting my system.
How to disable bluetooth by default without losing the option to activate it if needed?
Using Ubuntu 20.04.4 LTS, ubuntu-budgie-desktop Version: 0.65.
Autoenable
to false though, I will this to my question. I will try to make an autostart script in one of the (many) alternatives described here then: https://askubuntu.com/questions/814/how-to-run-scripts-on-start-up – Ingo Steinke Jul 12 '22 at 12:02.desktop
file to execute a shell script with the gdbus line in my~/.config/autostart
folder and rebooted my system, but bluetooth is still active after startup. – Ingo Steinke Jul 12 '22 at 12:09Icon
is a required entry in a.desktop
file to make it work (althoughdesktop-file-validate
did not complain when it was missing). Now I finally made it work on startup. – Ingo Steinke Jul 18 '22 at 13:23