https://github.com/elementary/settings-daemon
https://github.com/elementary/settings-daemon
hacktoberfest vala
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elementary/settings-daemon
- Owner: elementary
- License: gpl-3.0
- Created: 2020-08-05T19:57:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T12:14:10.000Z (8 months ago)
- Last Synced: 2025-06-19T13:26:25.204Z (8 months ago)
- Topics: hacktoberfest, vala
- Language: Vala
- Homepage:
- Size: 1.14 MB
- Stars: 17
- Watchers: 17
- Forks: 13
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Settings Daemon
[](https://l10n.elementary.io/engage/desktop/)
## Building and Installation
You'll need the following dependencies:
* glib-2.0
* gobject-2.0
* libaccountsservice-dev
* libdbus-1-dev
* libfwupd-dev
* libgdk-pixbuf2.0-dev
* libgeoclue-2-dev
* libgexiv2-dev
* libgranite-dev
* libpackagekit-glib2-dev
* meson
* valac
Run `meson build` to configure the build environment. Change to the build directory and run `ninja` to build
```bash
meson build --prefix=/usr
cd build
ninja
```
To install, use `ninja install`, then execute with `io.elementary.settings-daemon`
```bash
ninja install
io.elementary.settings-daemon
```