From 0c0b7450a282608a004ff78960751c8964d478f8 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Tue, 22 Feb 2011 03:22:11 +0000 Subject: Don't set default timezone By default, Sugar's gconf schema configures a UTC timezone, and this means that sugar-session unconditionally adjusts the environment so that a UTC timezone is used. This overrides any system-wide timezone specified by /etc/localtime. Test case: set /etc/localtime to Asia/Taipei, start sugar, open terminal, run "date", observe that it shows GMT time. Drop the text value from the default gconf schema. This allows the systemwide timezone to be used as a default. Sugar users can still make their own choice (overriding the systemwide default) in the control panel. Reviewed-by: James Cameron Acked-by: Sascha Silbe --- diff --git a/data/sugar.schemas.in b/data/sugar.schemas.in index f38b42e..b13f746 100644 --- a/data/sugar.schemas.in +++ b/data/sugar.schemas.in @@ -78,7 +78,7 @@ /desktop/sugar/date/timezone sugar string - UTC + Timezone Timezone setting for the system. -- cgit v0.9.1