Re: [Evolution] Crashing Evolution 3.46.0 ?

2022-10-06 Thread Paul Smith
On Thu, 2022-10-06 at 08:26 +0200, Milan Crha via evolution-list wrote:
> Some info on the debugging of the Flatpak apps is here:
> https://docs.flatpak.org/en/latest/debugging.html

Thanks for that info.  I started evolution in the background inside a
flatpak --devel container, then attached to it with gdb -p from within
the container.

Hopefully the next time I get a crash I'll have some useful details...
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Crashing Evolution 3.46.0 ?

2022-10-06 Thread Milan Crha via evolution-list
On Wed, 2022-10-05 at 15:33 -0400, Paul Smith wrote:
> Yesterday I updated my flatpak to Evolution 3.46.0 (from Evolution
> 3.44.x) and I'm having something of a hard time adjusting.  I'm
> running it on Ubuntu 20.04 which has native Gnome 3.36.8.

Hi,
it had been mentioned here already, see this thread (with some replies
in this month):
https://mail.gnome.org/archives/evolution-list/2022-September/msg00142.html

It's hard to say what's going on without a backtrace. That might not
necessarily point to the faulty place, but maybe it'll help a bit at
least. Debugging Flatpak applications is tricky, even more trickier for
the Evolution (notice of the `evolution.bin` in the warning, the
`/app/bin/evolution` is a wrapper script, which runs necessary services
before the `evolution.bin` binary is started).

Some info on the debugging of the Flatpak apps is here:
https://docs.flatpak.org/en/latest/debugging.html

Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution import

2022-10-06 Thread Milan Crha via evolution-list
On Wed, 2022-10-05 at 20:09 +0100, Dennis Harvey via evolution-list
wrote:
> What do I need to be able to import data from a single file which has
> 3 column csv format?  I always get the first column imported into the
> first 2 columns in Evolution contacts and nothing in the third
> column.

Hi,
what do those three columns contain, please? Does the first line
contain names of the fields the columns correspond to? You can choose
between three different CSV formats during import, each producing a
slightly different output, depending on the file content.

Recognized column names can be seen here:
https://gitlab.gnome.org/GNOME/evolution/-/blob/master/src/addressbook/importers/evolution-csv-importer.c#L97

Ideally, you process the CSV file with a script and convert it to a
vCard file, where you assign columns to exact fields in the vCard
format (you can create a contact with filled values in the needed
fields in Evolution, then right-click the contact and pick "Save as
vCard...", then open the file and see what should be written where).
The UID is supposed to be globally unique for each contact.
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list