flathub / com.jetbrains.Rider

https://flathub.org/apps/details/com.jetbrains.Rider
1 stars 8 forks source link

.Net Core "Not Installed" on Steam Deck #62

Closed shaunawins closed 1 year ago

shaunawins commented 1 year ago

I've installed Rider via Discover on Steam Deck and run the following two commands in an attempt to get it to create core apps, and it insists that Core is not installed. I've verified that the dotnet flatpaks are installed and I've even given Rider full filesystem access via flatseal.

flatpak install flathub org.freedesktop.Sdk.Extension.dotnet6
flatpak install flathub org.freedesktop.Sdk.Extension.dotnet7

Any help would be appreciated.

FakeShemp commented 1 year ago

https://github.com/flathub/com.jetbrains.Rider/blob/master/README.md

shaunawins commented 1 year ago

https://github.com/flathub/com.jetbrains.Rider/blob/master/README.md

Apparently environment variables set at the terminal do not apply systemwide on Steam Deck. I had to use flatseal to set the variable in question and now it's picking up dotnet7.

Thank you for that, even though I thought I'd already done it.