[Digikam-devel] [Bug 140175] mishandling of symbolic links [patch]

Leif Huhn leif at dkstat.com
Sat Jul 9 15:39:13 BST 2011


https://bugs.kde.org/show_bug.cgi?id=140175


Leif Huhn <leif at dkstat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |leif at dkstat.com




--- Comment #18 from Leif Huhn <leif dkstat com>  2011-07-09 14:39:13 ---
SVN commit 1196422 from comment #12 is responsible for bug 275311.

I really like that digikam makes an attempt to follow symlinks when editing
pictures.

However, this is interacting badly with the xmp sidecar code, because digikam
is trying to put the sidecar next to the real file (when I think it makes more
sense to put it near the symlink).  Ideally, I'd like it if digikam tried to
put the sidecar next to the symlink, but then checked if the sidecar was
already a symlink and follow that before editing it.

Also, commit 1196422 has a surprising property.  It doesn't walk symlinks all
the way down.  It only dereferences one.  It should probably resolve them
farther (but not too far...avoid getting stuck in a loop).

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list