mirror of
https://github.com/shvedes/photoshop-linux.git
synced 2025-09-10 05:04:57 +00:00
41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
# Adobe Photoshop CC 2021 on Linux
|
|
|
|
## Disclaimer
|
|
|
|
By providing this software, I do not give any guarantees of its work. This script was inspired by the work of [LinSoftWin](https://github.com/LinSoftWin/Photoshop-CC2022-Linux). This is only its adaptation. This script will be maintained and developed until I get bored and/or have free time. PR is welcome.
|
|
|
|
## Showcase
|
|
|
|

|
|

|
|
|
|
### What works
|
|
|
|
- Drag and drop
|
|
- Mime type (right click menu, see [here](https://github.com/user-attachments/assets/eb5f7ab3-fb75-47e7-841b-a763ca5e3382))
|
|
- GPU acceleration
|
|
|
|
**Tested on:**
|
|
- Arch Linux
|
|
- KDE Plasma 6.1.5 (Wayland)
|
|
- wine 9.19
|
|
- AMD GPU
|
|
|
|
### Known issues
|
|
|
|
- When hovering on toolbar item to see its instructions, black bars may appear around
|
|
- Wine's experimental wayland driver is completely broken
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
git clone https://github.com/shvedes/photoshop-linux
|
|
cd photoshop-linux
|
|
./install.sh <installation path>
|
|
```
|
|
## To Do
|
|
|
|
- [x] Uninstall script
|
|
- [ ] More checks in the install script
|
|
- [x] Ability for the user to select a default installation folder
|