Nach fehlgeschlagenem Login (falsches Passwort) wurde die greetd-Session nicht gecancelt — beim nächsten Versuch kam "a session is already being configured". Jetzt wird cancel_session gesendet nach Auth-Fehler, und bei create_session-Fehler wird einmal cancel + retry versucht. Außerdem: GTK-Theme-Name und PKGBUILD-pkgver aktualisiert.
9 lines
316 B
TOML
9 lines
316 B
TOML
# ABOUTME: Example configuration for the Moongreet greeter.
|
|
# ABOUTME: Copy to /etc/moongreet/moongreet.toml and adjust paths.
|
|
|
|
[appearance]
|
|
# Absolute path to wallpaper image
|
|
background = "/usr/share/backgrounds/wallpaper.jpg"
|
|
# GTK theme for the greeter UI
|
|
gtk-theme = "catppuccin-mocha-lavender-standard+default"
|