Fazer o bluetooth desativado por padrão [duplicado]

9

cada vez que eu abro o Ubuntu eu tenho que desativar a função bluetooth no painel superior. minhas perguntas é que existe algum método para torná-lo desativado por padrão?

    
por Muhammed 10.02.2014 / 21:24

2 respostas

10

Para desativar o serviço de bluetooth na inicialização

sudo nano /etc/rc.local

adicione esta linha antes de sair 0

rfkill block bluetooth
    
por jhilmer 10.02.2014 / 22:06
-1

Seguindo a resposta aqui , o que funcionou para mim (no Ubuntu 14.04) foi

sudo gedit /etc/bluetooth/main.conf
InitiallyPowered = true     # keep it that way
# add the following:
# start bluetooth on boot?
# compatibility note: if this variable is _not_ found bluetooth will start
BLUETOOTH_ENABLED=0

Salve o arquivo e reinicie.

    
por Rodrigo 28.08.2015 / 15:25

Tags