Hi,<br>I have some quick questions.<br><br>I have built and set up geoclue 0.11.<br><br>I am trying to run the &quot;master-pos-example&quot; example client.<br>I ran geoclue-master manually in a separate window and captured<br>

the following debug output:<br>** (process:17283): DEBUG: client: 1 position providers matching requirements found, now choosing current provider<br>** (process:17283): DEBUG: client: connecting to &#39;Gypsy&#39; accuracy-changed and status-changed<br>

** (process:17283): DEBUG: client: choosing best provider<br>** (process:17283): DEBUG:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...trying provider Gypsy<br>** (process:17283): DEBUG: Gypsy: Updating cache <br>** (process:17283): DEBUG: client: provider Gypsy status changed: 2<br>

** (process:17283): DEBUG: client: Gypsy accuracy changed (0)<br>** (process:17283): DEBUG:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...but provider choice in progress<br>** (process:17283): DEBUG: client: provider Gypsy status changed: 0<br>** (process:17283): DEBUG:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...started Gypsy (status 0), re-starting provider selection<br>

** (process:17283): DEBUG: Gypsy without clients<br>** (process:17283): DEBUG: client: position provider changed (to NULL)<br>===<br>and the example client&#39;s output is &quot;No provider available&quot;<br><br>For some reason it is unable to start up and run the gypsy provider.<br>
I have gypsy installed and also have the gypsy-daemon running.<br>
When I run &quot;position-example&quot; for Gypsy it works fine and I see <br>position change notifications. But the master provider seems not to work.<br><br>Also, I modified the master-pos-example code and changed the provider requirements to accept an accuracy of &quot;GEOCLUE_ACCURACY_LEVEL_DETAILED&quot; and set require_updates to FALSE.<br>

Now, in the debug outs I was able to see that although it found plazes, hostip and gypsy as candidate providers, it only attempted to load gypsy and failed in the same manner as above. (also without attempting to load any of the other alternative providers)<br>

<br>What seems to be the issue?<br><br>I also wanted to clarify a couple of other things. If I need to use gypsy with geoclue,<br>I need to manually invoke the gypsy-daemon right?<br>It seems like the main advantage of using geoclue as the front-end to gypsy is the<br>

ability to use the master provider. Is that correct?<br><br>Thanks.<br>