Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.10.1
-
None
-
* ArchLinux x64
* geoclue2 2.4.7
Description
Using of the PositionSource element:
PositionSource { id: positionSource updateInterval: 1000 active: true onPositionChanged: { userCoordinate = position.coordinate; // console.log("Coordinate:", // userCoordinate.longitude, // userCoordinate.latitude); } }
does nothing (it does not work at all).
In the console I see following output:
Failed to set Geoclue positioning requirements. Geoclue error: org.qtproject.QtDBus.Error.InvalidObjectPath
The PositionSource reports that its 'valid' property is true, and the "libqtposition_geoclue.so" plugin is present.
Attachments
Issue Links
- duplicates
-
QTBUG-43435 Port geoclue plugin to GeoClue version 2.x
-
- Closed
-