when the blank document opens up, just type on one line:
manual
Then save the file.
Then log out and restart the computer and bluetooth should be disabled.
If you later want to get bluetooth back, open a terminal and issue the following command:
sudo rm /etc/init/bluetooth.override
Also, check in “/etc/xdg/autostart/” to see if anything about bluetooth is in there too. If it is, create a folder “/etc/xdg/autostart-disabled” and move the bluetooth-related .desktop file into that to disable it from autostarting.
This is how to turned off Bluetooth by default in Ubuntu-Mate 16.04.
Open the terminal and run the following command
gksu pluma /etc/default/tlp
Then find the following section
# Radio devices to disable on startup: bluetooth, wifi, wwan.
# Separate multiple devices with spaces.
#DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
Edit the last line as follows (including removing the leading #):
DEVICES_TO_DISABLE_ON_STARTUP="bluetooth"
Then save and close the file.
You also need to stop the Blueman Applet from loading at startup as it will turn on bluetooth when it loads. This can be done by unchecking it in Startup Applications Preferences. It can be started anytime after that by running the blueman-applet command.
Reboot for all this to take affect and you should be good to go.