Page 1 of 1

Multiple-Sound-Card-Wizard GUI

Posted: Sun 15 Jun 2014, 11:15
by Geoffrey
While I was trying to install a usb headset I found that the "/usr/bin/Multiple-Sound-Card-Wizard" opens with no card selected,
if nothing is selected and the "OK" instead of "Cancel" is pressed it can render the sound useless with no way to detect the card,
this appears to be the case with Slacko, a fix to this would be to edit the file,
at line 24 change <list> to <list selected-row=\"0\"> which will have the first line selected on opening the GUI.

Code: Select all

echo "export MAIN_DIALOG='
<window title=\"$(gettext 'Choose which sound card to make the default.')\">
  <vbox>
    <list selected-row=\"0\">
	<height>200</height>
	<width>650</width>
     <variable>LIST</variable>" > /tmp/mscw.tmp