Multiple-Sound-Card-Wizard GUI

Please post any bugs you have found
Post Reply
Message
Author
User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

Multiple-Sound-Card-Wizard GUI

#1 Post 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
Attachments
choose-card.png
On opening no card is selected
(21.2 KiB) Downloaded 374 times
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

Post Reply