Summary: | KRunner shows just blank rectangle | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Tom Kijas <t.kijas> |
Component: | general | Assignee: | Alexander Lohnau <alexander.lohnau> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | iodreamify, nate, plasma-bugs, t.kijas |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.23.4 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | KRunner broken |
Description
Tom Kijas
2021-12-17 08:36:56 UTC
Please start KRunner using the console and look if there are any errors printed out. (for reference, you can do this by entering `krunner --replace` in a terminal window) (In reply to Nate Graham from comment #2) > (for reference, you can do this by entering `krunner --replace` in a > terminal window) Thanks, I tried it, this is what's in Konsole: File name empty! No component for QUrl("") Created attachment 144703 [details]
KRunner broken
That's how's it like. Lockscreen password rectangle is similar, bigger (proportions are OK), but also without any text, buttons etc.
Do you have any third party global theme currently applied? I just had a similar bug but in my case it was because i had an incomplete folder structure created in ~/.local/share/plasma/look-and-feel/org.kde.breeze.desktop/ . Removing it or fixing the folder structure restored krunner to normal. >Removing it or fixing the folder structure restored krunner to normal.
What do you mean by fixing?
(In reply to Alexander Lohnau from comment #7) > >Removing it or fixing the folder structure restored krunner to normal. > > What do you mean by fixing? Well unless i misunderstand how all this works, to override files inside /usr/share/plasma/look-and-feel/org.kde.breeze.desktop/ you need to completely copy all files inside the folder to ~/.local/share/look-and-feel/org.kde.breeze.desktop/ . Originally my goal was to only modify Plasma's OSD volume popup, so i copied only those 2 files inside ~/.local/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd and disregarded the rest. This is when i started getting the bug's behavior and the File name empty! No component for QUrl("") errors from krunner. Copying the whole folder structure and then replacing the 2 OSD files which needed modifying fixed krunner. Yep, that'd do it. :) |