Bug 457174

Summary: krunner Dialog Fails To Display
Product: [Plasma] krunner Reporter: Garry Williams <gtwilliams>
Component: generalAssignee: Alexander Lohnau <alexander.lohnau>
Status: CLOSED FIXED    
Severity: normal CC: alexander.lohnau, nate, ngompa13, rdieter, t.kijas
Priority: NOR    
Version: 5.25.3   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In: 5.26
Attachments: Image From Top of Screen

Description Garry Williams 2022-07-26 21:50:29 UTC
Created attachment 150933 [details]
Image From Top of Screen

SUMMARY

The krunner dialog refuses to display after Alt-F2 or Alt-SPACE or Run krunner from main menu.  Instead, a squar, blank window shows up just below my panel located on the top of my workspace.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.25.3
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.3

ADDITIONAL INFORMATION

No log messages are produced aside from the original systemd "Starting plasma-krunner.service - KRunner..." on first attempt after login.
Comment 1 Nate Graham 2022-07-27 19:28:01 UTC
Sounds like your KRunner theming may be broken. A few questions:
1. Does it reproduce with the default Breeze Plasma style?
2. Can you paste the output of `find ~/.local/share/plasma`?
3. Are you on Wayland or X11? Does the bug show up on both, or only one?
Comment 2 Garry Williams 2022-07-27 20:21:09 UTC
(In reply to Nate Graham from comment #1)
> Sounds like your KRunner theming may be broken. A few questions:
> 1. Does it reproduce with the default Breeze Plasma style?

Bingo!  I had previously selected "Fedora Thirty-Five" style for some reason and didn't notice the problem soon enough to connect it with that change.

Thanks for the help.
Comment 3 Nate Graham 2022-07-27 20:25:37 UTC
Glad you found the issue. This suggests that there's a bug in the default Fedora-shipped Plasma style, so please please please do report it to the Fedora folks! You can do so here: https://pagure.io/fedora-kde/SIG/issues
Comment 4 Garry Williams 2022-07-27 21:38:25 UTC
(In reply to Nate Graham from comment #3)
> please do report it to the
> Fedora folks! You can do so here: https://pagure.io/fedora-kde/SIG/issues

Thanks, again Nate.

https://pagure.io/fedora-kde/SIG/issue/228
Comment 5 Alexander Lohnau 2022-07-28 04:19:57 UTC
TBH this makes me think that the main KRunner QML file should not be loaded from the global theme. Is there any usecase for themes to override this file anyways? So far I have only seen it cause bugs.
Comment 6 Nate Graham 2022-07-28 19:32:45 UTC
I agree. In my experience all it does is offer the theme the ability to break KRunner.
Comment 7 Alexander Lohnau 2022-09-05 14:20:06 UTC
Git commit e31ba756dd6a8f104c309ef6df1e8b2cf2b738c4 by Alexander Lohnau.
Committed on 05/09/2022 at 13:59.
Pushed by alex into branch 'master'.

krunner: Load RunCommand.qml file from qrc rather than lookandfeel package

This way we do not load old or broken third party RunCommand.qml files in KRunner.
This also allows us to get rid of compatibility logic for old versions of this file.

M  +1    -0    krunner/CMakeLists.txt
M  +1    -1    krunner/Messages.sh
R  +13   -15   krunner/qml/RunCommand.qml [from: lookandfeel/org.kde.breeze/contents/runcommand/RunCommand.qml - 090% similarity]
A  +10   -0    krunner/qml/krunner.qrc
M  +1    -24   krunner/view.cpp
M  +0    -17   krunner/view.h

https://invent.kde.org/plasma/plasma-workspace/commit/e31ba756dd6a8f104c309ef6df1e8b2cf2b738c4
Comment 8 Tom Kijas 2022-09-20 08:25:09 UTC Comment hidden (spam)
Comment 9 Tom Kijas 2022-09-20 08:28:51 UTC Comment hidden (spam)
Comment 10 Alexander Lohnau 2022-09-20 09:57:43 UTC Comment hidden (spam)
Comment 11 Tom Kijas 2022-10-03 14:52:57 UTC Comment hidden (spam)
Comment 12 Tom Kijas 2022-10-03 15:06:51 UTC Comment hidden (spam)
Comment 13 Tom Kijas 2022-10-04 11:54:13 UTC Comment hidden (spam)
Comment 14 Nate Graham 2022-10-04 15:15:04 UTC Comment hidden (spam)