You wrote: > Or before, is it different without claws-mail running?
Before starting claws or anything else:
interface org.gnome.Shell.CalendarServer {
methods:
GetEvents(in x since,
in x until,
in b force_reload,
out a(sssbxxa{sv}) events);
signals:
Changed();
properties:
readonly x Since = 0;
readonly x Until = 0;
};
With claws running and looking around in the gnome calendar, it swaps
between these two variants:
interface org.gnome.Shell.CalendarServer {
methods:
GetEvents(in x greeting,
in x greeting,
in b greeting,
out a(sssbxxa{sv}) events);
signals:
properties:
};
interface org.gnome.Shell.CalendarServer {
methods:
GetEvents(in x since,
in x until,
in b force_reload,
out a(sssbxxa{sv}) events);
signals:
Changed();
properties:
readonly x Since = 1388404620;
readonly x Until = 1391428620;
};
and once claws crashes it is in the last step (except the timestamps
changes).
/Simon
signature.asc
Description: PGP signature

