[gnome-maps] geoclue: Report correct desktop ID
- From: Elad Alfassa <eladalfassa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] geoclue: Report correct desktop ID
- Date: Sat, 16 Aug 2014 20:29:30 +0000 (UTC)
commit 5e0db7c2204ec36d415f796787e3492c5d4dc20e
Author: Elad Alfassa <elad fedoraproject org>
Date: Fri Aug 15 22:57:13 2014 +0300
geoclue: Report correct desktop ID
Report correct desktop to geoclue, otherwise gnome-shell will deny
location requests
src/geoclue.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/geoclue.js b/src/geoclue.js
index 3937072..358ed41 100644
--- a/src/geoclue.js
+++ b/src/geoclue.js
@@ -158,7 +158,7 @@ const Geoclue = new Lang.Class({
this._clientProxy = new ClientProxy(Gio.DBus.system,
"org.freedesktop.GeoClue2",
clientPath);
- this._clientProxy.DesktopId = "gnome-maps";
+ this._clientProxy.DesktopId = "org.gnome.Maps";
this._clientProxy.RequestedAccuracyLevel = AccuracyLevel.EXACT;
if (!this.userSetLocation)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]