Summary: | user settings are saved to the wrong place for Windows | ||
---|---|---|---|
Product: | [Unmaintained] kde-windows | Reporter: | DG <downhillgames> |
Component: | general | Assignee: | Christian Ehrlicher <Ch.Ehrlicher> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
DG
2008-07-07 02:08:36 UTC
I've a local fix and will commit it the next week. All data is then stored in C:\Documents and Settings\myusername\Application Data\ Marble in qt-only mode needs some special work since they don't use kdelibs path handling then. Will have to take a deeper look there. SVN commit 830204 by sengels: fix this for marble - as this function is used everywhere, this shouldn't lead to problems CCBUG: 165906 M +28 -2 MarbleDirs.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=830204 SVN commit 833280 by chehrlic: save settings on windows in %APPDATA%/.kde instead %HOME%/.kde BUG: 165906 M +12 -1 kstandarddirs.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=833280 This problem still persists for me through the 4.1 stable release. Settings are saved to %userdir%\.kde\ instead of %userdir%\Application Data\.kde\ A bit later today I can try things in a fresh virtual machine to make certain, but on my main box here it still saves things to the "old" location. Cheers, -DHG fixed in svnHead - will not be backported to 4.1 because this would mean that the users will loose their settings during minor version upgrade which isn't a good idea. SVN commit 887303 by sengels: QDir::home is not the correct way for KDE on Windows CCBUG:165906 M +14 -0 coreengine.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=887303 |