Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@salaros
Created October 14, 2018 20:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save salaros/39aa3bfdb712fe2973042c82eec05659 to your computer and use it in GitHub Desktop.
Save salaros/39aa3bfdb712fe2973042c82eec05659 to your computer and use it in GitHub Desktop.
Wine tricks recipe for Adobe Photoshop CC 2018
WINEARCH=win64 WINEPREFIX=$HOME/.PlayOnLinux/wineprefix/Photoshop/ winetricks \
atmlib flash \
corefonts gdiplus \
msxml3 msxml6 \
mfc42 vcrun2005 vcrun2008 vcrun2010 vcrun2012 vcrun2013 \
d3dx9 d3dcompiler_43 quartz \
devenum \
vsm=3 \
fontsmooth=gray \
ddr=opengl \
windowmanagermanaged=y \
windowmanagerdecorated=y \
strictdrawordering=enabled \
glsl=enabled \
videomemorysize=2048
@kneckergit
Copy link

Thank you so much for this! It works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment