<?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>elblogg &#187; theme</title>
	<atom:link href="http://blog.elzapp.com/tag/theme/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.elzapp.com</link>
	<description>blogge v1 (norr bloðga, av *blod) skjære, stikke fisk slik at blodet renner ut, jf *bløgge</description>
	<lastBuildDate>Fri, 09 Jul 2010 13:38:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Remix your Ubuntu &#8211; netbook style</title>
		<link>http://blog.elzapp.com/2008/12/02/remix-your-ubuntu-netbook-style.html</link>
		<comments>http://blog.elzapp.com/2008/12/02/remix-your-ubuntu-netbook-style.html#comments</comments>
		<pubDate>Tue, 02 Dec 2008 09:10:09 +0000</pubDate>
		<dc:creator>elzapp</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[geekery]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.elzapp.com/?p=563</guid>
		<description><![CDATA[I have a laptop with a rather low resolution screen. It is limited to 1024x768px, so I have had a bit of envy for the Ubuntu eee users that have a nice and practical user interface for smaller screens. I have for a while already removed the taskbar, since I realized that I didn&#8217;t use [...]]]></description>
			<content:encoded><![CDATA[<p>I have a laptop with a rather low resolution screen. It is limited to 1024x768px, so I have had a bit of envy for the Ubuntu eee users that have a nice and practical user interface for smaller screens. I have for a while already removed the taskbar, since I realized that I didn&#8217;t use it that much, and it steals a whopping 24px of the vertical screenspace.</p>
<p>I discovered the netbook remix, that is the user interface in Ubuntu eee right after Ubuntu 8.10 was launched. I had already updated to 8.10, and the Netbook remix wasn&#8217;t available for 8.10 at the time.</p>
<p><span id="more-563"></span></p>
<p>Yesterday I checked the <a href="https://launchpad.net/netbook-remix">launchpad page</a> again, and now it was available for 8.10. I then, of course had to test it.</p>
<p style="text-align: center;"><img class="aligncenter" title="Ubuntu remixed" src="http://blog.elzapp.com/wp-content/uploads/remixed2-500.png" alt="" width="500" height="375" /></p>
<p>Here&#8217;s what you need to do to setup your Ubuntu as a netbook remix:</p>
<h3>1. Add deb repository</h3>
<ul>
<li>open your <code>/etc/apt/sources.list</code> with your favorite editor.

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p563code6'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p5636"><td class="code" id="p563code6"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list</pre></td></tr></table></div>

</li>
<li>Add the following two lines to the end of the file:

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p563code7'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p5637"><td class="code" id="p563code7"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>netbook-remix-team<span style="color: #000000; font-weight: bold;">/</span>ubuntu intrepid main
deb-src http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>netbook-remix-team<span style="color: #000000; font-weight: bold;">/</span>ubuntu intrepid main</pre></td></tr></table></div>

</li>
</ul>
<h3>2. Install themes and utilitues</h3>
<p>The netbook remix is really just a different GTK theme, a few toolbar widgets, and two utilities that provides a launcher as the desktop, and that forces all applications to run in &#8220;full screen&#8221;.</p>
<ul>
<li>Update the apt data&#8230;

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p563code8'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p5638"><td class="code" id="p563code8"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update</pre></td></tr></table></div>

<p>(press yes on any questions)</li>
<li>Upgrade the already installed applications&#8230;

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p563code9'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p5639"><td class="code" id="p563code9"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> upgrade</pre></td></tr></table></div>

<p>(press yes on any questions)</li>
<li>Choose which of the things you need&#8230;
<dl>
<dt>maximus</dt>
<dd>Utility that forces all applications that can run in full screen does so</dd>
<dt>go-home-applet</dt>
<dd>toolbar applet that minimizes all applications, revealing the desktop launcher menu (netbook-launcher) (I don&#8217;t use the netbook-launcher, so I don&#8217;t need this)</dd>
<dt>netbook-launcher</dt>
<dd>Application launcher that lies on your desktop background. Very slick looking, but requires 3D acceleration from your graphics card. Will also be funky if you combine this with compiz. (I didn&#8217;t install this)</dd>
<dt>human-netbook-theme</dt>
<dd>The theme that makes it all look so nice <img src='http://blog.elzapp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </dd>
<dt>window-picker-applet</dt>
<dd>The new taskbar. This is the thing that makes this thing rock. It turns your top-bar into a tab-line, so you can switch between all your applications, just like they where firefox tabs. It also removes the need for a titlebar on your windows.</dd>
</dl>
</li>
<li>Install the stuff you want. In my case this was:

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p563code10'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p56310"><td class="code" id="p563code10"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> maximus human-netbook-theme window-picker-applet</pre></td></tr></table></div>

<p>Apt will complain that the resources couldn&#8217;t be verified&#8230; But live dangerous, and press y to proceed.</li>
</ul>
<h3>3. Configuration</h3>
<p>Before we do configuration, log out and in again, this is to reload the metacity graphics engine.</p>
<ul>
<li><a href="http://blog.elzapp.com/wp-content/uploads/maximus.png"><img class="alignright" title="Sessions editor" src="http://blog.elzapp.com/wp-content/uploads/maximus-scaled.png" alt="" /></a>Add maximus to your session. Go to your System menu, then choose Preferences, then choose Sessions from the menu. In the new window that appears, click Add. Now enter Maximus in the Name field, and <code>maximus</code> in the Command field. Click save.</li>
<li>If you chose to use the netbook-launcher, add netbook-launcher the same way (<code>netbook-launcher</code> is the command) to your session.<br />
Close the Session Preferences window</li>
<li>Remove the bottom toolbar. You do this by right-clicking on an empty space on your bottom toolbar, and selecting &#8220;Delete this panel&#8221;</li>
<li>Remove the menus from the top toolbar. You do this by right-clicking one of the three menus, and select &#8220;Remove from panel&#8221;. Also do the same to any icons you don&#8217;t use. (Like the blue questionmark-icon).</li>
<li>If you use the netbook-launcher, and have installed the go-home-applet. Add this on the leftmost space on your toolbar. (right click an empty space on the toolbar, and select &#8220;add to panel&#8221;. Search for &#8220;Go Home&#8221;, and drag the item up in the left corner of your panel)<br />
If you didn&#8217;t choose to use this, add the &#8220;Main Menu&#8221; instead</li>
<li>At last, add the &#8220;Window Picker&#8221; to the large open space to the right of the menu. You might have to rearrange any existing icons, to leave the largest possible continous space for this applet.</li>
</ul>
<li>Log out and in again. Now you should have a nice graphical space-efficient system <img src='http://blog.elzapp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0024011720282628";
/* 728x90, created 8/12/09 */
google_ad_slot = "3273717296";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script><!--<br />
--><center><!--<br />
--><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></center></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.elzapp.com/2008/12/02/remix-your-ubuntu-netbook-style.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
