psifidotos / applet-window-buttons

Plasma 5 applet in order to show window buttons in your panels
GNU General Public License v2.0
403 stars 56 forks source link

Compilation error on Plasma 5.21 #113

Closed dr460nf1r3 closed 3 years ago

dr460nf1r3 commented 3 years ago

Hey, after upgrading to plasma-git on Arch Linux the applet does not work anymore showing this: Error loading QML file: file:///usr/share/plasma/plasmoids/org.kde.windowbuttons/contents/ui/main.qml:26:1: plugin cannot be loaded for module "org.kde.appletdecoration": Cannot load library /usr/lib/qt/qml/org/kde/appletdecoration/libappletdecorationplugin.so: (libkdecorations2private.so.7: cannot open shared object file: No such file or directory) Of course this is probably caused by upgrading to newer KF5 so I tried recompiling against the newer libraries but that errors out, log can be found here.

And btw, thanks for these great applets. They bring Plasma to another level of beauty! :)

psifidotos commented 3 years ago

The error points to kdecoration2 library missing, it could be a distro issue.

andrevmatos commented 3 years ago

With plasma 5.21beta, the so file got bumped to libkdecorations2private.so.8. I'm getting this error here as well trying to load the current version with latest plasma beta.

psifidotos commented 3 years ago

Ok, so with plasma 5.21 kdecoration2 changed a header.

psifidotos commented 3 years ago

Show me please your compilation output

dr460nf1r3 commented 3 years ago

Here you are.