Bug 247943

Summary: KDE5/KF5: Update to Plasma 5.19.3 has no time in taskbar
Product: Ports & Packages Reporter: Neel Chauhan <nc>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me CC: bahlgren, gcr, kde, nc, sv, tcberner
Priority: --- Keywords: regression
Version: LatestFlags: tcberner: maintainer-feedback+
Hardware: Any   
OS: Any   

Description Neel Chauhan freebsd_committer freebsd_triage 2020-07-13 04:50:26 UTC
When I updated KDE5 to 5.19.3, there is no time on the taskbar.
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2020-07-13 06:24:28 UTC
Moin moin 

Qt assumes that /etc/localtime is a symlink to your chosen timezone file.

e.g.
> file /etc/localtime                                                                                                                                                                                                             
/etc/localtime: symbolic link to /usr/share/zoneinfo/Europe/Zurich


mfg Tobias
Comment 2 Greg Rivers 2020-07-13 06:49:40 UTC
(In reply to Tobias C. Berner from comment #1)
But no one has that, or would know that, because that is not what tzsetup(8) does, and there is no option to tell it to do so. Why would finding a regular file instead of a sym link break Qt? Is that not a bug in Qt?
Comment 3 Bengt Ahlgren 2020-07-13 10:03:14 UTC
This is already fixed by: https://svnweb.freebsd.org/ports?view=revision&revision=541830

Thanks for your hard work with KDE on FreeBSD!
Comment 4 Greg Rivers 2020-07-13 18:56:38 UTC
(In reply to Bengt Ahlgren from comment #3)
That is good news, thanks.

+1 on kudos to the KDE team!