<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=7245&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / Change of wallpaper is not working]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=7245</link>
		<description><![CDATA[The most recent posts in Change of wallpaper is not working.]]></description>
		<lastBuildDate>Thu, 21 Jun 2012 00:15:11 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Change of wallpaper is not working]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26773#p26773</link>
			<description><![CDATA[<p>I&#039;ve been using Wallpapoz on both my desktop and my laptop for several years, now, with good effect.&#160; I originally planned to have a different wallpaper for each workspace, but ended up with the same, randomly-cycling wallpaper on each.</p>]]></description>
			<author><![CDATA[dummy@example.com (Sideburns)]]></author>
			<pubDate>Thu, 21 Jun 2012 00:15:11 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26773#p26773</guid>
		</item>
		<item>
			<title><![CDATA[Re: Change of wallpaper is not working]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26765#p26765</link>
			<description><![CDATA[<p>Thanks to all.<br />I am going to try stqn&#039; script.<br />To ozjd, it&#039;s not occasionally, it&#039;s permanent. Your method<br />didn&#039;t work for me.</p>]]></description>
			<author><![CDATA[dummy@example.com (lefoid)]]></author>
			<pubDate>Wed, 20 Jun 2012 09:59:01 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26765#p26765</guid>
		</item>
		<item>
			<title><![CDATA[Re: Change of wallpaper is not working]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26762#p26762</link>
			<description><![CDATA[<p>I have seen this occasionally. Logging out and back in has fixed for me each time.</p>]]></description>
			<author><![CDATA[dummy@example.com (ozjd)]]></author>
			<pubDate>Wed, 20 Jun 2012 02:01:41 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26762#p26762</guid>
		</item>
		<item>
			<title><![CDATA[Re: Change of wallpaper is not working]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26757#p26757</link>
			<description><![CDATA[<p>I think other people have reported this problem already. If you want you could use a bash script I made to change my wallpapers, or a variant of it anyway…</p><p>Full version is on the Arch forum: <a href="https://bbs.archlinux.org/viewtopic.php?pid=1097196" rel="nofollow">https://bbs.archlinux.org/viewtopic.php?pid=1097196</a></p><p>And a simpler version could be…</p><div class="codebox"><pre><code>#!/bin/bash
d=~/images/wallpapers
delay=1800
cd $d
list=($(find . -type f | shuf))
index=0
while true; do
  pic=${list[$index]}
  xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path -s $d/$pic
  sleep $delay
  index=$((index+1))
  if (( index == ${#list[*]} )); then
    index=0
  fi
done</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (stqn)]]></author>
			<pubDate>Tue, 19 Jun 2012 17:02:03 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26757#p26757</guid>
		</item>
		<item>
			<title><![CDATA[Change of wallpaper is not working]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26744#p26744</link>
			<description><![CDATA[<p>Hi all,</p><p>I try to have my wallpaper changing every 10 minutes.<br />It&#039;s not working.</p><p>When I change the settings, it changes the 1st wallpaper after 10 minutes (as normal),<br />and then it keeps the same wallpaper, without any change.</p><p>If I change the time, let say to 9 minutes, and back to 10 minutes, same situation as<br />above.</p><p>I am using Xfce 4.10 on Funtoo.</p><p>Thanks for your help.</p>]]></description>
			<author><![CDATA[dummy@example.com (lefoid)]]></author>
			<pubDate>Mon, 18 Jun 2012 12:17:31 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26744#p26744</guid>
		</item>
	</channel>
</rss>
