From 3f43f5b4f5d9c5b722d6438833c2038f587d469b Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Sat, 8 Oct 2011 01:24:18 +0200 Subject: [PATCH] TVOutConfig.py: Fixed op_tvout.sh-Call --- recipes/pandora-system/pandora-scripts/TVoutConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-scripts/TVoutConfig.py b/recipes/pandora-system/pandora-scripts/TVoutConfig.py index 7cf501f..518356c 100755 --- a/recipes/pandora-system/pandora-scripts/TVoutConfig.py +++ b/recipes/pandora-system/pandora-scripts/TVoutConfig.py @@ -24,7 +24,7 @@ GUI_DESCRIPTION = 'tvout.glade' PROFILES = '/etc/pandora/conf/tvout-profiles.conf' # Shell command to change settings: -SET_CONFIG_CMD = '"sudo /usr/pandora/scripts/op_tvout.sh %s"' +SET_CONFIG_CMD = 'sudo /usr/pandora/scripts/op_tvout.sh %s' CONFIG_PARAMS = '-t %(encoding)s -c %(connection)s -l %(layer)s -%(type)ss %(width)s,%(height)s -%(type)sp %(x)s,%(y)s' # Maximum vertical resolutions -- 2.39.5