https://github.com/elementary/settings-desktop
Switchboard Desktop Plug
https://github.com/elementary/settings-desktop
gtk gtk3 hacktoberfest meson pantheon switchboard vala
Last synced: 3 months ago
JSON representation
Switchboard Desktop Plug
- Host: GitHub
- URL: https://github.com/elementary/settings-desktop
- Owner: elementary
- License: gpl-3.0
- Created: 2017-03-14T17:54:40.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-07T09:23:09.000Z (4 months ago)
- Last Synced: 2025-06-28T00:05:22.694Z (3 months ago)
- Topics: gtk, gtk3, hacktoberfest, meson, pantheon, switchboard, vala
- Language: Vala
- Size: 18.5 MB
- Stars: 35
- Watchers: 25
- Forks: 25
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Desktop Settings
[](https://l10n.elementary.io/engage/settings/)
## Building and Installation
You'll need the following dependencies:
* libswitchboard-3-dev
* libgee-0.8-dev
* libgexiv2-dev
* libgtk-4-dev (>=4.10)
* libgranite-7-dev (>=7.5.0)
* meson
* valacRun `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninjaTo install, use `ninja install`
ninja install