question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New Linux only prefs:

https://bugzilla.mozilla.org/show_bug.cgi?id=1063572

pref("geo.provider.geoclue.always_high_accuracy", true);
pref("geo.provider.use_geoclue", true);
# Whether to use Geoclue location provider (if available on the system).
- name: geo.provider.use_geoclue
  type: bool
  value: true
  mirror: always

# Whether to always provide high location accuracy, even if site
# doesn't actually request this level of accuracy.
# Almost no site correctly requests high accuracy so force it by default
# for compatibility with other geolocation providers.
- name: geo.provider.geoclue.always_high_accuracy
  type: bool
  value: true
  mirror: always

geo.provider.use_geoclue=false is worth considering for 0202 IMO.

_Originally posted by @rusty-snake in https://github.com/arkenfox/user.js/issues/1490#issuecomment-1183549133_

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
fxbritcommented, Jul 14, 2022

Does this also preclude using geoclue?

I don’t think so after having a quick look at the patch (notice the comment on priority and the different ifdef MOZ_ clauses).

also, from 1769664:

This provider will actually only be considered if Geoclue is available on D-Bus. Then it is preferred over particular single location sources (like GPSD)

0reactions
Thorin-Oakenpantscommented, Jul 31, 2022

ever worked at all

who knows. not worth following it IMO - if they fix it then we’re covered, if they don’t then we’re covered

Read more comments on GitHub >

github_iconTop Results From Across the Web

GeoClue
www/ Software/ GeoClue. Edit · Page History · Repo Info. Moved to gitlab wiki. Last edited Fri May 7 01:22:37 2021.
Read more >
geoclue configuration parameters - manpages.ubuntu!
The geoclue geoclue.conf configuration file specifies parameters that control the operation of geoclue. All configurations settings below are mandatory and ...
Read more >
GeoClue - GNOME Wiki!
Geoclue has moved, please see https://gitlab.freedesktop.org/geoclue/geoclue/-/wikis/home. GeoClue (last edited 2020-09-08 18:47:58 by AndreKlapper).
Read more >
Is ubuntu-geoip (GeoClue) used for tracking?
GeoClue is a software framework which can be used to enable geospatial awareness in applications. GeoClue uses the D-Bus inter-process ...
Read more >
What is Geoclue? Is it safe for privacy? : r/linuxquestions - Reddit
I'm on Kali and came across geoclue-2.0. By name and after googling it seems it does something with location. Is it okay to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found