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

Runtime Error on Plasma 5.21 #115

Closed Athi223 closed 3 years ago

Athi223 commented 3 years ago

Hey, after latest upgrade of Plasma shell (or maybe due to kdecoration upgrade), the applet isn't working anymore (still gets compiled successfully). It provides the following error: 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)

I presume its probably due to version bump of file libkdecorations2private.so.7 to libkdecorations2private.so.8, since that's the latest version i could find in /usr/lib.

I request you to provide or suggest(if a quick change could make it work) if possible.

Also thanks a lot for this wonderful applet!