ublue-os / cosmic

A Fedora Atomic based OSTree Image with the COSMIC desktop environment. Thanks to Drakulix for initial image.
https://github.com/pop-os/cosmic-epoch
Apache License 2.0
169 stars 13 forks source link

COSMIC App Store is built with PackageKit support #41

Open sungsphinx opened 3 months ago

sungsphinx commented 3 months ago

COSMIC App Store is built with PackageKit support, but rpm-ostree doesn't support PackageKit, which means a lot of apps will show a "System" option, and when you try to install using it, it will fail.

Maybe there is some way to rebuild the store without the PackageKit feature on from this repo?

p5 commented 2 months ago

Not sure if there's anything we can do to explicitly disable PackageKit support in the store, however you can get around the errors by adding Flathub as a user Flatpak repo. The App Store prefers Flatpaks over PackageKit for all packages except Steam and Lutris.
For Steam and Lutris, the App Store quietly falls back to Flathub after the PackageKit install fails.