-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting this Issue #14
Comments
confirmed on my end too! Trying to install this "Utterly-Sweet-Plasma" theme, and followed all guides, and got the same error message... Operating System: EndeavourOS |
❯ screenfetch
██████████████████ ████████ witt@witt-SwiftHealth-Manjaro
██████████████████ ████████ OS: Manjaro 24.0.0 Wynsdey
██████████████████ ████████ Kernel: x86_64 Linux 6.6.30-2-MANJARO
██████████████████ ████████ Uptime: 2h 29m
████████ ████████ Packages: 1519
████████ ████████ ████████ Shell: zsh 5.9
████████ ████████ ████████ Resolution: 3840x1080
████████ ████████ ████████ DE: KDE
████████ ████████ ████████ WM: KWin
████████ ████████ ████████ GTK Theme: WhiteSur-Dark-solid-nord [GTK2/3]
████████ ████████ ████████ Icon Theme: McMojave-circle-dark
████████ ████████ ████████ Disk: 361G / 1.2T (33%)
████████ ████████ ████████ CPU: Intel Core i7-10700 @ 16x 4.8GHz [65.0°C]
████████ ████████ ████████ GPU: Mesa Intel(R) UHD Graphics 630 (CML GT2)
RAM: 11228MiB / 23779MiB |
yes i also try to manually create the folder and move the lib files but then also it didnt work mybe this will work for you
i have installed it from kde store and the main.qml file's line 23 says its missing module that's been copied above may be refreshing plasma or reloading all the KDE modules will work! |
i finally found the solution for this
or if this dont work try this :
|
Нужно ли ещё что-то делать после этого? У меня не сработало |
please read it ! This is a prebuilt distribution of Window Buttons Applet for Plasma 6 - WIP which in turn was ported to Plasma 6 by MOODYHUNTER from Window Buttons Applet originally developed by Psifidotos. I am in no way the original developer of this product nor have I modified it in any way. I published this prebuilt distribution so that it can be used a dependency for Plasma Global Themes.
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 Sorry, the above content is still wrong, the following command is normal 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 sudo rm -r /usr/lib/qt6/qml/org/kde/appletdecoration/ |
The text was updated successfully, but these errors were encountered: