ksuzu46 / switchboard

Extensible System Settings app designed for elementary OS

Home Page:https://elementary.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switchboard

Packaging status l10n

System Settings Screenshot

Plugs

Switchboard is just the container application for Switchboard Plugs, which provide the actual settings for various hardware and software.

Browse all Plugs

Building, Testing, and Installation

You'll need the following dependencies:

  • libgee-0.8-dev
  • libglib2.0-dev
  • libgranite-dev >= 5.4.0
  • libgtk-3-dev
  • libhandy-1-dev >= 0.80.0
  • 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 then execute with switchboard

sudo ninja install
switchboard

Making Switchboard Plugs

Documentation for LibSwitchboard is available on Valadoc.org

About

Extensible System Settings app designed for elementary OS

https://elementary.io

License:GNU Lesser General Public License v2.1


Languages

Language:Vala 91.4%Language:Meson 8.0%Language:Python 0.6%