Fix autologin session loading
ClosedPublic

Authored by davidedmundson on Feb 5 2019, 5:30 PM.

Details

Summary

SDDM config stored the autologin value to be in the form

Session=Plasma

not

Session=Plasma.desktop

This patch strips the .desktop argument away in our list so that initial
selection works.

Diff Detail

Repository
R123 SDDM Configuration Panel (KCM)
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 7922
Build 7940: arc lint + arc unit
davidedmundson created this revision.Feb 5 2019, 5:30 PM
Restricted Application added a project: Plasma. · View Herald TranscriptFeb 5 2019, 5:30 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
davidedmundson requested review of this revision.Feb 5 2019, 5:30 PM
ngraham accepted this revision.Feb 5 2019, 5:44 PM
ngraham added a subscriber: ngraham.

Thanks, this fixes the issue (currently tracked somewhat incorrectly at https://github.com/sddm/sddm/issues/1132)

This revision is now accepted and ready to land.Feb 5 2019, 5:44 PM

Maybe even 5.12 material?

This revision was automatically updated to reflect the committed changes.

Going through old SDDM KCM bugs, it seems that this was already reported as https://bugs.kde.org/show_bug.cgi?id=391723. Fixed now! :)