Comment 23 for bug 286858

Revision history for this message
broe (erich-rupp) wrote :

i still had this bug in an upgraded 9.10 even it was fixed (http://bugs.kde.org/show_bug.cgi?id=176049) because the old lib (from which the bug originaly came from) was still installed.

see installed versions:

# sudo dpkg --list|grep libexiv2
rc libexiv2-4 0.17-1ubuntu1 EXIF/IPTC metadata manipulation library
ii libexiv2-5 0.18.2-1 EXIF/IPTC metadata manipulation library

check if some package still depends on the old lib:

# sudo dpkg --purge --dry-run libexiv2-4
(Lese Datenbank ... 241262 Dateien und Verzeichnisse sind derzeit installiert.)
Würde libexiv2-4 entfernen oder vollständig löschen ...

remove it:

#sudo dpkg --purge libexiv2-4
(Lese Datenbank ... 241262 Dateien und Verzeichnisse sind derzeit installiert.)
Entferne libexiv2-4 ...
Lösche Konfigurationsdateien von libexiv2-4 ...

on the next start of gwenview it was finally gone.