WineHQ

Adobe Photoshop Lightroom

No Screenshot

Submit Screenshot

Application Details:

Version: 4.x (64-bit)
License: Retail
URL: http://www.adobe.com/products/...
Votes: 0
Latest Rating: Silver
Latest Wine Version Tested: 3.0

Maintainers: About Maintainership

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

Import

Library

Develop

Book

Diashow

Print

What does not

Map


Workarounds

See additional comments.

What was not tested

Web

Hardware tested

Graphics:

  • GPU: Intel
  • Driver: open source

Additional Comments

Version Lightroom 4.4.1 64Bit

Installation is a bit tricky.

winetricks win7

Install Lightroom

winetricks corefonts gdiplus

winetricks windowscodecs (this installation fails)

Go to ~/.cache/winetricks/windowscodecs

7z x wic_x64_enu.exe

The extracted *.dll copy to .wine/drive_c/windows/syswow64 and .wine/drive_c/windows/system32

winetricks colorprofile

Check if it copied the sRGB Color Space Profile.icm to .wine/drive_c/windows/system32/spool/drivers/color

If not, go to ~/.cache/winetricks/colorprofile

7z x ColorProfile.exe

The extracted sRGB Color Space Profile.icm copy to .wine/drive_c/windows/system32/spool/drivers/color

That's it, runs smooth.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentUbuntu 17.10 "Artful" amd64 (+variants like Kubuntu)Feb 13 20183.0Yes Yes YesSilverJochen Kauz 
ShowUbuntu 13.04 "Raring" amd64 (+ variants like Kubuntu)Aug 11 20131.6Yes No GarbageVince Marsters 

Known Bugs

Bug # Description Status Resolution Other apps affected
35092 Multiple 64-bit applications need __CxxFrameHandler implementation (Ableton Live 9.1, Adobe Cloud apps) CLOSED FIXED View
39707 Adobe Lightroom 4.1 crashes after catalog creation request (64-bit applications need __CxxFrameHandler implementation) CLOSED DUPLICATE View

Show open bugs

HowTo / Notes

"No write access or network folder"

Updated (via Patrick Roy):


If you try to open a catalog that's on another mount point then your wine prefix, you might run into the following Lightroom error: 

"No write access or network folder"

My LR catalog sits on another ext3 partition, mounted under /mnt/datalin/.

My Wine prefix WINEPREFIX="/home/username/.wine"

For info, I'm running Manjaro Linux 18.0.4, with Wine 4.12.1 and LR 4.4 64bits.

My fix for the above issue:

- run winecfg from command line.
- within the gui, add a new Drive under the Drives tab, say drive D:, and point it to your mount point, in my case/mnt/datalin/. 

And to be sure, under the Advanced options, I've set the Type to be "Local hard disk".

Now, I'm able to properly open up my catalog by going to D:\... within LR !

https://appdb.winehq.org/objectManager.php?sClass=version&iId=31586#Comment-104789

Comments

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

Wine + Lightroom: "No write access or network folder" issue ...
by Patrick Roy on Tuesday August 13th 2019, 7:41
Hey, just wanted to share my findings cause this really annoyed the crap out of me...

If you try to open a catalogue that's on another mount point then your wine prefix, you might run into the following Lightroom error: "No write access or network folder".

My LR catalog sits on another ext3 partition, mounted under /mnt/datalin/.
My Wine prefix WINEPREFIX="/home/username/.wine"

For info, I'm running Manjaro Linux 18.0.4, with Wine 4.12.1 and LR 4.4 64bits.

My fix for the above issue:

- run winecfg from command line.
- within the gui, add a new Drive under the Drives tab, say drive D:, and point it to your mount point, in my case/mnt/datalin/. And to be sure, under the Advanced options, I've set the Type to be "Local hard disk".

Now, I'm able to properly open up my catalog by going to D:\... within LR !

Cheers!
Pat
RE: Wine + Lightroom:
by Eric Jaw on Tuesday August 13th 2019, 12:34
Thanks! I've added it as a note for this particular version. If there are other versions of Lightroom that you've tried this one, we can updated it to reflect those version
Back