Bug 449366 - Cannot add plugins
Summary: Cannot add plugins
Status: RESOLVED WORKSFORME
Alias: None
Product: krunner
Classification: Plasma
Component: general (other bugs)
Version First Reported In: 5.23.5
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Alexander Lohnau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-30 13:47 UTC by maplespace
Modified: 2022-02-01 05:05 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)