从终端$ sudo apt install wine安装葡萄酒。右键单击文件中的exe文件建议用“档案管理器”打开它。葡萄酒在“与其他应用程序一起打开”->“查看所有应用程序”列表中也不存在。如何将exe文件与葡萄酒相关联,以便通过双击就可以从文件中打开这些文件?我正在尝试为经验较少的用户设置操作系统。
发布于 2020-04-25 01:39:55
您需要安装wine-binfmt。
也可以将wine.desktop复制到/usr/share/applications或$HOME/.local/share/applications/。您将在wine.desktop中找到/usr/share/doc/wine/examples/wine.desktop。
cp /usr/share/doc/wine/examples/wine.desktop $HOME/.local/share/applications/或
cp /usr/share/doc/wine/examples/wine.desktop /usr/share/applications/https://askubuntu.com/questions/1230553
复制相似问题