From 5e1a4da33d0bd71490825d6a2dbab34490d5c291 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 13 Aug 2025 13:48:45 +0200 Subject: [PATCH] Turn off the walker service until the memory leak is fixed See https://github.com/basecamp/omarchy/issues/698 --- bin/omarchy-restart-walker | 4 +++- default/hypr/autostart.conf | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-restart-walker b/bin/omarchy-restart-walker index 2d4aa4b8..4b355d6f 100755 --- a/bin/omarchy-restart-walker +++ b/bin/omarchy-restart-walker @@ -1,4 +1,6 @@ #!/bin/bash pkill walker -setsid uwsm app -- walker --gapplication-service & +# FIXME: Reenable the walker service once the memory leak has been fixed +# See https://github.com/basecamp/omarchy/issues/698 +# setsid uwsm app -- walker --gapplication-service & diff --git a/default/hypr/autostart.conf b/default/hypr/autostart.conf index ae9b0845..49ff9dfd 100644 --- a/default/hypr/autostart.conf +++ b/default/hypr/autostart.conf @@ -4,6 +4,9 @@ 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).+' + +# FIXME: Reenable the walker service once the memory leak has been fixed +# See https://github.com/basecamp/omarchy/issues/698 +exec-once = uwsm app -- walker --gapplication-service