2008-12-14 (Sun)
_ [audacious] 続々々・audacious の Add CD がない
ふと #497769 を見てみたら、Debian の audacious-play-files-from-command-line.patch が原因、とのこと。試しにこのパッチを外してみたら、確かに Add CD が出るようになった。まさか Debian のパッチのせいだったとは。changelog を見てみたら、
- debian/patches/audacious-play-files-from-command-line.patch: Make adding files from the command line work. Thanks Stefan Ott! (Closes: #491043)
ref. /usr/share/doc/audacious/changelog.Debian.gz
とある。#491043 の修正でエンバグしたということ? 確かにパッチを外したら外したでコマンドラインからファイル指定できなくなるな。
2008-12-09 (Tue)
_ [debian] mono 2.0.1-1
またいつものアプリが動かなくなったけどアプリ開発元に問い合わせてみるか。
2008-12-08 (Mon)
_ [comp] AllowEmptyInput
突然 X が固まったので再起動したら、キーボードとマウスが効かなくなった。仕方ないので poweroff で電源を切って Xorg.0.log を見てみると、
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable AllowEmptyInput.
なんだこれは。xorg.conf(5) を見て、/etc/X11/xorg.conf に
Section "ServerFlags"
Option "AllowEmptyInput" "off"
EndSection
を追加してみた。そしたら
(==) ModulePath set to "/usr/lib/xorg/modules"
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) No Layout section. Using the first mouse device.
(==) No Layout section. Using the first keyboard device.
となってキーボードとマウス復活。