Solved No clock in system tray after upgrade to kde5-5.19.2.20.04.2

My last run of pkg upgrade upgraded kde5-5.19.0.20.04.2 to kde5-5.19.2.20.04.2 and the clock no longer appears in the system tray and the option to display it is not listed in the System Tray Settings.
Screenshot_20200710_114458.png
 
My last run of pkg upgrade upgraded kde5-5.19.0.20.04.2 to kde5-5.19.2.20.04.2 and the clock no longer appears in

Same issue after upgrading the whole system
Code:
root@freebsd:~ # uname -a
FreeBSD freebsd 12.1-RELEASE-p7 FreeBSD 12.1-RELEASE-p7 GENERIC  amd64

root@freebsd:~ # cat /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}
I looks a problem with clock widget
 
I think it's solved with https://svnweb.freebsd.org/ports?view=revision&revision=541830
You can also remove /etc/localtime and make /etc/localtime a symlink
Thanks, upgrading ports and rebuilding qt5-core fixed it for me.

I normally upgrade everything from packages, usually only when security updates are available so it's about 3 weeks since the previous upgrade. I upgraded all packages today and it was just my bad luck that yesterday's patch of qt5-core was too recent to have made it into the package repository
 
Back
Top