⬆️ ⬇️

Installing PhotoShop CS4 under Ubuntu 9.04 Jaunty

Dear colleagues, let me offer you my first post on Habré - translation of a publication on installing Adobe PhotoShop CS4 under Ubuntu 9.04 Jaunty.



A considerable number of users use Adobe PhotoShop, and it seems that CS4 works (under Ubuntu - approx. Lane). However, installing it is nontrivial, and requires some steps: We will need to compile the patched assembly of Wine 1.1.25, and then add another bunch of utilities to the system.

Also, do not be amiss to remind you that you need a legal (or trial :) - approx. lane.) version of Adobe PhotoShop CS4.

This instruction is for Ubuntu Jaunty only (it may work for other builds, but I doubt it)



Before you start



build-essential, Debian :



sudo aptitude install build-essential checkinstall



Wine



Wine ( ):



sudo aptitude remove wine



Wine



PPA* Wine (->-> Synaptic-> — . .):



deb ppa.launchpad.net/ubuntu-wine/ppa/ubuntu jaunty main

deb-src ppa.launchpad.net/ubuntu-wine/ppa/ubuntu jaunty main




:



sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9CB8DB0

sudo apt-get update




Wine:



sudo apt-get build-dep wine

apt-get source wine




( — 180 Mb — . .)



Wine:



cd wine*



Wine:



sudo wget bugs2.winehq.org/attachment.cgi?id=22139 -O msi_start_dummy_MTA_thread.diff



:



sudo patch -p1 < msi_start_dummy_MTA_thread.diff



Wine ( Debian ):



sudo ./configure && make depend && make



: make -j(_CPU+1). , .



4 ( 2- 2- ) :



sudo ./configure && make -j5 depend && make -j5



2- :



sudo ./configure && make -j3 depend && make -j3



:



sudo checkinstall



, , Wine, PS CS4. Debian .deb, , , .



PhotoShop-a



, PhotoShop.

winetricks:



sudo wget www.kegel.com/wine/winetricks

sudo chmod 777 winetricks




Wine Windows :), MS XML, ie6 :



./winetricks msxml6 gdiplus gecko vcrun2005 ie6



Windows:



sudo apt-get install msttcorefonts



: Windows /windows. Windows .



Windows, C:\WINDOWS\Fonts ~/.wine/drive_c/windows/Fonts. :



cp /windows/WINDOWS/Fonts/* ~/.wine/drive_c/windows/Fonts



( Windows , Windows OS — . .)



atmlib.dll. Google, Windows (C:\WINDOWS\system32\atmlib.dll) ~/.wine/drive_c/windows/system32. Windows :



cp /windows/WINDOWS/system32/atmlib.dll ~/.wine/drive_c/windows/system32



Z: Wine:



winecfg



, Z. "/" Wine . , . Wine , .



PhotoShop — :



wine Setup.exe



( Ubuntu, English, :



lang=c wine Setup.exe



. .)

, , , ( checkbox « Adobe PhotoShop CS4 » . , , — . .).

, , PhotoShop. ( OpenGL — ).

Woohoo! ( . « !» — ).





, ( ! — . .). Winetricks Wine. 3 : fontsmooth-gray, fontsmooth-rgb, fontsmooth-bgr. fontsmooth-rgb. winetricks ( , ), :



./winetricks fontsmooth-rgb



(, — . .) fontsmooth-bgr:



./winetricks fontsmooth-bgr





, . PNG . photoshop.exe, , , IconsExtract. , GIMP .ico PNG ( , ) (PhotoShop ).

photoshop.png /usr/share/pixmaps:



sudo cp photoshop.png /usr/share/pixmaps


')

Source: https://habr.com/ru/post/65533/



All Articles