https://bugs.kde.org/show_bug.cgi?id=441053
Michail Vourlakos <mvourla...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DOWNSTREAM Status|CONFIRMED |RESOLVED --- Comment #7 from Michail Vourlakos <mvourla...@gmail.com> --- This is totally applet fault. The applet wants to position itself in the center of a panel or dock and this is actually something that is not intended through qml only code. In order to succeeded in this it does not set a visualParent in its code BUT the visualParent from plasma libraries is required because it also sets the transientParent() which is the only way to identify which window belongs to which dock or panel. https://github.com/KDE/plasma-framework/blob/master/src/plasmaquick/dialog.cpp#L269 -- You are receiving this mail because: You are watching all bug changes.