Summary: | The default path for image library is not localizable | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Mikael Lammentausta <mikael.lammentausta> |
Component: | Setup-Collections | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Mikael Lammentausta
2009-08-25 11:14:00 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. |