Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-67999

Unable to fetch position with Geoclue plugin on ArchLinux

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.10.1
    • Positioning
    • None
    • * ArchLinux x64
       * geoclue2 2.4.7

      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.

       

       

       

       

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            ablasche Alex Blasche
            kuzulis Denis Shienkov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes