You are not logged in.

#1 2023-11-13 01:25:33

Firestar
Member
From: Beijing, China
Registered: 2021-07-19
Posts: 87
Website

application launcher crashes on kde 5.27.80

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

#2 2023-11-13 02:59:19

isugimpy
Member
Registered: 2023-11-13
Posts: 1

Re: application launcher crashes on kde 5.27.80

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

#3 2023-11-13 06:58:40

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,191

Re: application launcher crashes on kde 5.27.80

As mentioned on the wiki: [kde-unstable] requires [extra-testing]

Offline

#4 2023-11-16 12:08:20

mparillo
Member
Registered: 2021-03-31
Posts: 18

Re: application launcher crashes on kde 5.27.80

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

#5 2023-11-16 12:48:14

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,191

Re: application launcher crashes on kde 5.27.80

pacman -S appstream-qt && pacman -Suy

Offline

Board footer

Powered by FluxBB