Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated README.md. This commit almost fixes issue #62 #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ or
```bash
./PhotoshopSetup.sh -d /mnt/myfiles/photoshop -c /mnt/cache
```
when no options are given, the installer script will use the default path,
when no options are given, the installer script will use the default path,
the uninstaller script and others will detect your custom path so there is no problem,
I recommend using the `-d` option and having the default cache directory.
this feature is currently being tested, and will be added to `setup.sh` later
Expand All @@ -81,6 +81,16 @@ during installation please pay attention to the script messages

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

> **WARNING :** you need to edit the registry of your wineprefix, otherwise it won't have proper functionality.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new docs for troubleshooting #62 and such as this


execute this:

```bash
WINEPREFIX=$HOME/.photoshopCCV19/prefix winetricks regedit
```

in opened window go to HKEY_CURRENT_USER/Software/Adobe/CSXS.8 then click Edit -> New -> String Value. Name it PlayerDebugMode and set it to 1

installer script use `winetricks` to install necessary components

## :wine_glass: wineprefix Configuration
Expand Down Expand Up @@ -117,7 +127,7 @@ another useful adobe software is `camera raw` if you want to work with it beside
chmod +x cameraRawInstaller.sh
./cameraRawInstaller.sh
```
then restart photoshop.you can open it from
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IDEA a bit corrected those lines

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

> **_NOTE1:_** the size of camera raw installation file is about 400MB
Expand Down