Created
October 14, 2018 20:18
-
-
Save salaros/39aa3bfdb712fe2973042c82eec05659 to your computer and use it in GitHub Desktop.
Wine tricks recipe for Adobe Photoshop CC 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you so much for this! It works!