lutris / agora

Public discussion space for the community
11 stars 0 forks source link

Lutris does not automatically disable runtime when using system wine on gentoo. #55

Open aTosser opened 5 years ago

aTosser commented 5 years ago

The system wine is listed in the drop down menu in runner options. However, the runtime is not disabled due to where wine is located on gentoo systems.

If you wanted to search for all installed versions of wine they are located in: /usr/lib/wine-staging-<version#>/bin/wine /usr/lib/wine-staging-<version#>/bin/wine64 /usr/lib/wine-vanilla-<version#>/bin/wine /usr/lib/wine-vanilla-<version#>/bin/wine64 /usr/lib/wine-d3d9-<version#>/bin/wine /usr/lib/wine-d3d9-<version#>/bin/wine64

Gentoo does have a wine selection tool available for the purpose of linking to the user selected version of wine and the binaries are symlinked to:

/usr/bin/wine /usr/bin/wine64

I do not know which method you would prefer to utilize so I have not drafted a PR for this.