Ben Chuanlong Du's Blog

It is never too late to learn.

Windows Emulation Using WINE

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. 对于使用中文软件的Linux用户来说WINE基本没什么用, 中文显示目前来说就是一大难题. 如果你的电脑够快, 虚拟机是最稳妥的解决方案. Win 7以上版本对于虚拟机来说都比较庞大臃肿, 鲜为人知的WinTPC (Win 7简化版本) 目前来说是最好的选择.

Installation on macOS

brew install --cask xquartz brew tap homebrew/cask-versions brew install --cask --no-quarantine wine-stable

Install Apps

wine /path/to/app.exe

Chinese Fonts

http://linux-wiki.cn/wiki/zh-hans/Wine%E7%9A%84%E4%B8%AD%E6%96%87%E6%98%BE%E7%A4%BA%E4%B8%8E%E5%AD%97%E4%BD%93%E8%AE%BE%E7%BD%AE

https://blog.csdn.net/williamyi96/article/details/79841690

https://blog.csdn.net/mhlwsk/article/details/51919916

Wine Distributiosn and Alternatives

  1. deepin-wine-ubuntu

  2. deepin OS in Docker

  3. deepin OS in VM

  4. CrossOver in Docker

  5. CrossOver on Linux

  6. WinTPC in VM

WinePak

WinePak seems really useful!

https://github.com/winepak

https://www.fossmint.com/winepak-install-windows-apps-and-games-on-linux/

https://ramsdenj.com/2018/03/26/packaging-pathofexile-with-flatpak.html

https://www.linuxuprising.com/2018/06/winepak-is-flatpak-repository-for.html

Questions

  1. WINE doesn't work with EngKoo Pinyin?

http://www.linuxdiyf.com/linux/20090.html

References

Comments