zzag / kwin-effects-yet-another-magic-lamp

Just Yet Another Magic Lamp effect
GNU General Public License v2.0
162 stars 26 forks source link

Stop working after KDE Plasma updated to version 5.22.3 ( Manjaro KDE Plasma version) #44

Closed QuakeString closed 2 years ago

QuakeString commented 2 years ago

I used to use this extension for long time. but today after update of Plasma to 5.22.3 this efffect stop working. even though its compiling successfully. here is my system detail

image

zzag commented 2 years ago

Did you build the effect manually? if so, what branch did you build it from?

QuakeString commented 2 years ago

Did you build the effect manually? if so, what branch did you build it from?

I try i from AUR and then try it as instructed here in github page. Both attempt failed. The effect does not appear on kde settings effect page.

i just get error when I try to build manually. image

zzag commented 2 years ago

Can you please run kwin as env QT_LOGGING_RULES="kwin_core.debug=true" kwin_x11 --replace and post the output here?

zzag commented 2 years ago

i just get error when I try to build manually

master builds only with Plasma 5.23. You need to checkout Plasma/5.22 branch.

edit: I added the checkout step in README file

QuakeString commented 2 years ago

i just get error when I try to build manually

master builds only with Plasma 5.23. You need to checkout Plasma/5.22 branch.

edit: I added the checkout step in README file

Followed updated instruction. It worked. Thank you.