With its later releases Liical moved to not providing its own tzdatabase on
systems that already cary one.

thus osmo has to search for the tzdata in

/usr/share/zoneinfo 

the attached patch was already sennt upst ream, but may instantly close this
debian bug.

Wilfried Goesgens
--- src/calendar_ical.c.orig	2008-07-19 11:43:17.000000000 +0200
+++ src/calendar_ical.c	2008-07-19 11:27:07.000000000 +0200
@@ -63,6 +63,7 @@
 ics_initialize_timezone (void) {
 
 gchar *tz_search_paths [] = {
+    "/usr/share/zoneinfo/",
     "/opt/usr/share/libical/zoneinfo/",
     "/usr/share/libical/zoneinfo/",
     "/usr/local/share/libical/zoneinfo/"

Reply via email to