Gaming with Wine
Setup
pacman -S wine-staging wine-mono wine_geckoWine file associations
export WINEDLLOVERRIDES="winemenubuilder.exe=d"Last updated
This post describes setting up wine for use on Arch Linux.
Install wine staging for much better performance.
Optionally install wine-mono and wine_gecko see wiki for info.
pacman -S wine-staging wine-mono wine_geckoTo avoid having wine file associations unregister them.
To prevent them set environment variable WINEDLLOVERRIDES.
export WINEDLLOVERRIDES="winemenubuilder.exe=d"Last updated