Bug 197152

Summary: startup wizard has problems creating directories
Product: [Applications] digikam Reporter: Christian González <christian.gonzalez>
Component: Setup-FirstRunAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: caulier.gilles
Priority: LO    
Version: 1.0.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 1.0.0

Description Christian González 2009-06-19 15:05:06 UTC
Version:           1.0.0-beta1 (using 4.2.4 (KDE 4.2.4), Debian packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.30-0.slh.3-sidux-686

When you start digikam the first time it asks you where to save your Fotos and albums etc.
You are asked for a folder, the default here was "/home/christian".

If I change that in "home/christian/Fotos" it works, but what doesn't work is suggest "/home/christian/Bilder/Fotos" if "Bilder" does not exist.

This could be easily fixed by making digikam create the directory with the "-p" option of mkdir, however that is implemented in C++...
Comment 1 caulier.gilles 2009-06-19 15:23:16 UTC
SVN commit 983924 by cgilles:

QDir::mkdir => QDir::mkpath
BUGS: 197152


 M  +2 -2      collectionpage.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=983924