-
-
Notifications
You must be signed in to change notification settings - Fork 105
Arch Linux issues
Mavaddat Javid edited this page Mar 11, 2022
·
2 revisions
Previously, Arch Linux did appear to suffer from more issues trying to make genie work than most distributions. This is a collection of solutions people have found:
If Arch Linux is complaining about libhostfxr.so
being not found when starting genie at boot, try the following:
yay -S dotnet-host-bin dotnet-runtime-bin dotnet-sdk-bin genie-systemd-git
- create
/etc/dotnet/install_location
and put/opt/dotnet
inside - change WSL startup command to
wsl.exe ~ -d Arch genie -s
See https://github.com/arkane-systems/genie/issues/40 .