diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-27 05:33:41 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-27 07:03:35 -0600 |
| commit | 90b25937a62af59de636a160fdab40439261f35a (patch) | |
| tree | 07ca7c600c8b8221efbfe160e960e68be0829e0f /archsetup | |
| parent | 1e9dd092d37d4e8fdb56d925f95cdcab41797c70 (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-x | archsetup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
