<?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 for Screenage</title>
	<atom:link href="http://www.screenage.de/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.screenage.de/blog</link>
	<description></description>
	<lastBuildDate>Wed, 16 Jun 2010 13:20:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Ubuntu Berlin @ LinuxTag 2010 &#8211; pickings by ccm</title>
		<link>http://www.screenage.de/blog/2010/06/16/ubuntu-berlin-linuxtag-2010-pickings/comment-page-1/#comment-22567</link>
		<dc:creator>ccm</dc:creator>
		<pubDate>Wed, 16 Jun 2010 13:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/?p=237#comment-22567</guid>
		<description>Thank you for the hint, I updated your list of talks.</description>
		<content:encoded><![CDATA[<p>Thank you for the hint, I updated your list of talks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu Berlin @ LinuxTag 2010 &#8211; pickings by Daniel Holbach</title>
		<link>http://www.screenage.de/blog/2010/06/16/ubuntu-berlin-linuxtag-2010-pickings/comment-page-1/#comment-22563</link>
		<dc:creator>Daniel Holbach</dc:creator>
		<pubDate>Wed, 16 Jun 2010 10:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/?p=237#comment-22563</guid>
		<description>Thanks for the writeup! I also gave the &quot;fixing Ubuntu bugs&quot; talk. I put up slides at http://people.canonical.com/~dholbach/talks/</description>
		<content:encoded><![CDATA[<p>Thanks for the writeup! I also gave the &#8220;fixing Ubuntu bugs&#8221; talk. I put up slides at <a href="http://people.canonical.com/~dholbach/talks/" rel="nofollow">http://people.canonical.com/~dholbach/talks/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu Berlin LinuxTag BBQ today by Ubuntu Berlin LinuxTag BBQ today « Screenage &#124; BBQ Tweets</title>
		<link>http://www.screenage.de/blog/2010/06/12/ubuntu-berlin-linuxtag-bbq-today/comment-page-1/#comment-22425</link>
		<dc:creator>Ubuntu Berlin LinuxTag BBQ today « Screenage &#124; BBQ Tweets</dc:creator>
		<pubDate>Sat, 12 Jun 2010 14:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/?p=233#comment-22425</guid>
		<description>[...] For the third time Ubuntu Berlin hosts a LinuxTag BBQ at c-base, the sunken starbase in the heart of Berlin.    Read the original here: Ubuntu Berlin LinuxTag BBQ today « Screenage [...]</description>
		<content:encoded><![CDATA[<p>[...] For the third time Ubuntu Berlin hosts a LinuxTag BBQ at c-base, the sunken starbase in the heart of Berlin.    Read the original here: Ubuntu Berlin LinuxTag BBQ today « Screenage [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on my (not yet) package of the day &#8211; circular application menu by Ivan Gneiding</title>
		<link>http://www.screenage.de/blog/2008/06/16/my-not-yet-package-of-the-day-circular-application-menu/comment-page-1/#comment-22333</link>
		<dc:creator>Ivan Gneiding</dc:creator>
		<pubDate>Wed, 09 Jun 2010 21:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/2008/06/16/my-not-yet-package-of-the-day-circular-application-menu/#comment-22333</guid>
		<description>Hello.
I tried to install the circular menu but i have problems. I followed step by step your instructions, but i had an error when doing &quot;make&quot;. I am using Last Ubuntu version (10.04, 64bits). I will show the error:

src/main.c:148: warning: implicit declaration of function ‘gdk_screen_get_rgb_colormap’
src/main.c:151: warning: implicit declaration of function ‘gtk_widget_set_colormap’
src/main.c:156: warning: implicit declaration of function ‘gtk_widget_realize’
src/main.c:159: warning: implicit declaration of function ‘ca_circular_application_menu_new’
src/main.c:166: warning: implicit declaration of function ‘gtk_container_add’
src/main.c:166: warning: implicit declaration of function ‘GTK_CONTAINER’
src/main.c:168: warning: implicit declaration of function ‘g_signal_connect’
src/main.c:168: warning: implicit declaration of function ‘G_CALLBACK’
src/main.c:168: error: ‘gtk_main_quit’ undeclared (first use in this function)
src/main.c:171: warning: implicit declaration of function ‘gtk_window_fullscreen’
src/main.c:171: warning: implicit declaration of function ‘GTK_WINDOW’
src/main.c:177: warning: implicit declaration of function ‘_ca_circular_application_menu_enable_blur’
src/main.c:180: warning: implicit declaration of function ‘gtk_widget_show_all’
src/main.c:183: error: ‘root_fileleaf’ undeclared (first use in this function)
src/main.c:183: warning: implicit declaration of function ‘G_TYPE_CHECK_INSTANCE_CAST’
src/main.c:183: warning: implicit declaration of function ‘ca_circular_application_menu_get_type’
src/main.c:183: error: expected expression before ‘CaCircularApplicationMenu’
src/main.c:186: warning: implicit declaration of function ‘gtk_widget_queue_draw’
src/main.c:188: warning: implicit declaration of function ‘gtk_main’
src/main.c:190: warning: implicit declaration of function ‘gmenu_tree_item_unref’
make: ** [src/main.o] Erro 1

Well, there&#039;s more lines before these, but i think its no important so much.
Do you know how do I can proceed to install this great menu on my Ubuntu?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hello.<br />
I tried to install the circular menu but i have problems. I followed step by step your instructions, but i had an error when doing &#8220;make&#8221;. I am using Last Ubuntu version (10.04, 64bits). I will show the error:</p>
<p>src/main.c:148: warning: implicit declaration of function ‘gdk_screen_get_rgb_colormap’<br />
src/main.c:151: warning: implicit declaration of function ‘gtk_widget_set_colormap’<br />
src/main.c:156: warning: implicit declaration of function ‘gtk_widget_realize’<br />
src/main.c:159: warning: implicit declaration of function ‘ca_circular_application_menu_new’<br />
src/main.c:166: warning: implicit declaration of function ‘gtk_container_add’<br />
src/main.c:166: warning: implicit declaration of function ‘GTK_CONTAINER’<br />
src/main.c:168: warning: implicit declaration of function ‘g_signal_connect’<br />
src/main.c:168: warning: implicit declaration of function ‘G_CALLBACK’<br />
src/main.c:168: error: ‘gtk_main_quit’ undeclared (first use in this function)<br />
src/main.c:171: warning: implicit declaration of function ‘gtk_window_fullscreen’<br />
src/main.c:171: warning: implicit declaration of function ‘GTK_WINDOW’<br />
src/main.c:177: warning: implicit declaration of function ‘_ca_circular_application_menu_enable_blur’<br />
src/main.c:180: warning: implicit declaration of function ‘gtk_widget_show_all’<br />
src/main.c:183: error: ‘root_fileleaf’ undeclared (first use in this function)<br />
src/main.c:183: warning: implicit declaration of function ‘G_TYPE_CHECK_INSTANCE_CAST’<br />
src/main.c:183: warning: implicit declaration of function ‘ca_circular_application_menu_get_type’<br />
src/main.c:183: error: expected expression before ‘CaCircularApplicationMenu’<br />
src/main.c:186: warning: implicit declaration of function ‘gtk_widget_queue_draw’<br />
src/main.c:188: warning: implicit declaration of function ‘gtk_main’<br />
src/main.c:190: warning: implicit declaration of function ‘gmenu_tree_item_unref’<br />
make: ** [src/main.o] Erro 1</p>
<p>Well, there&#8217;s more lines before these, but i think its no important so much.<br />
Do you know how do I can proceed to install this great menu on my Ubuntu?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on removing outdated ssh fingerprints from known_hosts with sed or &#8230; ssh-keygen by Alex</title>
		<link>http://www.screenage.de/blog/2008/05/28/removing-outdated-ssh-fingerprints-from-known_hosts-with-sed-or-ssh-keygen/comment-page-1/#comment-22099</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 03 Jun 2010 11:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/2008/05/28/removing-outdated-ssh-fingerprints-from-known_hosts-with-sed-or-ssh-keygen/#comment-22099</guid>
		<description>Nice idea.

I usually do a 

&quot;vi .ssh/known_hosts +46&quot;

if I got the message. vi will jump to the line 46 already and I press dd, then save.

Alex</description>
		<content:encoded><![CDATA[<p>Nice idea.</p>
<p>I usually do a </p>
<p>&#8220;vi .ssh/known_hosts +46&#8243;</p>
<p>if I got the message. vi will jump to the line 46 already and I press dd, then save.</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on removing outdated ssh fingerprints from known_hosts with sed or &#8230; ssh-keygen by Albert</title>
		<link>http://www.screenage.de/blog/2008/05/28/removing-outdated-ssh-fingerprints-from-known_hosts-with-sed-or-ssh-keygen/comment-page-1/#comment-21920</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Sat, 29 May 2010 01:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/2008/05/28/removing-outdated-ssh-fingerprints-from-known_hosts-with-sed-or-ssh-keygen/#comment-21920</guid>
		<description>If you using Openshh on Windows. The &quot;know_host&quot; files is at:
C:\Document and Settings\&quot;User&quot;\.ssh 
notice I put &quot;User&quot; Where computer user should be.
once in &quot;.ssh&quot; you will see &quot;know_host&quot;
you can open &quot;know_host&quot; with Wordpad just right click -&gt;open with -&gt;choose &quot;Wordpad&quot;</description>
		<content:encoded><![CDATA[<p>If you using Openshh on Windows. The &#8220;know_host&#8221; files is at:<br />
C:\Document and Settings\&#8221;User&#8221;\.ssh<br />
notice I put &#8220;User&#8221; Where computer user should be.<br />
once in &#8220;.ssh&#8221; you will see &#8220;know_host&#8221;<br />
you can open &#8220;know_host&#8221; with Wordpad just right click -&gt;open with -&gt;choose &#8220;Wordpad&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu Berlin review of 2008 by Bailey Singh</title>
		<link>http://www.screenage.de/blog/2008/12/17/ubuntu-berlin-review-of-2008/comment-page-1/#comment-21822</link>
		<dc:creator>Bailey Singh</dc:creator>
		<pubDate>Wed, 26 May 2010 02:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/2008/12/17/ubuntu-berlin-review-of-2008/#comment-21822</guid>
		<description>i really love to attend in parties because it is fun an you met a lot of new friends.-`~</description>
		<content:encoded><![CDATA[<p>i really love to attend in parties because it is fun an you met a lot of new friends.-`~</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on my package of the day: weather-util (weather report and forecast for the console) by Lucas Watson</title>
		<link>http://www.screenage.de/blog/2008/06/04/my-package-of-the-day-weather-util-weather-report-and-forecast-for-the-console/comment-page-1/#comment-21757</link>
		<dc:creator>Lucas Watson</dc:creator>
		<pubDate>Mon, 24 May 2010 07:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/2008/06/04/my-package-of-the-day-weather-util-weather-report-and-forecast-for-the-console/#comment-21757</guid>
		<description>I always like Sunny weather and disliked gloomy rainy weather.-*&#039;</description>
		<content:encoded><![CDATA[<p>I always like Sunny weather and disliked gloomy rainy weather.-*&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sync ruby gems between different installed ruby versions by Maya Bailey</title>
		<link>http://www.screenage.de/blog/2009/06/07/sync-ruby-gems-between-different-installed-ruby-versions/comment-page-1/#comment-21601</link>
		<dc:creator>Maya Bailey</dc:creator>
		<pubDate>Wed, 19 May 2010 09:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/2009/06/07/sync-ruby-gems-between-different-installed-ruby-versions/#comment-21601</guid>
		<description>my favorite gemstone is none other than diamond. the most expensive and priceless gemstone ever.;,`</description>
		<content:encoded><![CDATA[<p>my favorite gemstone is none other than diamond. the most expensive and priceless gemstone ever.;,`</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu Hardy backgound guerilla marketing by Mary Griffin</title>
		<link>http://www.screenage.de/blog/2008/03/20/ubuntu-hardy-backgound-guerilla-marketing/comment-page-1/#comment-21595</link>
		<dc:creator>Mary Griffin</dc:creator>
		<pubDate>Wed, 19 May 2010 05:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/2008/03/20/ubuntu-hardy-backgound-guerilla-marketing/#comment-21595</guid>
		<description>A very good marketing strategy is very important in promoting your products both online and offline.&#039;&#039;-</description>
		<content:encoded><![CDATA[<p>A very good marketing strategy is very important in promoting your products both online and offline.&#8221;-</p>
]]></content:encoded>
	</item>
</channel>
</rss>
