TeamViewer Wine 1.6に同梱されます。 PulseaudioはPPAからインストールされたワイン1.6.1で動作しています。 winepulse.drv.so
とfakedlls/winepulse.drv
のコピーは機能しません。 teamviewer --winecfg
でこれを承認できます。
私はTeamViewerを実行してみました
### USE_LOCAL_WINE="yes"
/opt/teamviewer9/tv_bin/script/tvw_config
で。しかし、それは他のエラーをもたらします。
ローカルにインストールされたワインを使用する代わりに、アップグレードTeamViewers wineを1.6.1に更新できます。
最後にTeamViewerがサウンドと共に実行されています(提案された修正はTeamviewer 11 on buntu 14.04 LTSに対しても機能します。異なるパス/opt/teamviewer11/
)。
これはあなたがする必要があることです:
Wineリポジトリを追加し、wine1.6をインストールします。
Sudo apt-add-repository ppa:ubuntu-wine/ppa
Sudo apt-get update
Sudo apt-get install wine1.6
ダウンロードしてインストールしますTeamViewer:
wget http://download.teamviewer.com/download/teamviewer_linux.deb
Sudo gdebi teamviewer_linux.deb
ワインバイナリのコピー:
Sudo cp /usr/bin/wine /usr/bin/wineserver /usr/bin/wine-preloader /opt/teamviewer9/tv_bin/wine/bin/
Sudo cp /usr/lib/i386-linux-gnu/libwine.so.1.0 /opt/teamviewer9/tv_bin/wine/lib/
Sudo cp -R /usr/lib/i386-linux-gnu/wine/* /opt/teamviewer9/tv_bin/wine/lib/wine/
Teamviewerプロファイルを再構成し、winecfgを起動して、オーディオが機能しているかどうかを確認します。
teamviewer --update-profile
teamviewer --winecfg