kevinlekiller / kwin-effect-shaders

Desktop effect for KDE Plasma to apply GLSL shaders. Alternative to vkBasalt or ReShade when they are unsupported.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken Install Script (most likely due to plasma 5.27)

domglusk opened this issue · comments

https://pastebin.com/EPP43FT7

This was from the github version

https://pastebin.com/iaGWfa1T

This is from the aur version

Did you mean to post compilation errors? Because your output looks truncated.

Anyways, I can confirm that the project doesn't compile against Plasma 5.27. However, the errors are on the work laptop, so perhaps OP can post them.

Unfortunately, don't have much time at the moment to diagnose, but if someone submits a merge request to fix the issue I'll merge it.

Did you mean to post compilation errors? Because your output looks truncated.

Anyways, I can confirm that the project doesn't compile against Plasma 5.27. However, the errors are on the work laptop, so perhaps OP can post them.

What do you need me to post? I just used < to get the output

From what I can see, they removed KWin::WindowPaintData.shader and switched from KWin::Effect to KWin::OffscreenEffect and are now using KWin::OffscreenEffect.setShader();.

As seen in this commit : KDE/kwin@4363b25