スクリプトの修正個所をお知らせします。
Launcher スクリプトファイルをスクリプトエディタ.appで開き、shell script の部分を修正します。
赤い大文字で表示している「
&」を &1 の後ろに付け加えてください。
※ & の前にはスペースがあることを忘れないでください。
Firefox Launcher 3.0
通常起動 さんが書きました:
set cmdStr to "cd /Applications/'" & usersPref1 & "'/Contents/MacOS/; ./firefox-bin -p '" & usersPref2 & "'> file_path 2>&1 &"
セーフモード起動 さんが書きました:
set cmdStr to "cd /Applications/'" & usersPref1 & "'/Contents/MacOS/; ./firefox-bin -p '" & usersPref2 & "' -safe-mode> file_path 2>&1 &"
Thunderbird Launcher 3.0
通常起動 さんが書きました:
set cmdStr to "cd /Applications/'" & usersPref1 & "'/Contents/MacOS/; ./thunderbird-bin -p '" & usersPref2 & "'> file_path 2>&1 &"
セーフモード起動 さんが書きました:
set cmdStr to "cd /Applications/'" & usersPref1 & "'/Contents/MacOS/; ./thunderbird-bin -p '" & usersPref2 & "' -safe-mode> file_path 2>&1 &"