• fix: ship polkit rule so greeter user can reboot/power off (v0.8.3)
    All checks were successful
    Update PKGBUILD version / update-pkgver (push) Successful in 3s

    nevaforget released this 2026-04-21 09:11:59 +02:00 | 3 commits to main since this release

    The rule that grants the greeter user authorization for
    org.freedesktop.login1.{reboot,power-off} lived only in the moonarch
    repo and was never installed by any PKGBUILD. On a fresh install the
    reboot/shutdown buttons silently failed because greetd's greeter
    session is inactive in logind and polkit denies inactive sessions by
    default.

    Move the rule into the moongreet source tree where it belongs and
    ship it via moongreet-git.

    Downloads