This program written in C will help you to automatically install everything you need and configure it so that you can run Photoshop on your Linux without problems.
If you are new in Linux and don't know some commands, you can watch this video (made thanks to Don of Novaspirit Tech channel) for more easy installation:
git clone https://gitlab.com/csmarckitus1/photoshop.git
cd photoshop
make
./Photoshop2020
If you get an memory access error message, you need to install valgrind in your distro and execute the program with it. Example in an Arch or based distro: Install the program:
sudo pacman -S valgrind
Executing the program:
cd photoshop
make
valgrind ./Photoshop2020
During the installer you will see for a moment that Windows 7 is selected by default, change it to Windows 10. If you have a 4k monitor or open Photoshop and it looks small, in the same place go to the Graphics tab and increase the resolution between 216 and 240 ppp.Once all this is done apply the changes.Photoshop may sometimes start with a black screen, just Create a new file or just drag in some photo. Before starting any project try to Save the file first. In case it doesn't let you do the following:
File -> Export -> Export Layers to Files
Finally the files will be saved, now restart Photoshop and open the file you have created. Now everything you do in that file will be saved for you.
The requirements are based on the technical specifications provided by the Adobe page according to the Windows operating system, so it is possible that although some requirements are not met in Linux, Photoshop can be executed. Is possible that when checks requirements, in computers that don't have dedicated VRAM (As they use a chunk of memory RAM) in some cases the result, is that you can run Photoshop, but this is not really.
If make not works, copy and paste this in terminal in the current folder:
gcc -ggdb3 -O0 -std=c99 -Wall -Werror -Wextra -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wshadow -pedantic -w -o Photoshop2020 Photoshop.c ./scripts/Requirements.c ./scripts/Installer.c ./scripts/Cameraraw.c ./scripts/Configure.c ./scripts/Uninstaller.c ./Photoshop2020
If the program has an error in somewhere of installer, first uninstall Photoshop.
I have installed Wine but my system does not recognize it, why? If you use any shell different than the default provided by system, you need to add the PATH of the path of installation of WINE.
If your distro is not compatible you have to modify the program for skip the WineHQ installation, therefore you will have to install WineHQ in the correct way according to your distro and with this, you can use the installation on whatever distro.
If you want to try the staging version of Wine, Adobe Camera Raw has not worked for me.