Summary: | org.kde.pim.pimeventsplugin is unable to get KCalendarCore::Incidence::Ptr payload from calendar items in Akonadi | ||
---|---|---|---|
Product: | [Applications] kdepim | Reporter: | Thomas Baag <bugs.kde.org> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 6.4.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thomas Baag
2025-07-21 17:17:36 UTC
Sorry for all the fuzz. This seems to be a packaging issue with NixOS. I got it working (standalone for debugging) like this: QT_QPA_PLATFORM=xcb QT_LOGGING_RULES="org.kde.pim.*.debug=true; " XDG_DATA_DIRS="$XDG_DATA_DIRS:/nix/store/qvwb17p40dsssidwi6jlzbyss8s7bxzk-akonadi-calendar-25.04.3/share" QT_PLUGIN_PATH="$QT_PLUGIN_PATH:/nix/store/qvwb17p40dsssidwi6jlzbyss8s7bxzk-akonadi-calendar-25.04.3/lib/qt-6/plugins" , plasmoidviewer --applet org.kde.plasma.digitalclock So it was missing the desktop file to find the serializer and the plugin path for the library. I had to force plasmoidviewer to use X11 as it was crashing when drawing the popup. Will mark as resolved even if it's not because problem is further downstream. |