https://bugs.kde.org/show_bug.cgi?id=367850
Bug ID: 367850
Summary: Fall apart effect behaves differently for qt5
applications
Product: kwin
Version: unspecified
Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: effects-various
Assignee: [email protected]
Reporter: [email protected]
Fall apart effect is also applied to application menus and drop-down lists for
qt5 applications. This is not the case for qt4 or gtk2 / gtk3 applications.
Can be reproduced on KDE 4 and Plasma 5.7.3.
Reproducible: Always
Expected Results:
Effect only applied to "normal" windows, for everything else the effect is far
too distracting.
Could be related to bug #360536.
Seems to be caused by [kwin.git] / effects / fallapart / fallapart.cpp, line
144
if (!w->isNormalWindow())
which for some reason does not work correctly for qt5 applications.
--
You are receiving this mail because:
You are watching all bug changes.