Summary: | Knotes erases its configuration file at launch | ||
---|---|---|---|
Product: | [Unmaintained] knotes | Reporter: | johannesmyth |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | necrodos, ronwilhoite, travisgevans |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.3 | |
Sentry Crash Report: |
Description
johannesmyth
2011-10-07 01:03:09 UTC
Oh, sorry, Knotes version is 4.7.1, not 4.7. I'm having this problem also. Configure knotes, /share/config/knotesrc exists. Quit knotes, the knotesrc file is still there. Start knotes, the knotesrc file is gone. Starting knotes in a terminal shows one of the following lines for each note: knotes(2325) KNotesLegacy::convertKNotes1Config: The file " "/home/ronw/.kde/share/apps/knotes/notes/libkcal-914103111.560" " lacks version information but is not a valid KNotes 1 config file either! but no messages about the knotesrc file. Version is 4.7.2. same problem here, my versionis 4.7.4, made to starts when ubuntu starts but can't get it to remember configuration, a little help here? Confirmed on KDE 4.8.0, Arch Linux 64-bit. Symptoms are as described above; any changes in the configuration dialog get lost on every start. Git commit 092aaf7f1d4ae40df071b68c76f37a78e6e78afd by Allen Winter. Committed on 15/04/2012 at 13:57. Pushed by winterz into branch 'master'. the version value in knotesrc is no longer a floating point number. so cheat. this fixes the test that looks to remove ancient knotesrc files. FIXED-IN: 4.8.3 MERGE: 4.8 M +41 -41 knotes/knoteslegacy.cpp http://commits.kde.org/kdepim/092aaf7f1d4ae40df071b68c76f37a78e6e78afd Git commit c1c7b3cdf2f474db608c4e3498acf477043a4115 by Allen Winter. Committed on 15/04/2012 at 13:57. Pushed by winterz into branch 'KDE/4.8'. the version value in knotesrc is no longer a floating point number. so cheat. this fixes the test that looks to remove ancient knotesrc files. FIXED-IN: 4.8.3 MERGE: 4.8 (cherry picked from commit 092aaf7f1d4ae40df071b68c76f37a78e6e78afd) M +41 -41 knotes/knoteslegacy.cpp http://commits.kde.org/kdepim/c1c7b3cdf2f474db608c4e3498acf477043a4115 |