From a0396a849b51a3b69ef16ef74dc2cfe4b7bd74b6 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Sat, 6 Apr 2024 16:41:38 -0500 Subject: [PATCH] comment dbus trick --- etc/terminal-run | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/terminal-run b/etc/terminal-run index d9f0cb4ca0..c345f1032d 100755 --- a/etc/terminal-run +++ b/etc/terminal-run @@ -111,6 +111,7 @@ elif [ "$choice" == kitty ];then elif [ "$choice" == kgx ];then #kgs stays open after command execution, so add command to kill it - see https://gitlab.gnome.org/GNOME/console/-/issues/135 commands+=$'\n''kill $(ps -p $$ -o ppid=)' + #kgx windows communicate on dbus to share 1 pid, so disable dbus to get a unique pid to kill DBUS_SESSION_BUS_ADDRESS='' kgx -- bash -c "$commands" & else