From 0d9eaa3647c11163ba246273ef9122afd251abf4 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 12 Nov 2014 15:53:36 +0100 Subject: [PATCH] modules/geoloation: Do not stop the client for now as we cannot enable it again There is a problem with GeoClue2 version 2.0.0 that does not allow to start a client again after stopping it. Need to investigate newer versions about this. For now keep it running until it times out. --- src/modules/geolocation/e_mod_main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/geolocation/e_mod_main.c b/src/modules/geolocation/e_mod_main.c index 7debcaa9e..7c32b5ef0 100644 --- a/src/modules/geolocation/e_mod_main.c +++ b/src/modules/geolocation/e_mod_main.c @@ -168,7 +168,9 @@ _geolocation_cb_mouse_down(void *data, Evas *evas __UNUSED__, Evas_Object *obj _ if (inst->popup) { popup_del(inst); - geo_clue2_client_stop_call(inst->client, cb_client_stop, inst); + /* FIXME: There is a problem with starting a client again after stopping it in + * GeoClue2 2.0.0 Need to test with a newer version to see if that is solved */ + //geo_clue2_client_stop_call(inst->client, cb_client_stop, inst); } else {