Bug 449366

Summary: Cannot add plugins
Product: [Plasma] krunner Reporter: maplespace
Component: generalAssignee: Alexander Lohnau <alexander.lohnau>
Status: RESOLVED WORKSFORME    
Severity: normal CC: plasma-bugs-null
Priority: NOR    
Version First Reported In: 5.23.5   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description maplespace 2022-01-30 13:47:27 UTC
SUMMARY

Whenever I try to add a plugin to krunner, it throws an error related to being unable to find a file. This has happened on both my Arch Linux and my Garuda Linux install, and occurs on every plugin I try to download.


STEPS TO REPRODUCE
1. Open system settings -> search -> krunner -> get new plugins
2. Press install on a plugin

OBSERVED RESULT

The following error message pops up:

An error occurred during the installation process:
The installation failed with code 127 while attempting to run the command:
krunner-plugininstaller install /home/maplespace/.local/share/krunner-sources/krunner-ssh-1.0/

The returned output was:
/usr/bin/krunner-plugininstaller: error while loading shared libraries: libpackagekitqt5.so.1: cannot open shared object file: No such file or directory

EXPECTED RESULT

Being able to download the plugin

SOFTWARE/OS VERSIONS

Operating System: Garuda Linux
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2
Kernel Version: 5.16.2-zen1-1-zen (64-bit)

ADDITIONAL INFORMATION
Comment 1 Alexander Lohnau 2022-01-30 16:29:43 UTC
Search for packagekitqt5 and install it.
Comment 2 maplespace 2022-02-01 00:23:37 UTC
(In reply to Alexander Lohnau from comment #1)
> Search for packagekitqt5 and install it.

That worked, thank you!
Comment 3 Alexander Lohnau 2022-02-01 05:05:44 UTC
NP :)