You are not logged in.
---How to Install Photoshop CS2 on Bunsenlabs---
This tutorial was created using Bunsenlabs RC1 and wine-development version 1.7.29...
the word "YOURNAME" will be substitued for your windows or linux username
You will need a valid Photoshop CS2 version with valid key
Step1) you need to add the backport repository from Debian Jessie...
sudo geany /etc/apt/sources.list
...add the lines below to the bottom of the file and save...
#backports list
deb http://httpredir.debian.org/debian jessie-backports main
Step2)
This step might not be needed, try skipping it if you are brave...
install wine and q4wine from the "System->Synaptic Package Manager"
Step3) enable i386 support...
run RootTerminal (its located in "user/share/applications) and type...
dpkg --add-architecture i386 && apt-get update && apt-get install wine32
note:
I'm not really sure if the "&& apt-get update && apt-get install wine32" is needed
If you are brave you can skip that and see what happens
Step4) install wine1.7 development version... (ref: https://wiki.debian.org/Wine)
sudo apt-get install wine-development
Step5) at terminal windows type (assuming you copied the file to that location)...
wine-development /home/YOURNAME/Downloads/PhSp_CS2_English.exe
Complete the install process and proceed to the next step
NOTE:
the program will install to...
/home/YOURNAME/.wine/drive_c/Program Files/Adobe/Adobe Photoshop CS2/Photoshop.exe
Step6) copy fonts to wine from a windows machine that has Photoshop CS2 installed
Copy from "C:\Windows\Fonts" to "/home/YOURNAME/.wine/drive_c/windows/Fonts/"
Step7) commands to execute photoshop...
rm "/home/YOURNAME/.wine/drive_c/users/YOURNAME/Application Data/Adobe/Photoshop/9.0/Adobe Photoshop CS2 Settings/Adobe Photoshop CS2 Prefs.psp"
wine-development "/home/YOURNAME/.wine/drive_c/Program Files/Adobe/Adobe Photoshop CS2/Photoshop.exe"
NOTE:
the rm is nessesary otherwise if a font is missing, photoshop will not start
Step8) Add an entry to OpenBox menu for Photoshop, "Preferences->OpenBox->Edit menu.xml"
//openbox menu entry...
<item label="Photoshop CS2">
<action name="Execute">
<command>
rm "/home/YOURNAME/.wine/drive_c/users/YOURNAME/Application Data/Adobe/Photoshop/9.0/Adobe Photoshop CS2 Settings/Adobe Photoshop CS2 Prefs.psp"
</command>
</action>
<action name="Execute">
<command>
wine-development "/home/YOURNAME/.wine/drive_c/Program Files/Adobe/Adobe Photoshop CS2/Photoshop.exe"
</command>
</action>
</item>
Last edited by 12oclocker (2016-01-19 16:21:16)
Offline
Moved to Scripts, Tutorials & Tips
Offline