Photoshop and Wine
This is about running photoshop on linux via the wine emulator.
Follow this process, described at
this link on WineHQ.
They say that they haven't gotten bridge to run.
- Install photoshop CS5 on your windows machine.
- Use regedit to find HKEY_LOCAL_MACHINE/Software and export the Adobe key as adobe_cs5.reg
- rm -rf /home/joe/.wine
- winetricks gdiplus ie6 msxml3 vcrun2005sp1 vcrun2008
- copy "C:\Program Files\Adobe\" to "$HOME/.wine/drive_c/Program Files/Adobe"
- copy "C:\Program Files\Common Files\Adobe" to $HOME/.wine/drive_c/Program Files/Common Files/Adobe"
- copy "C:\Documents and Settings\$USER\Application Data\Adobe" to "$HOME/.wine/drive_c/users/$USER/Applications Data/Adobe"
- copy "C:\windows\system32\odbc32.dll" to "$HOME/.wine/drive_c/windows/system32/odbc32.dll"
- copy "C:\windows\system32\odbcint.dll" to "$HOME/.wine/drive_c/windows/system32/odbcint.dll"
- wine regedit adobe_cs5.reg
- override odbc32 and obdcint as native via winecfg
choose the library tab, type odbc32 in the override box, and choose add. Repeat for odbcint
cd "$HOME/.wine/drive_c/Program Files/Adobe/Adobe Photoshop CS5"
$ wine Photoshop.exe
Here is another tutorial.
Have any comments? Questions?
Drop me a line!
Adventures in Computing / [email protected]