wineのインストール
ubuntu 16.04 LTSにデフォルトで登録されているwineはVer1.6と少し古いため、幾つか動作しないアプリケーションがあったので、
リポジトリを追加して少し新しいwine1.8を導入。
$ sudo add-apt-repository ppa:ubuntu-wine/ppa $ sudo apt-get update $ sudo apt-get install wine1.8
この方法でインストールされるwinetrickはバグがあって動かないみたいなので、
https://wiki.winehq.org/Winetricksを参考にしてインストール。
$ winetricks allfontsでフォントのインストール
フォントの設定
$ lsof | grep -e ttc -e ttfで、文字化けしているフォントを探す。
http://mattintosh.hatenablog.com/entry/2013/03/13/191715などを参考にして、
$ regeditでwineのレジストリ エディタを起動してフォントリンクの設定。
参考
https://sites.google.com/site/tetsuroweb/home/software/ubuntu/system-software/wine http://runit.blog.fc2.com/blog-entry-5.html