Properly configure GeoClue

At one point[1], the /etc/geoclue/geoclue.conf file that came with the
geoclue package turned on BeaconDB as a Wi-Fi source by default.

However after some package updates, now it no longer does, causing the
service to be misconfigured and dump billions of errors in the journal
log (to be precise, one every five minutes, forever).

Let's ship our own configuration file to provide some sane vendor
defaults to fix the issue and prevent it from happening again.

Fixes #436

[1] https://invent.kde.org/kde-linux/kde-linux/-/issues/221#note_1276801
This commit is contained in:
Nate Graham
2025-11-25 22:04:54 -07:00
parent e708d2f0a4
commit 8760327b6c

View File

@@ -0,0 +1,9 @@
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2025 Nate Graham <nate@kde.org>
[wifi]
enable=true
url=https://api.beacondb.net/v1/geolocate
[static-source]
enable=false