| Summary: | Unable to load/save configuration. Wrong permissions on home folder? not able to sent a message to newsgroups, i can seen the postings (error: Unable to load/save configuration. Wrong permissions on home folder? You should close KNode now to avoid dat... | ||
|---|---|---|---|
| Product: | [Unmaintained] knode | Reporter: | heelstraf <heelstraf> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bernd.schubert |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
heelstraf
2008-05-04 12:01:40 UTC
The original summary for this bug was longer than 255 characters, and so it was truncated when Bugzilla was upgraded. The original summary was: Unable to load/save configuration. Wrong permissions on home folder? not able to sent a message to newsgroups, i can seen the postings (error: Unable to load/save configuration. Wrong permissions on home folder? You should close KNode now to avoid data loss.) SVN commit 945792 by mleupold:
Fix use of KStandardDirs:
- use appdata instead of data wherever possible
- replace KStandardDirs::locateLocal("data", "knode/")+"otherdir/" by KStandardDirs::locateLocal("data", "knode/otherdir/") as this fixes auto-creating otherdir if it doesn't
exist yet.
BUG: 161595
M +3 -3 knaccountmanager.cpp
M +4 -3 knarticlefilter.cpp
M +2 -2 knconfig.cpp
M +2 -2 knconvert.cpp
M +2 -2 knfiltermanager.cpp
M +1 -1 knfolder.cpp
M +3 -3 knfoldermanager.cpp
M +1 -1 knnntpaccount.cpp
WebSVN link: http://websvn.kde.org/?view=rev&revision=945792
SVN commit 945846 by mleupold:
Backport of r945792 to the 4.2 branch.
Fix use of KStandardDirs:
- use appdata instead of data wherever possible
- replace KStandardDirs::locateLocal("data", "knode/")+"otherdir/" by KStandardDirs::locateLocal("data", "knode/otherdir/") as this fixes auto-creating otherdir if it doesn't
exist yet.
CCBUG: 161595
M +3 -3 knaccountmanager.cpp
M +4 -3 knarticlefilter.cpp
M +2 -2 knconfig.cpp
M +2 -2 knconvert.cpp
M +2 -2 knfiltermanager.cpp
M +1 -1 knfolder.cpp
M +3 -3 knfoldermanager.cpp
M +1 -1 knnntpaccount.cpp
WebSVN link: http://websvn.kde.org/?view=rev&revision=945846
Happens here with knode from kde-4.3: Version: 4:4.3.1-0ubuntu1 Unable to load/save configuration. Wrong permissions on home folder? You should close KNode now to avoid data loss. |