#! /bin/sh /usr/share/dpatch/dpatch-run ## 08_use_aplay_for_sound.dpatch by Festor Wailon Dacoba. ## ## DP: Use "aplay" for play sounds with ALSA @DPATCH@ diff -urNad amsn-0.97+final~/config.tcl amsn-0.97+final/config.tcl --- amsn-0.97+final~/config.tcl 2008-05-28 22:28:36.000000000 +0000 +++ amsn-0.97+final/config.tcl 2008-07-03 14:31:14.000000000 +0000 @@ -81,7 +81,7 @@ ::config::setKey openfilecommand "open \$file" ::config::setKey usesnack 0 } elseif { [OnUnix] } { - ::config::setKey soundcommand "play \$sound" + ::config::setKey soundcommand "aplay \$sound" ::config::setKey browser "mozilla \$url" ::config::setKey notifyXoffset 0 ::config::setKey notifyYoffset 0 ::config::setKey notifyXoffset 0 ::config::setKey notifyYoffset 0