<?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/"
	>

<channel>
	<title>crashsystems.net &#187; Ubuntu</title>
	<atom:link href="http://crashsystems.net/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://crashsystems.net</link>
	<description>A blog about miscellaneous things</description>
	<lastBuildDate>Thu, 07 Oct 2010 19:17:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changing Plymouth Themes In Ubuntu 10.04</title>
		<link>http://crashsystems.net/2010/04/changing-plymouth-themes/</link>
		<comments>http://crashsystems.net/2010/04/changing-plymouth-themes/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 00:28:04 +0000</pubDate>
		<dc:creator>Douglass Clem</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://crashsystems.net/?p=332</guid>
		<description><![CDATA[One of the major changes in Ubuntu 10.04 is that Plymouth is now managing the fancy boot graphics, instead of xsplash. While the default Plymouth theme is decent, I wanted something different. Fortunately, changing the Plymouth theme only takes a few lines on the CLI. If you run apt-cache search plymouth-theme, you&#8217;ll see which themes [...]]]></description>
			<content:encoded><![CDATA[<p>One of the major changes in Ubuntu 10.04 is that Plymouth is now managing the fancy boot graphics, instead of xsplash. While the default Plymouth theme is decent, I wanted something different. Fortunately, changing the Plymouth theme only takes a few lines on the CLI.</p>
<p>If you run <em>apt-cache search plymouth-theme</em>, you&#8217;ll see which themes are available in the default repositories. This <a href="http://www.youtube.com/results?search_query=ubuntu+plymouth&amp;aq=0" target="_blank">Youtube search</a> has some videos of what is available. I chose the <em>plymouth-theme-solar</em> package, which has a nice solar flare animation. Next, run the following code, which I found <a href="http://ubuntuforums.org/showpost.php?p=9034192&amp;postcount=510" target="_blank">here</a>. Keep in mind that you need to change it to point to the plymouth theme you want to use.</p>
<pre>sudo update-alternatives --install \
/lib/plymouth/themes/default.plymouth default.plymouth \
/lib/plymouth/themes/solar/solar.plymouth 100</pre>
<p>(note: Line warping was only used to make it look pretty on a blog post.)</p>
<p>Next run <em>sudo update-alternatives &#8211;config default.plymouth</em>. You&#8217;ll see a numbered menu of the themes currently installed. Type the number for the one you want and hit enter. Finally, use <em>sudo update-initramfs -u</em> to apply your changes.</p>
<p>Here is the result:</p>
<p><a href="http://crashsystems.net/2010/04/changing-plymouth-themes/"><img src="http://img.youtube.com/vi/GUY_wvpBtHY/default.jpg" width="130" height="97" border=0></a></p>
<p>There are not many themes available currently. However, once 10.04 is released and has been out for a little while, I think there will be many more options.</p>
]]></content:encoded>
			<wfw:commentRss>http://crashsystems.net/2010/04/changing-plymouth-themes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

