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

Window buttons cant display button #91

Closed denzveloper closed 4 years ago

denzveloper commented 4 years ago

I'm installing "applet-window-buttons" with AUR repo (https://aur.archlinux.org/packages/plasma5-applets-window-buttons-git/) and success. but when i drag it into panel and it just show icon not a button window and when i click it says:

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.6: cannot open shared object file: No such file or directory)

Screenshoot: https://imgur.com/gallery/6Lv2viV Video: https://imgur.com/gallery/aWNWUGO

OS: Manjaro Linux (KDE Plasma 5.18) Version 19.0.2

magiruuvelvet commented 4 years ago

Did you restart your plasmashell (plasmashell --restart)? This applet, as the error says, has a native C++ extension and you need to restart plasmashell for the plugin to pick up. Also make sure the file (/usr/lib/qt/qml/org/kde/appletdecoration/libappletdecorationplugin.so) actually exists and was installed at that location.

denzveloper commented 4 years ago

Ok, it work again. thanks!