Re: Importing issue within AddressManager
Patrick Cardona <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.general |
|---|---|
| Message-ID | <0c9ab368fa79ef49fa2b216f57dbb4cd@pi400> |
Hi Riccardo, On 2025-10-29 00:45:27 +0100 Riccardo Mottola <[email protected]> wrote: > Hi Patrick > > Patrick Cardona wrote: >> One maybe important think I noted: the French UI is not functioning >> like >> the English one. >> For example, I can use the menu command "Person > Delete (#d)" in >> the >> English UI while the French command "Effacer" is grayed. I guess the >> French >> translated UI is outdated. > > I tried a quick fix for that: the controller was out-of-sync, the > menu action > was not connected. I connected it. I hope reimporting did not break > anything > else. > > Committed blindly - enjoy. > Well, French UI seems fixed now (deleting a person is functional). Thank you. I built FW and App from revision 4073. I got also a example of vcard 4.0 and added the BDAY field (yyyymmdd) like this: <ForrestGump.vcf> Then, importing even in the English UI fails: - Birth date (19620709 in vcard) shown in AddressManager became: 07/08/1962. I am also wondering about the way I build the FW: I just build these two parts: - Addresses - AddressView Missing something? Another not related issue; I note also while I try to select a text field in Address view panel, it closes Addressmanager (segfault) Previous messages in the console are only warnings I guess not related to this crash : 2025-10-29 11:47:24.723 AddressManager[10086:10086] Warning: Unhandled property 'CreationDate' in conversion to vcard 2025-10-29 11:47:24.723 AddressManager[10086:10086] Warning: Unhandled property 'UID' in conversion to vcard 2025-10-29 11:47:24.723 AddressManager[10086:10086] Warning: Unhandled property 'ModificationDate' in conversion to vcard Patrick -- Patrick Cardona - Pi400 - GNU/Linux aarch64 (Debian 13.1) Xorg (1:7.7+24) - libcairo2 (1.18.4-1+rpt1 arm64) Window Maker (0.96.0) - GWorkspace (1.1.0 - 02 2025) - Theme: AGNOSTEP - MUA: GNUMail (1.4.0)
ForrestGump.vcf
(text/vcard, 665 B)
BEGIN:VCARD VERSION:4.0 N:Gump;Forrest;;Mr.; FN:Forrest Gump ORG:Bubba Gump Shrimp Co. TITLE:Shrimp Man PHOTO;MEDIATYPE=image/gif:http://www.example.com/dir_photos/my_photo.gif TEL;TYPE=work,voice;VALUE=uri:tel:+1-111-555-1212 TEL;TYPE=home,voice;VALUE=uri:tel:+1-404-555-1212 ADR;TYPE=WORK;PREF=1;LABEL="100 Waters Edge\nBaytown\n, LA 30314\nUnited States of America":;;100 Waters Edge;Baytown;LA;30314;United States of America ADR;TYPE=HOME;LABEL="42 Plantation St.\nBaytown\, LA 30314\nUnited States of America":;;42 Plantation St.;Baytown;LA;30314;United States of America EMAIL:[email protected] BDAY:19620709 REV:20080424T195243Z x-qq:21588891 END:VCARD