Your Fuzzy God
Group: Members
Posts: 260
Joined: July 2005 |
|
Posted: Oct. 31 2005,15:55 |
|
I run version 7 and its run really well. Here is what you need to get it running like a champ...
1. Get xwine.dsl 2. In your ~/.wine/config file change: [Version] "Windows" = "win98" and add: [DllOverrides] ; default for all other dlls "*" = "builtin, native, so" "uxtheme" = ""
3. Install Photoshop using "sudo wine /path/to/photoshop/install"
4. Once Photoshop is installed you have to open a terminal and cd to the install dir and then run "sudo wine Photoshop.exe." Otherwise things like "save for web" won't work (go figure). To get around this I made a desktop icon that opens a script. Make the 'command' line for your icon look like so:
Command: aterm -title "Photoshop Loader" -e /home/dsl/.pshop.sh
The scipt just contains this (make sure you chmod it correctly)
#!/bin/sh echo "Adobe Photoshop 7.0 Loader" cd /home/dsl/.wine/drive_c/Program\ Files/Adobe/Photoshop\ 7.0/ sudo wine Photoshop.exe 2>/dev/null
If you have any problems installing, PM me.
-------------- Good Luck
-Fuzzy www.mainframecomps.com **Bienvienidos a la revolución**
|