Pierre-Luc Beaudoin wrote: > Hi! > > I'd like to share my experience debugging an issue I had with geoclue. > > No matter what I tried, no providers were working, only manual. So I > dug into the code to find out that the providers (such as Hostip) were > unavailable. > > I dug a little further to find out that the net_status was not set > because I didn't have libnm*-dev! Therefore all network based providers > were discarded.
geoclue_master_client_set_requirements() has a parameter "require_updates". Setting that to FALSE should make the master client use network based providers even without networkmanager or conic (there won't be "changed" signals of course), but now that I test it doesn't seem to work. I'll look into it and let you know. > Now it works fine :D > > I just have lost a good 3 hours looking for why lol > > I think that by default net_status should be set so that the providers > are not discarded if no network library is used. > > Pierre-Luc > > > ------------------------------------------------------------------------ > > _______________________________________________ > GeoClue mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/geoclue _______________________________________________ GeoClue mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/geoclue
