ttf-vlgothic 20081203-1 変, etc.
_ [debian] ttf-vlgothic 20081203-1 変
Setting up ttf-vlgothic (20081203-1) ...
xset: unable to open display ""
dpkg: error processing ttf-vlgothic (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
ttf-vlgothic
とかいってインストールできない。調べてみると prerm と postinst で
fontconfig_cache_update()
{
if [ -x /usr/bin/fc-cache ]; then
fc-cache update
fi
if [ -x /usr/bin/xset ]; then
xset fp rehash
fi
}
こんなことやってた。探してみると xset fp rehash is not run after installing X fonts ? や #134968 でそういうのはダメという話になってるみたい。ということで投げた。> #507745 何も考えずに Severity: normal で投げたら、
That makes the package uninstallable and, in my opinion, this is release critical.
ref. [Pkg-fonts-devel] Bug#507745: ttf-vlgothic: install failure for xset: unable to open display “”
ということで Severity: serious に格上げされた。
_ [debian] acroread-debian-files 0.0.27
acroread-fonts-jpn 8.1-0.2 と acroread-l10n-ja 8.1.3-0.4 が追加されたので acroread-japanesefont を削除。
_ [audacious] 続・audacious の Add CD がない
Audacious、CD よめへんがな を見て、そういえばそんなこともあったと思って BTS を見てみたら報告されてた。> #497769 audacious -N で起動してみると、
cdaudio-ng: use_dae = 1, limitspeed = 1, use_cdtext = 1, use_cddb = 1, cddbserver = "freedb.org", cddbpath = "", cddbport = 0, cddbhttp = 0, device = "/dev/cdrom", debug = 1
と出てるので cdaudio-ng 自体は読まれてるようなんだけど、このメッセージの後、メニューに Add CD とかのアイテムを追加する処理が動いていない?