Adobe Photoshop CC 2014

Informations

Creator Message
vlad88 Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 4575
Wine: 2.22

Feedbacks

Description

Adobe Photoshop software is a popular professional-quality bitmap image editor that handles Graphics editing package.

Wikipedia.

Source code

Contributions

Filters:

Contribute
Member Message
Dadu042 Friday 29 November 2019 at 10:45
Dadu042

Information

This update has been approved by the team.

Differences

New source code

Replies

vlad88 Saturday 29 August 2015 at 22:35
vlad88 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Added installation tahoma2. Wine version for running is 1.7.50

Differences

New source code

Replies

Anonymous
Monday 26 October 2015 at 15:05
I tried it out didn't seem to work I get a crash error when I run photoshop.exe. Running Xubuntu 15.05
Sunday 2 June 2019 at 10:42
Script approved.
vlad88 Friday 7 August 2015 at 11:58
vlad88 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

New source code

Replies

Wednesday 12 August 2015 at 16:23
While the install works fine now, running the program leads to several issues. One is that it crashes randomly as it's starting. Sometimes restarting the program works, sometimes it doesn't. When you actually can get into Photoshop, none of the tools can be clicked, and no fonts show up (you should be able to add tahoma2 to the script to fix that). Basically, if Photoshop even manages to start, it's not usable. At least not from my testing (attempted install multiple times.).
Anonymous
Thursday 20 August 2015 at 13:05
In which of the Linux distributions you tested?
vlad88 Friday 7 August 2015 at 2:26
vlad88 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

The new version of the script I am using wine "1.7.48-staging" for installation. With this version Photoshop installed without errors. Then I switch to the wine "1.7.44". With this version Photoshop has successfully launched and running.

Differences

New source code

Replies

vlad88 Tuesday 4 August 2015 at 8:28
vlad88 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

New source code

Replies

Tuesday 4 August 2015 at 20:13
Nice. Attempting to test this right now. :)
Wednesday 5 August 2015 at 0:46
What I'm a bit afraid of is "du" not reporting the same results based on filesystem (and clusters size, etc.) because it really reports effective disk usage
Anonymous
Wednesday 5 August 2015 at 1:55
Progressbar while watching directory is something that is going to be directly supported in POLv5. Meanwhile, I do not advise to use it because it will slow down the script
Wednesday 5 August 2015 at 3:29
What I noticed is that when the Install happens for PS, you have to disconnect the Internet connection for the install to actually even get to the point that it goes through the Install. If you try to sign in during the Install, for either the demo or full version, it crashes when trying to connect to the site and stops the Install. This is something that I experienced when writing the cs6 script, but now that CC is specifically cloud based for it's DRM, it doesn't want to continue beyond the initialization of the installer without disconnecting from the Internet. Worst case, you could add a Note about disabling the connection before the actual ps installer starts.
vlad88 Tuesday 4 August 2015 at 1:57
vlad88 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

New source code

Replies

vlad88 Saturday 1 August 2015 at 20:46
vlad88 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

I removed the Russian text of the message. Removed unnecessary use winetricks

Differences

New source code

Replies

Sunday 2 August 2015 at 10:37
Hi vlad88,
my script review:
POL_SetupWindow_message "$(eval_gettext 'NOTICE: The installer will say that it has failed but it will actually keep installing. Run in terminal: watch du -s ~/.PlayOnLinux/wineprefix/PhotoshopCC2014 When the number stops changing, the installation is done and you can exit it.')" "$TITLE"

I wonder how much of this can be avoided or at least automated...

[ -z "$POL_SELECTED_FILE" ] && POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"

If $POL_SELECTED_FILE is defined, $INSTALL_METHOD won't and the rest of the script will fall apart. If you really mean to support that feature, it should make a local installation of the file; However since it's no longer possible in the new repository web interface to associate a list of MD5 hashes to a script, that feature is currently unusable, so I'm not sure it's worth the trouble.

unzip AdobePhotoshop2014-32bit-mul.zip -d $POL_System_TmpDir/photoshop

You can use POL_System_unzip instead of unzip, that way in case of error the user will be warned instead of the error silently ignored

export WINEARCH=win32

No, no, no $WINEARCH is off limits, it's managed by PlayOnLinux thru POL_System_SetArch statement. But it should be set to win32 already anyway, since it's the default, so just remove that line
Anonymous
Tuesday 4 August 2015 at 2:00

Thank you, petch. I took into consideration your comments in the new version of the script.
vlad88 Saturday 1 August 2015 at 18:52
vlad88 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Fixed sintax error in script.

Differences

New source code

Replies

vlad88 Friday 31 July 2015 at 19:57
vlad88 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

New source code

Replies

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com