I guess so. The popup is annoying but I’ve just been looking into how to filter notifications (rather than turning them all off). Turns out there are extensions out there that will do this which I wasn’t aware of before.
Take a look at this thread. I had issues that were caused by bubblewrap. I would heve never figured out the fix myself but thankfully my son is a computer genius and tracked it down by looking at a stack trace.
Unfortunately they start talking about things that are too technical for me.
I am now getting other crashes as well that seem to be related to bwrap. Latest one is Python crash - “python3.13 killed by SIGABRT”. This one doesn’t have a backtrace section in the problem reporting though. It does mention bwrap in the container_cmdline though.
This system is becoming unusable really. I am getting multiple different apps (I think mostly flatpak apps) that keep bringing up a popup window that states something like “this app is not responding” and then giving a wait or quit button. The quit button does nothing though - the app just continues to sit there unresponsive.
Unfortunately some of the apps I want to use only have flatpak versions.
You could install KDE or Cinnamon desktop. The problems you are having are in the current release if Gnome.
You can have two or more desktops installed, for example
sudo dnf install plasma-desktop
then log out of Gnome and select KDE or Plasma from the login manager.
I’ve already tried KDE and Cinammon. I didn’t like either of them. Gnome is the only DE I like on Linux.
If your system needs to be more game orientated you might have a look at Nobara.
As you can see they still offer F42 to adjust their system to the newer version.
Taking it easyier while you want to focus on Gaming will be a good idea.
Thanks but I already tried Nobara and Bazzite and found them even buggier than Fedora. I then decided I am only sticking to the main distros and staying away from all these others. I don’t actually game that much anyway, I was just installing stuff I will want at some point. I haven’t even opened Steam yet. It was more a case of trying the so called gaming distros to see how they differed from standard distros. I came to the conclusion that for someone like me where gaming is only minority of what I use my PC for they are pointless especially as they seem to insist on gareish themes and colours. Not for me thanks.
Maybe I can ask my son about it today. I am not exactly sure what he did. I do know that he downloaded something from GitHub, unpacked it and then replaced bwrap with the bwrap that was in the download. Sorry that I can not be more specific, but like you I do not understand a lot of the technical stuff. All I know is that my son is much smarter than me when it comes to this stuff and he figured it out and fixed the issue that I had with bwrap.
I will see if he is in a better mood today. Yesterday he got angry with me for bugging him with so much Fedora stuff. Oh well…
Also this could be a completely different problem because in my case bwrap was not crashing, it was simply preventing volumeicon from showing up on the desktop.
I am still having issues with bubblewrap as well. Mainly when downloading PDF files and it throws up an SELinux alert. The PDF still downloads just fine. But something is going on.
This morning after booting up I did a ps -ax command and saw two entries for bwrap. Both said “bwrap --unshare-all --die-with-parent --chdir / --r”. Then a bit later that was gone when I did another ps-ax.
Finally when I went to test for the PDF download bug (which I do have a report in at Bugzilla) I had no issue actually copying and pasting a PDF file from a folder on to the desktop. But when I tried a download the SELinux alert popped back up. This time it was only four things…
And when I did another
ps-ax, this time it came up with…bwrap --unshare-all --die-with-parent --chdir / --ro-bind /usr /usr --dev /dev --ro-bind-try /etc/ld.so.cache /etc/ld.so.cache --ro-bind-try /nix/store /nix/store --tmpfs /tmp-home --tmpfs /tmp-run --clearenv
I have a suspicion that it is related to glycin but that is all it is. Definitely buggy.
Right now I am working a new angle and trying to see what bwrap is doing. Any way that you can post up any relevant information about seeing a bwrap line when you do a ps-ax on a terminal. Maybe before you think that it is going to crash and then after…
Edit: I posted up that info in the previous post… Before and after the SELinux alert issue. However, if bwrap is crashing for you then it should not show up in the after part of it…
I am wondering if you can change SELinux to permissive before booting and then see what happens. I don’t know the specifics of how to do that other than editing a certain file…
Looks like that information is here…
I have setroubleshoot installed, and haven’t seen any bubblewrap-related alerts so far; yours might be a separate bug.
In any case, I doubt there’s much we can do unless a maintainer chimes in.
I agree. Also I don’t have the level of proficiency that my son does. He was able to look at a stack trace and figure out the previous issue with bwrap and volumeicon. Using journalctl with the --since option can at least get you some information after a crash. See a coredump or whatever. But that is beyond me…
I’ve ended up going back to F42, and have yet to encounter a single bubblewrap crash – for what it’s worth.
Oh, and I just realized that glycin has been brought up in this topic already… Oops.
I would recommend to everyone to ignore the speculations in this thread. It all seems to be wrong.
I don’t know why this is triggered by locking the screen, but it makes sense that this happens with Steam, if it is running in pressure-vessel. In this case, the mentioned bwrap call, trying to launch /usr/bin/true as a test, fails. This call is used by glycin to test if sandboxing image loading is possible. It should only happen once for a process since the result is cached.
Sadly, in the case of Steam/pressure-vessel, it seems impossible to find out if sandboxing is possible without getting killed by SIGSYS. That is something that they probably explicitly specified to happen in their seccomp rules. I’m not aware of any other sandbox that does it this way, and afaik there is no security related reason to do it this way.
Currently, Steam running in pressure-vessel is the only trigger for this problem I know of. If there are others, it would need more details to find out where they are triggered.
This crash should have absolutely no negative impact on the system. It is expected that this test can fail. Glycin will just switch to unsandboxed image loading in this sitatuon.
I don’t think this is related to glycin. But impossible to tell for sure without any detailed information.
@sophie First of all, thanks for getting back.
Glad to hear the crashes in question are harmless, but they still cause gnome-abrt to freak out (twice in a row), which is quite annoying. Do you think it’s something that should be reported to Valve for a potential fix on their end?
Just confirm that I get the two bwrap crash reports every time I start Steam with no further influence I can recognize.
The story so far:
