Deepin下使用Wine安装Windows程序
Tofloor
poster avatar
立青
deepin
2020-09-10 04:25
Author
使用了一段时间Deepin20社区版,很不错,但总有自己想用的Windows程序找不到替代,在网上找了一下午,终于找到一个简单的方法(20版已经安装好了Wine和Wine5),摘录如下备用。
管理员权限打开 /usr/share/applications/,
1、桌面新建wine.desktop,并输入以下内容:
    [Desktop Entry]
    Name=Deepin-wine
    Exec=deepin-wine %F
    Type=Application
    MimeType=text/plain;
保存退出,并复制该文件

2、Ctrl+alt+t,调出终端,输入:sudo dde-file-manager,在弹出的窗口中找到:/usr/share/application,将桌面的文件粘贴过来。
3、找到任意.exe文件,右键单击 --> 打开方式  -->  选择默认程序  -->  (找到 Deepin-wine)  -->  选择

4.找到要运行的exe文件,直接双击exe文件运行,可以下载windows程序的安装文件,双击直接安装,装完后要自己找到安装后的程序,可以在开始菜单找到。

注:如果安装过程卡住,可以把桌面的Wine.desktop中的wine改为wine5,如下


[Desktop Entry]
    Name=Deepin-wine5
    Exec=deepin-wine5 %F
    Type=Application
    MimeType=text/plain;



Reply Favorite View the author
All Replies
Ziggy
deepin
2020-09-10 04:32
#1
其实还是建议首选deepin-wine5的,尽管还没有完善,但它终究是新产物
Reply View the author
辉夜
deepin
2020-09-10 04:36
#2
安装wine后不是可以直接双击吗?
Reply View the author
立青
deepin
2020-09-10 04:37
#3
https://bbs.deepin.org/post/201663
其实还是建议首选deepin-wine5的,尽管还没有完善,但它终究是新产物

是的,有个万步网的客户端,用Wine,安装过程没有一丝乱码非常好,但是安到一半卡住了,用了Wine5后,虽然安装界面的方案变成了乱码,但能顺利安装完成,且成功打开,只可惜连接计步器时无法安装驱动。
Reply View the author
立青
deepin
2020-09-10 04:41
#4
https://bbs.deepin.org/post/201663
安装wine后不是可以直接双击吗?

Deepin20社区版自动安装好的,我找不到双击打开的地方
Reply View the author
立青
deepin
2020-09-10 04:42
#5
https://bbs.deepin.org/post/201663
其实还是建议首选deepin-wine5的,尽管还没有完善,但它终究是新产物

打印机制驱动程序用Wine安装也没用是吧
Reply View the author
Ziggy
deepin
2020-09-10 04:44
#6
https://bbs.deepin.org/post/201663
打印机制驱动程序用Wine安装也没用是吧

啊这,驱动怎么可能会wine出来,装了系统也不能用
Reply View the author
立青
deepin
2020-09-10 05:03
#7
我去,看看我装好了什么?

Reply View the author
Comments
jjff
2020-09-10 17:21
这能用?我从ps3装到pc2019都没法安装成功
upan
deepin
2020-09-10 19:32
#8
https://bbs.deepin.org/post/201663
我去,看看我装好了什么?

可以用否
Reply View the author
立青
deepin
2020-09-10 20:23
#9

可以用,是7.0版本,有点低
Reply View the author
立青
deepin
2021-01-04 17:12
#10

首先确保已经安装了deepin-wine5:sudo apt install deepin-wine5

Reply View the author