Just apply the GSK_RENDERER fix for walker

This commit is contained in:
David Heinemeier Hansson
2026-04-15 12:10:26 +02:00
parent c34adea2f0
commit 30ddfeda4a
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ fi
# Ensure walker service is running
if ! pgrep -f "walker --gapplication-service" > /dev/null; then
setsid uwsm-app -- walker --gapplication-service &
setsid uwsm-app -- env GSK_RENDERER=cairo walker --gapplication-service &
fi
exec walker --width 644 --maxheight 300 --minheight 300 "$@"