mirror of
https://github.com/KDE/kde-linux.git
synced 2025-12-24 00:18:23 -05:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user