You are not logged in.
Hello
I installed Arch Linux with KDE desktop.
Unfortunately, no matter how hard I try to install the following package and move the Windows buttons to the top of the menu, I can't and I get the same error!
file:///home/**/.local/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.9: cannot open shared object file: No such file or directory)
I also installed Arch from my gate, but nothing happened!
Can someone guide me?
I've been trying for several days, but I'm not getting any results!
Only progress!
Offline
`pacman -Qo /usr/lib/qt/qml/org/kde/appletdecoration/libappletdecorationplugin.so`
Offline
`pacman -Qo /usr/lib/qt/qml/org/kde/appletdecoration/libappletdecorationplugin.so`
I mean, should I type this command into the terminal or what should I do?
Only progress!
Offline
You can also just look at it for a couple of hours, but if you understand what it does (what you should always for commands you type into a terminal) the implications should be obvious.
Also
pacman -Qi plasma5-applets-window-buttons kdecorationOffline
You can also just look at it for a couple of hours, but if you understand what it does (what you should always for commands you type into a terminal) the implications should be obvious.
Alsopacman -Qi plasma5-applets-window-buttons kdecoration
error: package 'plasma5-applets-window-buttons' was not found
Name : kdecoration
Version : 5.27.8-2
Description : Plugin based library to create window decorations
Architecture : x86_64
URL : https://kde.org/plasma-desktop/
Licenses : LGPL
Groups : plasma
Provides : None
Depends On : ki18n5
Optional Deps : None
Required By : breeze kde-gtk-config oxygen
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 294.77 KiB
Packager : Antonio Rojas <arojas@archlinux.org>
Build Date : Sat 30 Sep 2023 09:16:56 PM +0330
Install Date : Mon 16 Oct 2023 02:37:05 AM +0330
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : SignatureAnd when installing:
-@arch ~]$ sudo pacman -S plasma5-applets-window-buttons
[sudo] password for -:
resolving dependencies...
looking for conflicting packages...
Packages (1) plasma5-applets-window-buttons-0.11.1-2
Total Installed Size: 0.34 MiB
:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring [############################################] 100%
(1/1) checking package integrity [############################################] 100%
(1/1) loading package files [############################################] 100%
(1/1) checking for file conflicts [############################################] 100%
error: failed to commit transaction (conflicting files)
plasma5-applets-window-buttons: /usr/lib/qt/qml/org/kde/appletdecoration/AuroraeButton.qml exists in filesystem
plasma5-applets-window-buttons: /usr/lib/qt/qml/org/kde/appletdecoration/libappletdecorationplugin.so exists in filesystem
plasma5-applets-window-buttons: /usr/lib/qt/qml/org/kde/appletdecoration/qmldir exists in filesystem
Errors occurred, no packages were upgraded.
[-@arch ~]$
Last edited by SPYAM (2023-10-18 09:16:49)
Only progress!
Offline
How did you install the window buttons applet?
Offline
How did you install the window buttons applet?
add widget > get new widgets > download new plasma widgets > windows button applet
Then I installed it through the terminal and the following package, which does not install correctly:
Only progress!
Offline
Offline
[user@arch ~]$ pacman -Qo /usr/lib/qt/qml/org/kde/appletdecoration/libappletdecorationplugin.so
error: No package owns /usr/lib/qt/qml/org/kde/appletdecoration/libappletdecorationplugin.so
[user@arch ~]$ pacman -S --overwrite glob plasma5-applets-window-buttons
error: you cannot perform this operation unless you are root.
[user@arch ~]$ sudo pacman -S --overwrite glob plasma5-applets-window-buttons
[sudo] password for user:
resolving dependencies...
looking for conflicting packages...
Packages (1) plasma5-applets-window-buttons-0.11.1-2
Total Installed Size: 0.34 MiB
:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring [##############################################] 100%
(1/1) checking package integrity [##############################################] 100%
(1/1) loading package files [##############################################] 100%
(1/1) checking for file conflicts [##############################################] 100%
error: failed to commit transaction (conflicting files)
plasma5-applets-window-buttons: /usr/lib/qt/qml/org/kde/appletdecoration/AuroraeButton.qml exists in filesystem
plasma5-applets-window-buttons: /usr/lib/qt/qml/org/kde/appletdecoration/libappletdecorationplugin.so exists in filesystem
plasma5-applets-window-buttons: /usr/lib/qt/qml/org/kde/appletdecoration/qmldir exists in filesystem
Errors occurred, no packages were upgraded.
[user@arch ~]$ ls /usr/lib/qt/qml/org/kde/appletdecoration/
AuroraeButton.qml libappletdecorationplugin.so qmldir
[user@arch ~]$ ls -l /usr/lib/qt/qml/org/kde/appletdecoration/
total 444
-rwxr-xr-x 1 root root 4920 Oct 16 02:25 AuroraeButton.qml
-rwxr-xr-x 1 root root 438432 Oct 16 02:25 libappletdecorationplugin.so
-rwxr-xr-x 1 root root 99 Oct 16 02:25 qmldir
[user@arch ~]$ Last edited by SPYAM (2023-10-18 14:09:16)
Only progress!
Offline
Offline
Dear friend, thank you for this article.
I mean, what exactly is the problem I have now?
Should I transfer the files to another path or delete them?
/usr/lib/qt/qml/org/kde/appletdecoration/
Can you give me a simpler solution for me who is a beginner?
Thank you for your patience
Only progress!
Offline
Do you understand what "glob" means in https://wiki.archlinux.org/title/Pacman … )%22_error
Can you give me a simpler solution for me who is a beginner?
I intend you give you something much more valuable.
Offline
Then I installed it through the terminal and the following package, which does not install correctly:
It's always a bad idea to install anything as root outside pacman. Uninstall it and install it with pacman.
Offline