bazzite apps

i went from fedora atomic desktop to bazzite, but it seems i cant install the preinstalled apps. i tried running the script but got an error:


brandon@bazzite:~$ ujust _install-system-flatpaks
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1060 100 1060 0 0 2642 0 --:--:-- --:--:-- --:--:-- 2643
Looking for matches
Remotes found with refs similar to ‘app/org.mozilla.firefox/x86_64/stable:

1) ‘fedora(system)
2) ‘flathub(system)

Which do you want to use (0 to abort)? [0-2]: 2
error: org.kde.gwenview/x86_64/stable is already installed from remote fedora
error: Recipe _install-system-flatpaks failed with exit code 1
Solution
Looking at the error, the issue here is that org.kde.gwenview is installed via fedora's custom flatpaks and then we trying to install it using flathub

Please try running the following, this will re-install the fedora flatpaks as flathub flatpaks

Found this information on this thread https://discussion.fedoraproject.org/t/tutorial-how-to-replace-the-fedora-flatpak-repo-with-flathub/44320

flatpak install --reinstall flathub $(flatpak list --app-runtime=org.fedoraproject.Platform --columns=application | tail -n +1 )


Then remove the fedora flatpaks

flatpak remote-delete fedora


Then try and run the ujust _install-system-flatpaks command again


I'm going to need to make a PR later to fix this.
Fedora Discussion
I originally posted this on reddit, but am posting here as well: Adding flathub Enable the flathub remote flatpak remote-modify --no-filter --enable flathub If it doesn’t exist, run flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo Changing remotes of applications Run this command to reinstall fedora ...
Was this page helpful?