0% found this document useful (0 votes)
97 views4 pages

Csmarckitus Photoshop

This GitHub repository contains a C program that automatically installs and configures Photoshop to run on Linux without problems. It checks system requirements, installs all necessary software like Wine, and creates a Photoshop launcher. The readme provides installation instructions, supported distributions, requirements checklist, known issues and solutions, and plans for new features.

Uploaded by

ryrymm54
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
97 views4 pages

Csmarckitus Photoshop

This GitHub repository contains a C program that automatically installs and configures Photoshop to run on Linux without problems. It checks system requirements, installs all necessary software like Wine, and creates a Photoshop launcher. The readme provides installation instructions, supported distributions, requirements checklist, known issues and solutions, and plans for new features.

Uploaded by

ryrymm54
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Firefox https://github.

com/CSMarckitus/Photoshop

CSMarckitus / Photoshop Public

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.

GPL-3.0 license

256 stars 28 forks Branches Tags Activity

Star Notifications

Code Issues 25 Pull requests Projects Security Insights

1 of 4 3/5/24, 00:56
Firefox https://github.com/CSMarckitus/Photoshop

Go to file Go to file

CSMarckitus Merge pull request #60 from IvanIsak2000/patch-1 9 months ago

images Launch script v1 3 years ago

LICENSE Launch script v1 3 years ago

Readme.md the last paragraph is broken into several 9 months ago

README GPL-3.0 license

Photoshop CC v21.2.4 installer for Linux


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.

wine 6.0 C 99

� Features

• Automatically check your system requirements (read below) so you know if you can install Photoshop
• Automatically install everything you need to run Photoshop
• Creates a Photoshop shortcut in your Gnome Apps for execute it
• Install and configure Adobe Camera Raw v12, if you want
• If you don't use Photoshop anymore, you can uninstall all files in a custom way
• Support wine dark mode
• It's free and you will not need any license key

� Installation

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:

2 of 4 3/5/24, 00:56
Firefox https://github.com/CSMarckitus/Photoshop

Compatible Distros:

• Fedora (Compatible with all versions that share the same WineHQ repository, currently from 29 to 34)
• Debian 10 (Buster) and any other Debian based distro
• Arch Linux and any other Arch based distro
• Gentoo Linux

Installation steps:

git clone https://gitlab.com/csmarckitus1/photoshop.git

cd photoshop

make

./Photoshop2020

Note:

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

Important things during the installation:

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.

A few things about check requirements:

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,

3 of 4 3/5/24, 00:56
Firefox https://github.com/CSMarckitus/Photoshop

but this is not really.

Errors or bugs:

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 Photo

• 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.

New features:

If you want to try the staging version of Wine, Adobe Camera Raw has not worked for me.

Notes:

• I use getchar in some lines for clear stdin and doing that a command can be read by scanf.
• The main file is Photoshop.c

Releases

No releases published

Packages

No packages published

Contributors 3

CSMarckitus CSMarckitus

C-Y-P-H-E-R kushagra sharma

IvanIsak2000 Ivan Sakharov

4 of 4 3/5/24, 00:56

You might also like