default-flatpaks module, no flathub
in my recipe I have
but my image only has COSMIC Flatpak listed when using
flatpak remotes -d
When using scope system flathub is listed. Am I dong something wrong or is this intentional?17 Replies
ublue images have system flathub by default, i think
default-flatpaks module adds only remotes that it is configured to add
the default values for
repo configure flathub, but here you have overridden repo in your only configuration
solution: add another configuration with scope: user but leave repo undefinedthis is the result of

Same effect
if you use the
bluebuild-flatpak-manager to manually apply the user configurations, is there some error message or does it work then?
you can also use the show command to see if the configurations are interpreted correctly
it is possible that having the install array be empty causes an error with the current code of the module, since no checks are made before calling flatpak
adding the repo happens before installation, though, so i don't know why that wouldn't workI do not understand, using this on my recipe on a fresh install from iso, I still dont have the Flatpak User repo.

did you try applying manually
bluebuild-flatpak-manager apply user i thinkyes, i also tried to disable and enable
what was the output of apply

ah, it's trying to run the commands in interactive mode?
that may or may not be a problem
try piping to
less so we see if flatpak is smart about it
it might be trying to install an empty string to be honest
i'm on my phone with 6% battery right now but i can add the change in a bit
yeah, this is probably it
I ended up with - type: default-flatpaks
Solution
so now it will give an error unless a package is set to install?
no, it will work regardless of if you set any flatpaks to install or not
Ok great 👍🏻. Thanks for the fix