You are not logged in.
Operating System: Arch Linux
KDE Plasma Version: 5.27.80
KDE Frameworks Version: 5.245.0
Qt Version: 6.6.0
Kernel Version: 6.6.1-arch1-1 (64-bit)
Graphics Platform: X11
When I update to 5.27.80, the application launcher crashed (cannot open) and says:
https://i.imgur.com/lfRiFRF.png
file:///usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/main.qml:20:1:
Cannot load library /usr/lib/qt6/qml/org/kde/plasma/private/kicker/libkickerplugin.so:
(libAppStreamQt.so.3: cannot open shared object file: No such file or directory)
But I have that `.so` file
(base) [firestar @ ArchLinux ~] (09:15:50)
$ cd /usr/lib/qt6/qml/org/kde/plasma/private/kicker/
(base) [firestar @ ArchLinux kicker] (09:15:56)
$ ls -l
total 600
-rwxr-xr-x 1 root root 607160 Nov 13 05:42 libkickerplugin.so
-rw-r--r-- 1 root root 57 Nov 13 05:42 qmldir
Last edited by Firestar (2023-11-13 01:30:16)
Write programs that do one thing and do it well.
Write programs to work together.
Write programs to handle text streams, because that is a universal interface.
Offline
It hasn't been released yet, but if you clone https://gitlab.archlinux.org/archlinux/ … /appstream and run `makepkg -si` in the repo, the version it builds and installs will fix this for you. I just ran into it myself and it did work.
Offline
As mentioned on the wiki: [kde-unstable] requires [extra-testing]
Offline
Thank you. After I uncommented [extra-testing], I got:
:: Synchronizing package databases...
kde-unstable 100.2 KiB 84.5 KiB/s 00:01 [###############################################################] 100%
core 132.8 KiB 99.9 KiB/s 00:01 [###############################################################] 100%
extra-testing 147.8 KiB 114 KiB/s 00:01 [###############################################################] 100%
extra 8.3 MiB 3.37 MiB/s 00:02 [###############################################################] 100%
:: Starting full system upgrade...
:: Replace appstream-qt with extra-testing/appstream-qt5? [Y/n]
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing appstream-qt breaks dependency 'appstream-qt' required by discover
:: removing appstream-qt breaks dependency 'appstream-qt' required by plasma-workspace
Offline
pacman -S appstream-qt && pacman -Suy
Offline