From 0f4357f4d42226d11583353adc856f407217f3cc Mon Sep 17 00:00:00 2001 From: icenine451 Date: Tue, 25 Mar 2025 12:10:02 -0400 Subject: [PATCH] Update Zenity Configurator "Add RetroDECK to Steam" for new steam_sync --- tools/configurator.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index 498c6ec7..8110560a 100755 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -576,7 +576,16 @@ configurator_tools_dialog() { ;; "Add RetroDECK to Steam" ) - add_retrodeck_to_steam + ( + # Add RetroDECK launcher to Steam + steam-rom-manager enable --names "RetroDECK Launcher" >> "$srm_log" 2>&1 + steam-rom-manager add >> "$srm_log" 2>&1 + ) | + rd_zenity --progress \ + --title="RetroDECK Configurator: Add RetroDECK to Steam" \ + --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ + --text="Adding RetroDECK launcher to Steam, please wait..." \ + --pulsate --width=500 --height=150 --auto-close --no-cancel configurator_tools_dialog ;;