Debian GNU Linux/4.0 etch/amd64/wine のバックアップ(No.4)


Debian GNU Linux/4.0 etch amd64 - wine

Wine本体

インストール

rootにて

wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
wget http://wine.budgetdedicated.com/apt/sources.list.d/etch.list -O /etc/apt/sources.list.d/winehq.list
aptitude update
aptitude install wine


設定

userにて

winecfg

soundの設定等を先にやってないと固まる?

日本語入力

userにて
1.regeditで「Software\\Wine」にキー「X11 Driver」を作成。
2.user.regに「[Software\\Wine\\X11 Driver]」ができているので"InputStyle"="overthespot"を追加。

user.reg

[Software\\Wine\\X11 Driver]
"InputStyle"="root"


デフォルトブラウザの変更

userにて
winebrowser.reg

REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\WineBrowser]
"Browsers"="firefox"


IE6

インストール

wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz


userにて

tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux


情報源