Skip Navigation

Flatpak/GNOME software center on Guix?

I'm trying to install some Flatpak apps on my newly installed Guix system.

I found this link https://flatpak.org/setup/GNU%20Guix which says I should these commands.

 
    
$ guix install flatpak
$ flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

  

After running those commands, I restarted my computer, just to be safe.

Then I logged into GNOME again and noticed I did not have GNOME software center installed. Normally that's how I install Flatpaks...

I tried installing some stuff through the CLI with this command.

 
    
$ flatpak install --user flathub com.logseq.Logseq

  

and that seems to have worked, but Logseq isn't showing up in my app launcher.

I can manually launch it with flatpak run com.logseq.Logseq, but it would be great if I could launch it from the normal app launcher.

So... are flatpaks supported in Guix? Or am I missing some configuration?

0 comments

No comments