The libadwaita/gtk based gui installer using jade as the backend
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
axtlos 9063398660 add build instructions to readme 2 years ago
data use python 2 years ago
po use python 2 years ago
src add keyboard selection and split up pages in seperate classes/files 2 years ago
subprojects added libadwaita stuff 2 years ago
.gitignore second page, timezone selection :) 2 years ago
COPYING added libadwaita stuff 2 years ago
README.md add build instructions to readme 2 years ago
al.getcyrst.jadegui.json use python 2 years ago
build.sh add keyboard selection and split up pages in seperate classes/files 2 years ago
main-page-screenshot.png i hate you wget 2 years ago
meson.build added libadwaita stuff 2 years ago

README.md

Logo

Jade

Discord Please don't theme this app

The libadwaita/gtk based gui installer using jade as the backend

The jade gui mockups

Building

NOTE: the jade gui libadwaita rewrite is not complete and CAN'T install a crystal system yet

using gnome-builder to build and run this currently doesn't work as jade_gui requires python-pytz which gnome-builder doesn't provide when building

dependencies:

  • python-pytz
  • python-gobject

first you have to clone this repo and change the branch:

git clone https://github.com/crystal-linux/jade_gui/
cd jade_gui
git checkout libadwaita-rewrite

then you can simply run

./build.sh build # to just build it
./build.sh install # to install a previous build
./build.sh install-build # to build and install it