Skip to content

Instantly share code, notes, and snippets.

@torgeir
Last active August 14, 2022 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torgeir/263632c21bb19138660b12947229c8f1 to your computer and use it in GitHub Desktop.
Save torgeir/263632c21bb19138660b12947229c8f1 to your computer and use it in GitHub Desktop.
Wine tkg with fsync support for running helix native on arch
cd
git clone git@github.com:Frogging-Family/wine-tkg-git.git Code/wine-tkg-git
pushd Code/wine-tkg-git/wine-tkg-git
git checkout master
# vim customizations.cfg: _staging_version="v7.15", _use_fsync="true"
# why tho?
rm -rf wine-tkg-patches/hotfixes/mfplat
# select 0, the customizations has settings for fsync
makepkg -si
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment