Bug 204551 - Error klauncher reports: Error loading 'kio_digikamalbums'
Summary: Error klauncher reports: Error loading 'kio_digikamalbums'
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Database-Albums (show other bugs)
Version: 1.0.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-20 18:21 UTC by Alfred Egger
Modified: 2017-07-23 20:39 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.7.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alfred Egger 2009-08-20 18:21:45 UTC
Version:           1.0.0-beta3 (using 4.3.00 (KDE 4.3.0), Debian packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.30-1-686-bigmem

Package: digikam
Version: 2:1.0.0~beta3-1
Severity: important

When trying to access the digikamablums kio slave in dolphin, the following message appears:

Process cannot be started. Could not load the I/O module.
klauncher reports: Error loading 'kio_digikamalbums'

This happens also when trying to import photos into digikam through copy/paste. No photos are visible in any album created.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686-bigmem (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages digikam depends on:
ii  kdebase-runtime        4:4.3.0-2         runtime components from the offici
ii  kdelibs5               4:4.3.0-1         core libraries for all KDE 4 appli
ii  kdepimlibs5            4:4.3.0-1         core libraries for KDE PIM 4 appli
ii  libc6                  2.9-25            GNU C Library: Shared libraries
ii  libgcc1                1:4.4.1-2         GCC support library
ii  libglib2.0-0           2.20.4-1          The GLib library of C routines
ii  libgphoto2-2           2.4.6-1           gphoto2 digital camera library
ii  libgphoto2-port0       2.4.6-1           gphoto2 digital camera port librar
ii  libjasper1             1.900.1-6         The JasPer JPEG-2000 runtime libra
ii  libjpeg62              6b-14             The Independent JPEG Group's JPEG 
ii  libkdcraw7             4:4.3.0-1         RAW picture decoding C++ library (
ii  libkexiv2-7            4:4.3.0-1         Qt like interface for the libexiv2
ii  libkipi6               4:4.3.0-1         library for apps that want to use 
ii  liblcms1               1.18.dfsg-1       Color management library
ii  liblensfun0            0.2.3-2           LensCorrection editor plugin libra
ii  liblqr-1-0             0.4.1-1           converts plain array images into m
ii  libmarble4             4:4.3.0-2         Marble globe widget library
ii  libphonon4             4:4.5.2-1         Qt 4 Phonon module
ii  libpng12-0             1.2.38-1          PNG library - runtime
ii  libqt4-dbus            4:4.5.2-1         Qt 4 D-Bus module
ii  libqt4-network         4:4.5.2-1         Qt 4 network module
ii  libqt4-qt3support      4:4.5.2-1         Qt 3 compatibility library for Qt 
ii  libqt4-sql             4:4.5.2-1         Qt 4 SQL module
ii  libqt4-sql-sqlite      4:4.5.2-1         Qt 4 SQLite 3 database driver
ii  libqt4-svg             4:4.5.2-1         Qt 4 SVG module
ii  libqt4-xml             4:4.5.2-1         Qt 4 XML module
ii  libqtcore4             4:4.5.2-1         Qt 4 core module
ii  libqtgui4              4:4.5.2-1         Qt 4 GUI module
ii  libstdc++6             4.4.1-2           The GNU Standard C++ Library v3
ii  libtiff4               3.8.2-13+b1       Tag Image File Format (TIFF) libra
ii  phonon                 4:4.5.2-1         Qt 4 Phonon module metapackage
ii  zlib1g                 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages digikam recommends:
ii  dolphin                   4:4.3.0-1      file manager for KDE 4
ii  elinks-lite [www-browser] 0.12~pre5-1+b1 advanced text-mode WWW browser - l
ii  iceweasel [www-browser]   3.0.12-1       lightweight web browser based on M
ii  kipi-plugins              0.5.0-1        image manipulation/handling plugin
ii  konqueror [www-browser]   4:4.3.0-1      KDE 4's advanced file manager, web

Versions of packages digikam suggests:
pn  digikam-doc                   <none>     (no description available)

-- no debconf information
Comment 1 caulier.gilles 2009-08-20 18:33:15 UTC
digiKam kioslave are not installed at the right place on your computer...

Gilles Caulier
Comment 2 Alfred Egger 2009-08-20 19:43:29 UTC
Path of kioslave:

digikam: /usr/lib/kde4/kio_digikamalbums.so 
digikam: /usr/share/kde4/services/digikamalbums.protocol
Comment 3 Alfred Egger 2009-08-21 22:03:04 UTC
From the xsession-error file:

kdeinit4: preparing to launch /usr/bin/digikam
kdeinit4: preparing to launch /usr/lib/kde4/kio_digikamdates.so
Could not open library '/usr/lib/kde4/kio_digikamdates.so'.
Cannot load library /usr/lib/kde4/kio_digikamdates.so: (/usr/lib/libdigikamcore.so.1: undefined symbol: _ZN6Marble12MarbleWidget16addPlaceMarkDataERK7QStringS3_)
kdeinit4: preparing to launch /usr/lib/kde4/kio_digikamalbums.so
Could not open library '/usr/lib/kde4/kio_digikamalbums.so'.
Cannot load library /usr/lib/kde4/kio_digikamalbums.so: (/usr/lib/libdigikamcore.so.1: undefined symbol: _ZN6Marble12MarbleWidget16addPlaceMarkDataERK7QStringS3_)
Comment 4 caulier.gilles 2009-08-22 06:59:12 UTC
Problem is know : it(s a marblewidget dependency broken under Debian like distro, when you update KDE.

I don't know why exactly packages are broken with KDE 4.3

check marblewidget package...

Gilles Caulier
Comment 5 Marcel Wiesweg 2009-11-30 20:26:42 UTC
installation issue, nothing we can do
Comment 6 caulier.gilles 2017-07-23 20:34:55 UTC
This problem is relevant of digiKam KIO slaves which are dropped since version 5.0.0 in favor of a multithreaded interface to query the database. It will not reproducible.