Open
Description
Is your feature request related to a problem? Please describe.
I'm always frustrated when FUSE does not work out of the box, at least in a full desktop installation.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A manual workaround:
sudo su
mkdir -p /etc/modules-load.d/
echo "fuse" > /etc/modules-load.d/fuse.conf
reboot
Additional context
Besides other use cases, this would allow third-party applications packaged in AppImage format to run out of the box on Clear Linux OS.
Reference:
AppImageCommunity/appimaged#25