Git Product home page Git Product logo

photoshopcclinux's Introduction

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 following 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 -S wine aria2 winetricks

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

there are two installation scripts

  • PhotoshopSetup.sh
  • PhotoshopSetupCustom.sh (Recommended)

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

then you can easily run setup.sh script to install photoshop cc on your linux distro

chmod +x setup.sh
./setup.sh

you can use -d switch to specify installation path, and -c for the cache directory. for example:

./PhotoshopSetupCustom.sh -d /mnt/myfiles/photoshop

or

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

if you don't use it, installer script uses the default path also, uninstaller script and others will detect your custom path so there is no problem I recommend just use -d argument and use default cache directory this feature is under test after testing I'll add it to setup.sh

setup-screenshot

during installation please pay attention to script messages

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

more details

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

1๏ธโƒฃ component installation using winetricks (Recommended)

for installing photoshop just run the bash script with following 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 the command below. it downloads and installs photoshop include its component and configures wine automatically

chmod +x PhotoshopSetupCustom.sh
./PhotoshopSetupCustom.sh

๐Ÿท wineprefix Configuration

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

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

another useful adobe software is camera raw if you want to work with it beside photoshop you must install it separately to do this, after photoshop installation run cameraRawInstaller.sh script with commands below:

chmod +x cameraRawInstaller.sh
./cameraRawInstaller.sh

then restart photoshop.you can open it from Edit >>Preferences >> Camera Raw

NOTE1: the size of camera raw installation file is about 400MB

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

โ™จ๏ธ Uninstall

for uninstall photoshop you can use uninstaller script with commands below

chmod +x uninstaller.sh
./uninstaller.sh

๐Ÿ”– License

GitHub

photoshopcclinux's People

Contributors

gictorbit avatar luni3359 avatar shahabsafaei avatar 3rikk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.