Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxmint/blueberry
A Bluetooth configuration tool
https://github.com/linuxmint/blueberry
Last synced: 5 days ago
JSON representation
A Bluetooth configuration tool
- Host: GitHub
- URL: https://github.com/linuxmint/blueberry
- Owner: linuxmint
- License: gpl-3.0
- Created: 2015-03-11T20:47:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T17:51:27.000Z (7 months ago)
- Last Synced: 2024-08-02T13:34:37.141Z (3 months ago)
- Language: Python
- Size: 2.71 MB
- Stars: 172
- Watchers: 18
- Forks: 51
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## Introduction
A wrapper application to use gnome-bluetooth outside of GNOME.
Depends on gnome-bluetooth >= 3.14 and <= 41.
---
## How to build and install
#### Download the source code and enter the source directory
```
# Clone this repo:
git clone https://github.com/linuxmint/blueberry.git# Enter the folder:
cd blueberry
```#### Building the package
```
# 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
```#### Install the package:
```
# 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