Skip to content

Latest commit

 

History

History
268 lines (180 loc) · 8.4 KB

File metadata and controls

268 lines (180 loc) · 8.4 KB

🚀 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