Skip to content

Plasma-Linux/initial-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial Setup

Translation status

An initial setup app to create new users

Screenshot

Building, Testing, and Installation

You'll need the following dependencies:

  • desktop-file-utils
  • gettext
  • granite >= 0.5
  • libaccountsservice-dev
  • libgnomekbd-dev
  • libgtk-3-dev
  • libhandy-1-dev
  • libjson-glib-dev
  • libpwquality-dev
  • libxml2-dev
  • libxml2-utils
  • meson
  • valac

Run 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 test

To install, use ninja install, then execute with io.elementary.initial-setup

sudo ninja install
io.elementary.initial-setup