Skip to content

Conversation

@TingPing
Copy link
Member

This is only exposed in Meson as Autotools isn't recommended.

This also removes the 'fuse' option as it seems redundant.

Fixes #486

This is only exposed in Meson as Autotools isn't recommended.

This also removes the 'fuse' option as it seems redundant.
@smcv
Copy link
Collaborator

smcv commented Aug 19, 2024

This is only exposed in Meson as Autotools isn't recommended.

Actually the PR as proposed here would let Autotools users do something like ./configure FUSERMOUNT=fusermount3, which seems sufficient to deal with distros where this is necessary.

(In Debian and maybe others, after replacing FUSE 2 with FUSE 3, fusermount is a symlink to fusermount3 anyway - but not every OS vendor provides that compatibility symlink.)

Comment on lines +33 to +35
if [ -z "${FUSERMOUNT}" ]; then
FUSERMOUNT=fusermount
fi
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably better to do the equivalent of flatpak/flatpak#5751

@bbhtt bbhtt added this to the 1.5.0 milestone Sep 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: unmount command should be fusermount3 when building only against fuse3

4 participants