Version: 0.10.0-beta7 (rev.: 894976) (using 4.1.80 (KDE 4.1.80 (KDE 4.2 Beta1)), 4.1.80-5.fc10 Fedora) Compiler: gcc OS: Linux (i686) release 2.6.27.5-117.fc10.i686 I've upgrade digikam to current version from svn (r894976) And Digikam can't find images in albums
Created attachment 29190 [details] example of error There are photos in all folders, but digikam don't think so
Try to click on the Tag tab and then Album again, it should work. We still haven't figured out why this is happening. If this doesn't work, give us your console output. Andi
It didn't help see screen shot
Created attachment 29191 [details] tag view tag view
Created attachment 29192 [details] console output
Have you installed a prebuild package or did you compile digiKam yourself? It seems to be a packaging error, your installation can't find the kioslaves that are needed to display the thumbs. Andi
This is a problem with your installation. The ioslaves cannot be loaded (and all other plugins neither). See the error messages in your console output. digikam(22678): couldn't create slave: "Unable to create io-slave: klauncher said: Error loading 'kio_digikamalbums'.
I've created digikam rpm package from fedora rpm digikam-0.10.0-0.8.beta6.fc10.1 # rpm -ql digikam |grep kio_digikamalbums /usr/lib/kde4/kio_digikamalbums.so # ll /usr/lib/kde4/kio_digikamalbums.so -rwxr-xr-x 1 root root 40920 Dec 9 21:54 /usr/lib/kde4/kio_digikamalbums.so
Hmm stupid question: Have you restarted your KDE4 desktop? Maybe the slaves need to be reloaded again?
I've restart KDE4 desktop, nothing changed.
Try to execute some searches you know will be positive - it helped me once. Do it by quick filter, simple search, advanced search.
Quick search -> A Fatal Error Occurred This backtrace appears to be of no use. This is probably because your packages are built in a way which prevents creation of proper backtraces, or the stack frame was seriously corrupted in the crash. -------- console: digikam(24843): couldn't create slave: "Unable to create io-slave: klauncher said: Error loading 'kio_digikamsearch'. " digikam(24843)/digikam (core) Digikam::AlbumLister::slotResult: Failed to list url: "Could not start process Unable to create io-slave: klauncher said: Error loading 'kio_digikamsearch'.
It seems to me that problem in kde-4.1.80 not in digikam I downgraded to digikam-0.10.0-0.8.beta6.fc10.1.i386 and the problem is still here.
Sorry The problem is solved by removing export KDEDIRS=/home/nikita/programs/digikam:/usr from bash_profile It was my mistake
This problem is fixed since 5.0.0 as all KIO slaves is digiKam have been removed in favor of a multi-threaded interface to query the database.