You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2026. It is now read-only.
Bazaar currently fails to install any Flatpak application on Ubuntu 25.10 (with latest updates). While the system's core Flatpak installation functionality has been fixed and works correctly when installing applications directly via the command line, Bazaar consistently encounters an error during the installation process.
Steps to Reproduce:
On Ubuntu 25.10, open the Bazaar application.
Attempt to install any Flatpak application
The installation fails and the following log output/error message is returned:
Running fusermount wrapper, redirecting to host...
fusermount3: file descriptor 5 is not a socket, can't send fuse fd
Running fusermount wrapper, redirecting to host...
fusermount3: entry for /var/tmp/flatpak-cache-PZQDF3/com.cassidyjames.butler-P1KHF3 not found in /etc/mtab
(bazaar:2): BAZAAR::FLATPAK-CRITICAL **: 11:02:35.617: Transaction failed to complete: Could not unmount revokefs-fuse filesystem at /var/tmp/flatpak-cache-PZQDF3/com.cassidyjames.butler-P1KHF3: Child process exited with code 1
OS
Ubuntu 25.10 Gnome 49
Output of flatpak info io.github.kolunmi.Bazaar. If you are on Bazzite please run rpm -qi bazaar
If you want to get this fixed for all ubuntu users, along other flatpak apps that also rely on this kind of fusermount wrapper, like PikaBackup and very likely others as well, which are all going to be broken in some capacity on ubuntu 25.10 and all later versions, if they don't ship a configuration like proposed in this comment. So follow those instructions to get it to work for you in the meantime, if you use Ubuntu 25.10/26.04 and later.
Describe the bug
Bazaar currently fails to install any Flatpak application on Ubuntu 25.10 (with latest updates). While the system's core Flatpak installation functionality has been fixed and works correctly when installing applications directly via the command line, Bazaar consistently encounters an error during the installation process.
Steps to Reproduce:
OS
Ubuntu 25.10 Gnome 49
Output of
flatpak info io.github.kolunmi.Bazaar. If you are on Bazzite please runrpm -qi bazaarBazaar - Discover and install applications ID: io.github.kolunmi.Bazaar Ref: app/io.github.kolunmi.Bazaar/x86_64/stable Arch: x86_64 Branch: stable Version: 0.5.8 License: GPL-3.0-or-later Origin: flathub Collection: org.flathub.Stable Installation: system Installed: 14.4 MB Runtime: org.gnome.Platform/x86_64/49 Sdk: org.gnome.Sdk/x86_64/49 Commit: 8c67ba0a4076c63c7e2e5f66211802ded72cf523b8560d7ccd10589a4574d8b9 Parent: 2d3135a5408c397e1728c8135d2270342f164d0f7b8fe4f403fd96dbba50298d Subject: Merge pull request #49 from kolunmi/0.5.8 (f3eaf0931e17) Date: 2025-10-29 08:32:37 +0000Extra information or context
No response
As there are quite a bit of uncertainties floating around here regarding this issue, I hope to address some of those with this comment.
The bug is tracked in ubuntu in https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2130388
If you want to get this fixed for all ubuntu users, along other flatpak apps that also rely on this kind of fusermount wrapper, like PikaBackup and very likely others as well, which are all going to be broken in some capacity on ubuntu 25.10 and all later versions, if they don't ship a configuration like proposed in this comment. So follow those instructions to get it to work for you in the meantime, if you use Ubuntu 25.10/26.04 and later.
This bug is not real…