[Bug 224038] New: Thumbnails not shown on launch of digikam

classic Classic list List threaded Threaded
54 messages Options
123
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #20 from Gilles Caulier <caulier gilles gmail com>  2010-12-31 08:46:26 ---
Thanks for your investigation there. Andrew.

So it's a problem related to Sqlite database initialization.

Marcel, some tips there ?

Andrew, what's about Mysql ? It's the same problem ? (if you can try of course)

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Marcel Wiesweg
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #21 from Marcel Wiesweg <marcel wiesweg gmx de>  2010-12-31 14:09:28 ---
Database initialization is only done with the first request, for example when
special(const QByteArray&) is called to list albums. In this method, the slave
takes its time, but that is the sole purpose of an ioslave.

Database initialization is not done in kde_main which is called to construct
the slave. One possible peculiarity here is the creation of a QCoreApplication,
which is needed to load SQL plugins and support DBus.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Andrew Goodbody
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #22 from Andrew Goodbody <ajg02 elfringham co uk>  2011-01-29 20:16:23 ---
I am no longer using Windows as I have switched to Ubuntu as my main OS so I
can no longer assist with debugging this issue.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Gilles Caulier-4
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #23 from Gilles Caulier <caulier gilles gmail com>  2011-03-16 22:22:29 ---
Created an attachment (id=58106)
 --> (http://bugs.kde.org/attachment.cgi?id=58106)
digiKam 2.0 runing on macbook

Marcel,

The problem is the same here on my macbook with 2.0. kioslave do not run and
nothing can be used (no album, no tag, no item, etc...)

IMPORTANT : 1.9.0 run fine here. Same computer, same shared libraries... No
problem...

Conclusion : something is wrong with Database init into 2.x

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Marcel Wiesweg
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #24 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-03-16 22:38:51 ---
Any debug output? The equivalent of the ~/.xsession-errors file on linux.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Gilles Caulier-4
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|1.1.0                       |2.0.0




--- Comment #25 from Gilles Caulier <caulier gilles gmail com>  2011-03-16 22:57:28 ---
Yes, I can start digiKam from a console and get a backtrace with full debug
info.

Mac is like linux. It's Unix system, but without X11. I will try to get
kioslave debug messages...

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Gilles Caulier-4
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #26 from Gilles Caulier <caulier gilles gmail com>  2011-03-16 22:58:32 ---
Created an attachment (id=58107)
 --> (http://bugs.kde.org/attachment.cgi?id=58107)
digiKam 1.9 runing on macbook

With 1.9.0 release, all work fine on my macbook...

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Gilles Caulier-4
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #27 from Gilles Caulier <caulier gilles gmail com>  2011-03-16 23:00:32 ---
Marcel,

Look like i use KDE 4.5.x, not last 4.6.1 available on macport.

Jan said than 2.x run fine with KDE 4.6.1, not KDE 4.5.x.

Anyway, it sound strange no ?

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Bugzilla from jan@hyper-world.de
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #28 from Jan Gosmann <jan hyper-world de>  2011-03-17 00:12:52 ---
Complete information what worked fine and what not with Mac OS X 10.6.6:

KDE 4.5.x with Digikam 1.9 or 1.8 (not sure anymore which version I had
installed) no problems AFAIR.
KDE 4.6.0 with Digikam 1.9 no thumbnails shown
KDE 4.6.1 with Digiakm 1.9 as well as Digikam 2.0 the thumbnails are shown.

There is also a ticket in the MacPort bug tracker concerning this problem:
https://trac.macports.org/ticket/28308
There are some more logs and some more people state that kdelibs 4.6.1 with
Digikam 1.9.0 is working fine.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Gilles Caulier-4
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #29 from Gilles Caulier <caulier gilles gmail com>  2011-03-17 17:42:51 ---
Created an attachment (id=58125)
 --> (http://bugs.kde.org/attachment.cgi?id=58125)
digiKam 2.0 runing on macbook : the console trace

Marcel,

This is the full trace of digiKam starting from a console. I turned on all KDE
debug space to have all information about kioslave...

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Marcel Wiesweg
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #30 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-03-17 19:29:53 ---
I see this:

digikam(49098)/kio (Slave) KIO::Slave::createSlave: createSlave "digikamalbums"
for KUrl("digikamalbums:?<...>"
digikam(49098)/kdecore (kdelibs) KToolInvocation::klauncher: klauncher not
running... launching kdeinit
digikam(49098)/kdecore (kdelibs) getBundle: getBundle(
"/opt/local/lib/kde4/libexec/kdeinit4" ,  false ) called
<...>
digikam(49098)/kdecore (kdelibs) KToolInvocation::klauncher: klauncher not
running... launching kdeinit
digikam(49098)/kdecore (kdelibs) getBundle: getBundle(
"/opt/local/lib/kde4/libexec/kdeinit4" ,  false ) called
<...>
digikam(49098)/kdecore (kdelibs) getBundle: getBundle(): returning
"/Applications/MacPorts/KDE4/kdeinit4.app/Contents/MacOS/kdeinit4"
kdeinit4: Shutting down running client.
digikam(49098): couldn't create slave: "Cannot talk to klauncher: The name
org.kde.klauncher was not provided by any .service files"
digikam(49098)/kio (KIOJob) KIO::TransferJob::slotFinished:
KUrl("digikamalbums:?databaseType=QSQLITE&databaseName=%2FUsers%2Fagnes%2FDocuments%2FPhotos%2Fdigikam4.db&connectOptions=&hostName=&userName=&password=")
digikam(49098)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished:
KIO::SpecialJob(0x144d7ac40) QObject(0x0)
digikam(49098)/digikam (core) Digikam::AlbumManager::slotAlbumsJobResult:
Failed to list albums
digikam(49098)/kdecore (kdelibs) getBundle: getBundle(): returning
"/Applications/MacPorts/KDE4/kdeinit4.app/Contents/MacOS/kdeinit4"
kdeinit4: Shutting down running client.
digikam(49098): couldn't create slave: "Cannot talk to klauncher: The name
org.kde.klauncher was not provided by any .service files"
digikam(49098)/kio (KIOJob) KIO::TransferJob::slotFinished:
KUrl("digikamalbums:<...>")
digikam(49098)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished
digikam(49098)/digikam (core) Digikam::AlbumManager::slotAlbumsJobResult:
Failed to list albums

Looks like kdelibs are looking for essential services, which are not running,
and then gives up to start the ioslave

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Gilles Caulier-4
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #31 from Gilles Caulier <caulier gilles gmail com>  2011-03-17 20:14:45 ---
Marcel,

I see too, but why with 1.9.0 all work fine, and not 2.0.0.

I installed other KDE application as kate and dolphin which work fine.

I will take the 1.9.0 trace from the console to compare.

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Gilles Caulier-4
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #32 from Gilles Caulier <caulier gilles gmail com>  2011-03-17 20:54:31 ---
Created an attachment (id=58129)
 --> (http://bugs.kde.org/attachment.cgi?id=58129)
digiKam 1.9 runing on macbook : the console trace

Marcel,

This is the full trace of digiKam 1.9.0 starting from a console. As for 2.0.0,
I turned on all KDE debug space to have all information about kioslave...

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Marcel Wiesweg
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #33 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-03-18 18:32:02 ---
The 1.9 trace does not show the error message. Do 1.9 and 2.0 run with the same
kdelibs? Then it cannot really be a kdelibs problem.

The very first error message seems to be this:

digikam(49098)/kio (Slave) KIO::Slave::createSlave: createSlave "digikamtags"
for
KUrl("digikamtags:?databaseType=QSQLITE&databaseName=%2FUsers%2Fagnes%2FDocuments%2FPhotos%2Fdigikam4.db&connectOptions=&hostName=&userName=&password=")
digikam(49098)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote:
Listening on
"local:/private/var/folders/dK/dKQe4t9NHcG6PDrHXkdLhU+++TI/-Tmp-/ksocket-agnes/digikamn49098.slave-socket"
digikam(49098): couldn't create slave: "Cannot talk to klauncher: Did not
receive a reply. Possible causes include: the remote application did not send a
reply, the message bus security policy blocked the reply, the reply timeout
expired, or the network connection was broken."
digikam(49098)/kio (KIOJob) KIO::TransferJob::slotFinished:
KUrl("digikamtags:?databaseType=QSQLITE&databaseName=%2FUsers%2Fagnes%2FDocuments%2FPhotos%2Fdigikam4.db&connectOptions=&hostName=&userName=&password=")

which does not help either.

Maybe some library linking problems? Is there something like
ldd /usr/lib64/kde4/kio_digikamalbums.so
on Mac? Perhaps there are old digikam libraries in a place found when klauncher
loads the ioslave?

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Gilles Caulier-4
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #34 from Gilles Caulier <caulier gilles gmail com>  2011-03-18 23:19:20 ---
>The 1.9 trace does not show the error message. Do 1.9 and 2.0 run with the same
>kdelibs? Then it cannot really be a kdelibs problem.

Yes, same KDELibs in both. Look my screenshots for details, including
components info dialog.

>Maybe some library linking problems? Is there something like
>ldd /usr/lib64/kde4/kio_digikamalbums.so
>on Mac? Perhaps there are old digikam libraries in a place found when klauncher
>loads the ioslave?

yes, otool :

new-host-4:~ agnes$ otool -L /opt/local/lib/kde4/kio_digikamalbums.so
/opt/local/lib/kde4/kio_digikamalbums.so:
    /opt/local/lib/libdigikamcore.1.dylib (compatibility version 1.0.0, current
version 1.0.0)
    /opt/local/lib/libdigikamdatabase.1.dylib (compatibility version 1.0.0,
current version 1.0.0)
    /opt/local/lib/libkio.5.dylib (compatibility version 5.0.0, current version
5.5.0)
    /opt/local/lib/libQtCore.4.dylib (compatibility version 4.7.0, current
version 4.7.1)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
123.0.0)
    /opt/local/lib/libkfile.4.dylib (compatibility version 4.0.0, current
version 4.5.0)
    /opt/local/lib/libkhtml.5.dylib (compatibility version 5.0.0, current
version 5.5.0)
    /opt/local/lib/libktexteditor.4.dylib (compatibility version 4.0.0, current
version 4.5.0)
    /opt/local/lib/libknotifyconfig.4.dylib (compatibility version 4.0.0,
current version 4.5.0)
    /opt/local/lib/libkutils.4.dylib (compatibility version 4.0.0, current
version 4.5.0)
    /opt/local/lib/libkdeui.5.dylib (compatibility version 5.0.0, current
version 5.5.0)
    /opt/local/lib/libQtSvg.4.dylib (compatibility version 4.7.0, current
version 4.7.1)
    /opt/local/lib/libQtNetwork.4.dylib (compatibility version 4.7.0, current
version 4.7.1)
    /opt/local/lib/libQtXml.4.dylib (compatibility version 4.7.0, current
version 4.7.1)
    /opt/local/lib/libQtGui.4.dylib (compatibility version 4.7.0, current
version 4.7.1)
    /opt/local/lib/libnepomuk.4.dylib (compatibility version 4.0.0, current
version 4.5.0)
    /opt/local/lib/libkdecore.5.dylib (compatibility version 5.0.0, current
version 5.5.0)
    /opt/local/lib/libQtDBus.4.dylib (compatibility version 4.7.0, current
version 4.7.1)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
(compatibility version 2.0.0, current version 152.0.0)
    /opt/local/lib/libsolid.4.dylib (compatibility version 4.0.0, current
version 4.5.0)
    /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version
7.9.0)

==> /opt/local/lib/libdigikamcore.1.dylib is the problem ?

Gilles

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Gilles Caulier-4
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #35 from Gilles Caulier <caulier gilles gmail com>  2011-03-22 07:16:39 ---
Created an attachment (id=58242)
 --> (http://bugs.kde.org/attachment.cgi?id=58242)
digiKam 2.0 running on macbook with KDE 4.6.1

Marcel,

On my macbook, i uninstalled all macport with KDE 4.5.5, and installed again
all. This time KDE 4.6.1 is here.

I only installed 2.0, and all work fine.

I concluded that mixing 1.x and 2.0 is not compatible somwhere in kioslave.

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Marcel Wiesweg
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #36 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-03-22 21:50:48 ---
2.0 ioslaves support some new features (faces). I would have thought they are
cross-compatible within limitations... even under Linux, there are often
problems to have to generations of digikam installed in parallel

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Gilles Caulier-4
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #37 from Gilles Caulier <caulier gilles gmail com>  2011-03-22 23:21:50 ---
Marcel,

When i try to use 1.9.0 and 2.0.0 on the same mac computer, i switched between
version to install one over other and vis versa.

Typically, i installed 1.9.0 over 2.0.0 on the system to use 1.9.0, and vis
versa. Both version are installed at the same place.

Shared libs still the same. Only kioslave and digikam core libraries change.

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Gilles Caulier-4
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #38 from Gilles Caulier <caulier gilles gmail com>  2011-12-15 10:12:52 ---
Andrew,

This file still valid using digiKam 2.3.0 fro windows ?

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 224038] Thumbnails not shown on launch of digikam

Rainer Lay
In reply to this post by Andrew Goodbody
https://bugs.kde.org/show_bug.cgi?id=224038





--- Comment #39 from Rainer Lay <rainer lay gmx de>  2011-12-15 20:49:52 ---
Created an attachment (id=66789)
 --> (http://bugs.kde.org/attachment.cgi?id=66789)
Screenshot after starting digikam 2.3 on windows; scan on startup enabled

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
123