Comment 0 for bug 1389727

Revision history for this message
Michael Zanetti (mzanetti) wrote :

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.