Bug 2083743 - GNOME Software is fully broken in Fedora 36 Silverblue
Summary: GNOME Software is fully broken in Fedora 36 Silverblue
Keywords:
Status: CLOSED DUPLICATE of bug 2083715
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-software
Version: 36
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Milan Crha
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-05-10 16:45 UTC by Eduardo Medina
Modified: 2022-05-11 05:34 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2022-05-11 05:34:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Screeshots with GNOME Software not working in Fedora 36 Silverblue (211.45 KB, application/x-xz)
2022-05-10 16:45 UTC, Eduardo Medina
no flags Details
GNOME Software verbose full log (just 1 minute) (78.41 KB, text/plain)
2022-05-10 20:49 UTC, Eduardo Medina
no flags Details

Description Eduardo Medina 2022-05-10 16:45:12 UTC
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.

Comment 1 Milan Crha 2022-05-10 19:44:05 UTC
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.

Comment 2 Eduardo Medina 2022-05-10 20:47:44 UTC
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

Comment 3 Eduardo Medina 2022-05-10 20:49:58 UTC
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.

Comment 4 Milan Crha 2022-05-11 05:34:37 UTC
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 ***


Note You need to log in before you can comment on or make changes to this bug.