firefox: centralise location on geoclue

This commit is contained in:
Aminda Suomalainen 2024-07-19 09:40:36 +03:00
parent 0b5ffef8fe
commit bcdd54426c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 9 additions and 7 deletions

View File

@ -619,24 +619,26 @@
"Value": 0 "Value": 0
}, },
"geo.provider.network.url": { "geo.provider.network.url": {
"Comment": "See geoclue below.",
"Comment_beacondb": "Firefox only sends connected AP that won't work due to _nomap and the server side requires more than one as well. beacondb/beacondb#8", "Comment_beacondb": "Firefox only sends connected AP that won't work due to _nomap and the server side requires more than one as well. beacondb/beacondb#8",
"Comment_positon": "https://github.com/microg/GmsCore/issues/2237#issuecomment-2169193229", "Comment_positon": "https://github.com/microg/GmsCore/issues/2237#issuecomment-2169193229",
"Status": "clear", "Status": "locked",
"Type": "string", "Type": "string",
"Value": "https://beacondb.net/v1/geolocate", "Value": "",
"Value_beacondb": "https://beacondb.net/v1/geolocate",
"Value_positon": "https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865" "Value_positon": "https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865"
}, },
"geo.provider.use_geoclue": { "geo.provider.use_geoclue": {
"Comment": "Helpful especially with /etc/geolocation", "Comment": "/etc/geolocation, gpsd and global WPS configuration.",
"Status": "default", "Status": "locked",
"Type": "boolean", "Type": "boolean",
"Value": true "Value": true
}, },
"geo.provider.use_gpsd": { "geo.provider.use_gpsd": {
"Comment": "I am trying to see if gpsd will speak to other apps too.", "Comment": "My geoclue should be using gpsd already.",
"Status": "default", "Status": "locked",
"Type": "boolean", "Type": "boolean",
"Value": true "Value": false
}, },
"image.animation.mode": { "image.animation.mode": {
"Comment": "Preference not allowed for stability reasons. :(", "Comment": "Preference not allowed for stability reasons. :(",