This fixes a number of AppImages; tested with
scribus-1.5.6.1-linux-x86_64.AppImage.
Reported By: probonopd
Differential D30606
linux: improve FUSE support trasz on Jun 1 2021, 7:34 PM. Authored by Tags None Referenced Files
Details
This fixes a number of AppImages; tested with Reported By: probonopd
Diff Detail
Event TimelineComment Actions The code looks good to me. Was the problem that a Linux command like "mount -t fuse.ntfs ..." wouldn't work? Comment Actions Much weirder than that. Strace, on the AppImage I'm using for testing, shows this: [pid 1792] mount("scribus-1.5.6.1-linux-x86_64.AppImage", "/tmp/.mount_scribuH15vRB", "fuse.scribus-1.5.6.1-linux-x86_6"..., MS_RDONLY|MS_NOSUID|MS_NODEV, "fd=5,rootmode=40000,user_id=0,gr"...) = 0 The fstype is fuse.scribus-1.5.6.1-linux-x86_64.AppImage; options are fd=5,rootmode=40000,user_id=0,group_id=0. Comment Actions
That is a pretty weird name, but there's nothing illegal about it. A fuse daemon is allowed to specify anything it wants for the file system subtype. |