Skip to content

Photoshop For Linux. All your dreams come true. Downloads files from archive.org, so it actually works.

License

Notifications You must be signed in to change notification settings

kc01-8/photoshopCClinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

210 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

wine version Tested on arch GitHub stars rep size bash

Photoshop CC Installer: Just Works Edition

This bash script installs Photoshop CC 2018 on your Linux machine using wine behind the scenes and sets up some necessary components up for the best performance AND IT ACTUALLY WORKS!

🚀 Features

  • Downloads necessary components and installs them (vcrun, atmlib, msxml...)
  • Downloads WORKING photoshop.exe installer
  • Creates photoshop command and a desktop entry
  • Wine dark mode
  • Supports graphic cards like (intel, Nvidia)
  • Saves the downloaded files in your cache directory
  • It's free and you will not need any license key
  • Works on any Linux distribution

⚠️ Requirements

  1. A 64bit Operating System

  2. The following packages packages

  • wine
  • wine64 (non arch users)
  • winetricks
  • md5sum

You can install them using your package manager, i.e. in Arch Linux:

sudo pacman -S wine winetricks

Or for Ubuntu:

sudo dpkg --add-architecture i386 && sudo mkdir -p /etc/apt/keyrings && sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key && sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/$(lsb_release -sc)/winehq-$(lsb_release -sc).sources && sudo apt update && sudo apt install -y --install-recommends winehq-stable winetricks
  1. Enough storage in your /home partition for the install: 5G

1G will be freed after installation

💻 Installation

The installer scripts uses a virtual drive in wine and makes a new wineprefix for photoshop

  1. For Arch users only, symlink wine64 to new wine
sudo ln -sf /usr/bin/wine /usr/bin/wine64
  1. Clone the repository with this command:
git clone https://github.com/kc01-8/photoshopCClinux.git
cd photoshopCClinux
  1. Run setup.sh script
chmod +x setup.sh
./setup.sh
  1. (optional) Use -d to specify the installation path, and -c for the cache directory for example:
./PhotoshopSetup.sh -d /mnt/myfiles/photoshop

or

./PhotoshopSetup.sh -d /mnt/myfiles/photoshop -c /mnt/cache

If no options are given the installer script will use the default path

setup-screenshot

During installation pay attention to the script messages.

NOTE : Arch users do not need the wine64 package. Do not change OS version in wine from windows 7.

🍷 wineprefix Configuration

To configure the wineprefix of photoshop you can use winecfg.sh script:

chmod +x winecfg.sh
./winecfg.sh

🔨 Tools

✨ Liquify Tools As you know photoshop has many useful tools like `Liquify Tools`.

If you get some errors while working with these tools, It may because of the graphics card.

Photoshop uses the GPU to process these tools so before using these tools make sure that your graphics card (Nvidia, AMD) is configured correctly in your Linux machine.
The other solution is you can configure photoshop to use your CPU for image processing. to do that, follow the steps below:

  • Go to edit tab and open preferences or [ctrl+K]
  • Then go to the performance tab
  • In the graphics processor settings section, uncheck Use graphics processor


📷 Adobe Camera Raw

camera raw install:

chmod +x cameraRawInstaller.sh
./cameraRawInstaller.sh

Restart photoshop and open it from: Edit >>Preferences >> Camera Raw

NOTE1: The size of camera raw installation file is about 400M

NOTE2: Camera raw performance depends on your graphic card driver and its configuration

♨️ Uninstall

To uninstall photoshop you can use the uninstaller script with commands below

chmod +x uninstaller.sh
./uninstaller.sh

Forked from the abandoned Gictorbit/photoshopCClinux

🔖 License

GitHub

About

Photoshop For Linux. All your dreams come true. Downloads files from archive.org, so it actually works.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages