Version: (using KDE Devel) Installed from: Compiled sources It is impossible to remove Album from tree on the left side 1) Create new Album - visible in tree and directory created on disk 2) Put there some photos 3) Move Album to trash, everything works OK but... 4) Photos vanish, directory is removed from HD but album stays in tree
Marcel, I can always reproduce this problem here. I have search in code where problem exist, but without success... Where is the code witch update database content ? In AlbumManager we have a KDirWatch witch play with DIO job to handle contents and update PAlbum list, but i cannot find the way where database is updated in live... Gilles
Marcel, The same problem exist when items are sent to trash. The database is not updated and digiKam is restarted, it ask me if items must be removed from database... Note : if i move items/albums to another place, database is properlly updated. It's sound like a problem with DIO::del() and trash:/ protocol... This problem is very important and must be fixed before 0.9.3-final. Gilles
SVN commit 744580 by mwiesweg: Properly order parameters passed to ioslave - this effectively disabled all scanning while digikam was running! BUG: 152961 M +3 -1 dio.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=744580
What a nice patch for an annoying problem!