Solved Evolution only showing first line of emails

I have just upgraded my system from 13.4 to 14.1 but now have an issue with the evolution package in that it is only showing a single line of the email in both the preview and message display views.
Code:
uname -a
FreeBSD Ruru 14.1-RELEASE-p7 FreeBSD 14.1-RELEASE-p7 GENERIC amd64

I am running latest

Code:
pkg -vv | sed -n '/^Repositories:/,$ p'
Repositories:
  FreeBSD: {
    url             : "pkg+http://pkg.FreeBSD.org/FreeBSD:14:amd64/latest",
    enabled         : yes,
    priority        : 0,
    mirror_type     : "SRV",
    signature_type  : "FINGERPRINTS",
    fingerprints    : "/usr/share/keys/pkg"
  }

One potential issue is that I see that I have two versions of webkit2-gtk installed but one is needed for Gnome the other a bunch of applications including evolution

Code:
pkg info | grep webkit
webkit2-gtk_40-2.46.5_2        Opensource browser engine using the GTK 3 toolkit
webkit2-gtk_41-2.46.5_2        Opensource browser engine using the GTK 3 toolkit

Any htoughts on how I resolve the evolution display issue?
 
Works as expected here on 14.2 quarterly.

Screenshot 2025-02-14 at 3.36.55 pm.png
 
I have the same problem. I solved it as follows...
1. Make backup: mv /usr/local/share/evolution/webkit/e-web-view.js /usr/local/share/evolution/webkit/e-web-view.js.orig
2. Copied the contents of this file https://gitlab.gnome.org/GNOME/evolution/-/blob/master/data/webkit/e-web-view.js?ref_type=heads in /usr/local/share/evolution/webkit/e-web-view.js
3. Make backup: mv /usr/local/share/evolution/webkit/webview.css /usr/local/share/evolution/webkit/webview.css.orig
4. Copied the contents of this file https://gitlab.gnome.org/GNOME/evolution/-/blob/master/data/webkit/webview.css?ref_type=heads in /usr/local/share/evolution/webkit/webview.css
5. Run evolution
 
I have the same problem. I solved it as follows...
1. Make backup: mv /usr/local/share/evolution/webkit/e-web-view.js /usr/local/share/evolution/webkit/e-web-view.js.orig
2. Copied the contents of this file https://gitlab.gnome.org/GNOME/evolution/-/blob/master/data/webkit/e-web-view.js?ref_type=heads in /usr/local/share/evolution/webkit/e-web-view.js
3. Make backup: mv /usr/local/share/evolution/webkit/webview.css /usr/local/share/evolution/webkit/webview.css.orig
4. Copied the contents of this file https://gitlab.gnome.org/GNOME/evolution/-/blob/master/data/webkit/webview.css?ref_type=heads in /usr/local/share/evolution/webkit/webview.css
5. Run evolution
Have you been able to communicate this to the freebsd-gnome@FreeBSD.org people to get them to update the port?
 
Have you been able to communicate this to the freebsd-gnome@FreeBSD.org people to get them to update the port?
Did try but got the following automated email
Hi, this is the Mlmmj program managing the <freebsd-gnome@FreeBSD.org>
mailing list.

The message from <my email address> with subject "Evolution only
showing first line of emails" was unable to be delivered to the list
because you are not a list subscriber.
 
Back
Top