From 0e17c419be2b01a00b72969d299bd0c876d0f516 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 17 Sep 2025 15:31:22 +0200 Subject: [PATCH] Bring back the walker service for now even with the known memory leak The move to Walker 1.0 is going to take a little longer. We will fix this in Omarchy 3.1. --- bin/omarchy-restart-walker | 4 ++-- default/hypr/autostart.conf | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-restart-walker b/bin/omarchy-restart-walker index ae165b39..b2dc9a45 100755 --- a/bin/omarchy-restart-walker +++ b/bin/omarchy-restart-walker @@ -1,7 +1,7 @@ #!/bin/bash pkill walker -# FIXME: Reenable the walker service once the memory leak has been fixed +# FIXME: Just deal with the memory leak for now. # See https://github.com/basecamp/omarchy/issues/698 -# setsid uwsm app -- walker --gapplication-service & +setsid uwsm app -- walker --gapplication-service & echo # Always end in success so we don't terminate further running diff --git a/default/hypr/autostart.conf b/default/hypr/autostart.conf index 476cb142..5c2f60b1 100644 --- a/default/hypr/autostart.conf +++ b/default/hypr/autostart.conf @@ -4,6 +4,7 @@ exec-once = uwsm app -- waybar exec-once = uwsm app -- fcitx5 exec-once = uwsm app -- swaybg -i ~/.config/omarchy/current/background -m fill exec-once = uwsm app -- swayosd-server +exec-once = uwsm app -- walker --gapplication-service & exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = wl-clip-persist --clipboard regular --all-mime-type-regex '^(?!x-kde-passwordManagerHint).+' exec-once = omarchy-cmd-first-run