测试环境UOS wine6
1、UOS应用商店下载windows版本的微信
2、执行此句,修改权限755,不行就777
sudo chmod 755 /opt/deepin-wine6-stable/share/applications/wine.desktop
3、修改wine.desktop
sudo sed -i "s+^Exec.*+Exec=env WINEPREFIX=/home/$USER/.deepinwine/Deepin-Wine64/ deepin-wine6-stable start /unix \"%f\"+g" /opt/deepin-wine6-stable/share/applications/wine.desktop
4、添加关联,也可以双击exe后选择 /opt/deepin-wine6-stable/share/applications/wine.desktop
sudo ln -vsf /opt/deepin-wine6-stable/share/applications/wine.desktop /usr/share/applications/wine.desktop
评论已关闭