mirror of
https://github.com/AsteroidOS/asteroid-launcher.git
synced 2026-07-26 01:47:18 +02:00
No description
- QML 53.3%
- C++ 44.5%
- CMake 1.1%
- JavaScript 0.5%
- C 0.3%
- Other 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
The shutdown screen used to be triggered over D-Bus by DSME which AsteroidOS is slowly deprecating. Drive it from systemd-logind instead: subscribe to PrepareForShutdown(true) and hold a logind delay inhibitor so the compositor has a window to draw the screen before the system powers off. This covers every shutdown path - the quick panel's login1 PowerOff/Reboot and mce's systemctl - from a single signal. Drops the now-unused dsme_dbus_if pkg-config dependency and the stale com.nokia.dsme D-Bus policy. |
||
| i18n | ||
| lipstick | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| COPYING.BSD | ||
| COPYING.MIT | ||
| README | ||
Asteroid-launcher is a wayland compositor which uses Lipstick from NemoMobile which itself uses QML, QtWayland, QPA etc... It is designed to provide a smartwatch UX for the AsteroidOS project. Asteroid-launcher is released under the BSD license and is based on Glacier-Home (released under the BSD license) which is itself based on lipstick-colorful-home(released under MIT provided in COPYING.MIT).