switchboard-plug-bluetooth icon indicating copy to clipboard operation
switchboard-plug-bluetooth copied to clipboard

Switchboard Bluetooth Plug

Bluetooth Settings

Translation status

screenshot

Building and Installation

You'll need the following dependencies:

  • libadwaita-1-dev >=1.4.0
  • libgranite-7-dev
  • libgtk-4-dev
  • libswitchboard-3-dev
  • meson
  • valac

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

sudo ninja install