I just updated my Manjaro LXC Container. But now flatpak inside this container did not work anymore.
I guess because this error found with journalctl:
Trying to "modprobe fuse" gives me another error.
Seems that flatpak needs fuse to mount internal directories, but fuse is not available.
How to enable fuse ?
I guess because this error found with journalctl:
Code:
Jan 12 12:45:18 ManjaroLxQT org.freedesktop.portal.Documents[8178]: fuse: device not found, try 'modprobe fuse' first
Jan 12 12:45:18 ManjaroLxQT org.freedesktop.portal.Documents[8178]: error: fuse init failed: Can't mount path /run/user/500/doc
Trying to "modprobe fuse" gives me another error.
Code:
[root@ManjaroLxQT user]# modprobe fuse
modprobe: FATAL: Module fuse not found in directory /lib/modules/5.15.116-1-pve
Seems that flatpak needs fuse to mount internal directories, but fuse is not available.
How to enable fuse ?