Activity log for bug #1389727

Date Who What changed Old value New value Message
2014-11-05 14:49:17 Michael Zanetti bug added bug
2015-02-24 10:56:00 Launchpad Janitor location-service (Ubuntu): status New Confirmed
2015-02-24 11:34:48 Michael Zanetti bug task added platform-api
2015-10-22 18:44:50 Pat McGowan bug task added canonical-developer-experience
2015-10-22 20:06:39 Pat McGowan canonical-developer-experience: status New Confirmed
2015-10-22 20:06:42 Pat McGowan canonical-developer-experience: importance Undecided High
2015-10-23 11:13:19 Michael Zanetti description Using this example code: -------------------------------- import QtQuick 2.2 import QtPositioning 5.1 Item { height: 500; width: 500 PositionSource {} } ------------------------------ crashes when started on desktop with the message: Ubuntu Platform API: Unable to find module configuration file -- Aborting Aborted (core dumped) This affects all phone applications using Positioning. They can't be tested on the desktop atm. Using this example code: -------------------------------- import QtQuick 2.2 import QtPositioning 5.1 Item {     height: 500; width: 500     PositionSource {} } ------------------------------ crashes when started on desktop with the message: Ubuntu Platform API: Unable to find module configuration file -- Aborting Aborted (core dumped) This affects all phone applications using Positioning. They can't be tested on the desktop atm. Each test run needs to happen on the phone, which slows down the app development process a lot.
2016-05-19 12:58:03 Pat McGowan canonical-developer-experience: status Confirmed Fix Released
2016-05-19 12:59:04 Pat McGowan platform-api: status New Fix Released
2016-05-19 12:59:07 Pat McGowan location-service (Ubuntu): status Confirmed Fix Released