After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 744665 - gnome-shell-calendar-server needs to be updated for e-d-s dbus version bump in 3.15.90
gnome-shell-calendar-server needs to be updated for e-d-s dbus version bump i...
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: calendar
3.15.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-02-17 15:11 UTC by Sebastian Keller
Modified: 2015-02-17 16:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
calendar-server: Bump dataserver version (1.72 KB, patch)
2015-02-17 16:31 UTC, Florian Müllner
none Details | Review

Description Sebastian Keller 2015-02-17 15:11:27 UTC
evolution-data-server bumped its sources dbus api version to 4 in 3.15.90 and gnome-shell-calendar-server needs to be updated accordingly [0]. This makes it work again, at least with calendars that don't require authentication. Maybe there are additional changes required for calendars with authentication, since e-d-s moved authentication handling back to the client side.


[0] https://git.gnome.org/browse/gnome-shell/tree/src/calendar-server/calendar-sources.c#n191
Comment 1 Florian Müllner 2015-02-17 16:31:19 UTC
The following fix has been pushed:
7aa75f8 calendar-server: Bump dataserver version

We'll see if other changes are necessary, so for now let's just do this.
Comment 2 Florian Müllner 2015-02-17 16:31:24 UTC
Created attachment 297033 [details] [review]
calendar-server: Bump dataserver version

Evolution-data-server bumped its DBus API, so it's update time
for us ...