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

Johannes Zarl-Zierl <johan...@zarl-zierl.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #7 from Johannes Zarl-Zierl <johan...@zarl-zierl.at> ---
Thanks.

The issue seems to be that your camera puts the string "WANGZ^B" into the EXIF
description.

Between Qt4 and Qt5, the handling of control characters like '\x02' ('^B')
seems to have changed, which causes KPhotoAlbum to choke on the previously
working database.

As an immediate workaround you can remove the '^B' characters from your
database:

 mv index.xml index.xml.bak
 sed 's/\x02/#/' index.xml.bak > index.xml

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to