[kdepim] [Bug 507319] org.kde.pim.pimeventsplugin is unable to get KCalendarCore::Incidence::Ptr payload from calendar items in Akonadi
Thomas Baag
bugzilla_noreply at kde.org
Thu Aug 14 20:10:02 BST 2025
https://bugs.kde.org/show_bug.cgi?id=507319
Thomas Baag <bugs.kde.org at spam.b2ag.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REPORTED |RESOLVED
Resolution|--- |DOWNSTREAM
--- Comment #1 from Thomas Baag <bugs.kde.org at spam.b2ag.de> ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list