dmitry-s93 / MControlCenter

An application that allows you to change the settings of MSI laptops running Linux
GNU General Public License v3.0
211 stars 57 forks source link

usr/bin/ read-only files on fedora silverblue 39. #145

Open orcbolg3612 opened 5 months ago

orcbolg3612 commented 5 months ago

host@fedora ~/D/MControlCenter-0.4.1-bin> sudo ./install.sh [sudo] password for host: Installation start './app/mcontrolcenter' -> '/usr/bin/mcontrolcenter' install: cannot create regular file '/usr/bin/mcontrolcenter': Read-only file system

I tried sudo nautilus but still can't change permission for /usr/bin

chrisawi commented 5 months ago

This ought to install to /usr/local by default (or at least as an option), but I think it still wouldn't work on Fedora Silverblue.

Fedora's kernel doesn't have the ec_sys module, and the other option acpi_ec seems to only be available via DKMS, which isn't supported on Silverblue.