Small correction included at the end: su cat <<EOM >/usr/bin/skype.sh #!/bin/bash # bypass horribly buggy pulseaudio export PULSE_SERVER="127.0.0.1" exec `dirname $0`/skype.bin EOM cat <<EOM >>/etc/rc.local SKYPE=/usr/bin/skype grep -q 'horribly buggy' $SKYPE || sh -c "mv -f $SKYPE $SKYPE.bin; cp -f $SKYPE.sh $SKYPE" EOM chmod +rx /usr/bin/skype.sh eval grep -i skype /etc/rc.local
-- No microphone in skype https://bugs.launchpad.net/bugs/437192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
