Go to file
victor 15f702e479 add camera Raw v12 Installer script 2020-05-09 10:25:53 +04:30
images screenshot added 2020-02-13 19:37:27 +03:30
LICENSE Create LICENSE 2020-02-13 20:08:55 +03:30
PhotoshopSetup.sh change luncher to launcher fix mistake 2020-05-04 14:26:30 +04:30
PhotoshopSetupCustom.sh change luncher to launcher fix mistake 2020-05-04 14:26:30 +04:30
README.md Emoji added to readme 2020-05-02 17:38:57 +04:30
cameraRawInstaller.sh add camera Raw v12 Installer script 2020-05-09 10:25:53 +04:30
launcher.sh change luncher to launcher fix mistake 2020-05-04 14:26:30 +04:30
photoshop.desktop change luncher to launcher fix mistake 2020-05-04 14:26:30 +04:30
uninstaller.sh change luncher to launcher fix mistake 2020-05-04 14:26:30 +04:30
winecfg.sh shebang added & add main function 2020-04-24 06:41:57 +04:30

README.md

screenshot

GitHub repo size Tested on arch GitHub stars rep size bash

photohop CC v19 installer for linux

This bash script installs Photoshop CC version 19 on your Linux machine using wine behind the scene and sets some necessary component up for best performance

🚀 Features

  • downloads necessary component and installs them (vcrun,atmlib,msxml...)
  • downloads photoshop.exe installer and installs it automatically
  • creates photoshop commands and desktop entry
  • configures wine for dark mode
  • detects various 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 distributions

⚠️ Requirements

1- use 64bit edition of your distro

2-make sure below packages are already installed on your Linux distro

  • wine
  • winetricks
  • aria2c
  • md5sum

if they are not already installed you can install them using your package manager for example in arch Linux

sudo pacman -Syy wine aria2

3- make sure you have enogh storage in your /home partition about 5 GiB

1 GiB will be free after installation

4- make sure you have internet connection and about 1.5 Gib traffic for downloading photoshop and its components at first time

💻 Installation

for components installation you have two options, using winetricks or using custom way. there are two installation scripts

  • PhotoshopSetup.sh
  • PhotoshopSetupCustom.sh

installer scripts use a virtual drive of wine and makes a new winprefix for photoshop

first of all you need to clone the repository with this command:

git clone https://github.com/Gictorbit/photoshopCClinux.git
cd photoshopCClinux

for installing photoshop just run the bash script with below command it downloads and installs photoshop include its component using winetricks and configures wine automatically

chmod +x PhotoshopSetup.sh
./PhotoshopSetup.sh

2 component installation using custom script

for installing photoshop just run the bash script with below command it downloads and installs photoshop include its component and configures wine automatically

chmod +x PhotoshopSetupCustom.sh
./PhotoshopSetupCustom.sh

during installation please pay attention to script messages

NOTE : make sure OS version in wine is on windows 7

🍷 wineprefix Configuration

if you need to configure wineprefix of photoshop you can use winecfg.sh script just run below command

chmod +x winecfg.sh
./winecfg.sh

🔨 Tools

as you know photoshop has many useful tools like Liquify Tools.

if you get some errors during 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 CPU for image processing. to do that, follow the below steps:

  • 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

♨️ Uninstall

for uninstall photoshop you can use uninstaller script with below commands

chmod +x uninstaller.sh
./uninstaller.sh

🔖 License

GitHub