Released Oct 2008.
Adds more 3D capabilities.
Application Details:
Version: | CS4 (11.0) |
License: | Retail |
URL: | http://www.adobe.com/products/... |
Votes: | Marked as obsolete |
Latest Rating: | Bronze |
Latest Wine Version Tested: | 1.9.22 |
Maintainers: About Maintainership
What works
Everything tested for image editing so far
What does not
The installation
Workarounds
What was not tested
Many many things (Photoshop is a huge program)
Hardware tested
Graphics:
Additional Comments
The installation fails so I had to copy an installed version from windows plus the registry keys. I had to install the following with winetricks: winetricks msxml6 gdiplus gecko vcrun2005 allfonts atmlib Use winecfg to set atmlib.dll to native,builtin
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Oct 28 2016 | 1.9.22 | Yes | Yes | No | Bronze | an anonymous user | |
Show | Linux Mint 17 "Qiana" x86_64 | Sep 12 2014 | 1.7.26 | No, but has workaround | Yes | No | Bronze | LinuxSupahFly | |
Show | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | Feb 04 2014 | 1.7.11 | No, but has workaround | Yes | No | Bronze | Ken Sharp | |
Show | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | Oct 05 2012 | 1.5.14 | No, but has workaround | Yes | No | Silver | an anonymous user | |
Show | Arch Linux x86_64 | Feb 19 2012 | 1.4-rc4 | No | Not installable | No | Garbage | Jonas Abrahamsson |
Bug # | Description | Status | Resolution | Other apps affected |
18517 | Tablet pen pressure or eraser (wacom tablet) are not working in Photoshop CS 4/5 | STAGED | View | |
20877 | Adobe Bridge cs4 hardware rendering not working | NEW | View | |
34061 | IETester 0.4.2 crashes on unimplemented function msls31.dll.LsGetRubyLsimethods in IE5.5 mode | NEW | View | |
46096 | Adobe Photoshop CS4 Installer hangs | UNCONFIRMED | View |
Due to bug 18070(http://bugs.winehq.org/show_bug.cgi?id=18070) the installation does not work in the current version of wine(1.1.35), which is pretty sad, since the installed application works well.
There are only three ways make it work and neither are really recommended: 1. Compiling from git(not for the faint of heart http://www.winehq.org/docs/wineusr-guide/installing-wine-source) 2. Using an older wine version as described in this test data : http://appdb.winehq.org/objectManager.php?sClass=version&iId=14318&iTestingId=39845 . 3. Moving a windows installation is another way(after the steps below are made, that is) but that's not possible for everyone. Note: This has not been updated in a long time and is likely out of date.
This is a general instruction on what should be sufficient to install and run Photoshop CS 4 under the current wine version. If the application still does not install or work, a bug report should be made at http://bugs.winehq.org detailing any errors. This guide applies to installations of the trial version and the Master collection:
1. If not done already, download the winetricks script: wget http://www.kegel.com/wine/winetricks
2. Install needed redistributables: sh winetricks msxml6 gdiplus gecko vcrun2005
3. Install MS core fonts(sudo if applicable): sudo apt-get install msttcorefonts
4. Run the installation application(you might need to add a path): LANG=C wine Setup.exe
5. To work around the font layer bug(16499), and on your own risk, download atmlib.dll and copy to /drive_c/windows/system32 .
6. Run the application.
If you at this point have any problems, the correct (and good, non-evil) thing is to check if you bug is already reported among the linked bugs above. If this is you first bug report, look at some other bugs before you file your to get a feel for it. Also read the checklist shown when adding. And don't be afraid to ask if you are unsure.
Please don't use any other workarounds than those mentioned in this howto before submitting bugs as it defines what currently should suffice for the install. Using other workarounds could hide problems.
Please do NOT submit test results for "portable", cracked or in any other way illegal versions; they will be rejected outright. If you want to help out, please either buy the application or use the demo version.
Thanks to earther for the following email:
I was having problems with the Photoshop 7 ALT-Click keybinding in a new Debian install running Compiz. I did the standard window manager tweak but it still didn't work properly. Then I discovered an ALT-Click keybinding in the Compiz Window Management > Move Window > Initiate Window Move settings. I changed it to 'super' like in Gnome window management and voila, it seemed to get it working again in Photoshop. You might want to add that bit of info to the clone tool info on the Photoshop 7 page. earther