Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

corbindavenport/creative-cloud-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Creative Cloud for PlayOnLinux

This is an install script for Adobe Creative Cloud, designed to be used with PlayOnLinux. This downloads and installs the Creative Cloud software from Adobe's website. Once setup is completed, you can use the Adobe Application Manager to download and install Photoshop, Dreamweaver, Illustrator, and other apps.

Adobe Application Manager

A (free) Adobe ID is required to install additional applications. Most Adobe applications require a paid subscription.

NOTE: Only Application Manager, Photoshop CC 2015, and Lightroom 5 have been extensively tested. This method does not allow the installation of CC 2017 applications, only the earlier 2015 versions. I'm looking into a fix. If you run into warnings about video memory size, open PlayOnLinux and go to Configure > Display > Video memory size.

How to use this script

  1. Download PlayOnLinux from your distribution's package manager (e.g. Ubuntu Software Center) or from the PlayOnLinux website
  2. Save the install script to your computer
  3. Open PlayOnLinux, go to Tools > Run a local script
  4. Select the install script you just downloaded

After the setup process is finished, you can open Adobe Application Manager from PlayOnLinux to download and install the apps you need. If the installer crashes, see the Troubleshooting page.

Background info

I made this script because getting Creative Cloud working in Wine is pretty difficult, thanks to multiple versions of the setup program being available from Adobe's website that vary in compatibility with Wine. I found that the Creative Cloud setup program from the Photoshop download page works best in Wine, especially when the OS is temporarily set to Windows XP.

Here's everything the script does, if you want to re-create this in normal Wine:

  • Creates a new Wine prefix and sets the OS to Windows XP
  • Installs atmlib, corefonts, FontsSmoothRGB, and gdiplus
  • Downloads and runs the the Creative Cloud setup program from the Photoshop download page (direct link)
  • After Creative Cloud/Application Manager is done installing, set the OS back to Windows 7 so newer apps can be installed
  • Creates a shortcut for PDapp.exe (Adobe Application Manager)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http:https://www.gnu.org/licenses/>.