Sorry, I must have missed the segfault log last time.
Knowing that it's org/kde/plasma/calendar/libcalendarplugin.so that is causing the crash is a great discovery! That means it's probably the "plasma calendar api" that the default digital clock and event calendar use to show events from "kholidays", "moon phases", or personal events through "PIM". KDE "PIM" is short for Personal Information Management, which is short for KOrganizer, Kontact, etc.
Is the kdepim-addons package installed?
Do you use KOrganizer? It's okay if you don't.
Can you click "Install Debug Symbols", then link to the new segfault log? I would like to know what specific function in libcalendarplugin.so caused the error.
Eg: https://i.imgur.com/l4IkS.png
Finally, as a workaround, you can always try removing the "plasmaCalendarManager" in 2 locations and just use my "googleCalendarManager".
Just delete or comment out these lines:
* https://github.com/Zren/plasma-applet-eventcalendar/blob/master/package/contents/ui/EventModel.qml#L15
* https://github.com/Zren/plasma-applet-eventcalendar/blob/master/package/contents/ui/EventModel.qml#L91-L93
I noticed a similar behavior 2 months ago when I replied to biudreun on another product. I cannot remember what text was clipped.
It happened again today, the message cutoff after the # in the #L17 anchor tag in:
In recent versions it’ll always show all days in the selected month in the agenda. It will also show the next 14 days even if they are in the next month. There is not a config option to set how many days. There is a variable in the code that could be easy to change though, haven’t tested it.