Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable FUSE by default #273

Open
probonopd opened this issue Nov 11, 2018 · 4 comments
Open

Enable FUSE by default #273

probonopd opened this issue Nov 11, 2018 · 4 comments
Labels

Comments

@probonopd
Copy link

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

@ahkok
Copy link
Contributor

ahkok commented Nov 12, 2018

fuse is loaded by default. This happens because of the debuginfo mounts clearlinux has. Therefore, you do not need to do the above module loading - it happens already.

@ahkok ahkok added the invalid label Nov 12, 2018
@probonopd
Copy link
Author

fuse is loaded by default. This happens because of the debuginfo mounts clearlinux has. Therefore, you do not need to do the above module loading - it happens already.

Is this a very recent change?
I am asking because I am pretty sure it did not work for me straight out of the box. By deleting /etc and /var I should be able to reset the system to a pristine state and retry?

@probonopd
Copy link
Author

Just did:

user@host ~ $ sudo rm /etc/modules-load.d/fuse.conf 
user@host ~ $ reboot

The result:

user@host ~ $ cat /etc/os-release 
NAME="Clear Linux OS"
VERSION=1
ID=clear-linux-os
ID_LIKE=clear-linux-os
VERSION_ID=26220
PRETTY_NAME="Clear Linux OS"
ANSI_COLOR="1;35"
HOME_URL="https://clearlinux.org"
SUPPORT_URL="https://clearlinux.org"
BUG_REPORT_URL="mailto:dev@lists.clearlinux.org"
PRIVACY_POLICY_URL="http://www.intel.com/privacy"

user@host ~ $ sudo swupd bundle-list
bootloader
cryptography
darktable
desktop
desktop-apps
desktop-assets
desktop-autostart
desktop-gnomelibs
desktop-locales
editors
emacs
ethtool
iproute2
joe
kernel-native
libX11client
network-basic
openssh-server
openssl
os-core
os-core-update
os-utils-gui
p11-kit
perl-basic
python3-basic
sudo
sysadmin-basic
thunderbird
vim
which
wpa_supplicant
x11-server
xemacs
xfce4-desktop

@zinabtanha
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants
@probonopd @ahkok @zinabtanha and others