Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

40 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Photoshop CC + Lightroom CC on Linux

For any issues with the script, please add them to the issues page.

Photoshop CC running on Linux

Lightroom CC

πŸ”₯ NOW WITH LIGHTROOM CC SUPPORT!

Wine [Platform [License [Bash GitHub Stars

Photoshop CC + Lightroom CC setup for Linux πŸŽ¨πŸ“Έ

No external downloads needed - No Dead Links - Everything bundled locally!


✨ Why Choose This Repository?

πŸ”₯ PHOTOSHOP CC + LIGHTROOM CC

  • Photoshop CC v19.1.6 - Full professional editing suite
  • πŸ†• Lightroom CC v7.5 - Complete photo workflow management
  • Adobe Camera Raw - RAW processing integration
  • Shared Wine Environment - Both apps use optimized Wine prefix

πŸ› οΈ ENHANCED FEATURES

  • Smart Wine Detection - Auto-detects wine-staging > wine64 > wine
  • Cross-Distro Compatibility - Works on Arch, Ubuntu, Debian, Fedora, etc.
  • Intelligent Dependencies - No redundant installations

✨ Features

Feature Description
🎨 Photoshop + Lightroom Both Adobe applications working together
πŸ“¦ Bundled Files All ~2GB installers included - no downloads needed
🍷 Smart Wine Detection Auto-detects wine-staging > wine64 > wine
βš™οΈ Auto-Setup Installs vcrun, atmlib, msxml automatically
πŸ”„ Shared Wine Prefix Both apps use same optimized Wine environment
πŸ–₯️ Desktop Launchers Desktop entries for both Photoshop & Lightroom
πŸ“· Camera Raw Support RAW processing integration
🐧 Cross-Distro Works on Arch, Ubuntu, Debian, Fedora, etc.

πŸš€ GET STARTED NOW! (3 Easy Steps)

Prerequisites

Highly Recommended: Follow GloriousEggroll's Wine Dependency Guide to properly set up Wine before running this installer!

# Arch Linux (recommended)
sudo pacman -Sy
sudo pacman -S wine-staging winetricks
sudo pacman -S giflib lib32-giflib libpng lib32-libpng libldap lib32-libldap gnutls lib32-gnutls mpg123 lib32-mpg123 openal lib32-openal v4l-utils lib32-v4l-utils libpulse lib32-libpulse alsa-plugins lib32-alsa-plugins alsa-lib lib32-alsa-lib libjpeg-turbo lib32-libjpeg-turbo libxcomposite lib32-libxcomposite libxinerama lib32-libxinerama ncurses lib32-ncurses opencl-icd-loader lib32-opencl-icd-loader libxslt lib32-libxslt libva lib32-libva gtk3 lib32-gtk3 gst-plugins-base-libs lib32-gst-plugins-base-libs vulkan-icd-loader lib32-vulkan-icd-loader cups samba dosbox

# Debian/Ubuntu
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
sudo apt update
sudo apt install --install-recommends winehq-staging winetricks

# Fedora
sudo dnf groupinstall "Development Tools"
sudo dnf install wine winetricks

Pro Tip: Run ./setup.sh as the user who will use Photoshop, not as root!

Note: The only additional step from GloriousEggroll's guide not covered above is creating a symlink:

sudo ln -sf /usr/bin/wine64 /usr/bin/wine

πŸš€ QUICK START (Ready in 5 minutes!)

⭐ Your star helps spread the word! ⭐

# 1. Clone the repository
git clone https://github.com/bpawnzZ/photoshopCClinux-lightroom.git
cd photoshopCClinux-lightroom

# 2. Download large files (Git LFS)
git lfs install
git lfs pull

# 3. Make executable and run
chmod +x setup.sh
./setup.sh

That's it! Choose from the menu:

  1. 🎨 Install Photoshop CC
  2. πŸ“Έ πŸ†• Install Lightroom CC
  3. βš™οΈ Configure Wine settings
  4. πŸ—‘οΈ Uninstall if needed

πŸ’‘ Pro Tip: Install Wine first using the commands below for best results!

Custom Paths

# Custom installation directory
./setup.sh -d /path/to/install

# With custom cache
./setup.sh -d /path/to/install -c /path/to/cache

πŸ’Ύ Included Files

File Size Description
photoshopCC-V19.1.6-2018x64.tgz ~1 GB Photoshop CC v19.1.6 installer
lightroomCC-V7.5-2018x64.tgz ~800 MB πŸ†• Lightroom CC v7.5 installer
replacement.tgz ~15 MB Resource replacement files
CameraRaw_12_2_1.exe ~480 MB Adobe Camera Raw v12.2.1

Total: ~2.3GB - Everything included, no external downloads!

πŸ“‹ Installation Menu Options

  1. 🎨 Install Photoshop CC
  2. πŸ“Έ πŸ†• Install Lightroom CC (NEW!)
  3. πŸ“· Install Adobe Camera Raw
  4. βš™οΈ Configure Wine Settings
  5. πŸ—‘οΈ Uninstall Applications
  6. πŸ‘‹ Exit Setup

πŸ“· Adobe Camera Raw (Optional)

Install via ./setup.sh (option 2), then restart Photoshop and go to Edit β†’ Preferences β†’ Camera Raw


πŸ“Έ πŸ†• Adobe Lightroom CC

πŸš€ Install Lightroom CC

Note: Install Photoshop first for optimal Wine prefix setup!

# Via setup menu (recommended)
./setup.sh
# Choose option 2: Install Lightroom CC

# Or run directly
~/photoshopCClinux/lightroom

Lightroom will appear in your desktop applications menu after installation!


🍷 Wine Configuration

chmod +x winecfg.sh
./winecfg.sh

Note: Set Windows version to Windows 7 in winecfg. Windows 10 may fail to start the applications.

Troubleshooting GPU / Liquify

If Liquify or GPU features don't work:

  1. Edit β†’ Preferences β†’ Performance
  2. Uncheck "Use Graphics Processor"
  3. Restart Photoshop

Make sure you are using Windows 7 compatibility mode in winecfg.


⬇️ Uninstallation

./setup.sh
# Choose option 5: Uninstall Applications

🌟 Community & Support

πŸ’¬ Join the Discussion

  • GitHub Issues: Report bugs or request features
  • Community Fork: This project keeps the original alive!

πŸ“ˆ Repository Stats

Help keep this project alive - ⭐ Star this repo! ⭐

GitHub stars GitHub forks


❀️ Credits & Acknowledgments

Original Project

Gictorbit/photoshopCClinux
The original project that made this possible

Why This Fork Exists

The upstream project's download links went dead. This fork keeps the project alive by including all required files locally.


πŸ“– License

This project is provided as-is for educational purposes. You must own a legitimate copy of Adobe Photoshop to use this software legally.


πŸŽ‰ Ready to Get Creative?

Install Photoshop + Lightroom CC on Linux today! πŸš€

⭐ Don't forget to star this repository! ⭐

Made with ❀️ for the Linux creative community 🐧


πŸ”— Quick Links:

GitHub stars GitHub forks

About

Run Adobe Photoshop CC and Lightroom CC on Linux using Wine staging. This enhanced version bundles all required installation files locally - no more broken download links. Includes auto-setup for Wine dependencies, dark mode configuration, desktop integration, and Adobe licensing server blocking. Works offline after cloning.

Topics

Resources

Stars

15 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages