https://bugs.kde.org/show_bug.cgi?id=500394
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/libplasma/-/commit/a8e4c | |ba850f695db68d7cc18bfe3ef8b | |4d2f5993 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from cwo <cwo....@posteo.net> --- Git commit a8e4cba850f695db68d7cc18bfe3ef8b4d2f5993 by Christoph Wolk. Committed on 04/03/2025 at 15:54. Pushed by cwo into branch 'master'. plasmaquick: don't use KWinInfo in Wayland dialogs PlasmaCore.Dialog tests whether the dialog is spawning in a window ignoring the task manager or in a window with type NET::Dock. The second check requires KWinInfo, which is not available in Wayland, causing an error message to be printed whenever a PlasmaCore.Dialog is opened, such as in the task manager's GroupDialog. Instead, only perform this test if we are in X11, avoiding the error message. M +8 -4 src/plasmaquick/dialog.cpp https://invent.kde.org/plasma/libplasma/-/commit/a8e4cba850f695db68d7cc18bfe3ef8b4d2f5993 -- You are receiving this mail because: You are watching all bug changes.