(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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1455223
Title:
[time and date] Searching for locations is slow and doesn't work
offline
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtimezonemap/+bug/1455223/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs