firefox: explicitly enable geoclue and gpsd

This commit is contained in:
Aminda Suomalainen 2024-07-18 16:04:41 +03:00
parent 4da7f99d1a
commit 3b61bebae6
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 12 additions and 0 deletions

View File

@ -626,6 +626,18 @@
"Value": "https://beacondb.net/v1/geolocate", "Value": "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": {
"Comment": "Helpful especially with /etc/geolocation",
"Status": "default",
"Type": "boolean",
"Value": true
},
"geo.provider.use_gpsd": {
"Comment": "I am trying to see if gpsd will speak to other apps too.",
"Status": "default",
"Type": "boolean",
"Value": true
},
"image.animation.mode": { "image.animation.mode": {
"Comment": "Preference not allowed for stability reasons. :(", "Comment": "Preference not allowed for stability reasons. :(",
"Status": "default", "Status": "default",