summaryrefslogtreecommitdiff
path: root/archsetup
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 05:33:41 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 07:03:35 -0600
commit90b25937a62af59de636a160fdab40439261f35a (patch)
tree07ca7c600c8b8221efbfe160e960e68be0829e0f /archsetup
parent1e9dd092d37d4e8fdb56d925f95cdcab41797c70 (diff)
fix(hyprland): fix gammastep geoclue integration
Use [general] section header (not [gammastep]), switch to geoclue2 location provider, and start geoclue demo agent in hyprland.conf.
Diffstat (limited to 'archsetup')
-rwxr-xr-xarchsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/archsetup b/archsetup
index 790e966..01faa82 100755
--- a/archsetup
+++ b/archsetup
@@ -1081,7 +1081,7 @@ EOF
action="enabling geoclue geolocation service" && display "task" "$action"
systemctl enable geoclue.service >> "$logfile" 2>&1 || error_warn "$action" "$?"
- # Whitelist gammastep in geoclue (prevents "unable to obtain geoclue client path" error)
+ # Whitelist gammastep in geoclue config (geoclue demo agent is started via hyprland.conf exec-once)
action="whitelisting gammastep in geoclue" && display "task" "$action"
if ! grep -q "^\[gammastep\]" /etc/geoclue/geoclue.conf 2>/dev/null; then
cat >> /etc/geoclue/geoclue.conf << 'EOF'