mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

648
comptes actifs

#fuse

0 message0 participant0 message aujourd’hui
A répondu dans un fil de discussion

@BrodieOnLinux The problem with #FUSE, at least on #Ubuntu 24.04, is that if you attempt to install it in the normal way (sudo apt install fuse) for some reason it first UNinstalls a bunch of other fairly essential stuff. I don't know if the fault is with FUSE or with the #apt installer but the net result is you cannot run any #AppImage file that depends on FUSE (and it appears that all of them do). I am not sure what genius created this situation but it's probably a good part of the reason why AppImages are not more widely used .

The following additional packages will be installed:
libfuse2t64
The following packages will be REMOVED:
flatpak fuse3 gnome-remote-desktop gnome-shell-extension-desktop-icons-ng gnome-software-plugin-flatpak gnome-sushi gvfs-fuse mintstick nautilus ntfs-3g ubuntu-desktop-minimal ubuntu-session xdg-desktop-portal
xdg-desktop-portal-gnome xdg-desktop-portal-gtk
The following NEW packages will be installed:
fuse libfuse2t64
0 upgraded, 2 newly installed, 15 to remove and 4 not upgraded.

A répondu dans un fil de discussion

@kde@floss.social @kde@lemmy.kde.social

Thx for the info, then it is like that.

Here is the goal proposal

phabricator.kde.org/T17370

Tbh, #bubblewrap would need to be fixed drastically to be as secure as the #Android #sandbox. And (I am not sure yet) I think even #Snaps are more secure (on #Ubuntu with #Apparmor patches) than #Flatpak with the current system.

As far as I understood, sandboxing needs to happen in #userspace, with tools like #fuse doing the work while being restricted by #MAC like #SELinux or Apparmor.

phabricator.kde.org⚓ T17370 Sandbox all the things!

Trying to run #OliveEditor 0.1 on #AlpineLinux. It doesn't appear to be packaged in #aports currently. Olive provides 0.1 as an #AppImage on their website. Installed the #fuse 2 Alpine package through aports, but executing the Olive AppImage just throws a load of "Error relocating /tmp/.mount_Olive-CPhlLo/usr/bin/../lib/libgmp.so.10: obstack_vprintf: symbol not found" errors. Curious how people run AppImages on Alpine. Does the "#Linux apps that run anywhere", run anywhere except Alpine?