PapirusDevelopmentTeam / materia-kde

Materia KDE customization
https://git.io/materia-kde
GNU General Public License v3.0
611 stars 40 forks source link

Windows Animation in KDE doesn't work #130

Closed Zorrototo closed 2 years ago

Zorrototo commented 2 years ago

When I select Materia Dark as my Windows Decoration in KDE Settings, it breaks the windows maximize animations. If I switch back to Breeze, I get a smooth maximizing animation, but with Materia it is like a two steps animation. Other Windows decorations I tried, like Plastik, do not break the animation either, so its seems it is an issue related to Materia Dark specifically.

varlesh commented 2 years ago

Materia theme does not handle the animation process. It's only THEME!!!

varlesh commented 2 years ago

It's KWin issue and Aurorae engine...

Zorrototo commented 2 years ago

OK, I don't know why I have issue only when I enable the Materia Dark one though.

varlesh commented 2 years ago

About Plasttik, this theme write on C++ & QML and not have shadows or SVG elements. It makes no sense to compare it with the Materia theme. https://github.com/KDE/kwin/tree/master/src/plugins/kdecorations/aurorae/themes/plastik/code https://github.com/KDE/kwin/blob/master/src/plugins/kdecorations/aurorae/themes/plastik/package/contents/ui/main.qml

Zorrototo commented 2 years ago

Yes, and Breeze is C++ too (which works perfectly) I think.

varlesh commented 2 years ago

I know abot this lagg and see this, but i can't doing anything. Materia's aurorae themes have very clean SVG code and i'm not have ideas how solve it.

Zorrototo commented 2 years ago

OK I just wanted to inform it here, now if there is nothing to do it's OK.

varlesh commented 2 years ago

I can only recommend some actions for better performance.

  1. Disable effects Translucency & Blur
  2. Set Rendering engine to OpenGL 3.1
  3. Set Rendering delay to Force the smoothest animation
  4. Set Scaling method to With anti-aliasing
Zorrototo commented 2 years ago

Thanks for advice ;)