[Bug 1271484] Re: Clock doesn't update after changing time zone

2014-05-27 Thread Khurshid Alam
Has this fix really landed on 13.10? If I add a online calendar in evolution(for example RTM events public ical file) it shows wrong date time in indicator-datetime even though it shows correct time in evolution. Evolution uses system timezone ical file uses same time-zone as system-time

[Bug 1271484] Re: Clock doesn't update after changing time zone

2014-02-28 Thread Charles Kerr
The realpath() fix is in 14.04 now, and the original fix landed in 13.10 some time ago, so finally marking this bug as fixed... ** Changed in: indicator-datetime (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1271484] Re: Clock doesn't update after changing time zone

2014-01-31 Thread Sebastien Bacher
Thanks Charles, I guess the monitor not working has to do with the hackery done on the phone to make the file writable... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1271484 Title: Clock doesn't

[Bug 1271484] Re: Clock doesn't update after changing time zone

2014-01-31 Thread Martin Pitt
My strong suspicion is that this watches for /etc/timezone changes, but on the phone this never actually changes. This is just a symlink to /etc/writable/. So I suppose before you set up a file watch you do a realpath() call to ensure that you always watch for changes to the actual file. -- You

[Bug 1271484] Re: Clock doesn't update after changing time zone

2014-01-31 Thread Charles Kerr
pitti: I will try that and retest, thanks for the tip. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1271484 Title: Clock doesn't update after changing time zone To manage notifications about this

[Bug 1271484] Re: Clock doesn't update after changing time zone

2014-01-31 Thread Launchpad Bug Tracker
** Branch linked: lp:~charlesk/indicator-datetime/lp-1271484 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1271484 Title: Clock doesn't update after changing time zone To manage notifications

[Bug 1271484] Re: Clock doesn't update after changing time zone

2014-01-31 Thread Charles Kerr
Martin, your guess was right -- realpath()ing the symlink resolves this bug on the phone. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1271484 Title: Clock doesn't update after changing time zone

[Bug 1271484] Re: Clock doesn't update after changing time zone

2014-01-30 Thread Charles Kerr
The 13.10 fix in lp:~charlesk/indicator-datetime/13.10-lp-1271484 is also part of that cpp MR for trunk and seb128 and I are both seeing that branch work on the Desktop. There's a separate issue on the phone, though. For some reason the GFileMonitor that's watching /etc/timezone isn't emitting

[Bug 1271484] Re: Clock doesn't update after changing time zone

2014-01-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~charlesk/indicator-datetime/13.10-lp-1271484 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1271484 Title: Clock doesn't update after changing time zone To manage

[Bug 1271484] Re: Clock doesn't update after changing time zone

2014-01-26 Thread Charles Kerr
This is fixed in https://code.launchpad.net/~charlesk/indicator- datetime/cpp/+merge/202719 for 14.04, but that MP is so different from 13.10 that 13.10 will need a different fix. ** Branch linked: lp:~charlesk/indicator-datetime/cpp -- You received this bug notification because you are a

[Bug 1271484] Re: Clock doesn't update after changing time zone

2014-01-24 Thread Iain Lane
There's a quite similar issue on the phone too. Change the timezone in system-settings and the indicator doesn't reflect this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1271484 Title: Clock

[Bug 1271484] Re: Clock doesn't update after changing time zone

2014-01-22 Thread Matthew Paul Thomas
** Description changed: indicator-datetime 13.10.0+13.10.20131023.2-0ubuntu1, Ubuntu 13.10 1. Open System Settings Time Date. 2. Change the time zone. (And if bug 1102890 has been fixed, choose Apply.) 3. Look at the clock in the menu bar. + 4. In the Clock tab, toggle any of the

[Bug 1271484] Re: Clock doesn't update after changing time zone

2014-01-22 Thread Sebastien Bacher
I can confirm that the tz is not updated, but toggling seconds or 12/24 doesn't fix it here ... changing the auto-detection one does it though ** Changed in: indicator-datetime (Ubuntu) Importance: Undecided = High ** Changed in: indicator-datetime (Ubuntu) Status: New = Confirmed **