Skip to content

Commit

Permalink
docs: Add Pop!OS bluetooth menu instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankParticle committed Nov 12, 2023
1 parent c887599 commit fa8c763
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Settings.
</div>

> [!NOTE]
> This is a maintained fork of orignal Extension by [bjarosze](https://github.com/bjarosze).
> This is a maintained fork of original Extension by [bjarosze](https://github.com/bjarosze).
## Installation

Expand All @@ -51,7 +51,22 @@ Headset battery (currently) requires enabling experimental features in `bluez`.

See https://github.com/bjarosze/gnome-bluetooth-quick-connect/pull/42 for more details.

### Guides
#### Guides

- [Enabling Experimental Features](https://wiki.archlinux.org/title/bluetooth#Enabling_experimental_features)
- [Check Bluetooth headphones battery status in Linux](https://askubuntu.com/questions/1117563/check-bluetooth-headphones-battery-status-in-linux)

### Bluetooth Menu Disappears when turned Off (Pop!OS)

You may encounter an issue where the Bluetooth menu disappears when you turn off Bluetooth.

To fix this issue you need to do the following:

- Have **at-least one** device paired (this is important)
- Run this command in terminal

```bash
gsettings set org.gnome.shell had-bluetooth-devices-setup true
```

Now you can restart your system and the Bluetooth menu should be fixed.

0 comments on commit fa8c763

Please sign in to comment.