Debian GNU Linux/4.0 etch/amd64/wine のバックアップソース(No.3)

* Debian GNU Linux/4.0 etch amd64 - wine [#mb5fcb56]

** インストール [#vd94d906]
 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
~

** 設定 [#wc96d720]
*** wine設定 [#wa20c37a]
 winecfg
soundの設定等を先にやってないと固まる?~
~

*** 日本語入力 [#p962b61b]
1.regeditで「Software\\Wine」にキー「X11 Driver」を作成。~
2.user.regに「[Software\\Wine\\X11 Driver]」ができているので"InputStyle"="overthespot"を追加。~
~
user.reg
 [Software\\Wine\\X11 Driver]
 "InputStyle"="root"
~

** 情報源 [#sbb8422e]
-[[winehq>http://www.winehq.org/site/download-deb]]~
-[[憩いの場 - Wine : 初期設定エラーと日本語入力>http://fun.poosan.net/sawa/index.php?UID=1171815292]]~
~