How to send files throught bluetooth from nautilus
The best option is to use an extension to enable this option.
sudo apt install python-nautilus nautilus bluez gnome-bluetooth python3
cd ~/.local/share/nautilus-python/extension
wget https://raw.githubusercontent.com/TheWeirdDev/nautilus-send-to-bluetooth/master/SendToBluetooth.py
nautilus -q
HINT: Also you can use /usr/share/nautilus-python/extensions/ to store your extensions
Enjoy it!
Source: https://github.com/TheWeirdDev/nautilus-send-to-bluetooth
sudo apt install python-nautilus nautilus bluez gnome-bluetooth python3
cd ~/.local/share/nautilus-python/extension
wget https://raw.githubusercontent.com/TheWeirdDev/nautilus-send-to-bluetooth/master/SendToBluetooth.py
nautilus -q
HINT: Also you can use /usr/share/nautilus-python/extensions/ to store your extensions
Enjoy it!
Source: https://github.com/TheWeirdDev/nautilus-send-to-bluetooth
Comments
Post a Comment