Skip to content

Enable FUSE by default #273

Open
Open
@probonopd

Description

@probonopd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions