https://github.com/elementary/initial-setup
New user setup app designed for elementary OS
https://github.com/elementary/initial-setup
gtk gtk3 hacktoberfest meson vala
Last synced: 3 months ago
JSON representation
New user setup app designed for elementary OS
- Host: GitHub
- URL: https://github.com/elementary/initial-setup
- Owner: elementary
- License: gpl-3.0
- Created: 2017-07-20T21:49:33.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-03T03:55:46.000Z (4 months ago)
- Last Synced: 2025-06-03T17:32:28.170Z (4 months ago)
- Topics: gtk, gtk3, hacktoberfest, meson, vala
- Language: Vala
- Homepage: https://elementary.io
- Size: 3.15 MB
- Stars: 36
- Watchers: 25
- Forks: 13
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Initial Setup
[](https://l10n.elementary.io/projects/installer/initial-setup/?utm_source=widget)
An initial setup app to create new users

## Building, Testing, and Installation
You'll need the following dependencies:
* desktop-file-utils
* gettext
* libgranite-7-dev >= 7.4.0
* libaccountsservice-dev
* libgnomekbd-dev
* libgtk-4-dev
* libadwaita-1-dev >= 1.4
* libjson-glib-dev
* libpwquality-dev
* libxkbregistry-dev
* meson
* valacRun `meson build` to configure the build environment. Change to the build directory and run `ninja test` to build and run automated tests
meson build --prefix=/usr
cd build
ninja testTo install, use `ninja install`, then execute with `io.elementary.initial-setup`
sudo ninja install
io.elementary.initial-setup