Bug 445873 - Don't wait for strut manager to reply before showing the view
Summary: Don't wait for strut manager to reply before showing the view
Status: CONFIRMED
Alias: None
Product: krunner
Classification: Plasma
Component: general (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Alexander Lohnau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-21 18:43 UTC by Kai Uwe Broulik
Modified: 2021-11-24 04:13 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Uwe Broulik 2021-11-21 18:43:42 UTC
KRunner queries Plasma's strut manager interface for determining the panel offset. This is done every time you open KRunner and might take a while if Plasmashell is busy or frozen.

Instead, there should be some change signals in Plasmashell, and/or it shows the window regardless and then updates the position on the reply comes in. Perhaps it can wait first time but subsequent ones should show immediately as panel positions and sizes rarely change