# Submit data to Mozilla Location Service
# If set to true, geoclue will automatically submit network data to Mozilla
# each time it gets a GPS lock.
#
submit-data=false
# A nickname to submit network data with. This is currently used for leaderboard:
# https://location.services.mozilla.com/leaders
# A nickname must be 2-32 characters long.
submission-nick=geoclue
# Application configuration options
#
# Format:
#
# # Desktop ID of application without .desktop part
# [random-app]
#
# # Allowed access to location information?
# allowed=true|false
#
# # Is application a system component?
# system=true|false
#
# # List of UIDs of all users for which this application is allowed location
# # info access, separate by ';'. Keep it empty for allowing it for all users.
# users=
I've just upgraded to 15.10 and experienced this, adding the stanza above fixed it.
Below is /etc/geoclue/ geoclue. conf from before I edited it -
# Configuration file for Geoclue
# Agent configuration options
[agent]
# Whitelist of desktop IDs (without .desktop part) of all agents we recognise, gnome-shell
# separated by a ';'.
whitelist=
# WiFi source configuration options
[wifi]
# URL to the wifi geolocation service. The key can currenty be anything, just /location. services. mozilla. com/v1/ geolocate? key=geoclue
# needs to be present but that is likely going to change in future.
url=https:/
# To use the Google geolocation service instead of mozilla's, simply uncomment /www.googleapis .com/geolocatio n/v1/geolocate? key=YOUR_ KEY
# this url while changing API_KEY to your Google API key and comment out or
# remove the url above.
#
#url=https:/
# Submit data to Mozilla Location Service
# If set to true, geoclue will automatically submit network data to Mozilla
# each time it gets a GPS lock.
#
submit-data=false
# URL to submission API of Mozilla Location Service /location. services. mozilla. com/v1/ submit? key=geoclue
submission-url=https:/
# A nickname to submit network data with. This is currently used for leaderboard: /location. services. mozilla. com/leaders nick=geoclue
# https:/
# A nickname must be 2-32 characters long.
submission-
# Application configuration options
#
# Format:
#
# # Desktop ID of application without .desktop part
# [random-app]
#
# # Allowed access to location information?
# allowed=true|false
#
# # Is application a system component?
# system=true|false
#
# # List of UIDs of all users for which this application is allowed location
# # info access, separate by ';'. Keep it empty for allowing it for all users.
# users=
[gnome- datetime- panel]
allowed=true
system=true
users=
[epiphany]
allowed=true
system=false
users=
[epiphany-browser]
allowed=true
system=false
users=
[firefox]
allowed=true
system=false
users=
[iceweasel]
allowed=true
system=false
users=