```
Issue
Anytime the Bluetooth applet is used cinnamon CPU usage skyrockets.
Steps to reproduce
top
Expected behaviour
CPU % usage for cinnamon shouldn't be impacted by using Bluetooth
Other information
This is a recent and clean install of Linux Mint 18.3 to my new SSD. My previous install didn't have this issue but I was using Blueman and never used the "blueberry" applet before.
I installed Blueman and using this instead of the applet the CPU usage problem does not occur.
For anyone that is experiening this issue here's the work-around I am using:
sudo apt-get install bluemanNote: It appears that Blueberry is continually looking for Bluetooth signals. I noticed when I clicked on the Settings tab (changing from the list of Bluetooth devices) the Cinnamon CPU usage dropped down to normal levels. So this is likely a bug in the applet itself and not in Cinnamon per se. One of the features of LM 18.3 was that applets run in their own process so this may be a side effect of this new feature.
One of the features of LM 18.3 was that applets run in their own process so this may be a side effect of this new feature.
They certainly don't. It's something we would love to have but would require a huge redesign of Cinnamon.
@JosephMcc I misinterpreted this
The various plugins of the settings daemon also now run in their own separate processes and are independent of each others. It is therefore now much easier to identify which plugin might be responsible for high memory or CPU usage, and when a plugin crashes it no longer affects the rest of the Cinnamon backend.
Hello, I see this issue in Linux Mint 19 too, Cinnamon 3.8.8. I tried blueman as suggested by RyanNerd but could not get a decent configuration from it.
@plule What Kernel version are you running? I am currently running on v4.17.10. Perhaps upgrading your kernel may solve the configuration issue.
This happens when I connect a bluetooth USB antenna. My Linux Mint 19.1 Cinnamon works fine until an unpdate...

@Chemah Upgrade to Mint 19.2 (if you can) as this has an update that fixes this issue. This issue was tracked down to the _spinner_ from a GTK bug that takes up all the resources.
If you are unable to upgrade to 19.2 you can try to force the Blueberry component in LM to the latest version. Or follow the steps above to remove Blueberry and replace it with Blueman.
Most helpful comment
For anyone that is experiening this issue here's the work-around I am using:
sudo apt-get install bluemanNote: It appears that Blueberry is continually looking for Bluetooth signals. I noticed when I clicked on the Settings tab (changing from the list of Bluetooth devices) the Cinnamon CPU usage dropped down to normal levels. So this is likely a bug in the applet itself and not in Cinnamon per se. One of the features of LM 18.3 was that applets run in their own process so this may be a side effect of this new feature.