Bug 180076 - Moving a big folder to another subfolder folder does ... nothing.
Summary: Moving a big folder to another subfolder folder does ... nothing.
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Albums-MainView (show other bugs)
Version: 0.9.4
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-08 23:12 UTC by Alexandre Racine
Modified: 2012-06-27 11:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Racine 2009-01-08 23:12:31 UTC
Version:           0.9.4 (using 3.5.10, Kubuntu (intrepid) 4:3.5.10-0ubuntu6)
Compiler:          Target: x86_64-linux-gnu
OS:                Linux (x86_64) release 2.6.27-9-generic

Situation : I had these folders... (and I added some stats)

/pics/
/pics/2008/ (2 445 éléments, total 8,0 Gio) (Gio (FR) = GB (EN))
/pics/2009/ (144 éléments, total 392,8 Mio)
/pics/archives/ (21 084 éléments, total 37,9 Gio)
/pics/archives/2006/ (3 441 éléments, total 5,4 Gio)
/pics/archives/2007/ (4 278 éléments, total 11,3 Gio)

So, in digiKam, I moved the 2008 folder in archives. 2008 have a lot of subfolders mostly by date, event or both. For example : /pics/2008/2008-11-17-party/

After the move, the now moved 2008 folder in /pics/archives/2008/ was empty, that is, no pics no subfolders. Looking the real files, everything is okay. Closing digikam and running it again started the scan of those 2400+ elements, and now it is okay.

Expected Behaviour : No need to restart digiKam to see the moved pictures/folders.

Let's be real here: This is not a critical bug, and everything is going for the 4.x version so let's tag this for 4.x and I'll test it when available for Ubuntu.
Comment 1 caulier.gilles 2009-06-19 09:10:12 UTC
Alexandre,

This file still valid using KDE4 version ? (if you can try current code from svn)

Gilles Caulier
Comment 2 Alexandre Racine 2009-06-20 01:37:08 UTC
Hi Gilles, I would really like to help, but it seems that there are some blockers. I do have experience with ./configure, make make install, but it would seems that downloading the latest tarball, getting all dependancies and trying this below does not work:

digikam-1.0.0-beta1$ cmake .
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
  ERROR: cmake/modules/FindKDE4Internal.cmake not found in
  /home/aracine/.kde/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
  CMakeLists.txt:37 (FIND_PACKAGE)


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.6)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!


This is on Ubuntu 9.10, kde4.2.2
Comment 3 caulier.gilles 2009-06-20 08:14:55 UTC
Install kdelibs developement packages...

Gilles Caulier
Comment 4 Alexandre Racine 2009-06-20 20:41:22 UTC
ok seems ok with the 1.0.beta1 version