Bug 1322648 - [F24] anaconda - When clicking Austrlia->Brisbane, the red pin is located on Darwin.
Summary: [F24] anaconda - When clicking Austrlia->Brisbane, the red pin is located on ...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libtimezonemap
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: David Shea
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1328489 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-31 01:07 UTC by Chester Cheng
Modified: 2016-06-29 19:04 UTC (History)
9 users (show)

Fixed In Version: libtimezonemap-0.4.5-3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-06-29 19:04:21 UTC
Type: Bug


Attachments (Terms of Use)

Description Chester Cheng 2016-03-31 01:07:12 UTC
Description of problem:
As titled.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 David Shea 2016-04-05 19:57:23 UTC
There's two parts to this, turns out.

The first: anaconda was overriding the sensible location choices already being made by the map. Clicking a point would set a pin at the city nearest that point, but then anaconda was overriding that to the default location for the zone. https://github.com/rhinstaller/anaconda/pull/581 gets it to stop doing that and leaves the pin near Brisbane, or wherever is clicked.

The second: if you call cc_timezone_map_set_timezone(map, "Australia/Brisbane"), the CcTimezoneLocation it chooses is Mount Isa. Still working on that part.

Comment 2 David Shea 2016-04-19 13:50:42 UTC
*** Bug 1328489 has been marked as a duplicate of this bug. ***

Comment 4 David Shea 2016-06-29 19:04:21 UTC
Added some code to cc_timezone_map_set_timezone to attempt to match the tzdata timezone name with a name of an actual city. Sometimes it works!


Note You need to log in before you can comment on or make changes to this bug.