Apps :: MyDSL screenshots



Ummm, Photoshop?  If I could get that working, my wife might try DSL out...
:-)

How are you running that? Thanks

Runs great in wine.

The real trick is getting Wine to run in DSL~

~J.P.

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.

Thanks Fuzzy; I will give it a try also.

Joe


original here.