
- #Add fonts to photoshop cs4 install#
- #Add fonts to photoshop cs4 Patch#
- #Add fonts to photoshop cs4 windows#
Get into the winetricks directory (wherever you downloaded it before), and run. There are 3 packages: fontsmooth-gray, fontsmooth-rgb, and fontsmooth-bgr.
#Add fonts to photoshop cs4 install#
Winetricks can also install font smoothing. You might have noticed by now that the fonts look terrible. Note: Although the check boxes don't show up because of the installer bug noted above, you can use Tab to cycle through input options and the check boxes will appear as you select them, allowing you to change options as needed. it should work normally (except OpenGL rendering won't work). You won't be able to choose components because of a bug in the installer, but besides that everything should work normally.

Go to the directory with the installer and run: wine Setup.exe Wine can't run the installer if it can't find it. You'll probably need to add a drive that points to your home directory though. You can't have a / drive available to wine for some reason. For me this was the command: cp /windows/WINDOWS/system32/atmlib.dll ~/.wine/drive_c/windows/system32 Put the file in ~/.wine/drive_c/windows/system32.
#Add fonts to photoshop cs4 windows#
You can search Google for this, or copy it from an existing Windows install (C:\WINDOWS\system32\atmlib.dll). For me the command looked like this: cp /windows/WINDOWS/Fonts/* ~/.wine/drive_c/windows/Fontsĭownload atmlib.dll. If you have a Windows install, copy everything from C:\WINDOWS\Fonts to ~/.wine/drive_c/windows/Fonts. Modify the following command accordingly. Note: My windows partition is mounted at /windows. Get some Windows fonts: sudo apt-get install msttcorefonts winetricks msxml6 gdiplus gecko vcrun2005 ie6 Get some things like MS XML, ie6, etc (this will start a bunch of installers, just click next). We need a script called winetricks to install some things for us: wget deb file in your current folder if you need to use it on another machine. You should now have the latest version of Wine patched and installed. Install (this will install Wine as a package): sudo checkinstall Note: if you have multiple processors, add -j(number_of_processors+1) to each make the command.

#Add fonts to photoshop cs4 Patch#
Patch to make the installer work ( This bug):Īpply the patch: patch -p1 < msi_start_dummy_MTA_thread.diffĬompile.

Now we need to grab some dependencies and the source: sudo apt-get build-dep wine Sudo sh -c "echo 'deb-src jaunty main' \Īdd its key and update: sudo apt-key adv -keyserver -recv-keys F9CB8DB0 You want to remove your current Wine install: sudo aptitude remove wineįirst off, add the Wine PPA to your sources: sudo sh -c "echo 'deb jaunty main' \ This tutorial is Jaunty only (it might work on others, but I doubt it).īefore we start, get some generic compiling stuff: sudo aptitude install build-essential checkinstall You'll also need a legal version of Photoshop CS4. We're going to need to compile Wine 1.1.25 (patched) and then add a bunch of things to it. Unfortunately, it's a massive pain to install. Some people need Adobe Photoshop, and CS4 actually seems to work perfectly.
