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
},
"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_positon": "https://github.com/microg/GmsCore/issues/2237#issuecomment-2169193229",
"Status": "clear",
"Status": "locked",
"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"
},
"geo.provider.use_geoclue": {
"Comment": "Helpful especially with /etc/geolocation",
"Status": "default",
"Comment": "/etc/geolocation, gpsd and global WPS configuration.",
"Status": "locked",
"Type": "boolean",
"Value": true
},
"geo.provider.use_gpsd": {
"Comment": "I am trying to see if gpsd will speak to other apps too.",
"Status": "default",
"Comment": "My geoclue should be using gpsd already.",
"Status": "locked",
"Type": "boolean",
"Value": true
"Value": false
},
"image.animation.mode": {
"Comment": "Preference not allowed for stability reasons. :(",