|
From: Tapio V. <aa...@us...> - 2010-08-03 11:37:12
|
Module: performous Branch: joinmenu Commit: 6f717b2930e5e0677aba7a2a84e61780b331337b Author: Felix Bertram <fl...@be...> Date: Sun Jul 25 14:41:00 2010 -0700 remove command line parameters from performous-launcher with these, Performous doesn't launch on MacBook Pro w/ 10.5.8 --- osx-utils/resources/performous-launcher | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/osx-utils/resources/performous-launcher b/osx-utils/resources/performous-launcher index a6ff039..102dad7 100755 --- a/osx-utils/resources/performous-launcher +++ b/osx-utils/resources/performous-launcher @@ -3,4 +3,7 @@ dir=$(dirname "$0") export PATH=$PATH:"$dir" export FONTCONFIG_PATH="$dir/../Resources/etc/fonts" -performous 2>&1 --pdev pa19 --mics pa19 +# somehow this doesn't work on a MacBookPro under 10.5.8: +#performous 2>&1 --pdev pa19 --mics pa19 +# TODO: might be a good idea to turn-off all console output +performous |