psifidotos / applet-window-buttons

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

Not working on Plasma 5.21 #120

Closed NovaViper closed 3 years ago

NovaViper commented 3 years ago

Hi, after updating to Plasma 5.21, I getting this 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'm using the AUR for the applet, with git build 1668c69

System Info Operating System: Manjaro Linux KDE Plasma Version: 5.21.1 KDE Frameworks Version: 5.79.0 Qt Version: 5.15.2 Kernel Version: 5.10.18-1-MANJARO OS Type: 64-bit Graphics Platform: X11 Processors: 8 × Intel® Core™ i5-8265U CPU @ 1.60GHz Memory: 7.5 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics 620

psifidotos commented 3 years ago

You latest master version

psifidotos commented 3 years ago

You need latest master version

NovaViper commented 3 years ago

You need latest master version

THat's the version im using, 16c66e9 is the latest commit from the master branch

NovaViper commented 3 years ago

Ah I see! I had 1668c69, not 16c66e9, now it's working. Thanks!