Lightroom 2 - Network drive issue

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
scoopy
Newbie
Newbie
Posts: 4
Joined: Fri Jan 16, 2009 3:18 am

Lightroom 2 - Network drive issue

Post by scoopy »

Has anyone been able to find a workaround for the Adobe Lightroom 2 Network Drive issues? Lightroom doesn't like installing the main Catalog on the wine c:\ or anything else, for that matter.

Scoopy
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Lightroom 2 - Network drive issue

Post by dimesio »

scoopy wrote:Has anyone been able to find a workaround for the Adobe Lightroom 2 Network Drive issues? Lightroom doesn't like installing the main Catalog on the wine c:\ or anything else, for that matter.
The bug report has a link to a patch: http://bugs.winehq.org/show_bug.cgi?id=8224#c5
scoopy
Newbie
Newbie
Posts: 4
Joined: Fri Jan 16, 2009 3:18 am

Re: Lightroom 2 - Network drive issue

Post by scoopy »

dimesio wrote:
scoopy wrote:Has anyone been able to find a workaround for the Adobe Lightroom 2 Network Drive issues? Lightroom doesn't like installing the main Catalog on the wine c:\ or anything else, for that matter.
The bug report has a link to a patch: http://bugs.winehq.org/show_bug.cgi?id=8224#c5
Thanks dude. I'm a newbie, how do I apply the patch?

Scoopy
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Lightroom 2 - Network drive issue

Post by austin987 »

On Fri, Jan 16, 2009 at 2:53 PM, scoopy <[email protected]> wrote:
dimesio wrote:
scoopy wrote:
Has anyone been able to find a workaround for the Adobe Lightroom 2 Network Drive issues? Lightroom doesn't like installing the main Catalog on the wine c:\ or anything else, for that matter.
The bug report has a link to a patch: http://bugs.winehq.org/show_bug.cgi?id=8224#c5
Thanks dude. I'm a newbie, how do I apply the patch?

Scoopy





http://wiki.winehq.org/Patching

--
-Austin
scoopy
Newbie
Newbie
Posts: 4
Joined: Fri Jan 16, 2009 3:18 am

Re: Lightroom 2 - Network drive issue

Post by scoopy »

forgive me for the dumb questions, but I'm not following these "simple instructions:" on this page http://wiki.winehq.org/Patching. I wonder whether these simply instructions could be filled out a little more for newbies like me?
Simply download the patch (likely from bugzilla, or possibly from e-mail) and copy it to your ~/wine-git folder. Then run:

where is the ~/wine-git folder? do I have to create it? or does it reside in another directory?

I guess I then run this

Code: Select all

patch -p1 < patch_name.diff
in the terminal but change patch_name.diff to lightroom2patch.txt (this is what I've called the file that i down loaded from here http://www.winehq.org/pipermail/wine-pa ... chment.txt)

any help appreciated

Scoopy
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Lightroom 2 - Network drive issue

Post by dimesio »

scoopy wrote: where is the ~/wine-git folder? do I have to create it? or does it reside in another directory?
The instructions assume you are building from git.
http://wiki.winehq.org/GitWine?action=s ... 1128bb8a64
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Lightroom 2 - Network drive issue

Post by austin987 »

On Fri, Jan 16, 2009 at 10:50 PM, scoopy <[email protected]> wrote:

http://wiki.winehq.org/Patching

--
-Austin[/quote]

forgive me for the dumb questions, but I'm not following these "simple instructions:" on this page http://wiki.winehq.org/Patching. I wonder whether these simply instructions could be filled out a little more for newbies like me?

Simply download the patch (likely from bugzilla, or possibly from e-mail) and copy it to your ~/wine-git folder. Then run:

where is the ~/wine-git folder? do I have to create it? or does it reside in another directory?
[/quote]
I updated it to clarify that you need the wine source code. Most
people who have the source do so through git and put it in
~/wine-git/.
I guess I then run this
Code:
patch -p1 < patch_name.diff


in the terminal but change patch_name.diff to lightroom2patch.txt (this is what I've called the file that i down loaded from here http://www.winehq.org/pipermail/wine-pa ... chment.txt)
Yes.


--
-Austin
scoopy
Newbie
Newbie
Posts: 4
Joined: Fri Jan 16, 2009 3:18 am

Post by scoopy »

any idea when this patch might be incorporated in an offical wine release?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Lightroom 2 - Network drive issue

Post by austin987 »

On Sun, Jan 18, 2009 at 2:57 AM, scoopy <[email protected]> wrote:
any idea when this patch might be incorporated in an offical wine release?
The patch is a hack, so probably never.

--
-Austin
Locked