Created attachment 153956 [details] crash information STEPS TO REPRODUCE 1. run ksplashqml OBSERVED RESULT Crash EXPECTED RESULT No crash SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20221120 KDE Plasma Version: 5.26.3 KDE Frameworks Version: 5.100.0 Qt Version: 5.15.7 Kernel Version: 6.0.8-1-default (64-bit) Graphics Platform: X11 Processors: 12 × AMD Ryzen 5 2600 Six-Core Processor Memory: 15,5 GiB of RAM Graphics Processor: NVIDIA GeForce GTX 750 Ti/PCIe/SSE2 Manufacturer: Gigabyte Technology Co., Ltd. Product Name: X470 AORUS ULTRA GAMING ADDITIONAL INFORMATION This started randomly and with it my lockscreen stopped working, I get a different lockscreen that looks different and doesn't work, can't unlock, I have to restart.
Created attachment 153957 [details] the different lockscreen
I suspect something going wrong with the global theme, that provides the lockscreen and splash. What you are seeing is the built in default lock screen. Which global theme are you using?
(In reply to David Redondo from comment #2) > I suspect something going wrong with the global theme That was it, I changed the osd to be in the bottom right corner by doing this: copy /usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd to /home/george/.local/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd and added ``` x: Screen.desktopAvailableWidth - width - 25 y: Screen.desktopAvailableHeight - height - 25 ``` to /home/.../osd/Osd.qml Is that wrong? Do I have to make a complete look and feel theme?
I don't know for sure, maybe you need to copy metadata.json as well? I will fix the crash anyway.