I updated DIgikam from 2.6 since this keeps crashing on close. Now no images were shown in the album tree and the number is 0. Despite that the database is connected properly and the statistics says there're images. Reproducible: Always Steps to Reproduce: 1. Install Digikam 2.6 from http://software.opensuse.org/package/digikam 2. Imported pictures via mount -t cifs 3. Updated to 2.7 as stated in the link under #1 but get 2.8 Actual Results: No images shown, album image number is 0 Expected Results: Thumnsnails shown and album image numbers as images in the folder
It's a broken binary compatibilty. Do not mix version on your computer. Check your system... Gilles Caulier
Hi, I've tried to solve it by checking and updating dependencies without success. Deinstalled completly through yast and reinstalled without any effort. What is your suggested solution? Thank you for your support. Am 12.07.2012 um 18:23 schrieb Gilles Caulier <caulier.gilles@gmail.com>: > https://bugs.kde.org/show_bug.cgi?id=303419 > > Gilles Caulier <caulier.gilles@gmail.com> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Status|UNCONFIRMED |RESOLVED > CC| |caulier.gilles@gmail.com > Resolution|--- |INVALID > > --- Comment #1 from Gilles Caulier <caulier.gilles@gmail.com> --- > It's a broken binary compatibilty. Do not mix version on your computer. > > Check your system... > > Gilles Caulier > > -- > You are receiving this mail because: > You reported the bug.
yes, cleanup your system : libkipi, libkexiv2, libkgeomap, libkface, libkdcraw, etc... Gilles
This is the typical problem with ioslaves (leftover old ioslaves, binary incompatible etc.) and thus with packaging and/or installation
Got it solved with a clean install and Digikam 2.7. Anyway using a smb network share gave me a lot of trouble. How do you do it with smb? Fusesmb, what i used in the first place, used up the whole RAM (+ 8000 files cached). With "mount -t cifs //[SERVER]/[FOLDER] -o username=[USER],password=[PASS] /[LOCAL DIR]" the RAM keeps free and the performance is ok. But that gave me read rights only. At the end i'm using a local dir or usb drive with a local database. My initial thought to use a shared remote DB and networt share i quit after spending a lot of hours. But this is another story …