<?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; openbox</title>
	<atom:link href="http://maketecheasier.com/tag/openbox/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 23:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Configure And Customize Openbox [Linux]</title>
		<link>http://maketecheasier.com/configure-andcustomize-openbox/2012/03/28</link>
		<comments>http://maketecheasier.com/configure-andcustomize-openbox/2012/03/28#comments</comments>
		<pubDate>Wed, 28 Mar 2012 23:58:36 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[desktop manager]]></category>
		<category><![CDATA[openbox]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=46085</guid>
		<description><![CDATA[If you have installed minimal Ubuntu or other lightweight distro on your PC, most probably you will also be using some lightweight Desktop manager as well. Openbox is a very good lightweight DE alternative, mainly because it runs very fast and is highly customizable. However, new users will find it... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/configure-andcustomize-openbox/2012/03/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/configure-andcustomize-openbox/2012/03/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/configure-andcustomize-openbox/2012/03/28" 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/configure-andcustomize-openbox/2012/03/28" 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/configure-andcustomize-openbox/2012/03/28&amp;title=How+to+Configure+And+Customize+Openbox+%5BLinux%5D&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/configure-andcustomize-openbox/2012/03/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/configure-andcustomize-openbox/2012/03/28">How to Configure And Customize Openbox [Linux]</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 src="http://imagecdn.maketecheasier.com/2012/03/openbox-main.png" alt="openbox-main" title="openbox-main" class="alignleft size-full wp-image-47675" />If you have installed <a href="http://maketecheasier.com/install-a-minimal-ubuntu-on-old-laptop/2012/02/24" title="How to Install A Minimal (And Non-Bloated) Ubuntu On Your Old Laptop">minimal Ubuntu</a> or other lightweight distro on your PC, most probably you will also be using some lightweight Desktop manager as well. Openbox is a very good lightweight DE alternative, mainly because it runs very fast and is highly customizable. However, new users will find it intimidating because the only screen that greets you when you login is a complete blank screen, with no panel, menu, apps etc. </p>
<p>This guide will show you how to customize your Openbox so you can use it like a pro.<br />
<span id="more-46085"></span></p>
<h2>Install Openbox</h2>
<p>Assuming you are using a Ubuntu/debian based distro, you can install openbox with the command:</p>

<div class="wp_syntax"><div class="code"><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> openbox obconf</pre></div></div>

<p>Once you have installed openbox, logout of your current session and choose Openbox on the login screen.</p>
<h2>Configure Menu</h2>
<p>Don&#8217;t be panic if you see a blank screen upon login. All your applications are still intact, just that they are not displayed in the desktop. The first step is to add the Applications menu to the desktop so you can easily access your apps. Right click your mouse and you should see a popup menu. Select &#8220;<em>Terminal Emulator</em>&#8220;. </p>
<p>Type in the following command:</p>

<div class="wp_syntax"><div class="code"><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> menu
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>openbox<span style="color: #000000; font-weight: bold;">/</span>debian-menu.xml ~<span style="color: #000000; font-weight: bold;">/</span>.config<span style="color: #000000; font-weight: bold;">/</span>openbox<span style="color: #000000; font-weight: bold;">/</span>debian-menu.xml
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>xdg<span style="color: #000000; font-weight: bold;">/</span>openbox<span style="color: #000000; font-weight: bold;">/</span>menu.xml ~<span style="color: #000000; font-weight: bold;">/</span>.config<span style="color: #000000; font-weight: bold;">/</span>openbox<span style="color: #000000; font-weight: bold;">/</span>menu.xml
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>xdg<span style="color: #000000; font-weight: bold;">/</span>openbox<span style="color: #000000; font-weight: bold;">/</span>rc.xml ~<span style="color: #000000; font-weight: bold;">/</span>.config<span style="color: #000000; font-weight: bold;">/</span>openbox<span style="color: #000000; font-weight: bold;">/</span>rc.xml
openbox <span style="color: #660033;">--reconfigure</span></pre></div></div>

<p><strong>Note</strong>: In Ubuntu, the configuration files are installed to the <em>/etc/X11</em> folder instead of <em>/etc/xdg</em>, so you should use the following commands instead:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>X11<span style="color: #000000; font-weight: bold;">/</span>openbox<span style="color: #000000; font-weight: bold;">/</span>menu.xml ~<span style="color: #000000; font-weight: bold;">/</span>.config<span style="color: #000000; font-weight: bold;">/</span>openbox<span style="color: #000000; font-weight: bold;">/</span>menu.xml
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>X11<span style="color: #000000; font-weight: bold;">/</span>openbox<span style="color: #000000; font-weight: bold;">/</span>rc.xml ~<span style="color: #000000; font-weight: bold;">/</span>.config<span style="color: #000000; font-weight: bold;">/</span>openbox<span style="color: #000000; font-weight: bold;">/</span>rc.xml</pre></div></div>

<p>What we have done above is </p>
<ol>
<li>Install the debian menu. This will automatically arranged your existing, as well as newly installed applications into an ordered list.</li>
<li>copy the configuration files from the system to your own personal folder so your settings won&#8217;t get overridden in the next update.</li>
</ol>
<p>By now, when you right click your mouse to access the popup menu, you should see the Debian item in the list. From there, you should be able to access your applications.</p>
<p><img src="http://imagecdn.maketecheasier.com/2012/03/openbox-popup-menu.png" alt="openbox-popup-menu" title="openbox-popup-menu" class="aligncenter size-full wp-image-47669" /></p>
<p>Next, we are going to add our frequently accessed application to the popup menu for quick access. To do that, we need to install obmenu (Openbox Menu Editor).</p>

<div class="wp_syntax"><div class="code"><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> obmenu</pre></div></div>

<p>Run obmenu:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">obmenu</pre></div></div>

<p><img src="http://imagecdn.maketecheasier.com/2012/03/openbox-obmenu.png" alt="openbox-obmenu" title="openbox-obmenu" class="aligncenter size-full wp-image-47670" /></p>
<p>To add a new item, click the &#8220;New Item&#8221; button. At the bottom input field, enter a name for your item and the command to execute. For example, to create a Google Chrome shortcut, enter &#8220;Google Chrome&#8221; in the label field and &#8220;google-chrome&#8221; (without the quotes) in the command field. </p>
<p>You can repeat the same step for any of your favorite app. </p>
<p>Once you have completed your changes, click the &#8220;Save&#8221; icon to save the changes. Now, right click your mouse anywhere on the desktop, you should see your applications appear in the popup.</p>
<h2>Autostart items/scripts/applications on login</h2>
<p>When Openbox loads, it will run the autostart script in the &#8220;~/.config/openbox&#8221; folder. To add items/applications/scripts to the autostart list, you just have to open a text editor, add the command to run for each items (one item per line). Save the file as &#8220;autostart&#8221; (without the quotes and any file extension) in the ~/.config/openbox folder.</p>
<h2>Adding a panel/taskbar</h2>
<p>If you prefer to have a panel/taskbar on your desktop, there are several panels that you can use. Tint2 and xfce4-panel are two lightweight panels that you can use. There is also another popular choice: <em>pypanel</em>, but it has not been developed since 2005 and it is no longer in the Ubuntu repository. </p>
<p>You can install tint2 with the command:</p>

<div class="wp_syntax"><div class="code"><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> tint2</pre></div></div>

<p>or xfce4-panel with</p>

<div class="wp_syntax"><div class="code"><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> xfce4-panel</pre></div></div>

<p>Next, add them to your autostart script so it will launch everytime you login.</p>
<p>Alternatively, you can also install AWN or Cairo-dock to give you a dock launcher. </p>
<h2>Change theme</h2>
<p>If you don&#8217;t like the default theme of Openbox, you can always change it. Right click your mouse and go to &#8220;obconf&#8221;. The first option is the &#8220;Theme&#8221; option where you can change the system theme. If all the themes in the library is not of your liking, you can go to <a href="http://Box-look.org" target="_blank">Box-look.org</a> to search and download your favorite theme (make sure it is in .obt format). To install new theme, simply select &#8220;install a new theme&#8221;button in obconf -&gt; Themes..</p>
<h2>Change Background wallpaper</h2>

<div class="wp_syntax"><div class="code"><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> feh</pre></div></div>

<p>Still in the terminal, open the image with feh</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">feh <span style="color: #000000; font-weight: bold;">/</span>path-of-images</pre></div></div>

<p>When it loads up, right click on the image and select &#8220;File -&gt; Background -&gt; Set as Centered&#8221;. </p>
<p><img src="http://imagecdn.maketecheasier.com/2012/03/openbox-feh.jpg" alt="openbox-feh" title="openbox-feh" class="aligncenter size-full wp-image-47672" /></p>
<p>Alternatively, you can use <a href="http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" title="Nitrogen: A Background Setter For Lightweight Desktop Manager">Nitrogen</a> to change your desktop background. It comes with a GUI, so it is much easier to use. </p>
<h2>Change the keyboard shortcut/Bind a new shortcut key</h2>
<p>In Openbox, the keyboard shortcuts are configured in the ~/.config/openbox/rc.xml file. Open the rc.xml file with a text editor. Scroll down the file until you see the keyboard section. Below it, you should see something like this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"> <span style="color: #000000; font-weight: bold;">&lt;</span>keybind <span style="color: #007800;">key</span>=<span style="color: #ff0000;">&quot;C-A-Left&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
      <span style="color: #000000; font-weight: bold;">&lt;</span>action <span style="color: #007800;">name</span>=<span style="color: #ff0000;">&quot;GoToDesktop&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
        <span style="color: #000000; font-weight: bold;">&lt;</span>to<span style="color: #000000; font-weight: bold;">&gt;</span>left<span style="color: #000000; font-weight: bold;">&lt;/</span>to<span style="color: #000000; font-weight: bold;">&gt;</span>
        <span style="color: #000000; font-weight: bold;">&lt;</span>wrap<span style="color: #000000; font-weight: bold;">&gt;</span>no<span style="color: #000000; font-weight: bold;">&lt;/</span>wrap<span style="color: #000000; font-weight: bold;">&gt;</span>
      <span style="color: #000000; font-weight: bold;">&lt;/</span>action<span style="color: #000000; font-weight: bold;">&gt;</span>
    <span style="color: #000000; font-weight: bold;">&lt;/</span>keybind<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div>

<p>The &#8216;C&#8217;, &#8216;A&#8217;,&#8217; S&#8217; and &#8216;W&#8217; characters stand for &#8220;Ctrl&#8221;, &#8220;Alt&#8221;, &#8220;Shift&#8221; and &#8220;Win&#8221; button respectively. For the example shown above, the &#8220;Ctrl + Alt + Left&#8221; shortcut key will move to the left workspace. You can create your own shortcut keys by adding into the list. For more actions that you can use, refer to the <a href="http://openbox.org/wiki/Help:Actions" target="_blank">Actions list</a> in the Openbox wiki.</p>
<h2>Conclusion</h2>
<p>Openbox is a highly customizable desktop manager and the above mentioned method only provide a glimpse of what you can do with it. For new users, that should be enough to get you started. For more info, do check out the <a href="http://openbox.org/wiki/Help:Contents" target="_blank">Openbox wiki</a> for guide and information.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/razor-qt-lightweight-desktop-manager-for-linux/2011/12/29' title='Razor-qt: A New Lightweight Desktop Manager For Linux'>Razor-qt: A New Lightweight Desktop Manager For Linux</a></li>
<li><a href='http://maketecheasier.com/5-alternatives-to-unity-in-ubuntu-oneiric/2011/10/27' title='5 Alternatives to Unity in Ubuntu Oneiric'>5 Alternatives to Unity in Ubuntu Oneiric</a></li>
<li><a href='http://maketecheasier.com/gnome-shell-is-almost-ready-to-rock-your-desktop/2011/02/17' title='Gnome Shell is Almost Ready to Rock Your Desktop'>Gnome Shell is Almost Ready to Rock Your Desktop</a></li>
<li><a href='http://maketecheasier.com/theme-up-lubuntu/2011/02/11' title='How to Theme Up Lubuntu'>How to Theme Up Lubuntu</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/configure-andcustomize-openbox/2012/03/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/configure-andcustomize-openbox/2012/03/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/configure-andcustomize-openbox/2012/03/28" 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/configure-andcustomize-openbox/2012/03/28" 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/configure-andcustomize-openbox/2012/03/28&amp;title=How+to+Configure+And+Customize+Openbox+%5BLinux%5D&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/configure-andcustomize-openbox/2012/03/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/configure-andcustomize-openbox/2012/03/28">How to Configure And Customize Openbox [Linux]</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/configure-andcustomize-openbox/2012/03/28/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Theme Up Lubuntu</title>
		<link>http://maketecheasier.com/theme-up-lubuntu/2011/02/11</link>
		<comments>http://maketecheasier.com/theme-up-lubuntu/2011/02/11#comments</comments>
		<pubDate>Fri, 11 Feb 2011 21:58:41 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gnome-look]]></category>
		<category><![CDATA[lubuntu]]></category>
		<category><![CDATA[openbox]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=28427</guid>
		<description><![CDATA[Lubuntu is best known as a lightweight and speedy Linux distro, but when it comes to beauty and elegant, it is still lacking. Its default theme is rather plain and boring and its library of themes is limited too. Luckily, there are tons of beautiful themes out there that you... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/theme-up-lubuntu/2011/02/11&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/theme-up-lubuntu/2011/02/11" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/theme-up-lubuntu/2011/02/11" 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/theme-up-lubuntu/2011/02/11" 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/theme-up-lubuntu/2011/02/11&amp;title=How+to+Theme+Up+Lubuntu&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/theme-up-lubuntu/2011/02/11" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/theme-up-lubuntu/2011/02/11">How to Theme Up Lubuntu</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 src="http://imagecdn.maketecheasier.com/2011/02/lubuntu-logo.png" alt="lubuntu-logo" width="160" height="154" class="alignleft size-full wp-image-29272" />Lubuntu is best known as a lightweight and speedy Linux distro, but when it comes to beauty and elegant, it is still lacking. Its default theme is rather plain and boring and its library of themes is limited too. Luckily, there are tons of beautiful themes out there that you can use and you can easily theme it up to make it the best looking distro out there. Here&#8217;s how:<br />
<span id="more-28427"></span></p>
<h3>Change of theme</h3>
<p>Open your file manager, in your Home folder, create a <em>.themes</em> folder. The folder will become hidden after it is created. You will have to press &#8220;Ctrl + H&#8221; to display hidden files. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/lubuntu-themes-folder.png" alt="lubuntu-themes-folder" width="532" height="221" class="aligncenter size-full wp-image-29259" /></p>
<p>Go to <a href="http://gnome-look.org/">gnome-look.org</a> to search for gtk2.0 themes or <a href="http://box-look.org/">box-look.org</a> to search for Openbox themes. </p>
<p>For this example, I will use the Ambiance theme that is used in Ubuntu. Go to Gnome-look.org and <a href="http://gnome-look.org/content/show.php/Ubuntu+Maverick+Meerkat+Full?content=135619">download the Ambience GTK theme</a>. Extract the tar file. You should see two zip files: <em>theme</em> and <em>icon</em>. </p>
<p>Extract the content of the theme zip files to the <em>.themes</em> folder that you just created. Go to &#8220;<em>Preferences -&gt; Customize Look And Feel</em>&#8221; (older version of Lubuntu is &#8220;<em>Preferences -&gt; Appearance</em>&#8220;).</p>
<p>On the window that show up, you should see the newly installed theme on the left pane. Click on the new theme follow by the &#8220;Apply&#8221; button. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/lubuntu-change-theme.png" alt="lubuntu-change-theme" width="592" height="490" class="aligncenter size-full wp-image-29261" /></p>
<p>Your window background and style will change instantly to the new theme (note: the window border and panel will remain unchanged).</p>
<h3>Change of icon set</h3>
<p>Still on the same window, click on the <em>Icon Theme</em> tab. Click the <strong>Install</strong> button.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/lubuntu-install-icon-theme.png" alt="lubuntu-install-icon-theme" width="596" height="491" class="aligncenter size-full wp-image-29262" /></p>
<p>Choose the tar.gz or tar.bz icon theme file that you have downloaded.</p>
<p><strong>Note</strong>: In this example, the Ambiance Icon theme is in zip file, which is not recognized by the system. An easier way is to extract the content of the zip file to &#8220;<em>/usr/share/icons</em>&#8221;</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">unzip</span> maverick-meerkat-icon.zip <span style="color: #660033;">-d</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>icons</pre></div></div>

<p>Your new icon theme should now appear in the Look and Feel window. Choose your favorite icon theme and click Apply.</p>
<h3>Change the Panel background</h3>
<p>Right click on an empty in the bottom panel and select &#8220;Panel Settings&#8221;.</p>
<p>Click on the Appearance tab and select &#8220;System theme&#8221;. Click Close. (Note: In some instances, you might have to select the <em>Solid color (with opacity)</em> option before selecting the <em>System theme</em> option)</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/lubuntu-change-panel-background.png" alt="lubuntu-change-panel-background" width="432" height="366" class="aligncenter size-full wp-image-29263" /></p>
<h3>Change of window border</h3>
<p>If you have noticed, changing the theme does not change the window border. We need to apply a .obt (OpenBox Theme) file to change the window border. </p>
<p>Go to box-look.org and <a href="http://box-look.org/content/show.php/Ambiance+Maverick?content=133075">download the Ambiance obt file</a>.</p>
<p>Double click the downloaded .obt file. It will install itself to the system and open the Openbox configuration Manager. That&#8217;s it.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/lubuntu-change-window-border.png" alt="lubuntu-change-window-border" width="600" height="504" class="aligncenter size-full wp-image-29265" /></p>
<h3>Change of desktop wallpaper</h3>
<p>On the desktop, right click and select <em>Desktop Preference</em>. You can change your wallpaper from here.</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/lubuntu-change-wallpaper.png" alt="lubuntu-change-wallpaper" width="519" height="375" class="aligncenter size-full wp-image-29267" /></p>
<p>Alternatively, install <em>feh</em></p>

<div class="wp_syntax"><div class="code"><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> feh</pre></div></div>

<p>to set any image as wallpaper from the file manager. </p>
<p>This is the final result:</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/lubuntu-new-theme.jpg" alt="lubuntu-new-theme" width="600" height="450" class="aligncenter size-full wp-image-29268" /></p>
<h3>Wrapping up</h3>
<p>While the above procedure is for the <em>Ambiance</em> theme, it should work for all other themes as well. Enjoy.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/install-custom-gnome-shell-themes/2011/09/27' title='How to Install Custom Gnome Shell Themes '>How to Install Custom Gnome Shell Themes </a></li>
<li><a href='http://maketecheasier.com/taking-lxde-for-a-test-drive/2009/04/22' title='Taking LXDE For a Test Drive'>Taking LXDE For a Test Drive</a></li>
<li><a href='http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02' title='Nitrogen: A Background Setter For Lightweight Desktop Manager'>Nitrogen: A Background Setter For Lightweight Desktop Manager</a></li>
<li><a href='http://maketecheasier.com/geogebra-for-dynamic-geometry-on-linux/2012/05/24' title='GeoGebra, For Dynamic Geometry On Linux'>GeoGebra, For Dynamic Geometry On Linux</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/theme-up-lubuntu/2011/02/11&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/theme-up-lubuntu/2011/02/11" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/theme-up-lubuntu/2011/02/11" 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/theme-up-lubuntu/2011/02/11" 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/theme-up-lubuntu/2011/02/11&amp;title=How+to+Theme+Up+Lubuntu&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/theme-up-lubuntu/2011/02/11" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/theme-up-lubuntu/2011/02/11">How to Theme Up Lubuntu</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/theme-up-lubuntu/2011/02/11/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Taking LXDE For a Test Drive</title>
		<link>http://maketecheasier.com/taking-lxde-for-a-test-drive/2009/04/22</link>
		<comments>http://maketecheasier.com/taking-lxde-for-a-test-drive/2009/04/22#comments</comments>
		<pubDate>Wed, 22 Apr 2009 16:21:06 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[desktop environment]]></category>
		<category><![CDATA[lxde]]></category>
		<category><![CDATA[openbox]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=4066</guid>
		<description><![CDATA[There are a lot of contenders in the ring when it comes to open source desktop environments. The most well known would probably be Gnome and KDE in the heavyweight class, XFCE for middleweight, and any number of small, fast desktop environments and window managers in the lightweight ring. When... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/taking-lxde-for-a-test-drive/2009/04/22&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/taking-lxde-for-a-test-drive/2009/04/22" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/taking-lxde-for-a-test-drive/2009/04/22" 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/taking-lxde-for-a-test-drive/2009/04/22" 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/taking-lxde-for-a-test-drive/2009/04/22&amp;title=Taking+LXDE+For+a+Test+Drive&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/taking-lxde-for-a-test-drive/2009/04/22" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/taking-lxde-for-a-test-drive/2009/04/22">Taking LXDE For a Test Drive</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 size-full wp-image-4067" src="http://imagecdn.maketecheasier.com/2009/04/logo.png" alt="LXDE Logo" width="200" height="98" />There are a lot of contenders in the ring when it comes to open source desktop environments.  The most well known would probably be Gnome and KDE in the heavyweight class, XFCE for middleweight, and any number of small, fast desktop environments and window managers in the lightweight ring.  When it comes to the lightweight options, it&#8217;s no secret I&#8217;m a <a href="http://maketecheasier.com/create-a-great-window-maker-desktop/2009/02/14" target="_blank">Window Maker fanboy</a>.  Recently, I&#8217;d been hearing more and more about a new challenger for the lightweight crown, LXDE.  Can it stack up against the likes of Window Maker, Enlightenment, and Openbox?  I decided to find out.</p>
<p><span id="more-4066"></span>I began by installing LXDE from my apt mirror.  If you&#8217;re not sure how to do this, open a command terminal and enter</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> lxde</pre></div></div>

<p>As always, your distro of choice may have a different installation method.</p>
<p>Once everything&#8217;s installed, log out of your current desktop environment and log back in under LXDE.  Each distribution&#8217;s package may have different settings, but for me I got the following as my default desktop:</p>
<p><img class="aligncenter size-full wp-image-4083" src="http://imagecdn.maketecheasier.com/2009/04/lxde-bigscreen.png" alt="Full LXDE Screenshot" width="550" height="344" /></p>
<p>As you can see from the screenshot, LXDE uses a roughly Windows-like setup, with a panel at the bottom, &#8220;Start&#8221; button, desktop icons, etc.  That should make it a fairly easy transition desktop for those just switching from Windows.</p>
<p>It may not be fair to stack LXDE against Openbox in particular, as LXDE is essentially Openbox with some additional utilities.  Essentially, what the creators have done is take Openbox as a window manager and add some custom-built applications to turn it into a full-featured, consistent desktop environment.  The tools you&#8217;re likely to encounter in an LXDE installation are:</p>
<ul>
<li>PCMan &#8211; File Manager</li>
<li>LXLauncher &#8211; Application Launcher</li>
<li>LXPanel &#8211; Desktop Panel</li>
<li>LXSession &#8211; Session Manager</li>
<li>LXAppearance &#8211; Theme Manager</li>
<li>LXTerminal &#8211; Terminal Emulator</li>
<li>LXTask &#8211; Task Manager</li>
<li>LXNM &#8211; Network Manager</li>
</ul>
<p>Of these, I&#8217;ll be focusing on PCManfm, LXPanel, and LXNM, as they have the most effect on the overall desktop experience.</p>
<h3>PCMan File Manager</h3>
<p><img class="aligncenter size-full wp-image-4149" src="http://imagecdn.maketecheasier.com/2009/04/pcman.png" alt="PCMan File Manager" width="493" height="582" /></p>
<p>I thought it fitting to start with the PCMan File Manager as it was the first component of what eventually became LXDE.  I&#8217;ve tried most of the file manager GUIs out there and found PCManfm to an easy, comfortable program that so far has met all my needs.  Some of the key bindings didn&#8217;t match what I&#8217;m used to from other file managers, but that&#8217;s mostly a matter of preference.  There&#8217;s nothing really fancy here, just a nice fast little file manager that gets the job done.</p>
<h3>LXPanel</h3>
<p><img class="aligncenter size-full wp-image-4152" src="http://imagecdn.maketecheasier.com/2009/04/lxpanel.png" alt="LXDE Panel" width="550" height="283" /></p>
<p>The panel at the bottom of the screen in LXDE is another example of an app that just seems to focus on getting the job done without any revolutionary new concepts.  It&#8217;s got the &#8220;Start&#8221; button, quick launch bar, desktop pager, all the usual items you see in your average panel.  It supports various panel applets including those meant for Gnome.</p>
<h3>LXNM</h3>
<p>The network manager, LXNM, wasn&#8217;t as simple as the rest of the system for me.  I was a bit surprised to see that LXNM was not part of my LXDE installation.  The network manager panel applet in the screenshots above is the same applet found in recent Ubuntu releases, the nm-applet program for Gnome.</p>
<p>When I tried to install LXNM from my apt repositories, it said nm-applet had to be removed.  No problem, I let it remove the Gnome applet and install itself.  On launch, however, the LXNM applet failed to load and threw a screen full of errors at me.</p>
<p>Eventually I removed LXNM and reinstalled the Gnome applet and all was well.  I&#8217;ve got no problems with running the Gnome applet as I&#8217;ve always found it to be a simple and powerful network manager, especially when compared to the tangled mess Vista calls the &#8220;Network and Sharing Center&#8221;.</p>
<p>I did some searching on LXNM and found that it has had a more troubled history than most parts of LXDE, and is currently being redesigned.  My advice:  stick with the NetworkManager applet until LXNM has had a little more polish applied.</p>
<h3>Configuration</h3>
<p>This is one point where I felt LXDE was a little bit lacking.  As I said above, LXDE uses Openbox as the default window manager, so you do have <em>obconf</em> for some of the system configuration.</p>
<p><img class="aligncenter size-full wp-image-4169" src="http://imagecdn.maketecheasier.com/2009/04/obconf.png" alt="Openbox configuration manager" width="550" height="474" /></p>
<p>This will give you some of the config options you may need like setting dock preferences and themes and such.  The downside is that any other configuration must be done in one huge XML file.  Normally I don&#8217;t mind editing config files by hand but this one is enormous, and XML isn&#8217;t always the easiest thing to read and edit by hand.  If you do find yourself needing to change configuration for something that isn&#8217;t in the Openbox config utility, load up your favorite text editor and open <em><strong>~/.config/openbox/lxde-rc.xml</strong></em>.  I Highly recommend using a text editor with XML highlighting such as Kate.</p>
<h3>Conclusion</h3>
<p>I found LXDE to a pretty nice desktop environment.  It&#8217;s certainly fast, comes with a reasonable amount of good quality tools, and a nice appearance.  There&#8217;s room for improvement, however, particularly when it comes to configuration.  I would count it as a good option for recent Windows converts, particularly those with older hardware that might have trouble running a beefier desktop such as Gnome or KDE.  Has it pulled me away from my beloved Window Maker?  I don&#8217;t think so, but it&#8217;s progressing nicely and I&#8217;d love to see what the developers come up with down the road.</p>
<p>I&#8217;d love to hear your experiences with LXDE, or other lightweight desktop environments.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/5-alternatives-to-unity-in-ubuntu-oneiric/2011/10/27' title='5 Alternatives to Unity in Ubuntu Oneiric'>5 Alternatives to Unity in Ubuntu Oneiric</a></li>
<li><a href='http://maketecheasier.com/theme-up-lubuntu/2011/02/11' title='How to Theme Up Lubuntu'>How to Theme Up Lubuntu</a></li>
<li><a href='http://maketecheasier.com/easily-create-a-custom-lightweight-desktop-environment/2010/08/10' title='How to Easily Create a Custom Lightweight Desktop Environment'>How to Easily Create a Custom Lightweight Desktop Environment</a></li>
<li><a href='http://maketecheasier.com/kde-4-5-preview/2010/08/04' title='Preview of KDE 4.5 '>Preview of KDE 4.5 </a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/taking-lxde-for-a-test-drive/2009/04/22&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/taking-lxde-for-a-test-drive/2009/04/22" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/taking-lxde-for-a-test-drive/2009/04/22" 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/taking-lxde-for-a-test-drive/2009/04/22" 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/taking-lxde-for-a-test-drive/2009/04/22&amp;title=Taking+LXDE+For+a+Test+Drive&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/taking-lxde-for-a-test-drive/2009/04/22" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/taking-lxde-for-a-test-drive/2009/04/22">Taking LXDE For a Test Drive</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/taking-lxde-for-a-test-drive/2009/04/22/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Nitrogen: A Background Setter For Lightweight Desktop Manager</title>
		<link>http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02</link>
		<comments>http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02#comments</comments>
		<pubDate>Tue, 02 Dec 2008 03:24:41 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nitrogen]]></category>
		<category><![CDATA[openbox]]></category>
		<category><![CDATA[Wallpaper Changer]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1247</guid>
		<description><![CDATA[Gnome, KDE and XFCE users will have no problem changing the wallpaper on their desktop. However, if you are using a lightweight desktop manager such Openbox or Fluxbox, you will find that there is no way that you can set the wallpaper for your desktop. In this case, Nitrogen will... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" 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/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" 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/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02&amp;title=Nitrogen%3A+A+Background+Setter+For+Lightweight+Desktop+Manager&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/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02">Nitrogen: A Background Setter For Lightweight Desktop Manager</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 size-full wp-image-1254" style="padding-right:5px" title="nitrogen-logo" src="http://imagecdn.maketecheasier.com/2008/12/nitrogen-logo.jpg" alt="nitrogen-logo" width="260" height="230" align="left" />Gnome, KDE and XFCE users will have no problem changing the wallpaper on their desktop. However, if you are using a lightweight desktop manager such Openbox or Fluxbox, you will find that there is no way that you can set the wallpaper for your desktop. In this case, Nitrogen will come in handy.</p>
<p><a href="http://projects.l3ib.org/nitrogen/" target="_blank">Nitrogen</a> is a simple, lightweight application that allows you to change the background of your desktop. Some of its key features include support for <a href="http://en.wikipedia.org/wiki/Multi-monitor" target="_blank">Multihead</a> and <a href="http://en.wikipedia.org/wiki/Xinerama" target="_blank">Xinerama</a>, a recall mode that can remember the last wallpaper set and command line mode for script use.</p>
<p><span id="more-1247"></span>If you are using Ubuntu 8.10 (with Openbox) or any other debian-based system, here is how you install and configure Nitrogen.</p>
<p>In your terminal,</p>
<p class="codeblock">sudo nano /etc/apt/sources.list</p>
<p>add this two lines to the end of the file.</p>
<p class="codeblock">deb http://ppa.launchpad.net/k-belding/ubuntu intrepid main<br />
deb-src http://ppa.launchpad.net/k-belding/ubuntu intrepid main</p>
<p>Press <em>Ctrl + O</em> to save the file and <em>Ctrl + X</em> to close the file.</p>
<p class="codeblock">sudo apt-get update<br />
sudo apt-get install nitrogen</p>
<p>This should install Nitrogen on your system</p>
<h3>Setting background wallpaper</h3>
<p>Assume that your wallpaper folder is at <em>/home/username/wallpaper</em>.</p>
<p>In the terminal, type</p>
<p class="codeblock">nitrogen ~/wallpaper</p>
<p>A window will pop up showing all the wallpaper in the folder. Pick the one that you want to set as background image and click Apply.</p>
<p><img class="alignnone size-full wp-image-1249" title="nitrogen" src="http://imagecdn.maketecheasier.com/2008/12/nitrogen.jpg" alt="nitrogen" width="352" height="526" /></p>
<p>That&#8217;s it</p>
<p>To get it to autostart everytime you log in, in your terminal,</p>
<p class="codeblock">nano ~/.config/openbox/autostart.sh</p>
<p>Paste this into the end of the file</p>
<p class="codeblock"><code>nitrogen --restore &amp;</code></p>
<p>If the <em>autostart.sh</em> file does not exist, you will have to manually create one before you can carry out the above step.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/create-custom-wallpaper-slideshow-in-ubuntu/2011/11/29' title='How to Create Custom Wallpaper Slideshow in Ubuntu'>How to Create Custom Wallpaper Slideshow in Ubuntu</a></li>
<li><a href='http://maketecheasier.com/theme-up-lubuntu/2011/02/11' title='How to Theme Up Lubuntu'>How to Theme Up Lubuntu</a></li>
<li><a href='http://maketecheasier.com/taking-lxde-for-a-test-drive/2009/04/22' title='Taking LXDE For a Test Drive'>Taking LXDE For a Test Drive</a></li>
<li><a href='http://maketecheasier.com/how-to-grab-photos-from-flickr-and-set-as-ubuntu-wallpaper-automatically/2008/06/12' title='How to Grab Photos From Flickr And Set As Ubuntu Wallpaper (Automatically)'>How to Grab Photos From Flickr And Set As Ubuntu Wallpaper (Automatically)</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" 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/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" 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/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02&amp;title=Nitrogen%3A+A+Background+Setter+For+Lightweight+Desktop+Manager&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/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02">Nitrogen: A Background Setter For Lightweight Desktop Manager</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/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 19:49:32 -->
