[Touch-packages] [Bug 1455223] Re: [time and date] Searching for locations is slow and doesn't work offline

2016-02-23 Thread Sebastien Bacher
that got fixed in xenial with the new geonames library,
https://launchpad.net/ubuntu/+source/unity-control-
center/15.04.0+16.04.20151214-0ubuntu1

** Changed in: unity-control-center (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libtimezonemap in Ubuntu.
https://bugs.launchpad.net/bugs/1455223

Title:
  [time and date] Searching for locations is slow and doesn't work
  offline

Status in libtimezonemap package in Ubuntu:
  Confirmed
Status in unity-control-center package in Ubuntu:
  Fix Released

Bug description:
  Click on clock -> Time and Date settings -> Clock -> Choose Locations
  -> Click the + -> Start typing "San Franc"

  When I'm at home, on a 300mbps connections, it takes several seconds
  to several minutes, when trying to add a new location.

  When I'm on a plane without internet connectivity, (ie, exactly when I
  most importantly need to change the time on my laptop to the new/next
  timezone), it doesn't work at all.

  Can we please, please, please move this timezone/location information
  to a locally cached database?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtimezonemap/+bug/1455223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1455223] Re: [time and date] Searching for locations is slow and doesn't work offline

2015-09-18 Thread Sebastien Bacher
** Changed in: unity-control-center (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: unity-control-center (Ubuntu)
   Importance: Undecided => High

** Changed in: unity-control-center (Ubuntu)
 Assignee: (unassigned) => Lars Uebernickel (larsu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libtimezonemap in Ubuntu.
https://bugs.launchpad.net/bugs/1455223

Title:
  [time and date] Searching for locations is slow and doesn't work
  offline

Status in libtimezonemap package in Ubuntu:
  Confirmed
Status in unity-control-center package in Ubuntu:
  In Progress

Bug description:
  Click on clock -> Time and Date settings -> Clock -> Choose Locations
  -> Click the + -> Start typing "San Franc"

  When I'm at home, on a 300mbps connections, it takes several seconds
  to several minutes, when trying to add a new location.

  When I'm on a plane without internet connectivity, (ie, exactly when I
  most importantly need to change the time on my laptop to the new/next
  timezone), it doesn't work at all.

  Can we please, please, please move this timezone/location information
  to a locally cached database?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtimezonemap/+bug/1455223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1455223] Re: [time and date] Searching for locations is slow and doesn't work offline

2015-07-24 Thread David Britton
(not directly related to bug, but a workaround since the indicator is a
bit buggy in vivid, and this bug seems to represent the problem well)

Thought others may be interested in this script:

#!/usr/bin/python3
import subprocess
import json

tz = [
America/Los_Angeles Los Angeles,
America/Denver Denver,
America/Sao_Paulo São_Paulo,
UTC UTC,
Europe/London London,
Asia/Kolkata India
]

subprocess.check_call(
[gsettings, set, 
 com.canonical.indicator.datetime,
 locations, json.dumps(tz)])


Simply customize, run and it should fix up timezones for you.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libtimezonemap in Ubuntu.
https://bugs.launchpad.net/bugs/1455223

Title:
  [time and date] Searching for locations is slow and doesn't work
  offline

Status in libtimezonemap package in Ubuntu:
  Confirmed
Status in unity-control-center package in Ubuntu:
  Confirmed

Bug description:
  Click on clock - Time and Date settings - Clock - Choose Locations
  - Click the + - Start typing San Franc

  When I'm at home, on a 300mbps connections, it takes several seconds
  to several minutes, when trying to add a new location.

  When I'm on a plane without internet connectivity, (ie, exactly when I
  most importantly need to change the time on my laptop to the new/next
  timezone), it doesn't work at all.

  Can we please, please, please move this timezone/location information
  to a locally cached database?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtimezonemap/+bug/1455223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1455223] Re: [time and date] Searching for locations is slow and doesn't work offline

2015-05-19 Thread Sebastien Bacher
The internet access makes sense in the ubiquity installer because you
can assume the machine is not configured yet, that's not the case in
settings so I think using the offline datas would be fine there

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libtimezonemap in Ubuntu.
https://bugs.launchpad.net/bugs/1455223

Title:
  [time and date] Searching for locations is slow and doesn't work
  offline

Status in libtimezonemap package in Ubuntu:
  Confirmed
Status in unity-control-center package in Ubuntu:
  Confirmed

Bug description:
  Click on clock - Time and Date settings - Clock - Choose Locations
  - Click the + - Start typing San Franc

  When I'm at home, on a 300mbps connections, it takes several seconds
  to several minutes, when trying to add a new location.

  When I'm on a plane without internet connectivity, (ie, exactly when I
  most importantly need to change the time on my laptop to the new/next
  timezone), it doesn't work at all.

  Can we please, please, please move this timezone/location information
  to a locally cached database?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtimezonemap/+bug/1455223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1455223] Re: [time and date] Searching for locations is slow and doesn't work offline

2015-05-18 Thread Matthew Paul Thomas
When I designed this, I didn't know it was going to be implemented by
accessing the Internet -- though I might have guessed by re-reading the
equivalent part of the Ubuntu installer spec. https://goo.gl/terpNZ
So, add ubiquity to the list of callsites for that API.

If I'd known it was going to access the Internet, I would have specified
progress, error, and offline feedback.

So, why does it use the Internet? What are some concrete examples of
places that people would expect to show up, that wouldn't show up, if we
relied entirely on an offline list?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libtimezonemap in Ubuntu.
https://bugs.launchpad.net/bugs/1455223

Title:
  [time and date] Searching for locations is slow and doesn't work
  offline

Status in libtimezonemap package in Ubuntu:
  Confirmed
Status in unity-control-center package in Ubuntu:
  Confirmed

Bug description:
  Click on clock - Time and Date settings - Clock - Choose Locations
  - Click the + - Start typing San Franc

  When I'm at home, on a 300mbps connections, it takes several seconds
  to several minutes, when trying to add a new location.

  When I'm on a plane without internet connectivity, (ie, exactly when I
  most importantly need to change the time on my laptop to the new/next
  timezone), it doesn't work at all.

  Can we please, please, please move this timezone/location information
  to a locally cached database?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtimezonemap/+bug/1455223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1455223] Re: [time and date] Searching for locations is slow and doesn't work offline

2015-05-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity-control-center (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libtimezonemap in Ubuntu.
https://bugs.launchpad.net/bugs/1455223

Title:
  [time and date] Searching for locations is slow and doesn't work
  offline

Status in libtimezonemap package in Ubuntu:
  Confirmed
Status in unity-control-center package in Ubuntu:
  Confirmed

Bug description:
  Click on clock - Time and Date settings - Clock - Choose Locations
  - Click the + - Start typing San Franc

  When I'm at home, on a 300mbps connections, it takes several seconds
  to several minutes, when trying to add a new location.

  When I'm on a plane without internet connectivity, (ie, exactly when I
  most importantly need to change the time on my laptop to the new/next
  timezone), it doesn't work at all.

  Can we please, please, please move this timezone/location information
  to a locally cached database?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtimezonemap/+bug/1455223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1455223] Re: [time and date] Searching for locations is slow and doesn't work offline

2015-05-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libtimezonemap (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libtimezonemap in Ubuntu.
https://bugs.launchpad.net/bugs/1455223

Title:
  [time and date] Searching for locations is slow and doesn't work
  offline

Status in libtimezonemap package in Ubuntu:
  Confirmed
Status in unity-control-center package in Ubuntu:
  Confirmed

Bug description:
  Click on clock - Time and Date settings - Clock - Choose Locations
  - Click the + - Start typing San Franc

  When I'm at home, on a 300mbps connections, it takes several seconds
  to several minutes, when trying to add a new location.

  When I'm on a plane without internet connectivity, (ie, exactly when I
  most importantly need to change the time on my laptop to the new/next
  timezone), it doesn't work at all.

  Can we please, please, please move this timezone/location information
  to a locally cached database?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtimezonemap/+bug/1455223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1455223] Re: [time and date] Searching for locations is slow and doesn't work offline

2015-05-15 Thread Iain Lane
FYI we have this information locally in libtimezonemap already and an
algorithm specified for querying this for ubuntu-system-settings
(https://wiki.ubuntu.com/TimeAndDate#Choosing_locations - scroll down a
bit Whenever).

I think it might make sense for libtimezonemap to implement this
algorithm itself, then the three locations that need it that I know of
(two in unity-control-center datetime, one in ubuntu-system-settings)
could all call the same API.

Maybe there were good reasons for using the server (such as localised
search?) that we don't know about atm. Would need to investigate.

** Also affects: libtimezonemap (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libtimezonemap in Ubuntu.
https://bugs.launchpad.net/bugs/1455223

Title:
  [time and date] Searching for locations is slow and doesn't work
  offline

Status in libtimezonemap package in Ubuntu:
  New
Status in unity-control-center package in Ubuntu:
  New

Bug description:
  Click on clock - Time and Date settings - Clock - Choose Locations
  - Click the + - Start typing San Franc

  When I'm at home, on a 300mbps connections, it takes several seconds
  to several minutes, when trying to add a new location.

  When I'm on a plane without internet connectivity, (ie, exactly when I
  most importantly need to change the time on my laptop to the new/next
  timezone), it doesn't work at all.

  Can we please, please, please move this timezone/location information
  to a locally cached database?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtimezonemap/+bug/1455223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp