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

The effect is not supported since KWin 5.17? #17

Closed trmdi closed 4 years ago

trmdi commented 4 years ago

After upgrading to Kwin 5.17 I don't see it in the Desktop Effect list. Before that it worked.

$ qdbus-qt5 org.kde.KWin /Effects org.kde.kwin.Effects.listOfEffects | grep lamp
magiclamp
kwin4_effect_yetanothermagiclamp

$ qdbus-qt5 org.kde.KWin /Effects isEffectSupported kwin4_effect_yetanothermagiclamp
false

$ qdbus-qt5 org.kde.KWin /Effects isEffectSupported magiclamp
true
zzag commented 4 years ago

Try to recompile the effect. If my memory serves me well, the API version of libkwineffects got bumped in 5.17.

zzag commented 4 years ago

Also, I recommend you recompile the effect after each major release of KDE Plasma, i.e. after 5.17, 5.18, and so on.

trmdi commented 4 years ago

Ah sorry, it's my bad. That was because I still didn't get the latest package yet.