Bug 445659 - Opening Plasma popup the second time produces log spam on Wayland
Summary: Opening Plasma popup the second time produces log spam on Wayland
Status: RESOLVED FIXED
Alias: None
Product: libplasma
Classification: Frameworks and Libraries
Component: libplasma (show other bugs)
Version: 5.86.0
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-17 18:57 UTC by Nate Graham
Modified: 2025-02-22 17:04 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 Nate Graham 2021-11-17 18:57:09 UTC
On Wayland, the second time I open the popup for Kickoff, the System Tray, the digital clock, or anything else with a popup, I get this logspam output

kf.plasma.quick: Couldn't create KWindowShadow for PlasmaQuick::Dialog_QML_230(0x35d4e80, name="popupWindow")
kf.plasma.quick: Couldn't create KWindowShadow for PlasmaQuick::Dialog_QML_230(0x35d4e80, name="popupWindow")
kf.plasma.quick: Couldn't create KWindowShadow for PlasmaQuick::Dialog_QML_230(0x35d4e80, name="popupWindow")
Comment 1 David Redondo 2021-11-18 13:25:00 UTC
This is because the showEvent is delivered to dialog before there is a wayland surface/platformwindow notified, but updateTheme() and friends already trigger creation of the shadows
Comment 2 Nate Graham 2025-02-22 17:04:18 UTC
No longer an issue today.