Created attachment 1878358 [details] Screeshots with GNOME Software not working in Fedora 36 Silverblue Description of problem: Hi, I just tried Fedora 36 Silverblue on GNOME Boxes and I see that GNOME Software is fully broken. Nothing works, neither Flatpak nor rpm-ostree integration. I use Fedora 35 as my daily system and I don't have those issues. In addition to the problem, I suggest a re-release of the ISO installation image because a bug like that can be a big blocker for newcomers. Sorry if I sound a little harsh, but my English is not good and I don't have a long explanation for this topic. I'm here waiting for instructions if you want me to try something. Version-Release number of selected component (if applicable): GNOME Software 42 on Fedora 36 Silverblue. How reproducible: Just open GNOME Software in Fedora 36 Silverblue. Actual results: GNOME Software is broken in Fedora 36 Silverblue. rpm-ostree and Flatpak integrations don't work. I can't see any repository from GNOME Software. Expected results: -Recovering rpm-ostree and Flatpak integrations and have them working correctly like Fedora 35 Silverblue. -A re-release of the ISO image because this bug is a blocker for newcomers.
Thanks for a bug report. I think this is a side effect of the bug #2083715. Could you restart gnome-software with verbose debuggin and check whether any similar error message is shown in the log, please? You can do it with these commands: $ gnome-software --quit $ gnome-software --verbose &>/tmp/log.txt then let it run for more than a minute, maybe do some operations there, like opening the Software Repositories dialog. Then stop the gnome-software and examine the log. Commands to do it (from a different terminal): $ gnome-software --quit $ cat /tmp/log.txt | grep "cannot create" That picks here: 19:41:46:0046 Gs failed to get sources: cannot create temporary file: /var/cache/rpm-ostree/solv/fedora-cisco-openh264.solv.aQxRyR The "get sources" is used to populate the Software Repositories dialog.
This is what I get after doing the cat with grep command under terms you showed me: 20:35:23:0051 Gs failed to get popular apps: cannot create temporary file: /var/cache/rpm-ostree/solv/fedora-cisco-openh264.solv.CwQRc9 20:35:23:0062 Gs failed to get featured apps: cannot create temporary file: /var/cache/rpm-ostree/solv/fedora-cisco-openh264.solv.UDkaPi 20:35:23:0071 Gs failed to get recent apps: cannot create temporary file: /var/cache/rpm-ostree/solv/fedora-cisco-openh264.solv.ucSKln 20:35:23:0115 Gs Failed to get system: Failed to refine '*/*/*/system/*': cannot create temporary file: /var/cache/rpm-ostree/solv/fedora-cisco-openh264.solv.2Nbr2o 20:35:23:0312 Gs failed to get installed apps: cannot create temporary file: /var/cache/rpm-ostree/solv/fedora-cisco-openh264.solv.9YwxuZ
Created attachment 1878440 [details] GNOME Software verbose full log (just 1 minute) I share the full log because I'm testing on a virtual machine, so there isn't any personal data.
Thank you. In that case it's the same bug as the bug #2083715, thus I mark this as a duplicate of it. *** This bug has been marked as a duplicate of bug 2083715 ***