Click here to get it for Plasma 5
This can be installed directly from Plasma Widget explorer or by clicking the install button in this page. However, for this to work correctly, the libraries must be installed by running the below command:
cd && sudo ./.local/share/plasma/plasmoids/org.kde.windowbuttons/lib-install.sh
To uninstall the libraries run:
sudo rm -rf /usr/lib/qt/qml/org/kde/appletdecoration/
NOTE: The libraries were built and will be continued to be built in Arch Linux running the latest available version of KDE Plasma. This may or may not work in other linux distribution or older Plasma versions. I do not intend to provide support if it does not work for you. In such a case you should consider building it yourself by following the instructions from here
Ratings & Comments
1 Comment
10 Install sudo mkdir -p /usr/lib/qt6/qml/org/kde/appletdecoration/ sudo cp -r ~/.local/share/plasma/plasmoids/org.kde.windowbuttons/lib/* /usr/lib/qt6/qml/org/kde/appletdecoration/ Uninstall ```shell sudo rm -r /usr/lib/qt6/qml/org/kde/appletdecoration/ ```