this post was submitted on 18 Mar 2026
151 points (98.1% liked)

Data is Beautiful

3646 readers
142 users here now

Be respectful

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sp3ctr4l@lemmy.dbzer0.com 5 points 1 day ago (2 children)

As far as I can tell (I am use Bazzite), the main problem with Bazaar was basically that it was kind of undercooked, had some bugs, both surface level and under the hood, when they first pushed it as the bundled app store for Bazzite.

But its been some months now, and they seem to have been ironed out?

I guess possibly a 'downside' could be that it only handles flatpaks, as opposed to also allowing other kinds of direct package installs, but the whole idea of Bazzite is 'no touchy core os, use flatpak'.

Or, ok, Bazaar is either GNOME only, or GNOME first, whereas Flathub pretty well supports KDE and GNOME, so, if you prefer KDE, I can see the reasoning there for preferring Flathub.

[–] randough@piefed.social 2 points 11 hours ago* (last edited 11 hours ago) (1 children)

I’m afraid that last sentence makes very little sense. How could it be GNOME only when Bazzite ships KDE and Bazaar? Regardless of toolkit and UI, Bazaar is simply a DE agnostic front end for flatpak repos.

[–] sp3ctr4l@lemmy.dbzer0.com 1 points 10 hours ago

According to the github page for Bazaar (which I may not be fully understanding correctly), it seems like Bazaar is designed for GNOME primarily, and then there is essentially a seperate thing, basically a kind of plugin or sort of like a patch, that is layered over top of the main Bazaar, which enables it to work with/in KDE.

Bazaar proper:

https://github.com/kolunmi/bazaar

Bazaar is fast and highly multi-threaded, guaranteeing a smooth experience in the user interface. You can queue as many downloads as you wish and run them while perusing Flathub's latest releases. This is due to the UI being completely decoupled from all backend operations.

It runs as a service, meaning state will be maintained even if you close all windows, and implements the gnome-shell search provider dbus interface. A krunner plugin is available for use on the KDE Plasma desktop.

The krunner plugin:

https://github.com/ublue-os/krunner-bazaar

A KRunner plugin for searching and installing Flatpak applications through the Bazaar store.

Sorry, I'm not a fequent KDE user, I may be misunderstanding something here.

[–] Rebels_Droppin@lemmy.world 3 points 20 hours ago

Thanks for the explanation, that all makes sense.