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.

  1. Install photoshop CS5 on your windows machine.
  2. Use regedit to find HKEY_LOCAL_MACHINE/Software and export the Adobe key as adobe_cs5.reg
  3. rm -rf /home/joe/.wine
  4. winetricks gdiplus ie6 msxml3 vcrun2005sp1 vcrun2008
  5. copy "C:\Program Files\Adobe\" to "$HOME/.wine/drive_c/Program Files/Adobe"
  6. copy "C:\Program Files\Common Files\Adobe" to $HOME/.wine/drive_c/Program Files/Common Files/Adobe"
  7. copy "C:\Documents and Settings\$USER\Application Data\Adobe" to "$HOME/.wine/drive_c/users/$USER/Applications Data/Adobe"
  8. copy "C:\windows\system32\odbc32.dll" to "$HOME/.wine/drive_c/windows/system32/odbc32.dll"
  9. copy "C:\windows\system32\odbcint.dll" to "$HOME/.wine/drive_c/windows/system32/odbcint.dll"
  10. wine regedit adobe_cs5.reg
  11. 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 / tom@mmto.org