<?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>Hero Inc. &#187; ubuntu</title>
	<atom:link href="http://heroinc.org/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://heroinc.org</link>
	<description>where heroes are an everyday occurrence</description>
	<lastBuildDate>Mon, 30 Jan 2012 02:04:22 +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>Ubuntu Setup Script</title>
		<link>http://heroinc.org/2010/05/09/ubuntu-setup-script/</link>
		<comments>http://heroinc.org/2010/05/09/ubuntu-setup-script/#comments</comments>
		<pubDate>Sun, 09 May 2010 20:02:18 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[file explorer]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[window buttons]]></category>

		<guid isPermaLink="false">http://heroinc.org/?p=1641</guid>
		<description><![CDATA[With the recent release of Ubuntu 10.04 LTS (Lucid Lynx), I found the need to help my transition to the new version of Linux that I currently use at home (desktop and netbook). I have become quite comfortable at making certain transitional changes upon upgrading, but why do I need to spend the time to [...]]]></description>
			<content:encoded><![CDATA[<p>With the recent release of <a href="http://www.ubuntu.com/products/whatisubuntu/1004features">Ubuntu 10.04 LTS (Lucid Lynx)</a>, I found the need to help my transition to the new version of Linux that I currently use at home (desktop and netbook).  I have become quite comfortable at making certain transitional changes upon upgrading, but why do I need to spend the time to fix a manual step that I can automate?</p>
<p>The script was initially created to make two changes:</p>
<ol>
<li>The location bar in the file explorer is defaulted to graphic based, instead of my personal comfort of text based</li>
<li>Ubuntu 10.04&#8242;s movement of the minimize, maximize, and close buttons to the left of the window as opposed to the right</li>
</ol>
<p>The script, found <a href="http://heroinc.org/files/setupMyUbuntu">here</a> (right click, save as), simply runs two simple commands within a terminal.  However, why type these commands (each on a single line) in when you can just run the script?  Like I said, I&#8217;m lazy.</p>
<div class="preSection">
<em>Command 1:  Move Window Buttons To Right</em></p>
<pre>gconftool-2 --set "/apps/metacity/general/button_layout" --type string
  "menu:minimize,maximize,close"</pre>
</div>
<div class="preSection">
<em>Command 2:  Change Window Location Bar To Text, Not Images</em></p>
<pre>gconftool-2 --set "/apps/nautilus/preferences/always_use_location_entry"
  --type bool "True"</pre>
</div>
<p>Hopefully I will update the script later to include a few of the following features:</p>
<ul>
<li>Import a synaptic package list of applications and install them</li>
<li>Modify the splash screen background image</li>
<li>Copy a backed up Home folder</li>
<li>Create separate script to be run before moving to the latest version of Ubuntu to backup the installed applications, bookmarks, and home folders</li>
</ul>
<p>If anyone wants to help out or have suggestions, let me know.</p>
<p>I&#8217;ll try to give a full review of Ubuntu once I spend more time with the OS, but as of right now, its AMAZING.  <a href="http://www.alz.org/index.asp">Purple suits me</a> much more than the old brown did.</p>
]]></content:encoded>
			<wfw:commentRss>http://heroinc.org/2010/05/09/ubuntu-setup-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

