Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
关于wine
Apps Section
754
views ·
1
replies ·
To
floor
Go
blue
deepin
2014-06-10 15:55
Author
今天下载了一个teamviewer的Deb包安装
装完启动时,发现闪过好像wine的一个界面,查看包的包含文件,发现确实有wine
但是teamviewer是能使用视频(我在设置里是能用的,远程的没试,没人和我试)的,为什么wine QQ不能使用视频呢?
teamviewer怎做到的?
其中脚本:
function Run_TeamViewer_Desktop()
{
[ "$1" = "--desktop" ] && shift
Init
echo "Launching TeamViewer_Desktop..."
RequireWineServer
exec wine "c:\TeamViewer\TeamViewer_Desktop.exe" "$@" &> "$TV_LOG_DIR/winelogDesktop"
}
Reply
Like 0
Favorite
View the author
All Replies
Bluek404
deepin
2014-06-10 18:35
#1
如果你能把腾讯官方的人员拉过来做兼容工作的话就能解决了
毕竟人家有源码,想修改是很容易的
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Error configurar cara autenticacion biometrica
Hız
add screenshot to message sent early
HP Pavilion extremly slow
HP Printer smart tank 5105 not support
Popular Events
More
装完启动时,发现闪过好像wine的一个界面,查看包的包含文件,发现确实有wine
但是teamviewer是能使用视频(我在设置里是能用的,远程的没试,没人和我试)的,为什么wine QQ不能使用视频呢?
teamviewer怎做到的?
其中脚本:
function Run_TeamViewer_Desktop()
{
[ "$1" = "--desktop" ] && shift
Init
echo "Launching TeamViewer_Desktop..."
RequireWineServer
exec wine "c:\TeamViewer\TeamViewer_Desktop.exe" "$@" &> "$TV_LOG_DIR/winelogDesktop"
}