Bug 197152 - startup wizard has problems creating directories
Summary: startup wizard has problems creating directories
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Setup-FirstRun (show other bugs)
Version: 1.0.0
Platform: unspecified Linux
: LO minor
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-19 15:05 UTC by Christian González
Modified: 2017-08-10 12:08 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 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