Temporary workaround to be able to use flatpaks on 25.10 is to disable the Apparmor profile for fusermount3:
$ sudo ln -s /etc/apparmor.d/fusermount3 /etc/apparmor.d/disable/ $ sudo apparmor_parser -R /etc/apparmor.d/fusermount3 To later re-enable the profile (once the bug is fixed): $ sudo rm /etc/apparmor.d/disable/fusermount3 $ cat /etc/apparmor.d/fusermount3 | sudo apparmor_parser -a -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2122161 Title: error: Failed to install org.gnome.Platform: Could not unmount revokefs-fuse filesystem at /var/tmp/flatpak- cache-4EB3B3/org.gnome.Platform-EM6KC3: Child process exited with code 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/flatpak/+bug/2122161/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
