Comment 2 for bug 1348334

Revision history for this message
Charles Kerr (charlesk) wrote :

Thomas' location-service solves the problem of indicator-location-service's UAL call failing (step 2d in the sequence above).

Now we've moved on to the point of failure being step 2e: it looks like the location-service state is changing, but a bug in platform-api appears to be not notifying the change listeners that have registered with it.

In fact, it looks like ua_location_service_controller_set_status_changed_handler() is a no-op as implemented in ubuntu/application/common/application/location/controller.cpp...