Bug 455639

Summary: Lock screen theme not working on 5.25
Product: [Unmaintained] kscreenlocker Reporter: Rui Zhao <renyuneyun>
Component: generalAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: bshah, kde
Priority: NOR    
Version First Reported In: 5.25.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Rui Zhao 2022-06-20 08:49:40 UTC
SUMMARY

After upgrading to version 5.25, themes no longer work for the lock screen.
The lock screen will always use the default theme.

STEPS TO REPRODUCE
1. Upgrade to 5.25
2. Using or switch to a theme with lock screen theme (e.g. Nova)
3. Lock the screen

OBSERVED RESULT

It is always the default lock screen (with changed highlight color, though).

EXPECTED RESULT

Use the lock screen from the theme.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Archlinux, on linux kernel 5.15.39
(available in About System)
KDE Plasma Version: 5.25.0
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.5
Comment 1 David Edmundson 2022-06-20 08:56:30 UTC
There was an API break, documented on plasma-devel.
Themes can set their metadata to v2 when supported
Comment 2 Rui Zhao 2022-06-20 09:55:45 UTC
(In reply to David Edmundson from comment #1)
> There was an API break, documented on plasma-devel.
> Themes can set their metadata to v2 when supported

Thanks for the information! I was thinking of this possibility, but did not find any posts mentioning this.
Could you please point me to where this is mentioned and/or documented (esp. where should I look for for future updates)?