| Summary: | all contacts, no more address | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] libkgapi | Reporter: | Philippe ROUBACH <philippe.roubach> |
| Component: | contacts | Assignee: | Daniel Vrátil <dvratil> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | you can see "domicile" address not displayed | ||
|
Description
Philippe ROUBACH
2019-03-07 08:38:05 UTC
read "for all contacts in kaddressbook only the name of the field "home" or "work" is displayed, not the address !" sorry in google contacts we get this BEGIN:VCARD VERSION:3.0 ... ADR;TYPE=HOME:;112 rue Ambroise Croizat\n93200 SAINT-DENIS\n\nFRANCE;;;;; ADR;TYPE=HOME:;6 rue Claude Decaen\n75012 PARIS\n\nFRANCE;;;;; ADR;TYPE=HOME:;15 rue du Port\n66140 CANET EN ROUSSILLON\n\nFRANCE;;;;; .... END:VCARD i assume ";;;;;" is the problem. ok i found where the problem is a standard address ADR;TYPE=home:;;28 cours Tartas;ARCACHON;;;France a non standard address ADR;TYPE=home:;112 rue Ambroise Croizat\n93200 SAINT-DENIS\n\nFRANCE;;;;; "\n" instead of ";" who changed this ? Created attachment 118645 [details]
you can see "domicile" address not displayed
there was an update about 18.12.3 and 5.55.0 it seems the patch sam. 09 mars 2019 13:00:00 CET lbeltrame@kde.org - Update to 18.12.3 * New bugfix release * For more details please see: * https://www.kde.org/announcements/announce-applications-18.12.3.php - Changes since 18.12.2: * Fix googletalk protocol. * Contacts: fix email type deserialization (kde#398847) - Dropped patches, now upstream: * Contacts-fix-email-type-deserialization.patch fixed the problem but not for all addresses. a few addresses stays "not displayed" and we get a bonus: for a few addresses "Pari, 75002" is displayed instead of "75002 PARIS" for all addresses "PARI" is displayed instead of "PARIS" we get another bonus: in the address english "PO BOX 33" instead of french "BP 33" i close this bug because problem solved |