Make metal Bacon launcher SSH-safe
CI / rust (push) Successful in 1m42s

This commit is contained in:
2026-08-31 15:47:25 -07:00
parent f75a3f0c78
commit de89b015bc
+2
View File
@@ -11,6 +11,8 @@ fi
export DISPLAY=${DISPLAY:-:0}
export XAUTHORITY=${XAUTHORITY:-/run/user/1000/gdm/Xauthority}
export XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR:-/run/user/1000}
export DBUS_SESSION_BUS_ADDRESS=${DBUS_SESSION_BUS_ADDRESS:-unix:path=/run/user/1000/bus}
for command_name in gnome-terminal wmctrl; do
if ! command -v "$command_name" >/dev/null 2>&1; then