Hi,
I have digikam 1.4 and 1.5 compiled but it won't show any pictures! When I start Digikam everything is normal but no pictures in the middle I can even do a advanced slideshow with all of my pictures! I tried recompiling digikam and kipiplugins a dozen of times but nothing works :( Someone has an idea? Thanks Frank -- Frank Hommes, Bummelberg 37, 44149 Dortmund, Germany Email: [hidden email], ICQ: 14621277 Homepage: http://www.freanki.net PGP-Key: http://www.freanki.net/gpg/ _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On 09/18/2010 02:22 PM, Frank Hommes wrote:
> Hi, > > I have digikam 1.4 and 1.5 compiled but it won't show any pictures! > When I start Digikam everything is normal but no pictures in the middle > I can even do a advanced slideshow with all of my pictures! > > I tried recompiling digikam and kipiplugins a dozen of times but nothing > works :( > > Someone has an idea? > > Thanks > Frank > different versions. All with the same results... no thumbnails displayed. I just stick with the official packages for my distro now (Mandriva). John C _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi,
I was using a version of digikam which I compiled by myself. After upgrading it's not working although I'm using all neccessary libs compiled by myself in /usr/local... /usr/ didn't work either... At the moment even the one from my distribution (kubuntu) isn't working any more :( I guess there are still some remains (besides my make uninstall) but I can't find them. I already deleted everything at /usr/local/share /usr/local/lib etc. still not working :( Frank On 09/20/2010 04:14 PM, John D. Choate wrote: > On 09/18/2010 02:22 PM, Frank Hommes wrote: >> Hi, >> >> I have digikam 1.4 and 1.5 compiled but it won't show any pictures! >> When I start Digikam everything is normal but no pictures in the middle >> I can even do a advanced slideshow with all of my pictures! >> >> I tried recompiling digikam and kipiplugins a dozen of times but nothing >> works :( >> >> Someone has an idea? >> >> Thanks >> Frank >> > I have tried compiling digikam several times in the past, several > different versions. All with the same results... no thumbnails > displayed. I just stick with the official packages for my distro now > (Mandriva). > > John C > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > -- Frank Hommes, Bummelberg 37, 44149 Dortmund, Germany Email: [hidden email], ICQ: 14621277 Homepage: http://www.freanki.net PGP-Key: http://www.freanki.net/gpg/ _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Is you don't see image it's due to digiKam kioslave which crash,
probably because of an binary incompatibility whith shared libs used by digiKam. KIOSlave are separated process, used to query digiKam DB (sqlite by default, which is non reentrant and cannot be handle using multithreading) To get more debug info about KIOslave, enable digiKam debug space with kdebugdialog, and look into : ~/.xsession-errors Gilles Caulier 2010/9/20 Frank Hommes <[hidden email]>: > Hi, > > I was using a version of digikam which I compiled by myself. After > upgrading it's not working although I'm using all neccessary libs > compiled by myself in /usr/local... /usr/ didn't work either... > > At the moment even the one from my distribution (kubuntu) isn't working > any more :( > I guess there are still some remains (besides my make uninstall) but I > can't find them. I already deleted everything at /usr/local/share > /usr/local/lib etc. still not working :( > > Frank > > On 09/20/2010 04:14 PM, John D. Choate wrote: >> On 09/18/2010 02:22 PM, Frank Hommes wrote: >>> Hi, >>> >>> I have digikam 1.4 and 1.5 compiled but it won't show any pictures! >>> When I start Digikam everything is normal but no pictures in the middle >>> I can even do a advanced slideshow with all of my pictures! >>> >>> I tried recompiling digikam and kipiplugins a dozen of times but nothing >>> works :( >>> >>> Someone has an idea? >>> >>> Thanks >>> Frank >>> >> I have tried compiling digikam several times in the past, several >> different versions. All with the same results... no thumbnails >> displayed. I just stick with the official packages for my distro now >> (Mandriva). >> >> John C >> _______________________________________________ >> Digikam-users mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-users >> > > > -- > Frank Hommes, Bummelberg 37, 44149 Dortmund, Germany > Email: [hidden email], ICQ: 14621277 > Homepage: http://www.freanki.net > PGP-Key: http://www.freanki.net/gpg/ > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
At the moment I'm trying to get the distribution package working again.
I enabled debug-information for digikam. There are no interesting information in .xsession-errors but I started digikam from command line and it gives me quite a lot of those errors: digikam(5576)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::SpecialJob(0x61aedf0) QObject(0x0) digikam(5576)/digikam (core) Digikam::AlbumManager::slotDatesJobResult: Failed to list dates digikam(5576)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x44dff30) digikam(5576)/kio (Slave) KIO::Slave::createSlave: createSlave "digikamalbums" for KUrl("digikamalbums:/neu/?albumRoot=%2Fhome%2Ffreanki%2Fpics%2FFotobuch%20Polen&albumRootId=1&databaseType=QSQLITE&databaseName=%2Fhome%2Ffreanki%2Fpics%2Fdigikam4.db") digikam(5576)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote: Listening on "local:/tmp/ksocket-freanki/digikamaQ5576.slave-socket" digikam(5576): couldn't create slave: "Unable to create io-slave: klauncher said: Unknown protocol 'digikamalbums' In addition there are no kipi-plugins within Digikam. There was a time I got them working again but right now they don't. I guess the problem is with the unknown protocol digikamalbums, digikamdates, etc. but I don't know how to tell klauncher what they are :( Frank On 09/20/2010 07:14 PM, Gilles Caulier wrote: > Is you don't see image it's due to digiKam kioslave which crash, > probably because of an binary incompatibility whith shared libs used > by digiKam. > > KIOSlave are separated process, used to query digiKam DB (sqlite by > default, which is non reentrant and cannot be handle using > multithreading) > > To get more debug info about KIOslave, enable digiKam debug space with > kdebugdialog, and look into : > > ~/.xsession-errors > > Gilles Caulier > > 2010/9/20 Frank Hommes <[hidden email]>: >> Hi, >> >> I was using a version of digikam which I compiled by myself. After >> upgrading it's not working although I'm using all neccessary libs >> compiled by myself in /usr/local... /usr/ didn't work either... >> >> At the moment even the one from my distribution (kubuntu) isn't working >> any more :( >> I guess there are still some remains (besides my make uninstall) but I >> can't find them. I already deleted everything at /usr/local/share >> /usr/local/lib etc. still not working :( >> >> Frank >> >> On 09/20/2010 04:14 PM, John D. Choate wrote: >>> On 09/18/2010 02:22 PM, Frank Hommes wrote: >>>> Hi, >>>> >>>> I have digikam 1.4 and 1.5 compiled but it won't show any pictures! >>>> When I start Digikam everything is normal but no pictures in the middle >>>> I can even do a advanced slideshow with all of my pictures! >>>> >>>> I tried recompiling digikam and kipiplugins a dozen of times but nothing >>>> works :( >>>> >>>> Someone has an idea? >>>> >>>> Thanks >>>> Frank >>>> >>> I have tried compiling digikam several times in the past, several >>> different versions. All with the same results... no thumbnails >>> displayed. I just stick with the official packages for my distro now >>> (Mandriva). >>> >>> John C >>> _______________________________________________ >>> Digikam-users mailing list >>> [hidden email] >>> https://mail.kde.org/mailman/listinfo/digikam-users >>> >> >> >> -- >> Frank Hommes, Bummelberg 37, 44149 Dortmund, Germany >> Email: [hidden email], ICQ: 14621277 >> Homepage: http://www.freanki.net >> PGP-Key: http://www.freanki.net/gpg/ >> _______________________________________________ >> Digikam-users mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-users >> > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > -- Frank Hommes, Bummelberg 37, 44149 Dortmund, Germany Email: [hidden email], ICQ: 14621277 Homepage: http://www.freanki.net PGP-Key: http://www.freanki.net/gpg/ _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
> I guess the problem is with the unknown protocol digikamalbums,
> digikamdates, etc. but I don't know how to tell klauncher what they are :( digikamalbums and digikamdates protocols are instanced by kioslave. If kioslave fails to start, protocols still unknown for the rest of the world. Try to know why kioslave doesn't start and you will solve the problem. I suspect a binary incompatibility with a shared libs, as libkedcraw, libkexiv2 or Exiv2 library, etc... Gilles Caulier 2010/9/21 Frank Hommes <[hidden email]>: > At the moment I'm trying to get the distribution package working again. > > I enabled debug-information for digikam. There are no interesting > information in .xsession-errors but I started digikam from command line > and it gives me quite a lot of those errors: > > digikam(5576)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: > KIO::SpecialJob(0x61aedf0) QObject(0x0) > digikam(5576)/digikam (core) Digikam::AlbumManager::slotDatesJobResult: > Failed to list dates > digikam(5576)/kio (Scheduler) KIO::SchedulerPrivate::doJob: > KIO::SimpleJob(0x44dff30) > digikam(5576)/kio (Slave) KIO::Slave::createSlave: createSlave > "digikamalbums" for > KUrl("digikamalbums:/neu/?albumRoot=%2Fhome%2Ffreanki%2Fpics%2FFotobuch%20Polen&albumRootId=1&databaseType=QSQLITE&databaseName=%2Fhome%2Ffreanki%2Fpics%2Fdigikam4.db") > digikam(5576)/kio (KIOConnection) > KIO::ConnectionServer::listenForRemote: Listening on > "local:/tmp/ksocket-freanki/digikamaQ5576.slave-socket" > digikam(5576): couldn't create slave: "Unable to create io-slave: > klauncher said: Unknown protocol 'digikamalbums' > > > In addition there are no kipi-plugins within Digikam. There was a time I > got them working again but right now they don't. > > I guess the problem is with the unknown protocol digikamalbums, > digikamdates, etc. but I don't know how to tell klauncher what they are :( > > Frank > > > > > On 09/20/2010 07:14 PM, Gilles Caulier wrote: >> Is you don't see image it's due to digiKam kioslave which crash, >> probably because of an binary incompatibility whith shared libs used >> by digiKam. >> >> KIOSlave are separated process, used to query digiKam DB (sqlite by >> default, which is non reentrant and cannot be handle using >> multithreading) >> >> To get more debug info about KIOslave, enable digiKam debug space with >> kdebugdialog, and look into : >> >> ~/.xsession-errors >> >> Gilles Caulier >> >> 2010/9/20 Frank Hommes <[hidden email]>: >>> Hi, >>> >>> I was using a version of digikam which I compiled by myself. After >>> upgrading it's not working although I'm using all neccessary libs >>> compiled by myself in /usr/local... /usr/ didn't work either... >>> >>> At the moment even the one from my distribution (kubuntu) isn't working >>> any more :( >>> I guess there are still some remains (besides my make uninstall) but I >>> can't find them. I already deleted everything at /usr/local/share >>> /usr/local/lib etc. still not working :( >>> >>> Frank >>> >>> On 09/20/2010 04:14 PM, John D. Choate wrote: >>>> On 09/18/2010 02:22 PM, Frank Hommes wrote: >>>>> Hi, >>>>> >>>>> I have digikam 1.4 and 1.5 compiled but it won't show any pictures! >>>>> When I start Digikam everything is normal but no pictures in the middle >>>>> I can even do a advanced slideshow with all of my pictures! >>>>> >>>>> I tried recompiling digikam and kipiplugins a dozen of times but nothing >>>>> works :( >>>>> >>>>> Someone has an idea? >>>>> >>>>> Thanks >>>>> Frank >>>>> >>>> I have tried compiling digikam several times in the past, several >>>> different versions. All with the same results... no thumbnails >>>> displayed. I just stick with the official packages for my distro now >>>> (Mandriva). >>>> >>>> John C >>>> _______________________________________________ >>>> Digikam-users mailing list >>>> [hidden email] >>>> https://mail.kde.org/mailman/listinfo/digikam-users >>>> >>> >>> >>> -- >>> Frank Hommes, Bummelberg 37, 44149 Dortmund, Germany >>> Email: [hidden email], ICQ: 14621277 >>> Homepage: http://www.freanki.net >>> PGP-Key: http://www.freanki.net/gpg/ >>> _______________________________________________ >>> Digikam-users mailing list >>> [hidden email] >>> https://mail.kde.org/mailman/listinfo/digikam-users >>> >> _______________________________________________ >> Digikam-users mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-users >> > > > -- > Frank Hommes, Bummelberg 37, 44149 Dortmund, Germany > Email: [hidden email], ICQ: 14621277 > Homepage: http://www.freanki.net > PGP-Key: http://www.freanki.net/gpg/ > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Frank Hommes
2010/9/21 Frank Hommes <[hidden email]>:
> At the moment I'm trying to get the distribution package working again. > > I enabled debug-information for digikam. There are no interesting > information in .xsession-errors but I started digikam from command line > and it gives me quite a lot of those errors: > > digikam(5576)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: > KIO::SpecialJob(0x61aedf0) QObject(0x0) > digikam(5576)/digikam (core) Digikam::AlbumManager::slotDatesJobResult: > Failed to list dates > digikam(5576)/kio (Scheduler) KIO::SchedulerPrivate::doJob: > KIO::SimpleJob(0x44dff30) > digikam(5576)/kio (Slave) KIO::Slave::createSlave: createSlave > "digikamalbums" for > KUrl("digikamalbums:/neu/?albumRoot=%2Fhome%2Ffreanki%2Fpics%2FFotobuch%20Polen&albumRootId=1&databaseType=QSQLITE&databaseName=%2Fhome%2Ffreanki%2Fpics%2Fdigikam4.db") > digikam(5576)/kio (KIOConnection) > KIO::ConnectionServer::listenForRemote: Listening on > "local:/tmp/ksocket-freanki/digikamaQ5576.slave-socket" > digikam(5576): couldn't create slave: "Unable to create io-slave: > klauncher said: Unknown protocol 'digikamalbums' > > > In addition there are no kipi-plugins within Digikam. There was a time I > got them working again but right now they don't. And kipi-plugins are installed ? If yes, it's a good indicator. Sound like your KDE4_DIR env variable is not set on your system Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On 09/21/2010 12:08 PM, Gilles Caulier wrote:
> 2010/9/21 Frank Hommes <[hidden email]>: >> At the moment I'm trying to get the distribution package working again. >> >> I enabled debug-information for digikam. There are no interesting >> information in .xsession-errors but I started digikam from command line >> and it gives me quite a lot of those errors: >> >> digikam(5576)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: >> KIO::SpecialJob(0x61aedf0) QObject(0x0) >> digikam(5576)/digikam (core) Digikam::AlbumManager::slotDatesJobResult: >> Failed to list dates >> digikam(5576)/kio (Scheduler) KIO::SchedulerPrivate::doJob: >> KIO::SimpleJob(0x44dff30) >> digikam(5576)/kio (Slave) KIO::Slave::createSlave: createSlave >> "digikamalbums" for >> KUrl("digikamalbums:/neu/?albumRoot=%2Fhome%2Ffreanki%2Fpics%2FFotobuch%20Polen&albumRootId=1&databaseType=QSQLITE&databaseName=%2Fhome%2Ffreanki%2Fpics%2Fdigikam4.db") >> digikam(5576)/kio (KIOConnection) >> KIO::ConnectionServer::listenForRemote: Listening on >> "local:/tmp/ksocket-freanki/digikamaQ5576.slave-socket" >> digikam(5576): couldn't create slave: "Unable to create io-slave: >> klauncher said: Unknown protocol 'digikamalbums' >> >> >> In addition there are no kipi-plugins within Digikam. There was a time I >> got them working again but right now they don't. > > And kipi-plugins are installed ? > > If yes, it's a good indicator. Sound like your KDE4_DIR env variable > is not set on your system I set some variables: KDE4DIR=/usr KDE4_DIR=/usr KDEDIR=/usr KDE_DIR=/usr since none of those had been set but it's still not working. More strange things: "digikam --help" gives me some errors too: ------------- Options: --download-from <path> Open camera dialog at <path> digikam(6709)/kdecore (KLocale) KuitSemanticsPrivate::parseOpenEl: "Tag 'udi' is neither semantic nor HTML in message {<kuil>Open camera dialog for the device with Solid UDI <udi></kuil>}." digikam(6709)/kdecore (KLocale) KuitSemanticsPrivate::semanticToVisualText: "Markup error in message {<kuil>Open camera dialog for the device with Solid UDI <udi></kuil>}: Opening and ending tag mismatch.. Last tag parsed: udi" --download-from-udi <udi> Open camera dialog for the device with Solid UDI <udi> --detect-camera Automatically detect and open a connected gphoto2 camera digikam(6709)/kdecore (KLocale) KuitSemanticsPrivate::parseOpenEl: "Tag 'dir' is neither semantic nor HTML in message {<kuil>Start digikam with the SQLite database file found in the directory <dir></...}." digikam(6709)/kdecore (KLocale) KuitSemanticsPrivate::semanticToVisualText: "Markup error in message {<kuil>Start digikam with the SQLite database file found in the directory <dir></...}: Opening and ending tag mismatch.. Last tag parsed: dir" --database-directory <dir> Start digikam with the SQLite database file found in the directory <dir> ------------- And when I start Digikam then there is some html text within the bash output always beginning with: "QString::arg: Argument missing:" I'm puzzled :( Frank -- Frank Hommes, Bummelberg 37, 44149 Dortmund, Germany Email: [hidden email], ICQ: 14621277 Homepage: http://www.freanki.net PGP-Key: http://www.freanki.net/gpg/ _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-4
At the moment I can't even add a directory to the collection of digikam.
I deleted all libs not from the package-system of my distribution (I search for all files kipi*, digikam*, exiv2*, libkdcraw*, libkexiv2* and looked it up with dpkg -S path/filename). Then I reinstalled all programs but it's still not possible to start digikam. Next I edited env_svn.sh to show to /usr and to set the configdir to ~/.kde so that the path is right as Gilles told me but this still doesn't help. I still have no kipi-plugins and and the following error: digikam(2985)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "KIPI/Plugin" not found digikam(2985)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "Digikam/ImagePlugin" not found I'm using digikam for years now but had to compile it by myself because of the exiv0.19 bug for nikon pictures :( Now nothing works which is devastating for me since my whole workflow depends on it. Of course I can reinstall my whole system but I'd like to learn more about Digikam for future problems since this is not the first time something like this happened. Hopefully someone can help. Frank The following error is from the database system when I try to add a collection: digikam(2985)/kio (KDirListerCache) KDirListerCache::updateDirectory: KUrl("file:///home/freanki/pics/rundum") digikam(2985)/digikam (core) Digikam::AlbumManager::startScan: KDirWatch method = "INotify" digikam(2985)/digikam (core) Digikam::DatabaseCoreBackend::prepareQuery: Prepare failed! digikam(2985)/digikam (core) Digikam::DatabaseCoreBackendPrivate::debugOutputFailedQuery: Failure executing query: "SELECT A.albumRoot, A.id, A.relativePath, A.date, A.caption, A.collection, B.albumRoot, B.relativePath, I.name FROM Albums AS A LEFT JOIN Images AS I ON A.icon=I.id LEFT JOIN Albums AS B ON B.id=I.album WHERE A.albumRoot != 0;" Error messages: "no such table: Albums Unable to execute statement" 1 2 "no such table: Albums" "Unable to execute statement" QSqlError(-1, "", "") Bound values: () -- Frank Hommes, Bummelberg 37, 44149 Dortmund, Germany Email: [hidden email], ICQ: 14621277 Homepage: http://www.freanki.net PGP-Key: http://www.freanki.net/gpg/ _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |