Every time I log in, bluetooth is ON and I cannot change this behavior from the bluetooth applet. Is this a bad design or is there a reason why it is like this?
How can I change it?
Every time I log in, bluetooth is ON and I cannot change this behavior from the bluetooth applet. Is this a bad design or is there a reason why it is like this?
How can I change it?
If you're sure you don't want Bluetooth, you can untick it from the list of applications that run at start-up. How exactly you do it will depend on your desktop environment but in Lubuntu 12.10, here is where you untick it:
My problem was to have BT off at startup, it was always powered on when booting. I started from a fresh install of Mint.
As pointed out by posters, there is a file for BT configuration, I edited it:
sudo gedit /etc/bluetooth/main.conf
Two entries to check:
RememberPowered = true
(the default value was false on my install.)InitiallyPowered = false
(the default value was true on my install.)These values allow me to start with BT in the state it had when Ubuntu was terminated.
It seems RememberPowered
takes precedence on InitiallyPowered
. Someone more knowledgeable may confirm, or not.
For info, this page is referenced many times when talking about having BT on or off at startup:
How can I deactivate Bluetooth on system startup?
There is no shortage of ideas it seems...
Not sure all this is under control!
Off-site page with some explanations: - http://catlingmindswipe.blogspot.fr/2012/05/how-to-disable-bluetooth-on-startup.html
gnome-session-properties
, which is a misleading name because it is only a list of programs to execute at the beginning of a session (GUI session, I suppose, nothing is said) – Robert Vila Feb 07 '13 at 14:35