https://bugs.kde.org/show_bug.cgi?id=265096
Egbert König <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Egbert König <e kunig home nl> 2012-01-12 10:54:42 --- (In reply to comment #6) > Hi Grégory, > > this should be fixed with r35280-2 in all EGroupware branches in SVN, with the > following fix: > > Index: inc/class.groupdav.inc.php > =================================================================== > --- inc/class.groupdav.inc.php (Revision 35281) > +++ inc/class.groupdav.inc.php (Arbeitskopie) > @@ -134,6 +134,7 @@ > { > case 'kde': // KAddressbook (at least in 3.5 can NOT subscribe > / does NOT find addressbook) > $this->client_require_href_as_url = true; > + $this->cnrnd = true; // Akonadi seems to require redundant > namespaces, see KDE bug #265096 https://bugs.kde.org/show_bug.cgi?id=265096 > break; > case 'cfnetwork': // Apple addressbook app > case 'dataaccess': // iPhone addressbook > > Fix will be part of tomorrows daily 1.8 snapshot and the next maintenance > release. > > Ralf Although the above fix is installed in my system, I needed to do the change suggeseted in comment #1 before kadressbook could use the eGroupware address source. Might get_handler() return something else than "kde", e.g. "kde4"? System is openSuSE 12.1 x86_64, eGroupware-1.8.002-20111111 from openSuSE Build Service. Egbert -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
