Live system welcome app for KaOS, written in QML
  • QML 89.7%
  • CMake 6.1%
  • C++ 4.2%
Find a file
2026-05-24 16:45:15 +02:00
.tx seems qml_*.ts is not strictly needed afterall 2026-02-05 23:19:52 +01:00
guide adjust CMake to add translations & desktop files 2026-02-05 23:00:05 +01:00
i18n merge transifex, fi 2026-05-24 16:45:15 +02:00
images add same script section to welcome as in croeso 2026-02-07 20:19:50 +01:00
.gitignore merge transifex 2026-02-08 13:14:21 +01:00
about.qml add same script section to welcome as in croeso 2026-02-07 20:19:50 +01:00
CMakeLists.txt add same script section to welcome as in croeso 2026-02-07 20:19:50 +01:00
LICENSE adjust CMake to add translations & desktop files 2026-02-05 23:00:05 +01:00
main.cpp add same script section to welcome as in croeso 2026-02-07 20:19:50 +01:00
Main.qml merge transifex 2026-02-08 13:14:21 +01:00
package.qml add same script section to welcome as in croeso 2026-02-07 20:19:50 +01:00
packages.qml add same script section to welcome as in croeso 2026-02-07 20:19:50 +01:00
ProcessStarter.h add same script section to welcome as in croeso 2026-02-07 20:19:50 +01:00
qml.qrc convert welcome to CMake 2026-02-04 22:12:04 +01:00
qtquickcontrols2.conf convert welcome to CMake 2026-02-04 22:12:04 +01:00
README.md update README 2026-02-04 22:38:50 +01:00
welcome.desktop initial commit welcome app in QML 2017-06-19 19:43:53 -04:00
welcome.svg initial commit welcome app in QML 2017-06-19 19:43:53 -04:00

welcome_qml

Live system welcome app for KaOS, written in QML

Screenshot Screenshot2 Screenshot3

License

GPL

Dependencies

qt6-declarative, qt6-webview

Installation

Go to the source directory of the project and run:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix -G Ninja .. # add -DCMAKE_BUILD_TYPE=Release to compile for release
ninja install # use sudo if necessary

This will build and install Welcome, including localizations files.