立体音響化ツールBienをLinuxで使う
今回の環境
- Ubuntu 10.04
- Wine 1.2 http://www.winehq.org/
- Bien 0.72 立体音響化ツール
Wineのインストール
sudo add-apt-repository ppa:ubuntu-wine/ppa sudo aptitude install wine gnome-exe-thumbnailer
Wine 1.2もstableになったんだし別にいいよね。
gnome-exe-thumbnailerはインストールするとアプリケーションのアイコンがNautilusで表示されるようになる。
Wine 設定
wineboot cd ~/.wine/drive_c/windows/Fonts ln -s /usr/share/fonts/truetype/takao/TakaoGothic.ttf ./
次のファイルをCP932(Shift_JIS)で保存して、regeditで読み込む。
REGEDIT4 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts] "FIXEDFON.FON"="TakaoGothic.ttf" "FONTS.FON"="TakaoGothic.ttf" [HKEY_CURRENT_USER\Software\Wine\Fonts\Replacements] "MS UI Gothic"="Takao Pゴシック"
wine regedit
参考文献
Wineのフォント設定について参考にしました。