From 8e8ed6631ea0d25f5503b1f6c9fb5f23a7521a0c Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Tue, 14 May 2024 11:15:11 +0300 Subject: [PATCH] docs/DEBUGGING.md: Add a note on predictable bus names. --- docs/DEBUGGING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/DEBUGGING.md b/docs/DEBUGGING.md index ba6d35e5..022b2c7c 100644 --- a/docs/DEBUGGING.md +++ b/docs/DEBUGGING.md @@ -133,3 +133,9 @@ Wine-dbg> info process 000000d0 3 \_ 'explorer.exe' 0000010c 3 \_ 'tabtip.exe' ``` + +**NOTE:** If you need a predictable bus name instead of the unique connection +name (the `:1.307` from example above) you can use `com.steampowered.App1234567` +where 1234567 is the Steam App ID for the title you are debugging. + +You can always use a tool like `qdbus` to list available bus names.