I just compiled the latest SVN (10 Aug 2009) under Kubuntu Jaunty with
KDE 4.3 (ppa repositories) and have the same bug: I don't understand if
the bug has already been posted in bugs.kde.org or if it is still discussed in other messages. Thanks
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
I just compiled the latest SVN (10 Aug 2009) under Kubuntu Jaunty with
KDE 4.3 (ppa repositories) and have the same bug: I don't understand if
the bug has already been posted in bugs.kde.org or if it is still discussed in other messages.
Thanks Leonardo PS: sorry for possible double posting (I just changed mail address) _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
I was just crazy enough to try the same thing. Upgraded our gentoo system to 4.3, rebuilt digikam 1.0.0-beta3 and installed it and now no photos visible at all (and albums listed as empty). Not happy since my videos will be untagged if I remove the database and start again (I sync tags to jpegs so that is not a problem). Wondering what to do. I have the .db file around if someone wants me to do some debugging.
Tim On Tue, Aug 11, 2009 at 2:24 AM, Leonardo Giordani <[hidden email]> wrote:
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
I tried starting with a new database, but the problem does not disappear: my albums and subdirectories are empty. So the problem is not in the database file: someone other experiencing the same problem? It is very annoying for a photo manager not being able to show photos... :)
Leo 2009/8/11 Tim Jenness <[hidden email]> I was just crazy enough to try the same thing. Upgraded our gentoo system to 4.3, rebuilt digikam 1.0.0-beta3 and installed it and now no photos visible at all (and albums listed as empty). Not happy since my videos will be untagged if I remove the database and start again (I sync tags to jpegs so that is not a problem). Wondering what to do. I have the .db file around if someone wants me to do some debugging. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
It can be a binary compatibility with digiKam KIOSlave which are
linked with marblewidget which do not respect BC between version, especially KDE 4.3. This is what i have seen in the pass on Debian distro... KIOSlave are used by digiKam to query the database outside main thread (sqlite is not threadsafe). This is why no image are displayed. Gilles Caulier 2009/8/12 Leonardo Giordani <[hidden email]>: > I tried starting with a new database, but the problem does not disappear: my > albums and subdirectories are empty. So the problem is not in the database > file: someone other experiencing the same problem? It is very annoying for a > photo manager not being able to show photos... :) > > Leo > > 2009/8/11 Tim Jenness <[hidden email]> >> >> I was just crazy enough to try the same thing. Upgraded our gentoo system >> to 4.3, rebuilt digikam 1.0.0-beta3 and installed it and now no photos >> visible at all (and albums listed as empty). Not happy since my videos will >> be untagged if I remove the database and start again (I sync tags to jpegs >> so that is not a problem). Wondering what to do. I have the .db file around >> if someone wants me to do some debugging. >> >> Tim >> >> On Tue, Aug 11, 2009 at 2:24 AM, Leonardo Giordani >> <[hidden email]> wrote: >>> >>> I just compiled the latest SVN (10 Aug 2009) under Kubuntu Jaunty with >>> KDE 4.3 (ppa repositories) and have the same bug: I don't understand if the >>> bug has already been posted in bugs.kde.org or if it is still discussed in >>> other messages. >>> >>> Thanks >>> >>> Leonardo >>> >>> PS: sorry for possible double posting (I just changed mail address) >>> >>> _______________________________________________ >>> 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 >> > > > _______________________________________________ > 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 |
How can I exclude marble (which is geolocation, right?) from compilation to verify this, and to go on with my work?
Thanks Leo 2009/8/12 Gilles Caulier <[hidden email]> It can be a binary compatibility with digiKam KIOSlave which are _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Self answer: cmake -DWITH_MarbleWidget=OFF ...
Leo 2009/8/12 Leonardo Giordani <[hidden email]> How can I exclude marble (which is geolocation, right?) from compilation to verify this, and to go on with my work? _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Or use the ncurses config tool:
ccmake Andi On Wednesday 12 August 2009 11:20:17 Leonardo Giordani wrote: > Self answer: cmake -DWITH_MarbleWidget=OFF ... > > Leo > > 2009/8/12 Leonardo Giordani <[hidden email]> > > > How can I exclude marble (which is geolocation, right?) from compilation > > to verify this, and to go on with my work? > > > > Thanks > > > > Leo > > > > 2009/8/12 Gilles Caulier <[hidden email]> > > > > It can be a binary compatibility with digiKam KIOSlave which are > > > >> linked with marblewidget which do not respect BC between version, > >> especially KDE 4.3. This is what i have seen in the pass on Debian > >> distro... > >> > >> KIOSlave are used by digiKam to query the database outside main thread > >> (sqlite is not threadsafe). This is why no image are displayed. > >> > >> Gilles Caulier > >> > >> 2009/8/12 Leonardo Giordani <[hidden email]>: > >> > I tried starting with a new database, but the problem does not > >> > >> disappear: my > >> > >> > albums and subdirectories are empty. So the problem is not in the > >> > >> database > >> > >> > file: someone other experiencing the same problem? It is very annoying > >> > >> for a > >> > >> > photo manager not being able to show photos... :) > >> > > >> > Leo > >> > > >> > 2009/8/11 Tim Jenness <[hidden email]> > >> > > >> >> I was just crazy enough to try the same thing. Upgraded our gentoo > >> > >> system > >> > >> >> to 4.3, rebuilt digikam 1.0.0-beta3 and installed it and now no > >> >> photos visible at all (and albums listed as empty). Not happy since > >> >> my videos > >> > >> will > >> > >> >> be untagged if I remove the database and start again (I sync tags to > >> > >> jpegs > >> > >> >> so that is not a problem). Wondering what to do. I have the .db file > >> > >> around > >> > >> >> if someone wants me to do some debugging. > >> >> > >> >> Tim > >> >> > >> >> On Tue, Aug 11, 2009 at 2:24 AM, Leonardo Giordani > >> >> > >> >> <[hidden email]> wrote: > >> >>> I just compiled the latest SVN (10 Aug 2009) under Kubuntu Jaunty > >> >>> with KDE 4.3 (ppa repositories) and have the same bug: I don't > >> >>> understand > >> > >> if the > >> > >> >>> bug has already been posted in bugs.kde.org or if it is still > >> > >> discussed in > >> > >> >>> other messages. > >> >>> > >> >>> Thanks > >> >>> > >> >>> Leonardo > >> >>> > >> >>> PS: sorry for possible double posting (I just changed mail address) > >> >>> > >> >>> _______________________________________________ > >> >>> 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 > >> > > >> > _______________________________________________ > >> > 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 Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Thanks Andi.
I compiled and run digiKam without marble support but this does not change the wrong behaviour with thumbnails in album view. Other suggestions? Leo 2009/8/12 Andi Clemens <[hidden email]> Or use the ncurses config tool: _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
I just tried with no resuilts to deactivate: WITH_KdepimLibs, WITH_Kipi, WITH_LensFun, WITH_MarbleWidget, WITH_Nepomuk, WITH_Sane. The image problem seems to be unrelated to external optional packages.
Anyone can suggest me a way to debug it to trace the problem? Valgrind says nothing. is there an internal debug mode for digikam, which shows the function calls? Thanks Leo 2009/8/12 Leonardo Giordani <[hidden email]> Thanks Andi. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
I just noticed the message in the "Digikam... has to be installed in KDE's prefix" thread: I forgot to mention that I'm installing compiled SVN in a local directory, could this be the source of the problem, as in the quoted message?
Leo 2009/8/12 Leonardo Giordani <[hidden email]> I just tried with no resuilts to deactivate: WITH_KdepimLibs, WITH_Kipi, WITH_LensFun, WITH_MarbleWidget, WITH_Nepomuk, WITH_Sane. The image problem seems to be unrelated to external optional packages. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Leonardo Giordani-2
A simple and stupid question: Have you restarted KDE or even your computer
after installing? Sometimes kioslaves are so stupidly cached that they are not reloaded (even if you force them to), only after full system reboot. Andi On Wednesday 12 August 2009 12:40:42 Leonardo Giordani wrote: > I just tried with no resuilts to deactivate: WITH_KdepimLibs, WITH_Kipi, > WITH_LensFun, WITH_MarbleWidget, WITH_Nepomuk, WITH_Sane. The image problem > seems to be unrelated to external optional packages. > > Anyone can suggest me a way to debug it to trace the problem? Valgrind says > nothing. is there an internal debug mode for digikam, which shows the > function calls? > > Thanks > > Leo > > > > 2009/8/12 Leonardo Giordani <[hidden email]> > > > Thanks Andi. > > > > I compiled and run digiKam without marble support but this does not > > change the wrong behaviour with thumbnails in album view. > > Other suggestions? > > > > Leo > > > > 2009/8/12 Andi Clemens <[hidden email]> > > > > Or use the ncurses config tool: > >> ccmake > >> > >> Andi > >> > >> On Wednesday 12 August 2009 11:20:17 Leonardo Giordani wrote: > >> > Self answer: cmake -DWITH_MarbleWidget=OFF ... > >> > > >> > Leo > >> > > >> > 2009/8/12 Leonardo Giordani <[hidden email]> > >> > > >> > > How can I exclude marble (which is geolocation, right?) from > >> > >> compilation > >> > >> > > to verify this, and to go on with my work? > >> > > > >> > > Thanks > >> > > > >> > > Leo > >> > > > >> > > 2009/8/12 Gilles Caulier <[hidden email]> > >> > > > >> > > It can be a binary compatibility with digiKam KIOSlave which are > >> > > > >> > >> linked with marblewidget which do not respect BC between version, > >> > >> especially KDE 4.3. This is what i have seen in the pass on Debian > >> > >> distro... > >> > >> > >> > >> KIOSlave are used by digiKam to query the database outside main > >> > >> thread > >> > >> > >> (sqlite is not threadsafe). This is why no image are displayed. > >> > >> > >> > >> Gilles Caulier > >> > >> > >> > >> 2009/8/12 Leonardo Giordani <[hidden email]>: > >> > >> > I tried starting with a new database, but the problem does not > >> > >> > >> > >> disappear: my > >> > >> > >> > >> > albums and subdirectories are empty. So the problem is not in the > >> > >> > >> > >> database > >> > >> > >> > >> > file: someone other experiencing the same problem? It is very > >> > >> annoying > >> > >> > >> for a > >> > >> > >> > >> > photo manager not being able to show photos... :) > >> > >> > > >> > >> > Leo > >> > >> > > >> > >> > 2009/8/11 Tim Jenness <[hidden email]> > >> > >> > > >> > >> >> I was just crazy enough to try the same thing. Upgraded our > >> > >> >> gentoo > >> > >> > >> > >> system > >> > >> > >> > >> >> to 4.3, rebuilt digikam 1.0.0-beta3 and installed it and now no > >> > >> >> photos visible at all (and albums listed as empty). Not happy > >> > >> since > >> > >> > >> >> my videos > >> > >> > >> > >> will > >> > >> > >> > >> >> be untagged if I remove the database and start again (I sync > >> > >> >> tags > >> > >> to > >> > >> > >> jpegs > >> > >> > >> > >> >> so that is not a problem). Wondering what to do. I have the .db > >> > >> file > >> > >> > >> around > >> > >> > >> > >> >> if someone wants me to do some debugging. > >> > >> >> > >> > >> >> Tim > >> > >> >> > >> > >> >> On Tue, Aug 11, 2009 at 2:24 AM, Leonardo Giordani > >> > >> >> > >> > >> >> <[hidden email]> wrote: > >> > >> >>> I just compiled the latest SVN (10 Aug 2009) under Kubuntu > >> > >> >>> Jaunty with KDE 4.3 (ppa repositories) and have the same bug: I > >> > >> >>> don't understand > >> > >> > >> > >> if the > >> > >> > >> > >> >>> bug has already been posted in bugs.kde.org or if it is still > >> > >> > >> > >> discussed in > >> > >> > >> > >> >>> other messages. > >> > >> >>> > >> > >> >>> Thanks > >> > >> >>> > >> > >> >>> Leonardo > >> > >> >>> > >> > >> >>> PS: sorry for possible double posting (I just changed mail > >> > >> address) > >> > >> > >> >>> _______________________________________________ > >> > >> >>> 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 > >> > >> > > >> > >> > _______________________________________________ > >> > >> > 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 > >> > >> _______________________________________________ > >> 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 Leonardo Giordani-2
Am Wed, 12 Aug 2009 11:46:25 +0200
schrieb Leonardo Giordani <[hidden email]>: > I compiled and run digiKam without marble support but this does not > change the wrong behaviour with thumbnails in album view. > Other suggestions? You see no thumbnails, right? I had the same problem and solved it by doing what David Klasinc recommended on this list (07 August, 17:33 h): rm CMakeCache.txt cmake -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` I just wrote another reply to that e-mail. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Leonardo Giordani-2
Yes this is the problem. Kioslaves need to be in the right place (kde4-config
--prefix) to get loaded, like the kipi-plugins and the imagesplugins. There might be a way to tell digikam where to look for kipi and imageplugins, but I guess it is impossible to set a custom path for kioslaves. Andi On Wednesday 12 August 2009 12:45:00 Leonardo Giordani wrote: > I just noticed the message in the "Digikam... has to be installed in KDE's > prefix" thread: I forgot to mention that I'm installing compiled SVN in a > local directory, could this be the source of the problem, as in the quoted > message? > > Leo > > > 2009/8/12 Leonardo Giordani <[hidden email]> > > > I just tried with no resuilts to deactivate: WITH_KdepimLibs, WITH_Kipi, > > WITH_LensFun, WITH_MarbleWidget, WITH_Nepomuk, WITH_Sane. The image > > problem seems to be unrelated to external optional packages. > > > > Anyone can suggest me a way to debug it to trace the problem? Valgrind > > says nothing. is there an internal debug mode for digikam, which shows > > the function calls? > > > > Thanks > > > > Leo > > > > > > > > 2009/8/12 Leonardo Giordani <[hidden email]> > > > >> Thanks Andi. > >> > >> I compiled and run digiKam without marble support but this does not > >> change the wrong behaviour with thumbnails in album view. > >> Other suggestions? > >> > >> Leo > >> > >> 2009/8/12 Andi Clemens <[hidden email]> > >> > >> Or use the ncurses config tool: > >>> ccmake > >>> > >>> Andi > >>> > >>> On Wednesday 12 August 2009 11:20:17 Leonardo Giordani wrote: > >>> > Self answer: cmake -DWITH_MarbleWidget=OFF ... > >>> > > >>> > Leo > >>> > > >>> > 2009/8/12 Leonardo Giordani <[hidden email]> > >>> > > >>> > > How can I exclude marble (which is geolocation, right?) from > >>> > >>> compilation > >>> > >>> > > to verify this, and to go on with my work? > >>> > > > >>> > > Thanks > >>> > > > >>> > > Leo > >>> > > > >>> > > 2009/8/12 Gilles Caulier <[hidden email]> > >>> > > > >>> > > It can be a binary compatibility with digiKam KIOSlave which are > >>> > > > >>> > >> linked with marblewidget which do not respect BC between version, > >>> > >> especially KDE 4.3. This is what i have seen in the pass on Debian > >>> > >> distro... > >>> > >> > >>> > >> KIOSlave are used by digiKam to query the database outside main > >>> > >>> thread > >>> > >>> > >> (sqlite is not threadsafe). This is why no image are displayed. > >>> > >> > >>> > >> Gilles Caulier > >>> > >> > >>> > >> 2009/8/12 Leonardo Giordani <[hidden email]>: > >>> > >> > I tried starting with a new database, but the problem does not > >>> > >> > >>> > >> disappear: my > >>> > >> > >>> > >> > albums and subdirectories are empty. So the problem is not in > >>> > >> > the > >>> > >> > >>> > >> database > >>> > >> > >>> > >> > file: someone other experiencing the same problem? It is very > >>> > >>> annoying > >>> > >>> > >> for a > >>> > >> > >>> > >> > photo manager not being able to show photos... :) > >>> > >> > > >>> > >> > Leo > >>> > >> > > >>> > >> > 2009/8/11 Tim Jenness <[hidden email]> > >>> > >> > > >>> > >> >> I was just crazy enough to try the same thing. Upgraded our > >>> > >>> gentoo > >>> > >>> > >> system > >>> > >> > >>> > >> >> to 4.3, rebuilt digikam 1.0.0-beta3 and installed it and now no > >>> > >> >> photos visible at all (and albums listed as empty). Not happy > >>> > >>> since > >>> > >>> > >> >> my videos > >>> > >> > >>> > >> will > >>> > >> > >>> > >> >> be untagged if I remove the database and start again (I sync > >>> > >> >> tags > >>> > >>> to > >>> > >>> > >> jpegs > >>> > >> > >>> > >> >> so that is not a problem). Wondering what to do. I have the .db > >>> > >>> file > >>> > >>> > >> around > >>> > >> > >>> > >> >> if someone wants me to do some debugging. > >>> > >> >> > >>> > >> >> Tim > >>> > >> >> > >>> > >> >> On Tue, Aug 11, 2009 at 2:24 AM, Leonardo Giordani > >>> > >> >> > >>> > >> >> <[hidden email]> wrote: > >>> > >> >>> I just compiled the latest SVN (10 Aug 2009) under Kubuntu > >>> > >>> Jaunty > >>> > >>> > >> >>> with KDE 4.3 (ppa repositories) and have the same bug: I don't > >>> > >> >>> understand > >>> > >> > >>> > >> if the > >>> > >> > >>> > >> >>> bug has already been posted in bugs.kde.org or if it is still > >>> > >> > >>> > >> discussed in > >>> > >> > >>> > >> >>> other messages. > >>> > >> >>> > >>> > >> >>> Thanks > >>> > >> >>> > >>> > >> >>> Leonardo > >>> > >> >>> > >>> > >> >>> PS: sorry for possible double posting (I just changed mail > >>> > >>> address) > >>> > >>> > >> >>> _______________________________________________ > >>> > >> >>> 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 > >>> > >> > > >>> > >> > _______________________________________________ > >>> > >> > 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 > >>> > >>> _______________________________________________ > >>> 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 |
This is why i _never_ install digiKam and co in local directory.
KIOSlaves is annoying. I hope that mysql port will remove definitively the DB separate thread support to be able to remove all kioslave and use multithreading instead. Gilles Caulier 2009/8/12 Andi Clemens <[hidden email]>: > Yes this is the problem. Kioslaves need to be in the right place (kde4-config > --prefix) to get loaded, like the kipi-plugins and the imagesplugins. > There might be a way to tell digikam where to look for kipi and imageplugins, > but I guess it is impossible to set a custom path for kioslaves. > > Andi > > On Wednesday 12 August 2009 12:45:00 Leonardo Giordani wrote: >> I just noticed the message in the "Digikam... has to be installed in KDE's >> prefix" thread: I forgot to mention that I'm installing compiled SVN in a >> local directory, could this be the source of the problem, as in the quoted >> message? >> >> Leo >> >> >> 2009/8/12 Leonardo Giordani <[hidden email]> >> >> > I just tried with no resuilts to deactivate: WITH_KdepimLibs, WITH_Kipi, >> > WITH_LensFun, WITH_MarbleWidget, WITH_Nepomuk, WITH_Sane. The image >> > problem seems to be unrelated to external optional packages. >> > >> > Anyone can suggest me a way to debug it to trace the problem? Valgrind >> > says nothing. is there an internal debug mode for digikam, which shows >> > the function calls? >> > >> > Thanks >> > >> > Leo >> > >> > >> > >> > 2009/8/12 Leonardo Giordani <[hidden email]> >> > >> >> Thanks Andi. >> >> >> >> I compiled and run digiKam without marble support but this does not >> >> change the wrong behaviour with thumbnails in album view. >> >> Other suggestions? >> >> >> >> Leo >> >> >> >> 2009/8/12 Andi Clemens <[hidden email]> >> >> >> >> Or use the ncurses config tool: >> >>> ccmake >> >>> >> >>> Andi >> >>> >> >>> On Wednesday 12 August 2009 11:20:17 Leonardo Giordani wrote: >> >>> > Self answer: cmake -DWITH_MarbleWidget=OFF ... >> >>> > >> >>> > Leo >> >>> > >> >>> > 2009/8/12 Leonardo Giordani <[hidden email]> >> >>> > >> >>> > > How can I exclude marble (which is geolocation, right?) from >> >>> >> >>> compilation >> >>> >> >>> > > to verify this, and to go on with my work? >> >>> > > >> >>> > > Thanks >> >>> > > >> >>> > > Leo >> >>> > > >> >>> > > 2009/8/12 Gilles Caulier <[hidden email]> >> >>> > > >> >>> > > It can be a binary compatibility with digiKam KIOSlave which are >> >>> > > >> >>> > >> linked with marblewidget which do not respect BC between version, >> >>> > >> especially KDE 4.3. This is what i have seen in the pass on Debian >> >>> > >> distro... >> >>> > >> >> >>> > >> KIOSlave are used by digiKam to query the database outside main >> >>> >> >>> thread >> >>> >> >>> > >> (sqlite is not threadsafe). This is why no image are displayed. >> >>> > >> >> >>> > >> Gilles Caulier >> >>> > >> >> >>> > >> 2009/8/12 Leonardo Giordani <[hidden email]>: >> >>> > >> > I tried starting with a new database, but the problem does not >> >>> > >> >> >>> > >> disappear: my >> >>> > >> >> >>> > >> > albums and subdirectories are empty. So the problem is not in >> >>> > >> > the >> >>> > >> >> >>> > >> database >> >>> > >> >> >>> > >> > file: someone other experiencing the same problem? It is very >> >>> >> >>> annoying >> >>> >> >>> > >> for a >> >>> > >> >> >>> > >> > photo manager not being able to show photos... :) >> >>> > >> > >> >>> > >> > Leo >> >>> > >> > >> >>> > >> > 2009/8/11 Tim Jenness <[hidden email]> >> >>> > >> > >> >>> > >> >> I was just crazy enough to try the same thing. Upgraded our >> >>> >> >>> gentoo >> >>> >> >>> > >> system >> >>> > >> >> >>> > >> >> to 4.3, rebuilt digikam 1.0.0-beta3 and installed it and now no >> >>> > >> >> photos visible at all (and albums listed as empty). Not happy >> >>> >> >>> since >> >>> >> >>> > >> >> my videos >> >>> > >> >> >>> > >> will >> >>> > >> >> >>> > >> >> be untagged if I remove the database and start again (I sync >> >>> > >> >> tags >> >>> >> >>> to >> >>> >> >>> > >> jpegs >> >>> > >> >> >>> > >> >> so that is not a problem). Wondering what to do. I have the .db >> >>> >> >>> file >> >>> >> >>> > >> around >> >>> > >> >> >>> > >> >> if someone wants me to do some debugging. >> >>> > >> >> >> >>> > >> >> Tim >> >>> > >> >> >> >>> > >> >> On Tue, Aug 11, 2009 at 2:24 AM, Leonardo Giordani >> >>> > >> >> >> >>> > >> >> <[hidden email]> wrote: >> >>> > >> >>> I just compiled the latest SVN (10 Aug 2009) under Kubuntu >> >>> >> >>> Jaunty >> >>> >> >>> > >> >>> with KDE 4.3 (ppa repositories) and have the same bug: I don't >> >>> > >> >>> understand >> >>> > >> >> >>> > >> if the >> >>> > >> >> >>> > >> >>> bug has already been posted in bugs.kde.org or if it is still >> >>> > >> >> >>> > >> discussed in >> >>> > >> >> >>> > >> >>> other messages. >> >>> > >> >>> >> >>> > >> >>> Thanks >> >>> > >> >>> >> >>> > >> >>> Leonardo >> >>> > >> >>> >> >>> > >> >>> PS: sorry for possible double posting (I just changed mail >> >>> >> >>> address) >> >>> >> >>> > >> >>> _______________________________________________ >> >>> > >> >>> 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 >> >>> > >> > >> >>> > >> > _______________________________________________ >> >>> > >> > 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 >> >>> >> >>> _______________________________________________ >> >>> 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 > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Ok boys! I can confirm that installing in the system-wide KDE prefix works perfectly.
Thank you very much. Now I can concentrate on Color Management, I *really* want to see it working Leo
2009/8/12 Gilles Caulier <[hidden email]> This is why i _never_ install digiKam and co in local directory. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Bugzilla from andi.clemens@gmx.net
On Wed, Aug 12, 2009 at 12:57 AM, Andi Clemens <[hidden email]> wrote:
Yes this is the problem. Kioslaves need to be in the right place (kde4-config So what changed in KDE 4.3 to break this? And it is broken. I note that my digikam *does* find kipi-plugins without any difficulty. Tim _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On Wed, 12 Aug 2009 06:35:09 -1000 Tim Jenness <[hidden email]>
wrote: > On Wed, Aug 12, 2009 at 12:57 AM, Andi Clemens <[hidden email]> > wrote: > > > Yes this is the problem. Kioslaves need to be in the right place > > (kde4-config --prefix) > So what changed in KDE 4.3 to break this? And it is broken. I note > that my digikam *does* find kipi-plugins without any difficulty. I alreadey had the same problem (no images displayed when installed in /usr/local instead of /usr) with KDE 4.2.4. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On Aug 12, 2009, at 7:25 AM, Vlado Plaga wrote: > On Wed, 12 Aug 2009 06:35:09 -1000 Tim Jenness <[hidden email]> > wrote: > >> On Wed, Aug 12, 2009 at 12:57 AM, Andi Clemens <[hidden email]> >> wrote: >> >>> Yes this is the problem. Kioslaves need to be in the right place >>> (kde4-config --prefix) >> So what changed in KDE 4.3 to break this? And it is broken. I note >> that my digikam *does* find kipi-plugins without any difficulty. > > I alreadey had the same problem (no images displayed when installed > in /usr/local instead of /usr) with KDE 4.2.4. That's interesting. I may well have been using KDE 4.2.3 last week but digikam was definitely working for me with beta3 in a private build at that time. Implying that KDE changed behaviour between 4.2.3 and 4.2.4? -- Tim Jenness _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On Wednesday 12 August 2009 20:38:39 tim.jenness wrote:
> >> So what changed in KDE 4.3 to break this? And it is broken. I note > >> that my digikam *does* find kipi-plugins without any difficulty. > > > > I alreadey had the same problem (no images displayed when installed > > in /usr/local instead of /usr) with KDE 4.2.4. > > That's interesting. I may well have been using KDE 4.2.3 last week but > digikam was definitely working for me with beta3 in a private build at > that time. Implying that KDE changed behaviour between 4.2.3 and 4.2.4? But you had also digikam package installed on your system? Then you were using system's digikam kioslaves with 4.2.4, which were later broken when you installed 4.3 (due to unstable ABI of marble widget). Regards, Luka _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |