Comment 0 for bug 1282129

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

It appears the bugfix for this bug; https://bugs.launchpad.net/ubuntu/+source/qtorganizer5-eds/+bug/1274792 causes clock to no longer work properly. Attempting to launch the app results in the app failing to come up. Both the clock and calendar app logs contain things like;

static void QOrganizerEDSEngine::itemsAsyncListed(ECalComponent*, time_t, time_t, FetchRequestData*)
APPEND QOrganizerItemDetail(name=2100, key=3079, 2101=QVariant(QDateTime, QDateTime("Wed Jan 1 12:28:07 2014") ) , 2102=QVariant(QDateTime, QDateTime("Wed Jan 1 13:38:07 2014") ) )
APPEND QOrganizerItemDetail(name=0, key=2928)
static void QOrganizerEDSEngine::itemsAsyncListed(ECalComponent*, time_t, time_t, FetchRequestData*)

I'm not sure if calendar works after the fix as well, it seems like it too still suffers from the issue.