说明:
1、关于没有.wine文件夹的解决方法:在命令行上运行winecfg;
2、使用的Wine版本是深度出品(Deepin),已经精简了很多没用的配置,使启动能非常快,占用资源小。
下载:
(链接: https://pan.baidu.com/s/1bpEYyIV 密码: 5ymj)
安装:
1、安装Wine
增加32位架构
sudo dpkg --add-architecture i386 sudo apt-get update
sudo deepin-wine/install.sh
如果中途有依赖错误,可以再重试多几次。
2、安装依赖库
deepin-wine vcredist_x86.exe deepin-wine msiexec /i MS-VC80.MSI cp MSVBVM60.DLL ~/.wine/drive_c/windows/system32
3、安装PowerDesigner
cd PowerDesigner15.1 deepin-wine PowerDesigner15_Evaluation.exe
4、汉化+Crack
cp PowerDesigner15汉化/* ~/.wine/drive_c/Program\ Files/Sybase/PowerDesigner\ 15
5、设置桌面图标
vim ~/.local/share/applications/PowerDesigner15.desktop
[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Name=PowerDesigner 15 Icon=wine Path=/home/jim/.wine/drive_c/Program Files/Sybase/PowerDesigner 15 Exec=deepin-wine pdshell15.exe StartupNotify=false OnlyShowIn=Unity; X-UnityGenerated=true
参考: