Bug 462148 - ksplashqml crashes when run
Summary: ksplashqml crashes when run
Status: RESOLVED NOT A BUG
Alias: None
Product: ksplash
Classification: Plasma
Component: general (show other bugs)
Version: 5.26.3
Platform: Other Linux
: NOR crash
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-23 04:18 UTC by george fb
Modified: 2022-11-23 14:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
crash information (1.28 KB, text/vnd.kde.kcrash-report)
2022-11-23 04:18 UTC, george fb
Details
the different lockscreen (1.89 MB, image/png)
2022-11-23 04:35 UTC, george fb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description george fb 2022-11-23 04:18:40 UTC
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.
Comment 1 george fb 2022-11-23 04:35:46 UTC
Created attachment 153957 [details]
the different lockscreen
Comment 2 David Redondo 2022-11-23 13:24:19 UTC
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?
Comment 3 george fb 2022-11-23 13:34:48 UTC
(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?
Comment 4 David Redondo 2022-11-23 14:22:05 UTC
I don't know for sure, maybe you need to copy metadata.json as well? 

I will fix the crash anyway.