<?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; Wallpaper Changer</title>
	<atom:link href="http://maketecheasier.com/tag/wallpaper-changer/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 come in handy.
Nitrogen is a [...]<p><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>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/make-your-ubuntu-desktop-rotate-as-a-cylindersphere/2008/07/28' rel='bookmark' title='Permanent Link: Make Your Ubuntu Desktop Rotate As a Cylinder/Sphere'>Make Your Ubuntu Desktop Rotate As a Cylinder/Sphere</a></li><li><a href='http://maketecheasier.com/desktop-drapes-another-gnome-wallpaper-changer/2008/07/29' rel='bookmark' title='Permanent Link: Desktop Drapes: Another GNOME Wallpaper Changer'>Desktop Drapes: Another GNOME Wallpaper Changer</a></li><li><a href='http://maketecheasier.com/terminal-as-transparent-wallpaper-in-ubuntu/2008/05/21' rel='bookmark' title='Permanent Link: [HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop'>[HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop</a></li><li><a href='http://maketecheasier.com/twitting-from-your-ubuntu-desktop/2008/04/09' rel='bookmark' title='Permanent Link: Twitting From Your Ubuntu Desktop'>Twitting From Your Ubuntu Desktop</a></li><li><a href='http://maketecheasier.com/how-to-redesign-your-desktop-the-wow-way/2008/01/10' rel='bookmark' title='Permanent Link: Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way'>Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1254" style="padding-right:5px" title="nitrogen-logo" src="http://images.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>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://images.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><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><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>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/make-your-ubuntu-desktop-rotate-as-a-cylindersphere/2008/07/28' rel='bookmark' title='Permanent Link: Make Your Ubuntu Desktop Rotate As a Cylinder/Sphere'>Make Your Ubuntu Desktop Rotate As a Cylinder/Sphere</a></li><li><a href='http://maketecheasier.com/desktop-drapes-another-gnome-wallpaper-changer/2008/07/29' rel='bookmark' title='Permanent Link: Desktop Drapes: Another GNOME Wallpaper Changer'>Desktop Drapes: Another GNOME Wallpaper Changer</a></li><li><a href='http://maketecheasier.com/terminal-as-transparent-wallpaper-in-ubuntu/2008/05/21' rel='bookmark' title='Permanent Link: [HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop'>[HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop</a></li><li><a href='http://maketecheasier.com/twitting-from-your-ubuntu-desktop/2008/04/09' rel='bookmark' title='Permanent Link: Twitting From Your Ubuntu Desktop'>Twitting From Your Ubuntu Desktop</a></li><li><a href='http://maketecheasier.com/how-to-redesign-your-desktop-the-wow-way/2008/01/10' rel='bookmark' title='Permanent Link: Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way'>Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Desktop Drapes: Another GNOME Wallpaper Changer</title>
		<link>http://maketecheasier.com/desktop-drapes-another-gnome-wallpaper-changer/2008/07/29</link>
		<comments>http://maketecheasier.com/desktop-drapes-another-gnome-wallpaper-changer/2008/07/29#comments</comments>
		<pubDate>Tue, 29 Jul 2008 02:21:26 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Wallpaper Changer]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=639</guid>
		<description><![CDATA[We have covered several wallpaper changers for GNOME. Here is another one to add to the list.
Desktop Drapes is a simple wallpaper manager application for the GNOME desktop. It can automatically pick up any new wallpapers you have added to a directory and randomly change your wallpaper at regular interval, or whenever you fell like [...]<p><strong><a href="http://maketecheasier.com/desktop-drapes-another-gnome-wallpaper-changer/2008/07/29">Desktop Drapes: Another GNOME Wallpaper Changer</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/ubuntu-how-to-change-wallpaper-easily-with-wallpapoz/2008/02/29' rel='bookmark' title='Permanent Link: Ubuntu: How To Change Wallpaper Easily With Wallpapoz'>Ubuntu: How To Change Wallpaper Easily With Wallpapoz</a></li><li><a href='http://maketecheasier.com/terminal-as-transparent-wallpaper-in-ubuntu/2008/05/21' rel='bookmark' title='Permanent Link: [HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop'>[HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop</a></li><li><a href='http://maketecheasier.com/how-to-grab-photos-from-flickr-and-set-as-ubuntu-wallpaper-automatically/2008/06/12' rel='bookmark' title='Permanent Link: 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><li><a href='http://maketecheasier.com/gnome-shell-your-next-desktop-environment/2009/09/09' rel='bookmark' title='Permanent Link: Gnome Shell &#8211; Your Next Desktop Environment'>Gnome Shell &#8211; Your Next Desktop Environment</a></li><li><a href='http://maketecheasier.com/ubuntu-two-ways-to-keep-a-clean-desktop-without-affecting-your-efficiency/2009/05/06' rel='bookmark' title='Permanent Link: Ubuntu: Two Ways to Keep A Clean Desktop Without Affecting Your Efficiency'>Ubuntu: Two Ways to Keep A Clean Desktop Without Affecting Your Efficiency</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>We have covered several <a href="http://maketecheasier.com/tag/wallpaper-changer">wallpaper changers</a> for GNOME. Here is another one to add to the list.</p>
<p><a href="http://drapes.mindtouchsoftware.com/" target="_blank">Desktop Drapes</a> is a simple wallpaper manager application for the GNOME desktop. It can automatically pick up any new wallpapers you have added to a directory and randomly change your wallpaper at regular interval, or whenever you fell like it.</p>
<p><strong>Installation</strong></p>
<p>Installing Desktop Drapes in Ubuntu is easy. Go to <em>System-&gt;Administration-&gt;Synaptic Package Manager</em>. Search for &#8216;<em>drapes</em>&#8216;. Check the box beside it and click <em>Apply</em>.</p>
<p>Once installed, you can start Desktop Drapes via <em>System-&gt;Preferences-&gt;Desktop Drapes</em>. There won&#8217;t be any popup window or configuration menu. Instead you will find a new icon on the right of the top panel. Simply click on it to change your current wallpaper.</p>
<p><strong>Configuration</strong></p>
<p>To configure Desktop Drapes, right-click on the icon and select Preferences. You won&#8217;t see a window with many options. On the main screen, you will see your current wallpaper. To add extra wallpapers from other folders, click “<em>Add</em>”.</p>
<p><img class="alignnone size-full wp-image-640" title="desktop-drape1" src="http://maketecheasier.com/wp-content/uploads/2008/07/desktop-drape1.jpg" alt="desktop drape configuration window" width="405" height="523" /></p>
<p>On the <em>General</em> tab, you can choose whether you want Desktop Drapes to start and switch wallpaper when login. You can also set the timing to auto switch the wallpaper at regular interval.</p>
<p><img class="alignnone size-full wp-image-641" title="desktop-drape2" src="http://maketecheasier.com/wp-content/uploads/2008/07/desktop-drape2.jpg" alt="desktop drape configuration" width="407" height="523" /></p>
<p>Generally, this is a simple wallpaper changer that performs what it suppose to do: <em>change wallpaper at regular interval</em>. If you just want a simple <em>set-and-leave-it</em> wallpaper changer, then this would be the right choice. However if you want more functionality such as auto-download photos from Flickr, I would recommend <a href="http://maketecheasier.com/how-to-grab-photos-from-flickr-and-set-as-ubuntu-wallpaper-automatically/2008/06/12">Webilder</a>.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/desktop-drapes-another-gnome-wallpaper-changer/2008/07/29">Desktop Drapes: Another GNOME Wallpaper Changer</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/ubuntu-how-to-change-wallpaper-easily-with-wallpapoz/2008/02/29' rel='bookmark' title='Permanent Link: Ubuntu: How To Change Wallpaper Easily With Wallpapoz'>Ubuntu: How To Change Wallpaper Easily With Wallpapoz</a></li><li><a href='http://maketecheasier.com/terminal-as-transparent-wallpaper-in-ubuntu/2008/05/21' rel='bookmark' title='Permanent Link: [HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop'>[HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop</a></li><li><a href='http://maketecheasier.com/how-to-grab-photos-from-flickr-and-set-as-ubuntu-wallpaper-automatically/2008/06/12' rel='bookmark' title='Permanent Link: 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><li><a href='http://maketecheasier.com/gnome-shell-your-next-desktop-environment/2009/09/09' rel='bookmark' title='Permanent Link: Gnome Shell &#8211; Your Next Desktop Environment'>Gnome Shell &#8211; Your Next Desktop Environment</a></li><li><a href='http://maketecheasier.com/ubuntu-two-ways-to-keep-a-clean-desktop-without-affecting-your-efficiency/2009/05/06' rel='bookmark' title='Permanent Link: Ubuntu: Two Ways to Keep A Clean Desktop Without Affecting Your Efficiency'>Ubuntu: Two Ways to Keep A Clean Desktop Without Affecting Your Efficiency</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/desktop-drapes-another-gnome-wallpaper-changer/2008/07/29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Grab Photos From Flickr And Set As Ubuntu Wallpaper (Automatically)</title>
		<link>http://maketecheasier.com/how-to-grab-photos-from-flickr-and-set-as-ubuntu-wallpaper-automatically/2008/06/12</link>
		<comments>http://maketecheasier.com/how-to-grab-photos-from-flickr-and-set-as-ubuntu-wallpaper-automatically/2008/06/12#comments</comments>
		<pubDate>Thu, 12 Jun 2008 03:57:49 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wallpaper Changer]]></category>
		<category><![CDATA[Webilder]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=469</guid>
		<description><![CDATA[There are tons of interesting and nice photos on Flickr. While you can download them and set it as your desktop wallpaper manually, wouldn&#8217;t it be great if there is a software that can automate the downloading process and change your Ubuntu wallpaper every now and then?
Webilder does just that. It allows you to download [...]<p><strong><a href="http://maketecheasier.com/how-to-grab-photos-from-flickr-and-set-as-ubuntu-wallpaper-automatically/2008/06/12">How to Grab Photos From Flickr And Set As Ubuntu Wallpaper (Automatically)</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/use-digikam-export-photos-flickr-picasaweb-and-facebook/2009/09/14' rel='bookmark' title='Permanent Link: How to Use Digikam to Export Photos to Flickr, PicasaWeb, and Facebook'>How to Use Digikam to Export Photos to Flickr, PicasaWeb, and Facebook</a></li><li><a href='http://maketecheasier.com/desktop-drapes-another-gnome-wallpaper-changer/2008/07/29' rel='bookmark' title='Permanent Link: Desktop Drapes: Another GNOME Wallpaper Changer'>Desktop Drapes: Another GNOME Wallpaper Changer</a></li><li><a href='http://maketecheasier.com/ubuntu-how-to-change-wallpaper-easily-with-wallpapoz/2008/02/29' rel='bookmark' title='Permanent Link: Ubuntu: How To Change Wallpaper Easily With Wallpapoz'>Ubuntu: How To Change Wallpaper Easily With Wallpapoz</a></li><li><a href='http://maketecheasier.com/ways-to-grab-screenshots-in-ubuntu/2008/11/11' rel='bookmark' title='Permanent Link: Ways To Grab Screenshots In Ubuntu'>Ways To Grab Screenshots In Ubuntu</a></li><li><a href='http://maketecheasier.com/terminal-as-transparent-wallpaper-in-ubuntu/2008/05/21' rel='bookmark' title='Permanent Link: [HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop'>[HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>There are tons of interesting and nice photos on <a href="http://www.flickr.com" target="_blank">Flickr</a>. While you can download them and set it as your desktop wallpaper manually, wouldn&#8217;t it be great if there is a software that can automate the downloading process and change your Ubuntu wallpaper every now and then?</p>
<p><a href="http://www.webilder.org" target="_blank">Webilder</a> does just that. It allows you to download images from Flickr and <a href="http://www.webshots.com/" target="_blank">Webshots</a> and set it as your wallpaper. You can customize it by setting the keywords (or tags) to watch for and/or check out the <a href="http://www.webilder.org/channels/popular" target="_blank">Webilder channel</a> for tags and albums shared by others.</p>
<p><strong>Installing Webilder (on Ubuntu Hardy Heron)</strong></p>
<p>In your terminal,</p>
<p class="codeblock">gksu gedit /etc/apt/sources.list</p>
<p>Insert the following codes to the repository: (yes, the code is for Feisty, but it works in Hardy too)</p>
<p class="codeblock">deb http://debian.websterwood.com/ feisty main<br />
deb-src http://debian.websterwood.com/ feisty main</p>
<p>Save and exit.</p>
<p>In the terminal again,</p>
<p class="codeblock">sudo apt-get update</p>
<p>For GNOME,</p>
<p class="codeblock">sudo apt-get install webilder webilder-gnome</p>
<p>For KDE,</p>
<p class="codeblock">sudo apt-get install webilder webilder-kde</p>
<p>Once installed, right click on the top-right panel and select &#8220;<em>Add to Panel</em>&#8220;. Scroll down the list to find &#8220;<em>Webilder Desktop Applet</em>&#8220;. Click &#8220;<em>Add</em>&#8221; follow by &#8220;<em>Close</em>&#8220;. You will now see the Webilder icon on the panel.</p>
<p><img class="alignnone size-full wp-image-475" title="add-to-panel" src="http://maketecheasier.com/wp-content/uploads/2008/06/add-to-panel.jpg" alt="add-to-panel" width="499" height="457" /></p>
<p>Click on the Webilder icon <img class="alignnone size-full wp-image-476" title="webilder-icon" src="http://maketecheasier.com/wp-content/uploads/2008/06/webilder-icon.jpg" alt="" width="31" height="24" /> to open the configuration manager.</p>
<p>Go to <em>Tools-&gt;Preferences</em> to customize your setting.</p>
<p>The <strong>General</strong> tab allows you to determine the frequency to rotate your wallpaper and to download new photos.</p>
<p><img class="alignnone size-full wp-image-470" title="webilder-general-tab" src="http://maketecheasier.com/wp-content/uploads/2008/06/webilder-general-tab.jpg" alt="webilder-general-tab" width="460" height="418" /></p>
<p>The <strong>Flickr</strong> tab allows you to add custom tags to define the type of photos you want to download.</p>
<p><img class="alignnone size-full wp-image-471" title="webilder-flickr-tab" src="http://maketecheasier.com/wp-content/uploads/2008/06/webilder-flickr-tab.jpg" alt="webilder-flickr-tab" width="460" height="422" /></p>
<p>Some syntax you can use:</p>
<p><em>party, beach</em> : download photos that are tagged with both party and beach<br />
<em>party, beach;swimsuit</em> : download photos that are tagged with both party and beach, or with swimsuit</p>
<p>Other things that you can customize include the photos from specific flickr user and album.</p>
<p>The <strong>Webshots</strong> tab allows you to configure download from Webshots. You will need to enter your login account to activate it.</p>
<p><img class="alignnone size-full wp-image-472" title="webilder-webshots-tab" src="http://maketecheasier.com/wp-content/uploads/2008/06/webilder-webshots-tab.jpg" alt="webilder-webshots-tab" width="463" height="421" /></p>
<p>The <strong>Advanced</strong> tab determines the path where the photos are downloaded to.</p>
<p><img class="alignnone size-full wp-image-473" title="webilder-advanced-tab" src="http://maketecheasier.com/wp-content/uploads/2008/06/webilder-advanced-tab.jpg" alt="webilder-advanced-tab" width="459" height="421" /></p>
<p>Once you are done with the configuration, click <em>Tools-&gt;Download Photos</em> to begin the downloading. After the downloading is completed, you should see all the photos on the main window. Filter out those that you don&#8217;t want (right-click and select <em>Delete Forever</em>). It should now change your wallpaper regularly at the interval that you have specified previously.</p>
<p><img class="alignnone size-full wp-image-474" title="webilder-main" src="http://maketecheasier.com/wp-content/uploads/2008/06/webilder-main.jpg" alt="webilder-main" /></p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/how-to-grab-photos-from-flickr-and-set-as-ubuntu-wallpaper-automatically/2008/06/12">How to Grab Photos From Flickr And Set As Ubuntu Wallpaper (Automatically)</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/use-digikam-export-photos-flickr-picasaweb-and-facebook/2009/09/14' rel='bookmark' title='Permanent Link: How to Use Digikam to Export Photos to Flickr, PicasaWeb, and Facebook'>How to Use Digikam to Export Photos to Flickr, PicasaWeb, and Facebook</a></li><li><a href='http://maketecheasier.com/desktop-drapes-another-gnome-wallpaper-changer/2008/07/29' rel='bookmark' title='Permanent Link: Desktop Drapes: Another GNOME Wallpaper Changer'>Desktop Drapes: Another GNOME Wallpaper Changer</a></li><li><a href='http://maketecheasier.com/ubuntu-how-to-change-wallpaper-easily-with-wallpapoz/2008/02/29' rel='bookmark' title='Permanent Link: Ubuntu: How To Change Wallpaper Easily With Wallpapoz'>Ubuntu: How To Change Wallpaper Easily With Wallpapoz</a></li><li><a href='http://maketecheasier.com/ways-to-grab-screenshots-in-ubuntu/2008/11/11' rel='bookmark' title='Permanent Link: Ways To Grab Screenshots In Ubuntu'>Ways To Grab Screenshots In Ubuntu</a></li><li><a href='http://maketecheasier.com/terminal-as-transparent-wallpaper-in-ubuntu/2008/05/21' rel='bookmark' title='Permanent Link: [HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop'>[HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-grab-photos-from-flickr-and-set-as-ubuntu-wallpaper-automatically/2008/06/12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: How To Change Wallpaper Easily With Wallpapoz</title>
		<link>http://maketecheasier.com/ubuntu-how-to-change-wallpaper-easily-with-wallpapoz/2008/02/29</link>
		<comments>http://maketecheasier.com/ubuntu-how-to-change-wallpaper-easily-with-wallpapoz/2008/02/29#comments</comments>
		<pubDate>Fri, 29 Feb 2008 05:23:50 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Wallpaper Changer]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/ubuntu-how-to-change-wallpaper-easily-with-wallpapoz/2008/02/29</guid>
		<description><![CDATA[Wallpapoz is an easy to use wallpaper changer application for GNOME. If you love to collect wallpapers, and like your desktop to change wallpaper at regular interval, then Wallpapoz is right for you.
GNOME desktop does not come with a wallpaper changer. While there has been lots of wallpaper changing script developed by enthusiasts, none of [...]<p><strong><a href="http://maketecheasier.com/ubuntu-how-to-change-wallpaper-easily-with-wallpapoz/2008/02/29">Ubuntu: How To Change Wallpaper Easily With Wallpapoz</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/desktop-drapes-another-gnome-wallpaper-changer/2008/07/29' rel='bookmark' title='Permanent Link: Desktop Drapes: Another GNOME Wallpaper Changer'>Desktop Drapes: Another GNOME Wallpaper Changer</a></li><li><a href='http://maketecheasier.com/how-to-grab-photos-from-flickr-and-set-as-ubuntu-wallpaper-automatically/2008/06/12' rel='bookmark' title='Permanent Link: 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><li><a href='http://maketecheasier.com/terminal-as-transparent-wallpaper-in-ubuntu/2008/05/21' rel='bookmark' title='Permanent Link: [HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop'>[HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop</a></li><li><a href='http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02' rel='bookmark' title='Permanent Link: Nitrogen: A Background Setter For Lightweight Desktop Manager'>Nitrogen: A Background Setter For Lightweight Desktop Manager</a></li><li><a href='http://maketecheasier.com/twitting-from-your-ubuntu-desktop/2008/04/09' rel='bookmark' title='Permanent Link: Twitting From Your Ubuntu Desktop'>Twitting From Your Ubuntu Desktop</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://wallpapoz.akbarhome.com/" target="_blank">Wallpapoz</a> is an easy to use wallpaper changer application for <a href="http://www.gnome.org" target="_blank">GNOME</a>. If you love to <a href="http://www.smashingmagazine.com/2006/12/07/selected-wallpapers-for-desktop-and-web-design/" target="_blank">collect wallpapers</a>, and like your desktop to change wallpaper at regular interval, then Wallpapoz is right for you.</p>
<p>GNOME desktop does not come with a wallpaper changer. While there has been lots of <a href="http://joeamined.wordpress.com/2008/02/15/automatically-changing-wallpaper-relatively-to-daytime-in-ubuntu/" target="_blank">wallpaper changing script</a> developed by enthusiasts, none of them provide an easy to use graphical interface. Most of them will require you to run the code in your terminal.</p>
<p>Wallpapoz is different&#8230;</p>
<p>It provides a simple interface where you can add/manage/preview wallpaper (or the whole wallpaper folder) easily. You can set the time (in minute) for the wallpaper to change and whether to change in an ordered list or in random order.</p>
<p>One of the features that I like most is its ability to change wallpaper when you switch workspace. Did I mention that it  also works well with Compiz? :)</p>
<p><strong>Installing Wallpapoz</strong></p>
<p>Download the source code from <a href="http://wallpapoz.akbarhome.com/download.html" target="_blank">http://wallpapoz.akbarhome.com/download.html</a></p>
<p>Retrieve the required dependencies (for Ubuntu Gutsy):</p>
<p class="codeblock">sudo apt-get install python-gnome2 python-imaging python-gtk2</p>
<p>Unzip the Wallpapoz file:</p>
<p class="codeblock">tar -xzf wallpapoz-0.4.tar.gz</p>
<p>Installing the Wallpapoz</p>
<p class="codeblock">cd wallpapoz-0.4<br />
sudo python setup.py install</p>
<p>Upon successful installation, you should see</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2008/02/wallpapoz-installation.jpg" alt="wallpapoz-installation.jpg" /></p>
<p><strong>Configuring Wallpapoz</strong></p>
<p>Open Wallpapoz  via <em>Applications-&gt;Accessories-&gt;Wallpapoz</em></p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2008/02/wallpapoz.jpg" alt="wallpapoz.jpg" /></p>
<p>Click &#8220;Add Files&#8221; to add a single wallpaper or &#8220;Add Directory&#8221; to add the whole wallpaper folder.</p>
<p>Click on the &#8220;Preferences&#8221; button</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2008/02/wallpapoz-preference.jpg" alt="wallpapoz-preference.jpg" /></p>
<p>Change the time (in minute) to your liking. Check the &#8220;Change desktop wallpaper&#8230;&#8221; box if you want to change wallpaper when you switch workspace. If you have 4 desktop spaces, you should see the following:</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2008/02/wallpapoz-workspace.jpg" alt="wallpapoz-workspace.jpg" /></p>
<p>where the 1, 2, 3, 4 on the left hand side refer to the workspace number. You can choose to add different wallpapers for different workspace.</p>
<p>Once you have finished your configuration, click &#8220;Restart&#8221; to run the Daemon.</p>
<p>To configure the Wallpapoz Daemon to run every time you boot up your PC, go to System -&gt; Preferences -&gt; Sessions.<br />
Click Add. Enter the following:</p>
<p>Name: Wallpapoz<br />
Command: /usr/local/bin/daemon_wallpapoz</p>
<p>Click OK.</p>
<p>Done!</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/ubuntu-how-to-change-wallpaper-easily-with-wallpapoz/2008/02/29">Ubuntu: How To Change Wallpaper Easily With Wallpapoz</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/desktop-drapes-another-gnome-wallpaper-changer/2008/07/29' rel='bookmark' title='Permanent Link: Desktop Drapes: Another GNOME Wallpaper Changer'>Desktop Drapes: Another GNOME Wallpaper Changer</a></li><li><a href='http://maketecheasier.com/how-to-grab-photos-from-flickr-and-set-as-ubuntu-wallpaper-automatically/2008/06/12' rel='bookmark' title='Permanent Link: 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><li><a href='http://maketecheasier.com/terminal-as-transparent-wallpaper-in-ubuntu/2008/05/21' rel='bookmark' title='Permanent Link: [HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop'>[HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop</a></li><li><a href='http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02' rel='bookmark' title='Permanent Link: Nitrogen: A Background Setter For Lightweight Desktop Manager'>Nitrogen: A Background Setter For Lightweight Desktop Manager</a></li><li><a href='http://maketecheasier.com/twitting-from-your-ubuntu-desktop/2008/04/09' rel='bookmark' title='Permanent Link: Twitting From Your Ubuntu Desktop'>Twitting From Your Ubuntu Desktop</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/ubuntu-how-to-change-wallpaper-easily-with-wallpapoz/2008/02/29/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
