Bug 303419

Summary: No images shown
Product: [Applications] digikam Reporter: Mike Gutzschhahn <info>
Component: Albums-MainViewAssignee: Digikam Developers <digikam-bugs-null>
Status: CLOSED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 2.8.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 2.8.0
Sentry Crash Report:

Description Mike Gutzschhahn 2012-07-12 16:07:06 UTC
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
Comment 1 caulier.gilles 2012-07-12 16:23:44 UTC
It's a broken binary compatibilty. Do not mix version on your computer. 

Check your system...

Gilles Caulier
Comment 2 Mike Gutzschhahn 2012-07-12 16:29:31 UTC
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.
Comment 3 caulier.gilles 2012-07-12 17:14:15 UTC
yes, cleanup your system : libkipi, libkexiv2, libkgeomap, libkface, libkdcraw, etc...

Gilles
Comment 4 Marcel Wiesweg 2012-07-12 18:32:11 UTC
This is the typical problem with ioslaves (leftover old ioslaves, binary incompatible etc.) and thus with packaging and/or installation
Comment 5 Mike Gutzschhahn 2012-07-25 14:13:29 UTC
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 …