26 Dec
2013
26 Dec
'13
8:21 p.m.
http://bugs.winehq.org/show_bug.cgi?id=28282 --- Comment #49 from Deve <deveee(a)gmail.com> --- Simple workaround to use alsa directly. Add this script as /usr/bin/wine-nopulse: ---------------- #!/bin/sh echo "autospawn = no" > $HOME/.config/pulse/client.conf pulseaudio --kill /usr/bin/wine $* rm -f $HOME/.config/pulse/client.conf pulseaudio --start ---------------- If you need this file in home directory for something other, you can use sed command to modify autospawn line. There is also pasuspender, but it of course causes hangs for me ;p -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.