Wine

2017年8月23日水曜日

Wine (ワイン)は、オープンソースの Windows API 実装を通じて、主としてx86アーキテクチャ上のUnix系オペレーティングシステム (OS) においてWindows用アプリケーションをネイティブ動作させることを目標とするプログラム群

実行ファイル
#!/bin/sh
exec wine start /Unix '/opt/ArtRage_2/ArtRage_2.exe'

#!/bin/sh
exec wine.sh /opt/ArtRage_2/ArtRage_2.exe "$@"

文字化け
~/.wine/user.regを以下のように編集
[Software\\Wine\\Fonts\\Replacements] 1240428288
"MS Gothic"="VL Gothic"
"MS PGothic"="VL PGothic"
"MS Sans Serif"="VL PGothic"
"MS Shell Dlg"="VL Gothic"
"MS UI Gothic"="VL PGothic"
"Tahoma"="VL PGothic"
"\xff2d\xff33 \x30b4\x30b7\x30c3\x30af"="VL Gothic"
"\xff2d\xff33 \xff30\x30b4\x30b7\x30c3\x30af"="VL PGothic"

代替えフォントを適宜に指定すれば・・・それでもの時
msゴシックをwindowsより拝借
/usr/share/wine/fonts/msgothic.ttc
/usr/share/wine/wine.inf
551行目
[Fonts]
HKLM,%FontSubStr%,"MS Shell Dlg 2",,"MS UI Gothic"
HKLM,%FontSubStr%,"Tahoma",,"MS UI Gothic"

Copyright © 2010 休眠 | Free Blogger Templates by Splashy Templates | Layout by Atomic Website Templates