openclaw/docs/platforms
Spencer Fuller 95da644f6d
docs(windows): fix WSL gateway-autostart recipe for WSL ≥ 2.6.1.0 idle-termination (#90992)
* docs(windows): fix WSL gateway-autostart recipe for WSL ≥ 2.6.1.0

Replace /bin/true with dbus-launch true to work around the WSL ≥ 2.6.1.0
idle-termination regression (microsoft/WSL #13416): the distro exits 15-20 s
after the last wsl.exe client detaches even with loginctl linger and an active
user service. dbus-launch true keeps a child-of-init process alive (workaround
from microsoft/WSL discussion #9245, validated on WSL 2.7.3.0).

Also replace /ru SYSTEM with /ru "$env:USERNAME". Per-user WSL distros (the
default setup) are not enumerable by the SYSTEM account — the task runs
silently without starting the distro. Running as the installing user account
fixes this; Windows prompts for the password at task creation time.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

* docs(windows): add dbus-x11 prerequisite for WSL keepalive

dbus-launch is provided by dbus-x11, which is not installed by default
on fresh Ubuntu WSL distros. Without it the scheduled task hits
command-not-found silently. Add the apt-get install step before the
linger and gateway-install steps so the recipe is self-contained.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-06-16 00:38:03 +08:00
..
mac fix(macos): clarify unsupported voice wake UI (#91754) 2026-06-10 15:59:03 -07:00
android.md fix(android): use connected device foreground service 2026-06-08 19:53:25 +05:30
digitalocean.md docs: consolidate moved docs pages 2026-05-05 17:38:21 +01:00
easyrunner.md docs: refresh contributor docs 2026-05-22 22:58:27 +01:00
index.md docs: surface Windows Hub across docs 2026-06-03 16:09:24 -07:00
ios.md [codex] Add iOS Apple Review demo mode (#90919) 2026-06-06 17:43:48 +03:00
linux.md build: update pi dependencies to 0.75.1 2026-05-18 06:22:36 +01:00
macos.md fix: expand unsafe host env denylist (#91618) 2026-06-09 19:44:54 +05:30
oracle.md docs: consolidate moved docs pages 2026-05-05 17:38:21 +01:00
raspberry-pi.md docs: consolidate moved docs pages 2026-05-05 17:38:21 +01:00
windows.md docs(windows): fix WSL gateway-autostart recipe for WSL ≥ 2.6.1.0 idle-termination (#90992) 2026-06-16 00:38:03 +08:00