Summary: | crash if a blank network ressource was created | ||
---|---|---|---|
Product: | [Unmaintained] kab3 | Reporter: | intruderkw |
Component: | general | Assignee: | Tobias Koenig <tokoe> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | andreas.petzold+kdebugs |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
intruderkw
2007-04-04 12:41:13 UTC
SVN commit 656878 by tokoe: Disable compilation of remote resource for further KDE 3.X releases, as is causes datalose which can't be fixed without a major structural change in the whole library. BUGS: 143831 125803 M +1 -5 Makefile.am --- branches/KDE/3.5/kdelibs/kabc/plugins/Makefile.am #656877:656878 @@ -1,5 +1 @@ -SUBDIRS = file dir net ldapkio - -#imap \ -#sql \ -#evolution +SUBDIRS = file dir ldapkio *** Bug 125803 has been marked as a duplicate of this bug. *** While I understand that a feature that can cause catastrophic data loss should be fixed and if it cannot be fixed probably needs to be disabled, would it be possible to at least keep read-only network resources? Since I switched to read-only network address books I didn't experience any major problems and for sure no data loss. If there was a working solution that could sync my KABC address books over the network I wouldn't complain. My previous experience with kitchensync was far from good (would you expect a resource that is defined as read-only to be completely messed up?). Maybe I should try again, or maybe someone (possibly on the kde-pim list) can give me advise on a working solution to sync KABC address books between different computers via the network. The development of the old KAddressBook will be discontinued for KDE 4.4. Since the new application has the same name, but a completly new code base we close all bug reports against the old version and ask the submitters to resend there reports against the new product. |