A wrapper application to use gnome-bluetooth outside of GNOME.
Depends on gnome-bluetooth >= 3.14 and <= 41.
# Clone this repo:
git clone https://github.com/linuxmint/blueberry.git
# Enter the folder:
cd blueberry
# Use mint-build to build the project for the first time.
# This also fetches and installs the build dependencies:
mint-build
# If mint-build fails with error like: mint-build: command not found
# Install [mint-dev-tools]([url](https://github.com/linuxmint/mint-dev-tools))
sudo apt install mint-dev-tools
# In subsequent builds, you can use dpkg-buildpackage for faster builds:
dpkg-buildPackage
# Once that succeeds, install:
cd ..
sudo dpkg -i blueberry\*.deb
For more information, refer the developer guide: https://linuxmint-developer-guide.readthedocs.io/en/latest/index.html