* xscreensaver の webcollage が動作しない [#cfd9c66a]
http://bugs.gentoo.org/261332 を参照して作ったパッチです。
--- freedesktop.org.xml.netpbm 2009-04-11 00:01:09.000000000 +0900 +++ freedesktop.org.xml 2010-04-03 23:31:39.000000000 +0900 @@ -14731,12 +14731,10 @@ <magic priority="50"> <match value="P1" type="string" offset="0"> <match value="0x0a" type="byte" offset="2"> - <match value="#" type="string" offset="3"/> </match> </match> <match value="P4" type="string" offset="0"> <match value="0x0a" type="byte" offset="2"> - <match value="#" type="string" offset="3"/> </match> </match> </magic> @@ -14774,12 +14772,10 @@ <magic priority="50"> <match value="P2" type="string" offset="0"> <match value="0x0a" type="byte" offset="2"> - <match value="#" type="string" offset="3"/> </match> </match> <match value="P5" type="string" offset="0"> <match value="0x0a" type="byte" offset="2"> - <match value="#" type="string" offset="3"/> </match> </match> </magic> @@ -14817,12 +14813,10 @@ <magic priority="50"> <match value="P3" type="string" offset="0"> <match value="0x0a" type="byte" offset="2"> - <match value="#" type="string" offset="3"/> </match> </match> <match value="P6" type="string" offset="0"> <match value="0x0a" type="byte" offset="2"> - <match value="#" type="string" offset="3"/> </match> </match> </magic>
shared_mime_info パッケージの /usr/share/mime/packages/freedesktop.org.xml に当てて、 update-mime-database /usr/share/mime すると webcollage が動作するようになります。