"Lei Zhang" thestig@google.com writes:
This patch attempts to set the shell folders using xdg well known directories via shell redirection. If any part of this fails, the rest of SHELL_RegisterShellFolders() should fill in the gaps.
This will still break if the user changes the drives config. I don't understand why you don't want to simply use the symlinks; why should the dirs be handled differently when they are obtained from the xdg config instead of from the current hard-coded values?
On Tue, Mar 11, 2008 at 3:39 AM, Alexandre Julliard julliard@winehq.org wrote:
"Lei Zhang" thestig@google.com writes:
This patch attempts to set the shell folders using xdg well known directories via shell redirection. If any part of this fails, the rest of SHELL_RegisterShellFolders() should fill in the gaps.
This will still break if the user changes the drives config. I don't understand why you don't want to simply use the symlinks; why should the dirs be handled differently when they are obtained from the xdg config instead of from the current hard-coded values?
-- Alexandre Julliard julliard@winehq.org
We ran into a problem with Picasa and directory scanning. It looks like an issue with FindFirstChange/FindNextChange and overlapping directories, so I'm trying to use shell redirection to avoid the problem. Perhaps we should fix the problem with FindFirstChange/FindNextChange rather than avoid it.
I'll resubmit the patches without the shell redirection code.
"Lei Zhang" thestig@google.com writes:
We ran into a problem with Picasa and directory scanning. It looks like an issue with FindFirstChange/FindNextChange and overlapping directories, so I'm trying to use shell redirection to avoid the problem. Perhaps we should fix the problem with FindFirstChange/FindNextChange rather than avoid it.
We should at least understand what the problem is. And if it turns out that we have to use shell redirection, then we want to do that in all cases, it shouldn't be specific to the xdg case.
I'll resubmit the patches without the shell redirection code.
Thanks.