Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 7501  / 1 Year ago, wed, may 17, 2023, 10:38:52

I'm not able to make a mic work with wine-1.7.30

(the mic is the integrated mic in my pc and works fine with other applications )



I found some suggestions but they don't seem to work.
Anyone manage to fix this bug ?



Reference:




More From » wine

 Answers
1

As suggested by @Masu WINENOPULSE=1 parameters fix the issue.



There should be a way to make this setting as default in wine but I cannot find it right now.



For the moment I'm using a manual approach:



env WINENOPULSE=1 wine YOUR_PROGRAM.exe


Or you can add it to the launcher:



Taking care that Wine launchers are stored in: ~/.local/share/applications/wine/Programs/

You just have to edit the program launcher and add WINENOPULSE=1 to the exec line.



So for Rosetta Stone the launcer will be changes as the following one:



[Desktop Entry]
Name=Rosetta Stone TOTALe
Exec=env WINENOPULSE=1 WINEPREFIX="/home/fra/.wine" wine C:windowscommandstart.exe /Unix /home/fra/.wine/dosdevices/c:/users/fra/Start Menu/Programs/Rosetta Stone/Rosetta Stone TOTALe/Rosetta Stone TOTALe.lnk
Type=Application
StartupNotify=true
Icon=C722_RosettaStoneTOTALe.0

[#35105] Thursday, May 18, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
listeerrated

Total Points: 354
Total Questions: 112
Total Answers: 100

Location: Guam
Member since Fri, Jun 18, 2021
3 Years ago
;