Skip to content

Instantly share code, notes, and snippets.

@fschrofner
Last active October 26, 2016 18:39
Show Gist options
  • Save fschrofner/6044939a4832c29fda261b6c6d369947 to your computer and use it in GitHub Desktop.
Save fschrofner/6044939a4832c29fda261b6c6d369947 to your computer and use it in GitHub Desktop.
start script for gog games on arch linux. overrides the libs provided by gog and uses system libraries instead. just rename start.sh to start_2.sh and place this file in the same folder.
LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' ./start_2.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment