Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cosmic app store not working #390

Open
rav101 opened this issue Sep 24, 2024 · 1 comment
Open

Cosmic app store not working #390

rav101 opened this issue Sep 24, 2024 · 1 comment

Comments

@rav101
Copy link
Contributor

rav101 commented Sep 24, 2024

There are two current issues with the cosmic app store:

  1. Not plumbed into moss to show what's in the repo
  2. Not showing flatpak apps available

Whilst the first is known, I think the second is a bug as gnome software is able to see flatpak apps available in flathub.

@dtomvan
Copy link

dtomvan commented Oct 4, 2024

According to pop-os/cosmic-store#61 you need both flatpak-devel and packagekit.

To install packagekit (workaround, time for a new recipe?):

  • sudo moss install bash-completion-devel gtk-3-devel gtk-4-devel gstreamer-devel gobject-introspection-devel libxslt-devel vala-devel systemd-devel polkit-devel sqlite-devel meson flatpak-devel
  • wget https://www.freedesktop.org/software/PackageKit/releases/PackageKit-1.3.0.tar.xz
  • tar xvf PackageKit-1.3.0.tar.xz
  • cd PackageKit-1.3.0
  • meson setup build
  • cd build
  • ninja
  • sudo meson install
  • meson setup build

Does that work for you/anybody?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants