GoXLR-on-Linux / goxlr-utility

An unofficial GoXLR App replacement for Linux, Windows and MacOS
MIT License
635 stars 36 forks source link

Do not try to reload udev when running on an immutable OS #128

Closed marvin-te closed 8 months ago

marvin-te commented 8 months ago

This is a simple fix for the bug I filed on your Discord server: https://discordapp.com/channels/828348446775574548/1162176770322223104

Reloading udev rules in the post-script raises a Read-only file system error on Fedora Silverblue/Kinoite, making it impossible to install goxlr-util.

This fixes that by first checking for a flag file created by ostree and only reloading udev if this file does not exist.

FrostyCoolSlug commented 8 months ago

Thanks, could you change this so it goes onto the dev-1.0.0 branch please? It's due for merging soon :)

marvin-te commented 8 months ago

For sure, no problem. Just updated the base branch :)

FrostyCoolSlug commented 8 months ago

Merged in, thanks!