From f0472774b36c862f5fb6822f2d4d63a967d1eaec Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Sat, 19 May 2018 21:23:48 +0300 Subject: Long live for the geoclue2 position plugin Geoclue2 requires the appropriate application's desktop id, to allow an access to the location service. This desktop id should be added to the /etc/geoclue/geoclue.conf file, e.g.: [my-app] allowed=true system=true users= Also, this desktop id should be imported to the Geoclue2 application via the QT_GEOCLUE_APP_DESKTOP_ID environment variable, e.g.: export QT_GEOCLUE_APP_DESKTOP_ID=my-app Note: Tested on stationar PC with the ArchLinux. Task-number: QTBUG-43435 Done-with: Volker Krause Change-Id: I5cc204cca966cb23a59ccffbc83fd8dc7a7c4eb6 Reviewed-by: Denis Shienkov --- src/plugins/position/position.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/position/position.pro') diff --git a/src/plugins/position/position.pro b/src/plugins/position/position.pro index b9832ff4..4453b8a3 100644 --- a/src/plugins/position/position.pro +++ b/src/plugins/position/position.pro @@ -3,6 +3,7 @@ TEMPLATE = subdirs QT_FOR_CONFIG += positioning-private qtHaveModule(dbus):SUBDIRS += geoclue +qtHaveModule(dbus):SUBDIRS += geoclue2 qtConfig(gypsy):SUBDIRS += gypsy qtConfig(winrt_geolocation):SUBDIRS += winrt qtHaveModule(simulator):SUBDIRS += simulator -- cgit v1.2.1