From 90b25937a62af59de636a160fdab40439261f35a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 27 Jan 2026 05:33:41 -0600 Subject: 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. --- archsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archsetup') 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' -- cgit v1.2.3