5cb91762be
Summary: On Wayland aurorae was creating a lot of stress for the system and basically turning the system unusable in a short time. This was due to a recursion starting to create OpenGL contexts. The window created a decoration (aurorae) which created a QQuickWindow. For that KWin creates an internal window which in turn triggers the creation of a window decoration and so on and on. By simply setting the render QQuickWindow as frameless we can prevent this recursion. Test Plan: Tested on Wayland and X11. On Wayland the recursion is gone. Reviewers: #kwin, #plasma Subscribers: plasma-devel, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D6726 |
||
---|---|---|
.. | ||
src | ||
themes | ||
AUTHORS | ||
CMakeLists.txt | ||
README | ||
theme-description | ||
TODO |
Aurorae is a themeable window decoration for KWin. It supports theme files consisting of several SVG files for decoration and buttons. Themes can be installed and selected directly in the configuration module of KWin decorations. Please have a look at theme-description on how to write a theme file.