Skip to content

Instantly share code, notes, and snippets.

Created September 11, 2016 00:30
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 anonymous/7856088164d106994bf3a75a286aff4c to your computer and use it in GitHub Desktop.
Save anonymous/7856088164d106994bf3a75a286aff4c to your computer and use it in GitHub Desktop.
2"
#!/usr/bin/env playonlinux-bash
[ "$PLAYONLINUX" = "" ] && exit 0
export WINEPREFIX="/home/skypce/.PlayOnLinux/wineprefix/fl_studio"
cd "/home/skypce/.PlayOnLinux/wineprefix/fl_studio/drive_c/./Program Files/Image-Line/FL Studio 12"
env LD_PRELOAD="${LD_PRELOAD} libpthread.so.0 libGL.so.1" __GL_THREADED_OPTIMIZATIONS=0 STAGING_SHARED_MEMORY=1 STAGING_WRITECOPY=1 STAGING_RT_PRIORITY_SERVER=86 STAGING_RT_PRIORITY_BASE=86 WINEDEBUG=-all wine "FL (scaled).exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment