Deactivate permanently bluetooth in Mint 12 RC

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
m4daredsun

Deactivate permanently bluetooth in Mint 12 RC

Post by m4daredsun »

I would like to prevent the bluetooth service to start at startup. In previous Mint releases, it was as simple as opening the startup manager and deactivating it. In Mint 12 RC, the bluetooth entry in the startup manager is gone.

How can I deactivate it?
And the 2nd question which will come next: how to hide the bluetooth icon in the top Gnome3 panel? Need to dig into some extension-related stuff?

Thanx :mrgreen:
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
bimsebasse

Re: Deactivate permanently bluetooth in Mint 12 RC

Post by bimsebasse »

Prevent Bluetooth from running at startup

Code: Select all

sudo gedit /etc/rc.local
Just above the line "exit 0", add this line:

Code: Select all

rfkill block bluetooth
Save, quit, takes effect next startup.

Hide Bluetooth icon from top panel

Download the attached zip file and move the extracted folder to /usr/share/gnome-shell/extensions/

A "Nobluetooth extension" will then appear in the program "Advanced Settings" in the section "Shell extensions". Turn it on and the icon disappears.
mank_in

Re: Deactivate permanently bluetooth in Mint 12 RC

Post by mank_in »

You should use startup applications, not startup manager. But I found two bluetooth manager in startup application.
bimsebasse

Re: Deactivate permanently bluetooth in Mint 12 RC

Post by bimsebasse »

You can't by default see and turn off bluetooth in startup applications in Gnome 3, only programs and services specific to your user session.
m4daredsun

Re: Deactivate permanently bluetooth in Mint 12 RC

Post by m4daredsun »

bimsebasse wrote:Prevent Bluetooth from running at startup

Code: Select all

sudo gedit /etc/rc.local
Just above the line "exit 0", add this line:

Code: Select all

rfkill block bluetooth
Save, quit, takes effect next startup.

Hide Bluetooth icon from top panel

Download the attached zip file and move the extracted folder to /usr/share/gnome-shell/extensions/

A "Nobluetooth extension" will then appear in the program "Advanced Settings" in the section "Shell extensions". Turn it on and the icon disappears.
Thank you very much @bimsebasse. I'll test your suggestions next you'll wake up my mint 12
Locked

Return to “Beginner Questions”