<?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>gHacks technology news &#187; desktop background</title>
	<atom:link href="http://www.ghacks.net/tag/desktop-background/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 22:37:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Change your GNOME wallpaper automatically with Wallpapoz</title>
		<link>http://www.ghacks.net/2009/07/17/change-your-gnome-wallpaper-automatically-with-wallpapoz/</link>
		<comments>http://www.ghacks.net/2009/07/17/change-your-gnome-wallpaper-automatically-with-wallpapoz/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 17:14:23 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[change desktop background]]></category>
		<category><![CDATA[desktop background]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[rotate wallpaper]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14487</guid>
		<description><![CDATA[Are you a desktop nut like me? Are you constantly tweaking your desktop and never quite happy with it? Are you a collector of wallpapers and do you like your wallpaper to change at a given interval or when you change to a different workspace? If you are that person then Wallpapoz is for you.
Now [...]]]></description>
			<content:encoded><![CDATA[<p>Are you a desktop nut like me? Are you constantly tweaking your desktop and never quite happy with it? Are you a collector of wallpapers and do you like your wallpaper to change at a given interval or when you change to a different workspace? If you are that person then <a title="Wallpapoz" href="http://wallpapoz.akbarhome.com/" target="_blank">Wallpapoz</a> is for you.</p>
<p>Now I will preface this article by saying the developer has ceased development of Wallpapoz (he did so in 2008.) Even though it is no longer in development, Wallpapoz still works just fine. And I am sure at some point some one will pick up development of the application. But until then, Wallpapoz is a cool app that helps make your desktop even better.</p>
<p><span id="more-14487"></span><strong>Getting and installing</strong></p>
<p>Most likely Wallpapoz is in your distributions&#8217; repository, so installation is accomplished as simply as issuing a command like:</p>
<p><em>yum install wallpapoz</em></p>
<p>or</p>
<p><em>sudo apt-get install wallpapoz</em></p>
<p>There might be dependency issues which will be dictated by which release you are using. If apt-get or yum do not pick up the dependencies you might have to install them manually like so:</p>
<p><em>sudo apt-get install python-gnome2 python-imaging python-gtk2</em></p>
<p>or</p>
<p><em>yum install python-gnome2 python-imaging python-gtk2</em></p>
<p>You probably won&#8217;t have to resolve those dependencies manually, but it&#8217;s nice to know how just in case.</p>
<p>Once Wallpapoz is installed you are ready to fire it up.</p>
<p><strong>Running and configuring</strong></p>
<p>To start up Wallpapoz you can click on the GNOME Applications menu and then the Accessories sub-menu. Inside of the Accessories sub-menu you will find the Wallpapoz entry. Click on that to start up the application.</p>
<div id="attachment_14490" class="wp-caption alignleft" style="width: 310px"><a rel="attachment wp-att-14490" href="http://www.ghacks.net/2009/07/17/change-your-gnome-wallpaper-automatically-with-wallpapoz/wallpapoz_main/"><img class="size-medium wp-image-14490" src="http://www.ghacks.net/wp-content/uploads/2009/07/wallpapoz_main-500x375.png" alt="Figure 1" width="300" height="225" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>When you start up Wallpapoz you should find the interface fairly straight forward. Figure 1 shows a very clean, user-friendly GUI that allows you to configure wallpaper for four workspaces.</p>
<p>The first thing you will want to do is select a workspace and then either click the Add Files button (to add single or multiple files) or click the Add Directory button (to add a directory of images.)</p>
<p>When you click either the Add Files or Add Directory button a Select File window will open. Navigate to the loctation of your image files and select the wallpaper(s) you want to use. You can select multiple files by clicking and holding the Ctrl key as you select the file.</p>
<p>After you have added the files you can then configure some options. To do this click the Preferences button. There are four options to configure:</p>
<ul>
<li>Change desktop wallpaper after a pre-configured time.</li>
<li>Pick wallpaper in random order.</li>
<li>Change desktop wallpaper when changing workspace.</li>
<li>Style (Scaled, Centered, Fill Screen, Zoom, Tiled)</li>
</ul>
<p>Once you have made your preference changes click the OK button to get rid of that window. Now click the Save button and then click the Restart button to restart the daemon (to ensure the changes take effect.)</p>
<p>Now your wallpaper should start changing per your configuration.</p>
<p><strong>Possible gotchas</strong></p>
<p>Although I haven&#8217;t found report of this happening elsewhere I have discovered that when using Compiz with Wallpapoz can cause issue with the workspaces. If you rename workspaces in Wallpapoz, when using Compiz, your Wallpapoz configuration file can be corrupted. This file is in <strong>~/.wallpapoz/wallpapoz.xml</strong>. If this happens you can issue the command:</p>
<p><em>rm -rf ~/.wallpapoz </em></p>
<p>to delete that file and start fresh.</p>
<p><strong>Final thoughts</strong></p>
<p>Wallpapoz is not perfect, but it can add a nice feature to your GNOME desktop that would require some handy scripting to do otherwise. Give Wallpapoz a try. If you like it, and you&#8217;re a developer, consider forking the application (or just request permission to take over development) so this tool can continue growing.</p>

	Tags: <a href="http://www.ghacks.net/tag/change-desktop-background/" title="change desktop background" rel="tag">change desktop background</a>, <a href="http://www.ghacks.net/tag/desktop-background/" title="desktop background" rel="tag">desktop background</a>, <a href="http://www.ghacks.net/tag/gnome/" title="GNOME" rel="tag">GNOME</a>, <a href="http://www.ghacks.net/tag/rotate-wallpaper/" title="rotate wallpaper" rel="tag">rotate wallpaper</a>, <a href="http://www.ghacks.net/tag/wallpaper/" title="wallpaper" rel="tag">wallpaper</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/21/xkcd-comic-wallpaper-changer/" title="Xkcd Comic Wallpaper Changer (October 21, 2009)">Xkcd Comic Wallpaper Changer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/01/31/windows-mobile-wallpaper-packs/" title="Windows Mobile Wallpaper Packs (January 31, 2009)">Windows Mobile Wallpaper Packs</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/10/07/web-wallpaper/" title="Web Wallpaper (October 7, 2008)">Web Wallpaper</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/11/21/wallpaper-shifter/" title="Wallpaper Shifter (November 21, 2008)">Wallpaper Shifter</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/09/30/wallpaper-generator/" title="Wallpaper Generator (September 30, 2009)">Wallpaper Generator</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/17/change-your-gnome-wallpaper-automatically-with-wallpapoz/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Use Dreamscene On Windows XP</title>
		<link>http://www.ghacks.net/2008/11/30/use-dreamscene-on-windows-xp/</link>
		<comments>http://www.ghacks.net/2008/11/30/use-dreamscene-on-windows-xp/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 17:54:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[desktop background]]></category>
		<category><![CDATA[dreamscene]]></category>
		<category><![CDATA[dreamscene xp]]></category>
		<category><![CDATA[microsoft dreamscene]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[windows dreamscene]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[windows-vista]]></category>
		<category><![CDATA[windows-xp]]></category>
		<category><![CDATA[xp scene]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8622</guid>
		<description><![CDATA[Dreamscene is a technology introduced by Microsoft in Windows Vista Ultimate that made it possible to display videos and other animations as the desktop background of the operating system. Other Windows Vista editions and previous Microsoft operating systems are not supported by Windows Dreamscene officially.
A third party alternative for Windows XP to Windows Dreamscene is [...]]]></description>
			<content:encoded><![CDATA[<p>Dreamscene is a technology introduced by Microsoft in Windows Vista Ultimate that made it possible to display videos and other animations as the desktop background of the operating system. Other Windows Vista editions and previous Microsoft operating systems are not supported by Windows Dreamscene officially.</p>
<p>A third party alternative for Windows XP to Windows Dreamscene is <a href="http://dreamscene.org/download.php#xpscene">XP Scene</a>. It is an elegant solution that can turn videos into desktop backgrounds in three simple steps. It does so by creating a html file with an embedded Windows Media Player control that can be used as the background in Windows XP.</p>
<p>XP Scene is a portable application that can be run from any location. It displays all three steps of the process in the main interface. </p>
<p><span id="more-8622"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/11/xp_dreamscene.jpg" alt="xp dreamscene" title="xp dreamscene" width="500" height="382" class="alignnone size-medium wp-image-8623" /></p>
<ul>
<li>Step 1: Select the video that should be used as the desktop background. Supported are avi, mpg and wmv videos. The resize mode can also be changed from &#8220;keep input aspect ratio&#8221; to &#8220;stretch video to display size&#8221; in this step.</li>
<li>Step 2: Selecting the output folder where the html file and video will be saved in.</li>
<li>Step 3: Starting the conversion</li>
</ul>
<p>Once the files have been created it is a matter of selecting the HTML file as the background wallpaper. This is done in Display Properties > Desktop > Background. The user has to browse to the location where the html file has been saved to and pick it from there.</p>
<p>The process itself demands quite a bit of computer memory and cpu. It can also be quite the distraction most of the time. The right-click menu to change the background again is not working because of the html file that is using all of the space on the desktop.</p>
<p>The only way to change the desktop background back is to go into the Windows Control Panel and select the Display configuration from there.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-background/" title="desktop background" rel="tag">desktop background</a>, <a href="http://www.ghacks.net/tag/dreamscene/" title="dreamscene" rel="tag">dreamscene</a>, <a href="http://www.ghacks.net/tag/dreamscene-xp/" title="dreamscene xp" rel="tag">dreamscene xp</a>, <a href="http://www.ghacks.net/tag/microsoft-dreamscene/" title="microsoft dreamscene" rel="tag">microsoft dreamscene</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/windows-dreamscene/" title="windows dreamscene" rel="tag">windows dreamscene</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/windows-vista/" title="windows-vista" rel="tag">windows-vista</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a>, <a href="http://www.ghacks.net/tag/xp-scene/" title="xp scene" rel="tag">xp scene</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/10/22/microsoft-touchless/" title="Microsoft Touchless (October 22, 2008)">Microsoft Touchless</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/windows-xp-default-internet-browser-per-user-profile/" title="Windows XP: Default Internet Browser Per User Profile (March 6, 2009)">Windows XP: Default Internet Browser Per User Profile</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/01/30/windows-vista-taskbar-resize/" title="Windows Vista Taskbar Resize (January 30, 2009)">Windows Vista Taskbar Resize</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/11/11/windows-vista-start-button-for-xp/" title="Windows Vista Start Button For XP (November 11, 2008)">Windows Vista Start Button For XP</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/11/15/windows-vista-sidebar-for-windows-xp/" title="Windows Vista Sidebar For Windows XP (November 15, 2008)">Windows Vista Sidebar For Windows XP</a> (51)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/30/use-dreamscene-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
