Coder Social home page Coder Social logo

swissiety / gnome-bluetooth-quick-connect Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bjarosze/gnome-bluetooth-quick-connect

0.0 0.0 0.0 114 KB

Allow to connect bluetooth paired devices from gnome control panel.

License: GNU General Public License v3.0

Shell 1.47% JavaScript 96.67% Makefile 1.85%

gnome-bluetooth-quick-connect's Introduction

Bluetooth Quick Connect

This extension allows paired Bluetooth devices to be connected and disconnected via the GNOME system menu, without need to enter the Settings app every time.

Installation

Requirements

  • bluez (on ubuntu: sudo apt install bluez)

Installation from extensions.gnome.org

https://extensions.gnome.org/extension/1401/bluetooth-quick-connect/

Installation from source code

git clone https://github.com/bjarosze/gnome-bluetooth-quick-connect
cd gnome-bluetooth-quick-connect
make install

Battery level

Headset battery (currently) requires enabling experimental features in bluez. See bjarosze#42 for more details.

Troubleshooting

Connecting and disconnecting does not work

This extensions calls bluetoothctl under the hood. If something does not work you can try to execute bluetoothctl command in terminal and see what is wrong.

Paired devices

bluetoothctl -- paired-devices

Connecting

bluetoothctl -- connect <mac address>

Disconnecting

bluetoothctl -- disconnect <mac address>

Reconnecting

bluetoothctl -- disconnect <mac> && sleep 7 && bluetoothctl -- connect <mac>

Reconnecting does not work

Not sure why, but sometimes bluetoothctl does not want to connect device after it was disconnected. Reinstalling bluez and rebooting system helped on my ubuntu.

$ sudo apt purge bluez gnome-bluetooth pulseaudio-module-bluetooth
$ sudo apt install bluez gnome-bluetooth pulseaudio-module-bluetooth

gnome-bluetooth-quick-connect's People

Contributors

andreittr avatar auipga avatar bdaase avatar bjarosze avatar damus765 avatar edwardbetts avatar frandieguez avatar intgr avatar ivangsm avatar jugendhacker avatar kassick avatar kassick-ifood avatar lightbulbjim avatar oscfdezdz avatar raushankumar27 avatar smcv avatar vistaus avatar yitzchak avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.