Skip to content

Fix and modernize fallback theme

Nate Graham requested to merge ngraham/kscreenlocker:fix-fallback-theme into master

The fallback theme was using PlasmaComponents 2 and wasn't working at all in Plasma 6.

This commits ports it to modern components so that it works again, and gets rid of some unnecessary old code and old QML paradigms in the process.

BUG: 467056 FIXED-IN: 6.0

To test, break your lock screen theme and lock the screen. You should see the fallback theme now:

Greeter Session switcher
greeter session_switcher

@davidedmundson @mart @davidre

Edited by Nate Graham

Merge request reports