<?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>Make Tech Easier&#187; Splash screen</title>
	<atom:link href="http://maketecheasier.com/tag/splash-screen/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Create And Install Your Own GRUB Splash Image</title>
		<link>http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27</link>
		<comments>http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:37:37 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[Splash screen]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=2206</guid>
		<description><![CDATA[Grub is the most commonly used bootloader in Linux system. When you boot up your computer, the default Grub screen comes with a black background and white text. If that is fine with you, then this tutorial is not for you. On the other hand, if you wish to beautify it with your favorite image, [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27&amp;title=How+To+Create+And+Install+Your+Own+GRUB+Splash+Image&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27">How To Create And Install Your Own GRUB Splash Image</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="grub-screen" src="http://imagecdn.maketecheasier.com/2009/1/grub-screen.jpg" alt="grub-screen" width="240" height="180" />Grub is the most commonly used bootloader in Linux system. When you boot up your computer, the default Grub screen comes with a black background and white text. If that is fine with you, then this tutorial is not for you.</p>
<p>On the other hand, if you wish to beautify it with your favorite image, this tutorial covers 5 simple steps that you can follow to create and install your custom Grub splash theme.<br />
<span id="more-2206"></span><br />
<h3>1. Design your own image</h3>
<p>Using any image editor, create an image that is of dimension 640&#215;480. Keep your image simple and not too colorful. As Grub only supports 14-bit of color, if you use a colorful image, there will be a great loss of color and result in a distorted image later when we convert it to Grub compatible format. The best choice is to keep it simple, plain but nice. You can check out gnome-look.org for some inspiration.</p>
<p>Save the image (preferably in jpg or png format, but it doesn’t really matter).</p>
<h3>2. Convert image to Grub compatible format</h3>
<p>Open your image with GIMP (<em>Applications –&gt;Graphics –&gt; GIMP</em>). Go to <em>Image –&gt; Mode</em> and select <em>Indexed</em>.</p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/gimp-indexed.png" alt="Gimp indexed option" width="473" height="218" /></p>
<p>In the popup window, make sure that the “<em>Generate optimum palette</em>” option is checked. Change the <em>Maximum number of colors</em> to 14.</p>
<p>At the bottom, set the <em>Color dithering</em> option to <em>None.</em></p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/gimp-indexed-color.png" alt="set indexed option in GIMP" width="441" height="444" /></p>
<p>Go to <em>File –&gt; Save As</em> and save the image with a .xpm extension.</p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/save-as-xpm.png" alt="save as xpm" width="503" height="244" /></p>
<h3>3. Zipped up the image</h3>
<p>In your Nautilus (<em>Places –&gt; Home Folder</em>), navigate to the folder where you save the Grub image. Right-click on the image and select <em>Create Archive</em>.</p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/create-archive.png" alt="create archive" width="248" height="217" /></p>
<p>In the window that popup, change the archive type to <em>.gz.</em> Click <em>Create.</em></p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/archive-type.png" alt="archive gz format" width="451" height="193" /></p>
<h3>4. Install StartUp Manager</h3>
<p>Click here to <a href="apt:startupmanager">install StartUp Manager</a>. If you prefer to install via your terminal, here’s the command:</p>
<p class="codeblock">sudo apt-get install startupmanager</p>
<h3>5. Installing Grub theme</h3>
<p>Open StartUp Manager (<em>System –&gt; Administration –&gt; StartUp Manager)</em>. On the <em>Boot options</em> tab, check the  box “<em>Show bootloader menu</em>”.</p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/sum-enable-boot.png" alt="enable bootloader menu in StartUp manager" width="558" height="577" /></p>
<p>Go to the <em>Appearance</em> tab.</p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/sum-appearance.png" alt="startup manager appearance tab" width="559" height="584" /></p>
<p>Click on the <em>Manage bootloader themes</em> button. In the next window, click <em>Add</em> to add new theme. Navigate to the folder where you save your Grub image and select the zipped file. Click <em>Close</em>.</p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/sum-add-grub.png" alt="add grub theme" width="305" height="325" /></p>
<p>Back to the StartUp Manager screen, select the Grub theme from the dropdown bar and check the box “<em>use background image for bootloader menu</em>”.</p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/sum-grub-themes.png" alt="enable grub theme" width="514" height="155" /></p>
<p>Restart the computer. You should see your custom Grub image in action now.</p>
<p><span class="credit"><strong>Image credit</strong>: <a href="http://www.flickr.com/photos/trevi55/" target="_blank">-= Treviño =-</a></span></p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27&amp;title=How+To+Create+And+Install+Your+Own+GRUB+Splash+Image&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27">How To Create And Install Your Own GRUB Splash Image</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/create-and-install-your-own-grub-splash-image/2009/01/27/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How to Remove OpenOffice Splash Screen For Good</title>
		<link>http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15</link>
		<comments>http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15#comments</comments>
		<pubDate>Wed, 15 Oct 2008 02:33:53 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[Open Office]]></category>
		<category><![CDATA[Splash screen]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=956</guid>
		<description><![CDATA[I have been using OpenOffice for the past few years and on the whole, I am very happy with it. If there is anything that is causing me frustration, it has to be the splash screen that forcefully take over your desktop when you load an OpenOffice application. If you are feeling the same frustration [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15&amp;title=How+to+Remove+OpenOffice+Splash+Screen+For+Good&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15">How to Remove OpenOffice Splash Screen For Good</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img title="OpenOffice logo" src="http://imagecdn.maketecheasier.com/2008/10/openoffice-logo.jpg" alt="OpenOffice logo" width="440" height="188" /></p>
<p>I have been using <a href="http://www.openoffice.org" target="_blank">OpenOffice</a> for the past few years and on the whole, I am very happy with it. If there is anything that is causing me frustration, it has to be the splash screen that forcefully take over your desktop when you load an OpenOffice application.</p>
<p>If you are feeling the same frustration as me, here is the way to remove the splash screen. It works for <a href="http://www.sun.com/software/staroffice/" target="_blank">StarOffice</a> and <a href="http://www.neooffice.org" target="_blank">NeoOffice</a> as well, since they are basically a branch out of OpenOffice.</p>
<p><span id="more-956"></span><strong>In Windows:</strong></p>
<p>Go to <em>Windows Explorer</em> and navigate to <em>C:\Program Files\OpenOffice.org 3\program</em>.</p>
<p><img title="OpenOffice Windows location" src="http://imagecdn.maketecheasier.com/2008/10/oo-windows1.jpg" alt="OpenOffice Windows location" width="580" height="268" /></p>
<p>Open the file <em>soffice.ini</em> with your notepad.</p>
<p>Locate the line <em>Logo=1</em> and change it to <em>Logo=0</em>.</p>
<p><img title="OpenOffice in Windows" src="http://imagecdn.maketecheasier.com/2008/10/oo-windows2.jpg" alt="OpenOffice in Windows" width="443" height="240" /></p>
<p>Save and close the file.</p>
<p><strong>In Linux</strong></p>
<p>This example is with respect to Ubuntu system. If you can&#8217;t find the respective file in the <em>etc/openoffice</em> folder in other distributions, you might want to do a search for <em>sofficerc</em> in your file manager.</p>
<p>Open your terminal and type:</p>
<p class="codeblock">gksu gedit /etc/openoffice/sofficerc</p>
<p>Locate the line <em>Logo=1</em> and change it to <em>Logo=0</em></p>
<p>Save and close the file.</p>
<p><strong>In Mac</strong></p>
<p>Open your <em>Finder</em> and navigate to the <em>Applications</em> folder. Locate the <em>OpenOffice</em> or <em>NeoOffice</em>. Right-click and select <em>Show Package Content</em></p>
<p><img title="OpenOffice in Mac" src="http://imagecdn.maketecheasier.com/2008/10/oo-mac.jpg" alt="OpenOffice in Mac" width="580" height="528" /></p>
<p>Navigate to <em>Content-&gt;MacOS</em>. Look for a file <em>sofficerc</em>. Double click to open it in Textedit.</p>
<p>Locate the line <em>Logo=1</em> and change it to <em>Logo=0.</em></p>
<p>I have tried this with OpenOffice 3.0 and it works. However, for NeoOffice, it required administrator access to edit the file. If you see this message,</p>
<p><img title="OpenOffice in Mac error message" src="http://imagecdn.maketecheasier.com/2008/10/oo-mac-error.jpg" alt="OpenOffice in Mac error message" width="422" height="158" /></p>
<p>Go back to the <em>Contents</em> folder. Right click on the <em>MacOS</em> folder and select <em>Get Info.</em> On the new window that pop up, scroll all the way down till you see the <em>sharing and permission</em>. Click on the lockpad to unlock and change the file permission to <em>Read and Write</em></p>
<p><img title="OpenOffice in Mac change permission" src="http://imagecdn.maketecheasier.com/2008/10/oo-mac-permission.jpg" alt="OpenOffice in Mac change permission" width="267" height="235" /></p>
<p>You should be able to edit the <em>sofficerc</em> file now.</p>
<p>Once you are done, remember to change the file permission back to <em>Read only.</em></p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15&amp;title=How+to+Remove+OpenOffice+Splash+Screen+For+Good&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15">How to Remove OpenOffice Splash Screen For Good</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-remove-openoffice-splash-screen-for-good/2008/10/15/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

