<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tranquility</title>
	<atom:link href="http://ksmanis.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ksmanis.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 15 Feb 2012 20:13:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ksmanis.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tranquility</title>
		<link>http://ksmanis.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ksmanis.wordpress.com/osd.xml" title="Tranquility" />
	<atom:link rel='hub' href='http://ksmanis.wordpress.com/?pushpress=hub'/>
		<item>
		<title>GRUB2/BURG Integration in KDE</title>
		<link>http://ksmanis.wordpress.com/2012/01/29/grub2burg-integration-in-kde/</link>
		<comments>http://ksmanis.wordpress.com/2012/01/29/grub2burg-integration-in-kde/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 00:26:09 +0000</pubDate>
		<dc:creator>Konstantinos</dc:creator>
				<category><![CDATA[GRUB2 Editor]]></category>
		<category><![CDATA[Planet HELLUG]]></category>
		<category><![CDATA[Planet KDE]]></category>
		<category><![CDATA[Planets]]></category>
		<category><![CDATA[burg]]></category>
		<category><![CDATA[dialog]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kdm]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[shutdown]]></category>

		<guid isPermaLink="false">http://ksmanis.wordpress.com/?p=347</guid>
		<description><![CDATA[No, you&#8217;re not having a déjà vu, this is my second post about GRUB2/BURG support for KDM which shows up in PlanetKDE. I am sorry to abuse the planet for publicity, but I have seen quite a bit of confusion as &#8230; <a href="http://ksmanis.wordpress.com/2012/01/29/grub2burg-integration-in-kde/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=347&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>No, you&#8217;re not having a déjà vu, this is my second post about <a title="Hello planet (?) and GRUB2 Support for KDM" href="http://ksmanis.wordpress.com/2011/04/21/hello-planet-and-grub2-support-for-kdm/">GRUB2/BURG support for KDM</a> which shows up in PlanetKDE. I am sorry to abuse the planet for publicity, but I have seen quite a bit of confusion as to how KDE should be configured in order to interface with GRUB2/BURG and I would like to get some things straight.</p>
<p><em>What follows is a step-by-step guide describing how to configure KDE in order to automatically select a GRUB2/BURG entry other than the default when rebooting:</em></p>
<div id="attachment_55" class="wp-caption aligncenter" style="width: 531px"><a href="http://ksmanis.files.wordpress.com/2011/04/grub2.png"><img class="size-full wp-image-55" title="Shutdown Dialog" src="http://ksmanis.files.wordpress.com/2011/04/grub2.png?w=800" alt=""   /></a><p class="wp-caption-text">Shutdown Dialog</p></div>
<p><em>If you are a <strong><span style="color:#003300;">GRUB2</span></strong> user skip the <strong><span style="color:#993300;">BURG</span></strong> instructions and vice versa.</em></p>
<h2><span style="text-decoration:underline;">Step 1. Inform GRUB2/BURG that you plan to use this feature:</span></h2>
<p>&nbsp;</p>
<p><strong><span style="color:#003300;">GRUB2 instructions:</span></strong></p>
<p style="padding-left:30px;">Open /etc/default/grub in the text editor of your preference (as root) and add the following:</p>
<p style="padding-left:30px;"><code>GRUB_DEFAULT=saved</code></p>
<p style="padding-left:30px;">In case a GRUB_DEFAULT option already exists, just set it to <em>&#8220;saved&#8221;</em>.</p>
<p><strong><span style="color:#993300;">BURG instructions:</span></strong></p>
<p style="padding-left:30px;">Edit /etc/default/burg instead. The variable name is the same (GRUB_DEFAULT).</p>
<h2><span style="text-decoration:underline;">Step 2. Update your GRUB2/BURG menu file:</span></h2>
<p>&nbsp;</p>
<p><strong><span style="color:#003300;">GRUB2 instructions:</span></strong></p>
<p style="padding-left:30px;">The menu configuration file must contain <strong>set default=”${saved_entry}”</strong>. You are highly discouraged to manually edit this file, so execute the following command (as root):</p>
<p style="padding-left:30px;"><code>grub-mkconfig -o /boot/grub/grub.cfg</code></p>
<p style="padding-left:30px;">Please note that some distributions (i.e. Fedora, Gentoo, Mandriva, openSUSE) use a slightly different naming scheme for GRUB2. So you&#8217;d have to adjust the above to the following:</p>
<p style="padding-left:30px;"><code>grub2-mkconfig -o /boot/grub2/grub.cfg</code></p>
<p><strong><span style="color:#993300;">BURG instructions:</span></strong></p>
<p style="padding-left:30px;">BURG users should execute the following command (as root):</p>
<p style="padding-left:30px;"><code>burg-mkconfig -o /boot/burg/burg.cfg</code></p>
<h2><span style="text-decoration:underline;">Step 3. Inform KDE that you are using GRUB2/BURG:</span></h2>
<p>&nbsp;</p>
<p><strong><span style="color:#003300;">GRUB2</span>/<span style="color:#993300;">BURG</span> instructions:</strong></p>
<p style="padding-left:30px;">Select <em>&#8220;Grub2&#8243;</em> as your bootloader under <em>&#8220;System Settings &gt; Login Screen &gt; Shutdown &gt; Boot manager&#8221;</em>.</p>
<h2><span style="text-decoration:underline;">Step 4. Create symlinks:</span></h2>
<p>&nbsp;</p>
<p><strong><span style="color:#003300;">GRUB2 instructions:</span></strong></p>
<p style="padding-left:30px;">This step only applies to Fedora/Gentoo/Mandriva/openSUSE (or any other distribution which uses /boot/grub2 instead of /boot/grub)! If this is not the case for you, skip it.</p>
<p style="padding-left:30px;">Execute the following commands (as root):</p>
<p style="padding-left:30px;"><code> mkdir /boot/grub<br />
ln -s /boot/grub2/grub.cfg /boot/grub/grub.cfg<br />
ln -s /sbin/grub2-reboot /sbin/grub-reboot<br />
</code></p>
<p style="padding-left:30px;">In the above commands replace /sbin/ with wherever the grub2-reboot binary is installed. You can easily determine this with <em>&#8220;which grub2-reboot&#8221;</em>.</p>
<p><strong><span style="color:#993300;">BURG instructions:</span></strong></p>
<p style="padding-left:30px;">Execute the following commands (as root):</p>
<p style="padding-left:30px;"><code> mkdir /boot/grub<br />
ln -s /boot/burg/burg.cfg /boot/grub/grub.cfg<br />
ln -s /sbin/burg-reboot /sbin/grub-reboot</code></p>
<p style="padding-left:30px;">Same rule as above applies here: if the burg-reboot binary is not located under /sbin/, locate it with <em>&#8220;which burg-reboot&#8221;</em>.</p>
<h2><span style="text-decoration:underline;">Step 5. Reboot!</span></h2>
<p>That&#8217;s it; you&#8217;re done! Now either reboot or restart KDM (something like <em>&#8220;/etc/init.d/kdm restart&#8221;</em>) and you&#8217;re all set <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>As a side note, <a title="GRUB2 Editor" href="http://ksmanis.wordpress.com/projects/grub2-editor/">GRUB2 Editor</a> (supports BURG) <strong>automatically adjusts your configuration to the above</strong>. If you&#8217;re using it, you won&#8217;t have to do <strong>anything</strong> at all (other than step 4 for the distributions affected and BURG installations).</p>
<p>Feel free to link to this post in linux forums as a reference. All of the above refer to KDE &gt;= 4.7.</p>
<p><strong>Edit #1:</strong> Instructions updated to include BURG.</p>
<p><strong>Edit #2:</strong> Fix text formatting.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ksmanis.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ksmanis.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ksmanis.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ksmanis.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ksmanis.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ksmanis.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ksmanis.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ksmanis.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ksmanis.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ksmanis.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ksmanis.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ksmanis.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ksmanis.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ksmanis.wordpress.com/347/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=347&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ksmanis.wordpress.com/2012/01/29/grub2burg-integration-in-kde/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af5d3ca1f3db1de1a51729e1f6eb57c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ksmanis</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2011/04/grub2.png" medium="image">
			<media:title type="html">Shutdown Dialog</media:title>
		</media:content>
	</item>
		<item>
		<title>Dropbox: Towards the 10GB limit</title>
		<link>http://ksmanis.wordpress.com/2012/01/20/dropbox-towards-the-10gb-limit/</link>
		<comments>http://ksmanis.wordpress.com/2012/01/20/dropbox-towards-the-10gb-limit/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 16:05:47 +0000</pubDate>
		<dc:creator>Konstantinos</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[referral]]></category>
		<category><![CDATA[spread]]></category>

		<guid isPermaLink="false">http://ksmanis.wordpress.com/?p=339</guid>
		<description><![CDATA[Dropbox is a great online service which allows you to store your files online and sync them on every computer/laptop/smartphone of yours, but above all it&#8217;s FREE! [*] It starts with a FREE [*] 2GB storage plan, which you can further expand &#8230; <a href="http://ksmanis.wordpress.com/2012/01/20/dropbox-towards-the-10gb-limit/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=339&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter size-full wp-image-340" title="Dropbox" src="http://ksmanis.files.wordpress.com/2012/01/dropbox_logo.png?w=800" alt=""   /></p>
<p><a href="http://www.dropbox.com/" target="_blank">Dropbox</a> is a great online service which allows you to store your files online and sync them on every computer/laptop/smartphone of yours, but above all it&#8217;s <strong>FREE</strong>! [*]</p>
<p>It starts with a <strong>FREE</strong> [*] 2GB storage plan, which you can further expand with another +8GB resulting in a 2+8=10GB online storage. Again, for <strong>FREE</strong>. [*]</p>
<p>All you have to do is <em>refer it to other people</em>. For every person you recruit, both of you get 250MB of the maximum +8GB allowed.</p>
<p>Help me spread the word by creating a new Dropbox account using this link: <a href="http://db.tt/N2gDR1xB" target="_blank">http://db.tt/N2gDR1xB</a></p>
<p>You will start with a storage of 2.25 GB and you will boost my storage towards the 10GB limit <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>[*] FREE as in beer (=no charge!)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ksmanis.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ksmanis.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ksmanis.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ksmanis.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ksmanis.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ksmanis.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ksmanis.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ksmanis.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ksmanis.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ksmanis.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ksmanis.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ksmanis.wordpress.com/339/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ksmanis.wordpress.com/339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ksmanis.wordpress.com/339/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=339&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ksmanis.wordpress.com/2012/01/20/dropbox-towards-the-10gb-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af5d3ca1f3db1de1a51729e1f6eb57c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ksmanis</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2012/01/dropbox_logo.png" medium="image">
			<media:title type="html">Dropbox</media:title>
		</media:content>
	</item>
		<item>
		<title>GRUB2 Editor v0.5.5</title>
		<link>http://ksmanis.wordpress.com/2012/01/09/grub2-editor-v0-5-5/</link>
		<comments>http://ksmanis.wordpress.com/2012/01/09/grub2-editor-v0-5-5/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 15:43:10 +0000</pubDate>
		<dc:creator>Konstantinos</dc:creator>
				<category><![CDATA[GRUB2 Editor]]></category>
		<category><![CDATA[Planet HELLUG]]></category>
		<category><![CDATA[Planet KDE]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[burg]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[grub2 editor]]></category>
		<category><![CDATA[mandriva]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[plymouth]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[translations]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ksmanis.wordpress.com/?p=218</guid>
		<description><![CDATA[GRUB2 Editor received another bugfix release today. This is mostly a boring release: no fancy new features so you may as well skip reading. Changelog: v.0.5.5 (09/01/2012) &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; *ADDED: Experimental BURG support (only commands shared with GRUB2). *ADDED: Option to &#8230; <a href="http://ksmanis.wordpress.com/2012/01/09/grub2-editor-v0-5-5/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=218&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="GRUB2 Editor" href="http://ksmanis.wordpress.com/projects/grub2-editor/">GRUB2 Editor</a> received another bugfix release today. This is mostly a boring release: no fancy new features so you may as well skip reading.</p>
<p style="text-align:center;"><a href="http://ksmanis.files.wordpress.com/2012/01/kcm_grub42.png"><img class="aligncenter  wp-image-320" title="GRUB2 Editor" src="http://ksmanis.files.wordpress.com/2012/01/kcm_grub42.png?w=431&#038;h=404" alt="" width="431" height="404" /></a></p>
<p><strong>Changelog:</strong></p>
<blockquote><p>v.0.5.5 (09/01/2012)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>*ADDED: Experimental BURG support (only commands shared with GRUB2).<br />
*ADDED: Option to disable Plymouth (Advanced -&gt; Linux Kernel Arguments).<br />
*FIXED: Fedora/openSUSE: the GRUB installation is now properly detected.<br />
*FIXED: Encoding issue (UTF-8 encoding is now supported).<br />
*FIXED: A QPackageKit backend bug where previous results were returned.</p></blockquote>
<p>Please note that BURG &#8220;experimental&#8221; support is barely tested. The only testing I performed was whether it crashes or not.</p>
<p><strong>Available Translations:</strong></p>
<p><strong></strong>Catalan, Czech, Danish, German, Greek, Spanish, Estonian, French, Irish [Gaelic], Hungarian, Lithuanian, Dutch, Panjabi/Punjabi, Polish, Portuguese, Brazilian Portuguese, Russian, Swedish, Ukrainian, Traditional Chinese.</p>
<p>I would like to thank all KDE translators who were involved. Their work is very much appreciated!</p>
<p><strong>Packages:</strong></p>
<p>There are packages for most major distributions. Please take a look at the <a title="Downloads" href="http://ksmanis.wordpress.com/downloads/">Downloads</a> page.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ksmanis.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ksmanis.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ksmanis.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ksmanis.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ksmanis.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ksmanis.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ksmanis.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ksmanis.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ksmanis.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ksmanis.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ksmanis.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ksmanis.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ksmanis.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ksmanis.wordpress.com/218/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=218&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ksmanis.wordpress.com/2012/01/09/grub2-editor-v0-5-5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af5d3ca1f3db1de1a51729e1f6eb57c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ksmanis</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2012/01/kcm_grub42.png" medium="image">
			<media:title type="html">GRUB2 Editor</media:title>
		</media:content>
	</item>
		<item>
		<title>GRUB2 Bootloader Editor v0.5.0</title>
		<link>http://ksmanis.wordpress.com/2011/05/09/grub2-bootloader-editor-v0-5-0/</link>
		<comments>http://ksmanis.wordpress.com/2011/05/09/grub2-bootloader-editor-v0-5-0/#comments</comments>
		<pubDate>Mon, 09 May 2011 15:16:08 +0000</pubDate>
		<dc:creator>Konstantinos</dc:creator>
				<category><![CDATA[GRUB2 Editor]]></category>
		<category><![CDATA[Planet HELLUG]]></category>
		<category><![CDATA[Planet KDE]]></category>
		<category><![CDATA[0.5.0]]></category>
		<category><![CDATA[bootloader]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[entries]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[memtest]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[translations]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ksmanis.wordpress.com/?p=118</guid>
		<description><![CDATA[GRUB2 Bootloader Editor version 0.5.0 was just released. Highlights of this release are: Easily recover GRUB2 (from a Live CD): Are you unable to boot your Linux installation because you accidentally installed Windows after Linux? No problem! Boot from a &#8230; <a href="http://ksmanis.wordpress.com/2011/05/09/grub2-bootloader-editor-v0-5-0/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=118&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>GRUB2 Bootloader Editor version 0.5.0 was just released. Highlights of this release are:</p>
<p><strong>Easily recover GRUB2 (from a Live CD):</strong></p>
<div id="attachment_114" class="wp-caption aligncenter" style="width: 640px"><a href="http://ksmanis.files.wordpress.com/2011/05/kcm_grub36.png" target="_blank"><img class="size-full wp-image-114 " title="Installing(=Recovering) GRUB" src="http://ksmanis.files.wordpress.com/2011/05/kcm_grub36.png?w=800" alt=""   /></a><p class="wp-caption-text">Installing(=Recovering) GRUB</p></div>
<p>Are you unable to boot your Linux installation because you accidentally installed Windows after Linux? No problem! Boot from a Live CD of your Linux distribution, install the GRUB2 Editor using one of the many provided packages and restore GRUB in just a couple of seconds. It&#8217;s really easy! (<a title="Recovering GRUB (The Easy Way)" href="http://ksmanis.wordpress.com/2011/05/07/recovering-grub-the-easy-way/" target="_blank">More info</a>)</p>
<p><strong>Disable memtest entries:</strong></p>
<div id="attachment_119" class="wp-caption aligncenter" style="width: 211px"><a href="http://ksmanis.files.wordpress.com/2011/05/kcm_grub38.png" target="_blank"><img class="size-full wp-image-119 " title="Disable memtest entries" src="http://ksmanis.files.wordpress.com/2011/05/kcm_grub38.png?w=800" alt=""   /></a><p class="wp-caption-text">Disable memtest entries</p></div>
<p>You may now further customise your GRUB2 menu by selecting whether or not memtest entries will be generated.</p>
<p><strong>Translations:</strong></p>
<p>In this release you will also find translations for the following languages, thanks to the corresponding KDE translation teams:</p>
<ul>
<li>Danish</li>
<li>German</li>
<li>Estonian</li>
<li>Hungarian</li>
<li>Dutch</li>
<li>Portuguese</li>
<li>Portuguese (Brazil)</li>
<li>Swedish</li>
<li>Ukrainian</li>
</ul>
<p><strong>Other features:</strong></p>
<p>Other new features include:</p>
<ul>
<li>Warn the user when trying to uninstall the current kernel.</li>
<li>Manually find missing configuration files which are needed.</li>
<li>Recover initial settings (undoes <em>all</em> changes performed by this tool).</li>
</ul>
<p>I estimate that the next release will be in about 2 months from now, due to restraining schedule.</p>
<p>As always you may get binary packages for most major distributions (Arch, Fedora, Mandriva, openSUSE, Ubuntu) from our <a href="http://kde-apps.org/content/show.php?content=139643" target="_blank">KDE-Apps.org</a> page. Enjoy <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>Changelog Quote:</p>
<blockquote><p>v.0.5.0 (09/05/2011)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
*ADDED: Recover GRUB2 (from a Live CD).<br />
*ADDED: Option to toggle generation of memtest entries.<br />
*ADDED: Manually find missing configuration files which are needed.<br />
*ADDED: Restore default settings.<br />
*FIXED: Warn the user when trying to uninstall the current kernel.</p>
<p>*I18N: Added 9 new translations: Danish, German, Estonian, Hungarian, Dutch, Portuguese, Portuguese (Brazil), Swedish, Ukrainian.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ksmanis.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ksmanis.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ksmanis.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ksmanis.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ksmanis.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ksmanis.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ksmanis.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ksmanis.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ksmanis.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ksmanis.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ksmanis.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ksmanis.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ksmanis.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ksmanis.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=118&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ksmanis.wordpress.com/2011/05/09/grub2-bootloader-editor-v0-5-0/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af5d3ca1f3db1de1a51729e1f6eb57c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ksmanis</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2011/05/kcm_grub36.png" medium="image">
			<media:title type="html">Installing(=Recovering) GRUB</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2011/05/kcm_grub38.png" medium="image">
			<media:title type="html">Disable memtest entries</media:title>
		</media:content>
	</item>
		<item>
		<title>Recovering GRUB (The Easy Way)</title>
		<link>http://ksmanis.wordpress.com/2011/05/07/recovering-grub-the-easy-way/</link>
		<comments>http://ksmanis.wordpress.com/2011/05/07/recovering-grub-the-easy-way/#comments</comments>
		<pubDate>Fri, 06 May 2011 22:51:19 +0000</pubDate>
		<dc:creator>Konstantinos</dc:creator>
				<category><![CDATA[GRUB2 Editor]]></category>
		<category><![CDATA[Planet HELLUG]]></category>
		<category><![CDATA[Planet KDE]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[live cd]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://ksmanis.wordpress.com/?p=110</guid>
		<description><![CDATA[It&#8217;s well past midnight over here so I&#8217;ll try to keep it short. I will present you a new feature of the GRUB2 Editor: recovering GRUB (from a Live CD). A new feature that hopefully many user-friendly distributions will adore &#8230; <a href="http://ksmanis.wordpress.com/2011/05/07/recovering-grub-the-easy-way/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=110&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s well past midnight over here so I&#8217;ll try to keep it short. I will present you a new feature of the GRUB2 Editor: recovering GRUB (from a Live CD). A new feature that hopefully many <em>user-friendly</em> distributions will adore because it bypasses the intimidating console when trying to recover GRUB, for example when installing Windows after your Linux distribution; an action that will erase GRUB from the MBR(=Master Boot Record) and render your Linux setup unbootable. I&#8217;ll let some screenshots do the talking:</p>
<div id="attachment_111" class="wp-caption aligncenter" style="width: 640px"><a href="http://ksmanis.files.wordpress.com/2011/05/kcm_grub34.png" target="_blank"><img class="size-full wp-image-111 " title="Live CD Welcome Screen" src="http://ksmanis.files.wordpress.com/2011/05/kcm_grub34.png?w=800" alt=""   /></a><p class="wp-caption-text">Live CD Welcome Screen</p></div>
<div id="attachment_113" class="wp-caption aligncenter" style="width: 640px"><a href="http://ksmanis.files.wordpress.com/2011/05/kcm_grub35.png" target="_blank"><img class="size-full wp-image-113 " title="Recover Screen" src="http://ksmanis.files.wordpress.com/2011/05/kcm_grub35.png?w=800" alt=""   /></a><p class="wp-caption-text">Recover Screen</p></div>
<div id="attachment_114" class="wp-caption aligncenter" style="width: 640px"><a href="http://ksmanis.files.wordpress.com/2011/05/kcm_grub36.png" target="_blank"><img class="size-full wp-image-114 " title="Installing(=Recovering) GRUB" src="http://ksmanis.files.wordpress.com/2011/05/kcm_grub36.png?w=800" alt=""   /></a><p class="wp-caption-text">Installing(=Recovering) GRUB</p></div>
<div id="attachment_115" class="wp-caption aligncenter" style="width: 640px"><a href="http://ksmanis.files.wordpress.com/2011/05/kcm_grub37.png" target="_blank"><img class="size-full wp-image-115 " title="Job Done!" src="http://ksmanis.files.wordpress.com/2011/05/kcm_grub37.png?w=800" alt=""   /></a><p class="wp-caption-text">Job Done!</p></div>
<p>So, firstly you are presented with two options when launching the GRUB Editor from a Live CD (<a href="http://ksmanis.files.wordpress.com/2011/05/kcm_grub34.png" target="_blank">screenshot #1</a>); choosing the recovery option provides you with a list of detected partitions along with some information to help you determine where your previous installation resides (<a href="http://ksmanis.files.wordpress.com/2011/05/kcm_grub35.png" target="_blank">screenshot #2</a>), picking a partition and <strong>Apply</strong>ing will initiate the installation process (<a href="http://ksmanis.files.wordpress.com/2011/05/kcm_grub36.png" target="_blank">screenshot #3</a>) which will hopefully lead you to <a href="http://ksmanis.files.wordpress.com/2011/05/kcm_grub37.png" target="_blank">screenshot #4</a>.</p>
<p>This post was published in hoping for feedback before making the next release (which will happen anytime soon). So any suggestions/insults are more than welcome <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>PS: Screenshots and testing done on a Kubuntu 10.10 Maverick Meerkat Live CD.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ksmanis.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ksmanis.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ksmanis.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ksmanis.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ksmanis.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ksmanis.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ksmanis.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ksmanis.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ksmanis.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ksmanis.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ksmanis.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ksmanis.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ksmanis.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ksmanis.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=110&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ksmanis.wordpress.com/2011/05/07/recovering-grub-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af5d3ca1f3db1de1a51729e1f6eb57c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ksmanis</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2011/05/kcm_grub34.png" medium="image">
			<media:title type="html">Live CD Welcome Screen</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2011/05/kcm_grub35.png" medium="image">
			<media:title type="html">Recover Screen</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2011/05/kcm_grub36.png" medium="image">
			<media:title type="html">Installing(=Recovering) GRUB</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2011/05/kcm_grub37.png" medium="image">
			<media:title type="html">Job Done!</media:title>
		</media:content>
	</item>
		<item>
		<title>GRUB2 Bootloader Editor v0.4.5</title>
		<link>http://ksmanis.wordpress.com/2011/04/29/grub2-bootloader-editor-v0-4-5/</link>
		<comments>http://ksmanis.wordpress.com/2011/04/29/grub2-bootloader-editor-v0-4-5/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 15:31:39 +0000</pubDate>
		<dc:creator>Konstantinos</dc:creator>
				<category><![CDATA[GRUB2 Editor]]></category>
		<category><![CDATA[Planet KDE]]></category>
		<category><![CDATA[0.4.5]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[entries]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[libqapt]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[qapt]]></category>
		<category><![CDATA[qpackagekit]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[resolutions]]></category>
		<category><![CDATA[simplification]]></category>
		<category><![CDATA[valid]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://ksmanis.wordpress.com/?p=98</guid>
		<description><![CDATA[After about a month, a new version of the GRUB2 Editor is available, offering 2 new cool features: Remove Old Entries: If your boot list has grown too big, you now are able to remove old, unneeded entries from the &#8230; <a href="http://ksmanis.wordpress.com/2011/04/29/grub2-bootloader-editor-v0-4-5/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=98&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After about a month, a new version of the GRUB2 Editor is available, offering 2 new cool features:</p>
<p><strong>Remove Old Entries:</strong></p>
<div id="attachment_99" class="wp-caption aligncenter" style="width: 597px"><a href="http://ksmanis.files.wordpress.com/2011/04/kcm_grub29.png" target="_blank"><img class="size-full wp-image-99 " title="Remove Old Entries" src="http://ksmanis.files.wordpress.com/2011/04/kcm_grub29.png?w=800" alt=""   /></a><p class="wp-caption-text">Remove Old Entries</p></div>
<p>If your boot list has grown too big, you now are able to remove old, unneeded entries from the very same UI that you use to manage your GRUB settings. No need to fire up your package manager and search for some weirdly named packages: just select the entries you don&#8217;t want and remove them! This feature is still experimental but is known to work smoothly on Kubuntu; other distributions have not been tested yet.<strong><br />
</strong></p>
<p><strong>Provide list of valid GRUB resolutions:</strong></p>
<div id="attachment_100" class="wp-caption aligncenter" style="width: 597px"><a href="http://ksmanis.files.wordpress.com/2011/04/kcm_grub30.png" target="_blank"><img class="size-full wp-image-100 " title=" Provide list of valid GRUB resolutions" src="http://ksmanis.files.wordpress.com/2011/04/kcm_grub30.png?w=800" alt=""   /></a><p class="wp-caption-text">Provide list of valid GRUB resolutions</p></div>
<p>The other cool feature introduced in 0.4.5 is detection of valid GRUB resolutions. To get a list of GRUB supported resolutions for your setup would require to reboot, enter the GRUB command line and type &#8216;vbeinfo&#8217;. Quite nasty compared to launching the GRUB Editor and selecting a resolution, huh? Damn, you will miss all the dirty work<strong>. </strong> <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Other features include the simplification of the default-entry-picking and resolutions-picking UI (as can be seen in the screenshots above), variable substitution using &#8216;echo&#8217; (Debian/Kubuntu users will no longer see `lsb_release -i -s 2&gt; /dev/null || echo Debian` but the result of this command), a couple of minor fixes in the splash image creation dialog, and last but not least unified save and update actions (you will asked for your password only once when saving &#8211; makes more sense).<strong></strong></p>
<p>Don&#8217;t forget that packages exist for the following distributions:</p>
<ul>
<li>Arch Linux</li>
<li>Fedora 14 (Laughlin)</li>
<li>Mandriva 2010.1 (Farman)</li>
<li>openSUSE 11.4</li>
<li>openSUSE Factory</li>
<li>Ubuntu 10.10 (Maverick Meerkat)</li>
</ul>
<p>For Ubuntu 11.04 (Natty Narwhal) search for the kde-config-grub2 package in the official universe repository. It may be outdated though, so feel free to use the maverick package.</p>
<p>Just visit our <a title="KDE-Apps.org page" href="http://kde-apps.org/content/show.php?content=139643" target="_blank">KDE-Apps.org page</a> for more info on how to get the new version. Enjoy <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Changelog Quote:</p>
<blockquote>
<p style="text-align:left;">v.0.4.5 (29/04/2011)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
*ADDED: Remove old entries (using QApt or QPackageKit).<br />
*FIXED: Simplify the default-entry-picking UI.<br />
*ADDED: Provide list of valid GRUB resolutions.<br />
*FIXED: Simplify [GRUB &amp; Linux] resolution picking UI.<br />
*ADDED: Perform variable substitution and unquoting using &#8216;echo&#8217;.<br />
*FIXED: Suggest GRUB&#8217;s resolution when creating a splash image.<br />
*FIXED: Query ImageMagick for supported mimetypes.<br />
*FIXED: Merge save and update actions.<br />
*FIXED: Polishing all around the codebase.</p>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ksmanis.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ksmanis.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ksmanis.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ksmanis.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ksmanis.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ksmanis.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ksmanis.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ksmanis.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ksmanis.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ksmanis.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ksmanis.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ksmanis.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ksmanis.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ksmanis.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=98&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ksmanis.wordpress.com/2011/04/29/grub2-bootloader-editor-v0-4-5/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af5d3ca1f3db1de1a51729e1f6eb57c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ksmanis</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2011/04/kcm_grub29.png" medium="image">
			<media:title type="html">Remove Old Entries</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2011/04/kcm_grub30.png" medium="image">
			<media:title type="html"> Provide list of valid GRUB resolutions</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello planet!</title>
		<link>http://ksmanis.wordpress.com/2011/04/28/hello-planet/</link>
		<comments>http://ksmanis.wordpress.com/2011/04/28/hello-planet/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 18:42:17 +0000</pubDate>
		<dc:creator>Konstantinos</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Planet KDE]]></category>
		<category><![CDATA[contribution]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[introduction]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[ksmanis]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://ksmanis.wordpress.com/?p=93</guid>
		<description><![CDATA[Not my first post on Planet KDE but let me introduce myself: I am Konstantinos Smanis (Artemis_Fowl/ksmanis on IRC), a Greek undergraduate studying electrical &#38; computer engineering. Primary task of mine is to make interaction with GRUB/GRUB2 as painless as &#8230; <a href="http://ksmanis.wordpress.com/2011/04/28/hello-planet/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=93&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Not my first post on Planet KDE but let me introduce myself: I am Konstantinos Smanis (Artemis_Fowl/ksmanis on IRC), a Greek undergraduate studying electrical &amp; computer engineering.</p>
<p>Primary task of mine is to make interaction with GRUB/GRUB2 as painless as possible for the average user. Occasionally I will fix issues that really bug me or implement features I miss (for KDE), plus other minor contributions.</p>
<p>A bit of history: my first contribution to the open-source community was <a title="QGRUBEditor" href="http://ksmanis.wordpress.com/projects/qgrubeditor/" target="_blank">QGRUBEditor</a>, a Qt GUI to edit GRUB (Legacy) settings. It started as a pet project, mainly to learn the basics of C++ and Qt, but it turned out to be useful to quite some people so after about a year it was discontinued, only to be successfully replaced by <a title="KGRUBEditor" href="http://ksmanis.wordpress.com/projects/kgrubeditor/" target="_blank">KGRUBEditor</a>. After reaching an acceptable stage of maturity, KGRUBEditor was also discontinued, mainly due to me not having enough time to devote to it (exams etc.).</p>
<p>So, after 1-2 years of inactivity, I am back! Mainly working on a KDE GUI tool (it&#8217;s a KCModule actually, integrated in System Settings) for editing GRUB2 settings. Named kcm-grub2 it&#8217;s home address is on <a href="http://kde-apps.org/content/show.php/GRUB2+Bootloader+Editor?content=139643" target="_blank">KDE-Apps.org</a> and is also hosted in <del><a href="https://projects.kde.org/projects/playground/sysadmin/kcm-grub2/activity" target="_blank">KDE Playground</a></del> (edit: <a href="https://projects.kde.org/projects/extragear/sysadmin/kcm-grub2" target="_blank">KDE Extragear</a>). I also do <a title="Hello planet (?) and GRUB2 Support for KDM" href="http://ksmanis.wordpress.com/2011/04/21/hello-planet-and-grub2-support-for-kdm/" target="_blank">minor patches</a> for KDE (as you already may have noticed), but I mostly focus on kcm-grub2.</p>
<p>So, that&#8217;s it, I&#8217;ll keep you informed about any new cool features coming <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ksmanis.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ksmanis.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ksmanis.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ksmanis.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ksmanis.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ksmanis.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ksmanis.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ksmanis.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ksmanis.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ksmanis.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ksmanis.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ksmanis.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ksmanis.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ksmanis.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=93&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ksmanis.wordpress.com/2011/04/28/hello-planet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af5d3ca1f3db1de1a51729e1f6eb57c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ksmanis</media:title>
		</media:content>
	</item>
		<item>
		<title>QApt sexiness&#8230;</title>
		<link>http://ksmanis.wordpress.com/2011/04/23/qapt-sexiness/</link>
		<comments>http://ksmanis.wordpress.com/2011/04/23/qapt-sexiness/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 01:30:31 +0000</pubDate>
		<dc:creator>Konstantinos</dc:creator>
				<category><![CDATA[GRUB2 Editor]]></category>
		<category><![CDATA[Planet KDE]]></category>
		<category><![CDATA[easter]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[entries]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[libqapt]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ksmanis.wordpress.com/?p=65</guid>
		<description><![CDATA[&#8230;or shrinking your GRUB list the easy way! /Going into [K]Ubuntu mode&#8230; Have you ever seen your GRUB list grow into such a monster? Wouldn&#8217;t it be great if you could bring it down to this? The Easter Bunny has &#8230; <a href="http://ksmanis.wordpress.com/2011/04/23/qapt-sexiness/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=65&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><em>&#8230;or shrinking your GRUB list the easy way!</em></strong></p>
<p><del>/Going into [K]Ubuntu mode&#8230;</del></p>
<p>Have you ever seen your GRUB list grow into such a monster?</p>
<p><a href="http://ksmanis.files.wordpress.com/2011/04/kcm_grub23.png"><img class="aligncenter size-full wp-image-66" title="Big GRUB2 Boot List" src="http://ksmanis.files.wordpress.com/2011/04/kcm_grub23.png?w=800" alt=""   /></a></p>
<p>Wouldn&#8217;t it be great if you could bring it down to this?</p>
<p><a href="http://ksmanis.files.wordpress.com/2011/04/kcm_grub28.png"><img class="aligncenter size-full wp-image-68" title="Small GRUB2 Boot List" src="http://ksmanis.files.wordpress.com/2011/04/kcm_grub28.png?w=800" alt=""   /></a></p>
<p>The Easter Bunny has the solution:</p>
<p><a href="http://ksmanis.files.wordpress.com/2011/04/kcm_grub25.png"><img class="aligncenter size-full wp-image-69" title="Easter Bunny Solution" src="http://ksmanis.files.wordpress.com/2011/04/kcm_grub25.png?w=800" alt=""   /></a></p>
<p>Simply select your old/unwanted entries and <strong>BANG, gone! Can&#8217;t get any simpler than this!</strong></p>
<p><em>Boring details follow (that is, no more eye candy screenshots).</em></p>
<p>I am talking of course about kcm-grub2, the GRUB2 Bootloader Editor. On Git (soon to be released, perhaps in a week) you can find package management integration in this GRUB KConfigModule which enables you to easily get rid of old GRUB entries <strong>the easy way (TM)</strong>, without having to search in package managers about the packages you would normally have to remove in order to make your GRUB list smaller.</p>
<p>And all of this thanks to <a href="https://projects.kde.org/projects/extragear/sysadmin/libqapt" target="_blank">LibQApt</a> and <a href="http://jontheechidna.wordpress.com/" target="_blank">Jonathan</a>. Kudos for an excellent package management API which allows anyone to do such sexy things for KDE.</p>
<p><del>/Going out of [K]Ubuntu mode&#8230;</del></p>
<p>PS: <del>Obviously this feature can be used <em>only</em> by [K]Ubuntu users (once released of course).</del> This feature was tested in Kubuntu Maverick Meerkat. Other xUbuntu distributions are expected to work, including Debian. Theoretically, <em>any</em> distribution where libqapt is available should work. Hope that clarifies things a bit.<del><br />
</del></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ksmanis.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ksmanis.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ksmanis.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ksmanis.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ksmanis.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ksmanis.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ksmanis.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ksmanis.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ksmanis.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ksmanis.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ksmanis.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ksmanis.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ksmanis.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ksmanis.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=65&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ksmanis.wordpress.com/2011/04/23/qapt-sexiness/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af5d3ca1f3db1de1a51729e1f6eb57c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ksmanis</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2011/04/kcm_grub23.png" medium="image">
			<media:title type="html">Big GRUB2 Boot List</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2011/04/kcm_grub28.png" medium="image">
			<media:title type="html">Small GRUB2 Boot List</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2011/04/kcm_grub25.png" medium="image">
			<media:title type="html">Easter Bunny Solution</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello planet (?) and GRUB2 Support for KDM</title>
		<link>http://ksmanis.wordpress.com/2011/04/21/hello-planet-and-grub2-support-for-kdm/</link>
		<comments>http://ksmanis.wordpress.com/2011/04/21/hello-planet-and-grub2-support-for-kdm/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 08:03:52 +0000</pubDate>
		<dc:creator>Konstantinos</dc:creator>
				<category><![CDATA[Planet KDE]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kdm]]></category>
		<category><![CDATA[planetkde]]></category>
		<category><![CDATA[reboot]]></category>

		<guid isPermaLink="false">http://ksmanis.wordpress.com/?p=54</guid>
		<description><![CDATA[This is my first post on Planet KDE, but uh-oh no introductions. Some of you may already know me; the rest of you should just wait for an introductory post (I must get to write one of those sooner or &#8230; <a href="http://ksmanis.wordpress.com/2011/04/21/hello-planet-and-grub2-support-for-kdm/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=54&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is my first post on Planet KDE, but uh-oh no introductions. Some of you may already know me; the rest of you should just wait for an introductory post (I must get to write one of those sooner or later).</p>
<p>I don&#8217;t want to tire you, so long story short: KDM has just gained GRUB2 support. What this means is that you are now able to reboot-once in another GRUB entry without affecting your default one:</p>
<div id="attachment_55" class="wp-caption aligncenter" style="width: 531px"><a href="http://ksmanis.files.wordpress.com/2011/04/grub2.png"><img class="size-full wp-image-55  " title="Shutdown Dialog" src="http://ksmanis.files.wordpress.com/2011/04/grub2.png?w=800" alt=""   /></a><p class="wp-caption-text">Shutdown Dialog</p></div>
<p>This patch can be found in KDE Git (<a href="http://commits.kde.org/kde-workspace/0733cc114cfb0c1a81bc664b1274f48700ba7066" target="_blank">commit</a>) and should be in for 4.7. Configuration instructions can be found <a title="GRUB2/BURG Integration in KDE" href="http://ksmanis.wordpress.com/2012/01/29/grub2burg-integration-in-kde/">here</a>. Enjoy <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ksmanis.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ksmanis.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ksmanis.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ksmanis.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ksmanis.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ksmanis.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ksmanis.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ksmanis.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ksmanis.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ksmanis.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ksmanis.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ksmanis.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ksmanis.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ksmanis.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=54&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ksmanis.wordpress.com/2011/04/21/hello-planet-and-grub2-support-for-kdm/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af5d3ca1f3db1de1a51729e1f6eb57c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ksmanis</media:title>
		</media:content>

		<media:content url="http://ksmanis.files.wordpress.com/2011/04/grub2.png" medium="image">
			<media:title type="html">Shutdown Dialog</media:title>
		</media:content>
	</item>
		<item>
		<title>GRUB2 Bootloader Editor v0.3.6</title>
		<link>http://ksmanis.wordpress.com/2011/04/03/grub2-bootloader-editor-v0-3-6/</link>
		<comments>http://ksmanis.wordpress.com/2011/04/03/grub2-bootloader-editor-v0-3-6/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 14:36:51 +0000</pubDate>
		<dc:creator>Konstantinos</dc:creator>
				<category><![CDATA[GRUB2 Editor]]></category>
		<category><![CDATA[0.3.6]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[11.3]]></category>
		<category><![CDATA[11.4]]></category>
		<category><![CDATA[13]]></category>
		<category><![CDATA[14]]></category>
		<category><![CDATA[2010.1]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[factory]]></category>
		<category><![CDATA[farman]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[goddard]]></category>
		<category><![CDATA[laughlin]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[mandriva]]></category>
		<category><![CDATA[maverick meerkat]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ksmanis.wordpress.com/?p=47</guid>
		<description><![CDATA[Version 0.3.6 is a small fix release which tuned some things here and there. I had to do it because it fixes a security issue which was accidentally introduced in the previous release (0.3.5). Upgrading is highly encouraged! Beggining with &#8230; <a href="http://ksmanis.wordpress.com/2011/04/03/grub2-bootloader-editor-v0-3-6/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=47&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Version 0.3.6 is a small fix release which tuned some things here and there. I had to do it because <strong>it fixes a security issue</strong> which was accidentally introduced in the previous release (0.3.5). Upgrading is highly encouraged!</p>
<p>Beggining with this release, there are packages for:</p>
<ul>
<li>Arch Linux</li>
<li>Debian 6.0 (Squeeze)</li>
<li>Fedora 13 (Goddard)</li>
<li>Fedora 14 (Laughlin)</li>
<li>Mandriva 2010.1 (Farman)</li>
<li>openSUSE 11.3</li>
<li>openSUSE 11.4</li>
<li>openSUSE Factory</li>
<li>Ubuntu 10.04 (Lucid Lynx)</li>
<li>Ubuntu 10.10 (Maverick Meerkat)</li>
</ul>
<p>Check the <a href="http://kde-apps.org/content/show.php/GRUB2+Bootloader+KCModule?content=139643" target="_blank">KDE-Apps.org</a> page for more info.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ksmanis.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ksmanis.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ksmanis.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ksmanis.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ksmanis.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ksmanis.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ksmanis.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ksmanis.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ksmanis.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ksmanis.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ksmanis.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ksmanis.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ksmanis.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ksmanis.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksmanis.wordpress.com&amp;blog=21260127&amp;post=47&amp;subd=ksmanis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ksmanis.wordpress.com/2011/04/03/grub2-bootloader-editor-v0-3-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af5d3ca1f3db1de1a51729e1f6eb57c0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ksmanis</media:title>
		</media:content>
	</item>
	</channel>
</rss>
