A KRunner plugin for searching and installing Flatpak applications through the Bazaar store.
sudo dnf5 copr enable copr.fedorainfracloud.org/ublue-os/packages
sudo dnf5 install krunner-bazaarRequires Podman. Tested on Aurora.
just build
just install# Build RPM package
just rpm
The plugin supports multiple languages. To contribute translations. See po/README.md for detailed translation instructions.
-
Create and push a version tag:
just bump-version 1.x.x
-
GitHub Actions will automatically:
- Build the RPM packages
- Create a GitHub release
- Upload RPM artifacts with checksums
This plugin implements the GNOME Shell Search Provider 2 interface to communicate with Bazaar. When you select a result, it calls the ActivateResult method which triggers Bazaar to open and show the selected application.
References: