No description
  • QML 53.3%
  • C++ 44.5%
  • CMake 1.1%
  • JavaScript 0.5%
  • C 0.3%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Florent Revest 14189205a1 lipstick: drive the shutdown screen from systemd-logind
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.
2026-07-24 17:45:12 +02:00
i18n Consolidate lipstick translations with the launcher translations 2026-06-17 21:02:35 +02:00
lipstick lipstick: drive the shutdown screen from systemd-logind 2026-07-24 17:45:12 +02:00
src quickpanel: Haptic confirmation on scrub activation 2026-07-21 15:22:15 +02:00
.gitignore Consolidate lipstick translations with the launcher translations 2026-06-17 21:02:35 +02:00
CMakeLists.txt lipstick: drive the shutdown screen from systemd-logind 2026-07-24 17:45:12 +02:00
COPYING.BSD Make license and copyright clear with everything under BSD and copy of the MIT for the legacy lipstick-colorful-home in COPYING.MIT 2015-11-24 21:30:15 +01:00
COPYING.MIT Make license and copyright clear with everything under BSD and copy of the MIT for the legacy lipstick-colorful-home in COPYING.MIT 2015-11-24 21:30:15 +01:00
README Make license and copyright clear with everything under BSD and copy of the MIT for the legacy lipstick-colorful-home in COPYING.MIT 2015-11-24 21:30:15 +01:00

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).