<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: New xcowsay at last!</title>
	<atom:link href="http://www.doof.me.uk/2008/08/30/new-xcowsay-at-last/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doof.me.uk/2008/08/30/new-xcowsay-at-last/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-xcowsay-at-last</link>
	<description>Lalalala doo</description>
	<lastBuildDate>Mon, 08 Apr 2013 17:09:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: manawy</title>
		<link>http://www.doof.me.uk/2008/08/30/new-xcowsay-at-last/comment-page-1/#comment-786</link>
		<dc:creator>manawy</dc:creator>
		<pubDate>Thu, 07 May 2009 16:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=48#comment-786</guid>
		<description><![CDATA[Hello,

I have created a rpm package for fedora :) It is now on the fedora-10 updates-testing repository !

(You can download sr.rpm and other rpms build here : http://koji.fedoraproject.org:80/koji/buildinfo?buildID=100805)

Thank you for this excellent program :D]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have created a rpm package for fedora <img src='http://www.doof.me.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It is now on the fedora-10 updates-testing repository !</p>
<p>(You can download sr.rpm and other rpms build here : <a href="http://koji.fedoraproject.org:80/koji/buildinfo?buildID=100805" rel="nofollow">http://koji.fedoraproject.org:80/koji/buildinfo?buildID=100805</a>)</p>
<p>Thank you for this excellent program <img src='http://www.doof.me.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koen Kooi</title>
		<link>http://www.doof.me.uk/2008/08/30/new-xcowsay-at-last/comment-page-1/#comment-135</link>
		<dc:creator>Koen Kooi</dc:creator>
		<pubDate>Mon, 22 Sep 2008 12:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=48#comment-135</guid>
		<description><![CDATA[Xcowsay doesn&#039;t seem to work on 16bit displays (trying to spice up some embedded linux boards :)

The output:

root@beagleboard:/data/pictures# xcowsay test         

(xcowsay:1733): Gdk-WARNING **: gdk_gc_set_rgb_fg_color() and gdk_gc_set_rgb_bg_color() can
only be used on GC&#039;s with a colormap. A GC will have a colormap
if it is created for a drawable with a colormap, or if a
colormap has been set explicitly with gdk_gc_set_colormap.


(xcowsay:1733): Gdk-WARNING **: Using Cairo rendering requires the drawable argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap

(xcowsay:1733): Gdk-WARNING **: No colormap in gc_get_foreground

(xcowsay:1733): Gdk-WARNING **: gdkpixbuf-drawable.c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap()

(xcowsay:1733): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)&#039; failed

(xcowsay:1733): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)&#039; failed

(xcowsay:1733): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)&#039; failed

(xcowsay:1733): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_colorspace: assertion `GDK_IS_PIXBUF (pixbuf)&#039; failed

(xcowsay:1733): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample: assertion `GDK_IS_PIXBUF (pixbuf)&#039; failed
**
ERROR:floating_shape.c:59:get_alpha_mask: assertion failed: (gdk_pixbuf_get_bits_per_sample(shape-&gt;pixbuf) == 8)
Aborted

This is with gtk 2.14.1]]></description>
		<content:encoded><![CDATA[<p>Xcowsay doesn&#8217;t seem to work on 16bit displays (trying to spice up some embedded linux boards <img src='http://www.doof.me.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The output:</p>
<p>root@beagleboard:/data/pictures# xcowsay test         </p>
<p>(xcowsay:1733): Gdk-WARNING **: gdk_gc_set_rgb_fg_color() and gdk_gc_set_rgb_bg_color() can<br />
only be used on GC&#8217;s with a colormap. A GC will have a colormap<br />
if it is created for a drawable with a colormap, or if a<br />
colormap has been set explicitly with gdk_gc_set_colormap.</p>
<p>(xcowsay:1733): Gdk-WARNING **: Using Cairo rendering requires the drawable argument to<br />
have a specified colormap. All windows have a colormap,<br />
however, pixmaps only have colormap by default if they<br />
were created with a non-NULL window argument. Otherwise<br />
a colormap must be set on them with gdk_drawable_set_colormap</p>
<p>(xcowsay:1733): Gdk-WARNING **: No colormap in gc_get_foreground</p>
<p>(xcowsay:1733): Gdk-WARNING **: gdkpixbuf-drawable.c:1247: Source drawable has no colormap; either pass in a colormap, or set the colormap on the drawable with gdk_drawable_set_colormap()</p>
<p>(xcowsay:1733): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)&#8217; failed</p>
<p>(xcowsay:1733): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)&#8217; failed</p>
<p>(xcowsay:1733): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)&#8217; failed</p>
<p>(xcowsay:1733): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_colorspace: assertion `GDK_IS_PIXBUF (pixbuf)&#8217; failed</p>
<p>(xcowsay:1733): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample: assertion `GDK_IS_PIXBUF (pixbuf)&#8217; failed<br />
**<br />
ERROR:floating_shape.c:59:get_alpha_mask: assertion failed: (gdk_pixbuf_get_bits_per_sample(shape-&gt;pixbuf) == 8)<br />
Aborted</p>
<p>This is with gtk 2.14.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.doof.me.uk/2008/08/30/new-xcowsay-at-last/comment-page-1/#comment-81</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Fri, 12 Sep 2008 18:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=48#comment-81</guid>
		<description><![CDATA[Yep, I can add that for the next version. I should be able to fix the spilling across multiple monitors problem too. (Unfortunately I don&#039;t have access to a dual-head setup so I didn&#039;t spot this problem!)

Thanks for your interest!]]></description>
		<content:encoded><![CDATA[<p>Yep, I can add that for the next version. I should be able to fix the spilling across multiple monitors problem too. (Unfortunately I don&#8217;t have access to a dual-head setup so I didn&#8217;t spot this problem!)</p>
<p>Thanks for your interest!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juice</title>
		<link>http://www.doof.me.uk/2008/08/30/new-xcowsay-at-last/comment-page-1/#comment-80</link>
		<dc:creator>Juice</dc:creator>
		<pubDate>Fri, 12 Sep 2008 16:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=48#comment-80</guid>
		<description><![CDATA[Hey!   Xcowsay is excellent!   Could you add an option to force the cow to show up in a particular spot on the screen?   On a multi-monitor setup the cow and his words/thoughts seem to spill across monitors quite often.
Thanks again!]]></description>
		<content:encoded><![CDATA[<p>Hey!   Xcowsay is excellent!   Could you add an option to force the cow to show up in a particular spot on the screen?   On a multi-monitor setup the cow and his words/thoughts seem to spill across monitors quite often.<br />
Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
