[Digikam-devel] [Bug 247108] digikam: setting file date/time stamp refused, with umlauts or prior file movements
Reinhard Biegel
r.biegel at gmx.at
Fri Apr 15 14:29:43 BST 2011
https://bugs.kde.org/show_bug.cgi?id=247108
Reinhard Biegel <r.biegel at gmx.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |r.biegel at gmx.at
--- Comment #2 from Reinhard Biegel <r biegel gmx at> 2011-04-15 15:29:41 ---
I can confirm the bug too. Did a strace on digikam, which shows that the
filename used at (successful) filesystem calls is e.g.
"/home/rbiegel/Bilder/Sound
Adventure/B\303\274hnen\303\274berdachung/Bild0091.jpg"
But the filename provided to the utime call is:
"/home/rbiegel/Bilder/Sound Adventure/B\374hnen\374berdachung/Bild0091.jpg"
Note the two missing \303
utime returns: -1 ENOENT (No such file or directory)
--
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