You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
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.