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 317095 - calendar entries not shown in clock-applet
calendar entries not shown in clock-applet
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: clock
2.12.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-24 09:49 UTC by Tommi Komulainen
Modified: 2005-10-03 07:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
implement authentication callback (1.21 KB, patch)
2005-09-24 10:54 UTC, Tommi Komulainen
committed Details | Review

Description Tommi Komulainen 2005-09-24 09:49:37 UTC
After upgrading from gnome 2.10 to 2.12 clock-applet is no longer displaying any
calendar entries from e-d-s in the calendar popup. The following warnings are
being printed to console instead:

** (clock-applet:6402): WARNING **: Cannot open calendar from uri
'exchange://.../Calendar': Authentication required
** (clock-applet:6402): WARNING **: Cannot open calendar from uri
'exchange://.../Tasks': Authentication required
Comment 1 Tommi Komulainen 2005-09-24 10:54:05 UTC
Created attachment 52589 [details] [review]
implement authentication callback

The callback is similar to the one in
evolution/calendar/common/authentication.c with the exception that if the
password is not available, the dialog for asking is not presented.

Needs libedataserverui-1.2
Comment 2 Vincent Untz 2005-10-01 09:31:16 UTC
Comment on attachment 52589 [details] [review]
implement authentication callback

So, how can I reproduce this? Do I need exchange?

+	component_name = auth_domain ? auth_domain : "Calendar";

Is "Calendar" appearing in the UI? If so, it should be translatable.
Comment 3 Tommi Komulainen 2005-10-01 10:17:07 UTC
I'd expect you need a calendar/tasks source which requires authentication.
Exchange does it, but I haven't used groupwise or others.

You need to as evolution developers about "Calendar" I just copied it from
there. But from what I can guess it's only used as (partial) index to passwords
store in .gnome2_private/Evolution
Comment 4 Vincent Untz 2005-10-03 07:03:08 UTC
Committed. Thanks.