Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Effects on Kwin Don't Work #376

Closed
ivanv2305 opened this issue Aug 22, 2023 · 2 comments · Fixed by #379
Closed

Effects on Kwin Don't Work #376

ivanv2305 opened this issue Aug 22, 2023 · 2 comments · Fixed by #379
Labels
bug Something isn't working KDE The bug is specific to KDE

Comments

@ivanv2305
Copy link

System

KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.107.0
Qt Version: 5.15.10
Kernel Version: 6.4.0-3-amd64 (64-bit)
Graphics platform: X11

Processors: 6 × Intel® Core™ i5-9400F CPU @ 2.90GHz
Memory: 7,7 GiB RAM
Graphics processor: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2

Bug Description

Hello Everyone! I have Some problems.
I have Debian Sid With KDE 5.27.7 with X11 Session, Using Last Burn-My-Windows (Well, i think that). After installation of Effects pack with wget I can see that Every effect except standart don't work.

After using this command :

journalctl -f -o cat | grep -E 'burn-my-windows|'

I got this:

libkwinglutils: Failed to compile fragment shader:
 "0(77) : error C0153: floating point constant overflow\n\x00"
kwin_scripting: /home/kozliv15/.local/share/kwin/effects/kwin4_effect_tv/contents/code/main.js:74: error: Failed to set uniform uColor
libkwinglutils: Failed to compile fragment shader:
 "0(77) : error C0153: floating point constant overflow\n\x00"
kwin_scripting: /home/kozliv15/.local/share/kwin/effects/kwin4_effect_tv_glitch/contents/code/main.js:74: error: Failed to set uniform uDuration

When I install effects from KDE Store it also gives me an error (like TV glitch here^^^^)
I tried to reboot, then tried to install libkf5widgetsaddons-dev, and reboot angain, and this doesn't help me...

@ivanv2305 ivanv2305 added the bug Something isn't working label Aug 22, 2023
@ivanv2305 ivanv2305 changed the title Effects on Kwin Doesn't Work Effects on Kwin Don't Work Aug 22, 2023
@Schneegans Schneegans added the KDE The bug is specific to KDE label Aug 22, 2023
@Schneegans
Copy link
Owner

Hi there! Thanks a lot for the report! I think I know what could be the reason. Would you like to test this? You need to install the effects from the fix/#376 branch. Like this:

git clone https://github.com/Schneegans/Burn-My-Windows.git
cd Burn-My-Windows
git checkout fix/#376
./kwin/build.sh
mkdir -p ~/.local/share/kwin/effects
tar -xf kwin/burn_my_windows_kwin4.tar.gz -C ~/.local/share/kwin/effects

And then re-select the effect in the system settings.

Does it work now?

@ThisNekoGuy
Copy link

@Schneegans Can confirm, this fixes it (I'm on Gentoo)

@Schneegans Schneegans linked a pull request Aug 26, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working KDE The bug is specific to KDE
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants