Disable BlueTooth [Ubuntu 11.10/Unity]
In older versions, I could disable Bluetooth (and others) at startup. Can I review these applications and disable those I do not require?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu bluez Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Sam_
- Solved:
- 2011-11-17
- Last query:
- 2011-11-17
- Last reply:
- 2011-11-16
enubuntu (mr.tennents) said : | #1 |
Hi, look at this image:
http://
then click on that icon on your pc and select 'Startup Applications'
Hope that it's what you want.
Simon Bateman (batemans-25) said : | #2 |
I have looked back at Ubuntu 10.04, this "Startup Applications' Preferences" has a long list of system tasks which has not been put into 11:10, such as "Bluetooth Manager"
I could try taking settings from 10.04 and trying them but I feel that this is not a great idea!
enubuntu (mr.tennents) said : | #3 |
In Ubuntu 11.10 the list was shortened.
|
#4 |
They're just hidden.
Go to
/etc/xdg/autostart
For example, bluetooth-
NoDisplay=true
to
NoDisplay=false
Bluetooth is also in system-settings, but the settings don't survive a reboot or logout. Bug #848798
In case it can be disabled in BIOS, but sometimes the option is only available together with wireless.
Bug #832007 was about not displaying in startup apps, but marked as invalid.
Simon Bateman (batemans-25) said : | #5 |
Thanks Sam_, that solved my question.