Re: [Evolution] Evolution or gnome files
On 2018-11-13 at 15:43 +0100, Tibor Attila Anca via evolution-list wrote: > Hello, > > I use Gnome 3.30 and Evolution 3.30 on Fedora 29. I recently observed > the following problem. > > I've got some E-Mails with 5 to 7 large pictures which I want to save in > a certain directory. If i chose the first message it loads instantly, > saving is no time done. But at least by the third message the save as > dialogue slows down. Means: it takes a few minutes to display the files > already present in the folder and the path is also not visible. I > remember to already have had something like this with evolution 3.28. > > I'm not really sure weather this is a problem of gnome files, gnome > shell or evolution. Did someone else notice this behaviour? > > Thanks > Tibor Hello Tibor Some ideas for further testing: If you restart evolution, is it fast again? Is there any difference if you change to saving into an empty folder again (eg. move the files somewhere else from the terminal) ? Do those ~21 files fill up the window? Is a preview block being shown? I hypothesize that the Save as dialog may be trying to show a preview of those large images (only of the selected one? Caching all the images on the folder?) which would then slow it down. In that case, I would consider it a gtk+ issue. Note however that this is just speculation, it is just the only reason I could come up for experiencing what you reported. Best regards ___ 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 or gnome files
> > I've got some E-Mails with 5 to 7 large pictures which I want to > > save in a certain directory. If i chose the first message it loads > > instantly, saving is no time done. If they are attachments you can Ctrl-A, Save-As, and save them all at once, as possible work around. -- Meetings Coordinator, Michigan Association of Railroad Passengers 537 Shirley St NE Grand Rapids, MI 49503-1754 Phone: 616.581.8010 E-mail: awill...@whitemice.org GPG#D95ED383 Web: http://www.marp.org ___ 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] EWS: "message exceeds the maximum supported size"
With Torsten's help, I ended up sorting out this problem myself. The experience suggests the following request to evolution-ews developers: please report ItemId together with an error messages, it would make resolving this kind of issues a bit easier. The details: The reason for the error "message exceeds the maximum supported size" displayed by Evolution calendar was a calendar item on the server side that exceeded (apparently) the permitted size of the server's EWS API. The error caused the syncing protocol to stop, which is why import of changes from the server into EWS did not work any more. The problem for me was to find out: which item on the server was causing the error? I managed to find this by running > EWS_DEBUG=2 /usr/lib/evolution/evolution-calendar-factory | tee /tmp/ews.log , pre-processing the log file to isolate the XML, passing XML snippets through xmlstarlet to extract ItemID tags, and finally comparing two ItemID lists to see which ItemID causes the error. Then I asked the administrator of the EWS account to find out for me which calendar entry the ItemID (a lengthy base64 encoded number) belongs to, and deleted this entry. After this, syncing between Evolution calendar and EWS server worked like a charm again. ___ evolution-list mailing list evolution-list@gnome.org To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list