diff --git a/sddm-x11.conf b/sddm-x11.conf index 1d9e6d3..6d16a4a 100644 --- a/sddm-x11.conf +++ b/sddm-x11.conf @@ -1,2 +1,2 @@ [General] -DisplayServer=x11-user +DisplayServer=x11 diff --git a/sddm.spec b/sddm.spec index ce17c13..93379d7 100644 --- a/sddm.spec +++ b/sddm.spec @@ -20,7 +20,7 @@ Name: sddm Version: 0.19.0%{?commitdate:^git%{commitdate}.%{shortcommit}} -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Summary: QML based desktop and login manager @@ -303,6 +303,9 @@ fi %changelog +* Sun Apr 03 2022 Neal Gompa - 0.19.0^git20220321.e67307e-2 +- Switch X11 greeter to rootful X server (#2070130) + * Sun Apr 03 2022 Neal Gompa - 0.19.0^git20220321.e67307e-1 - Bump to new git snapshot to include refreshed fix for sddm crash (#2057419)