https://github.com/elementary/settings-applications
Switchboard Applications Plug
https://github.com/elementary/settings-applications
gtk gtk4 hacktoberfest meson switchboard vala
Last synced: 11 days ago
JSON representation
Switchboard Applications Plug
- Host: GitHub
- URL: https://github.com/elementary/settings-applications
- Owner: elementary
- License: gpl-3.0
- Created: 2017-03-07T09:26:46.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2026-01-23T04:55:52.000Z (25 days ago)
- Last Synced: 2026-01-23T22:21:44.966Z (24 days ago)
- Topics: gtk, gtk4, hacktoberfest, meson, switchboard, vala
- Language: Vala
- Homepage: https://elementary.io
- Size: 6.62 MB
- Stars: 16
- Watchers: 23
- Forks: 12
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Applications Settings
[](https://l10n.elementaryos.org/engage/settings/)

## Building and Installation
You'll need the following dependencies:
* libadwaita-1-dev
* libswitchboard-3-dev
* libflatpak-dev
* libgranite-7-dev >= 7.6.0
* libgtk-4-dev
* meson >= 0.58.0
* 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`
ninja install