Bug 205059 - The default path for image library is not localizable
Summary: The default path for image library is not localizable
Status: RESOLVED NOT A BUG
Alias: None
Product: digikam
Classification: Applications
Component: Setup-Collections (show other bugs)
Version: 1.0.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-25 11:14 UTC by Mikael Lammentausta
Modified: 2017-08-10 08:34 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 Mikael Lammentausta 2009-08-25 11:14:00 UTC
Version:           1.0.0-SVN (using KDE 4.3.0)
OS:                Linux
Installed from:    Compiled From Sources

In the digikam.pot l10n file there is a string "/Pictures" which was before localized when asking this location on the first run.

Currenly the first run wizard has been reworked so this must have dropped. The translation does not apply, digiKam offers me $HOME/Pictures.
Comment 1 Marcel Wiesweg 2009-09-11 20:37:13 UTC
    picturesPath = QDir::homePath() + i18nc([...], "/Pictures");

The path is still retrieved using i18n().
However, this is only the last resort. We default to system-wide settings (XDG...) retrieved with KGlobalSettings::picturesPath(). Probably your distribution has set such a path without localizing it, or there is a problem in KDE libs.