From be05bab4c04ebd2ddbd694c0af374200f8e2bf8f Mon Sep 17 00:00:00 2001 From: Jeremy Whiting Date: Fri, 5 Apr 2024 12:05:42 -0600 Subject: [PATCH] Adjust service and interface parameters in helper scripts. Since the service and interfaces got a .Manager appended we need to adjust the helper scripts to use the new names. --- bin/steamos-disable-wifidebug | 2 +- bin/steamos-enable-wifidebug | 2 +- bin/steamos-get-wifidebug | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/steamos-disable-wifidebug b/bin/steamos-disable-wifidebug index 0ef839b..a7fed70 100644 --- a/bin/steamos-disable-wifidebug +++ b/bin/steamos-disable-wifidebug @@ -5,5 +5,5 @@ # buffer_size: the size in kilobytes to use for the trace (if on galileo device). # Use 0 for buffer_size since it's only used when mode is 1 -busctl call com.steampowered.SteamOSManager1 /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1 SetWifiDebugMode uu 0 0 +busctl call com.steampowered.SteamOSManager1.Manager /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1.Manager SetWifiDebugMode uu 0 0 diff --git a/bin/steamos-enable-wifidebug b/bin/steamos-enable-wifidebug index d65b538..c415866 100644 --- a/bin/steamos-enable-wifidebug +++ b/bin/steamos-enable-wifidebug @@ -4,5 +4,5 @@ # mode: 1 for on, 0 for off # buffer_size: the size in kilobytes to use for the trace (if on galileo device). -busctl call com.steampowered.SteamOSManager1 /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1 SetWifiDebugMode uu 1 20000 +busctl call com.steampowered.SteamOSManager1.Manager /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1.Manager SetWifiDebugMode uu 1 20000 diff --git a/bin/steamos-get-wifidebug b/bin/steamos-get-wifidebug index 0d51abf..72e0c7d 100644 --- a/bin/steamos-get-wifidebug +++ b/bin/steamos-get-wifidebug @@ -1,5 +1,5 @@ #!/bin/bash # Get wifi debugmode from steamos-manager -busctl call com.steampowered.SteamOSManager1 /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1 GetWifiDebugMode +busctl call com.steampowered.SteamOSManager1.Manager /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1.Manager GetWifiDebugMode