<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Changing gnome wallpaper</title>
      <link>http://ask.metafilter.com/47303/Changing-gnome-wallpaper/</link>
      <description>Comments on Ask MetaFilter post Changing gnome wallpaper</description>
	  	  <pubDate>Tue, 26 Sep 2006 03:24:40 -0800</pubDate>
      <lastBuildDate>Tue, 26 Sep 2006 03:24:40 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Changing gnome wallpaper</title>
  	<link>http://ask.metafilter.com/47303/Changing-gnome-wallpaper</link>	
  	<description>Linux / Ubuntu / Gnome question - how do I tell Gnome &quot;Hey, the jpg you&apos;re using as desktop wallpaper has been updated with a new image.  Go reload it and display the new version?&quot; in a Python or Bash script? &lt;br /&gt;&lt;br /&gt; I&apos;ve written a little Python script that runs once a day, and downloads the NASA Astronomy Image Of The Day, and saves it to a local file.  Gnome is set up to use this file as my desktop wallpaper.  The problem is, while the script downloads the new image every day, Gnome never checks the file to see if it&apos;s changed, so my wallpaper remains the same unless I restart the computer, or manually change the wallpaper on the Gnome desktop.&lt;br&gt;
&lt;br&gt;
How can I automatically tell Gnome to &quot;reload&quot; the wallpaper jpg?</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.47303</guid>
  	<pubDate>Tue, 26 Sep 2006 03:18:50 -0800</pubDate>
  	<dc:creator>Jimbob</dc:creator>
	
	<category>gnome</category>
	
	<category>linux</category>
	
	<category>bash</category>
	
	<category>python</category>
	
	<category>wallpaper</category>
	
	<category>desktop</category>
	
	<category>ubuntu</category>
	
</item>
<item>
  	<title>By: blenderfish</title>
  	<link>http://ask.metafilter.com/47303/Changing-gnome-wallpaper#720044</link>	
  	<description>will (the following is all one command)&lt;br&gt;
&lt;br&gt;
gconftool-2 -t string -s /desktop/gnome/background/picture_filename &lt;em&gt;image_filename&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
work?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47303-720044</guid>
  	<pubDate>Tue, 26 Sep 2006 03:24:40 -0800</pubDate>
  	<dc:creator>blenderfish</dc:creator>
</item>
<item>
  	<title>By: crypticgeek</title>
  	<link>http://ask.metafilter.com/47303/Changing-gnome-wallpaper#720046</link>	
  	<description>A google search for &amp;quot;gnome change background script&amp;quot; produces number results with sample code that changes the background. The tool you want to use in your script is gconftool-2. Google is your friend.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47303-720046</guid>
  	<pubDate>Tue, 26 Sep 2006 03:27:25 -0800</pubDate>
  	<dc:creator>crypticgeek</dc:creator>
</item>
<item>
  	<title>By: Jimbob</title>
  	<link>http://ask.metafilter.com/47303/Changing-gnome-wallpaper#720047</link>	
  	<description>I swear to &amp;quot;Bob&amp;quot; I googled &amp;quot;gnome change background&amp;quot; about three days ago and I got nothing but instructions on how to do it through the GUI.  Nonetheless, blenderfish wins.  It appears to work.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47303-720047</guid>
  	<pubDate>Tue, 26 Sep 2006 03:37:16 -0800</pubDate>
  	<dc:creator>Jimbob</dc:creator>
</item>
<item>
  	<title>By: blind.wombat</title>
  	<link>http://ask.metafilter.com/47303/Changing-gnome-wallpaper#720086</link>	
  	<description>Just as a helpful post-answer tip, you left out a key word in your google search...&amp;quot;script&amp;quot;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47303-720086</guid>
  	<pubDate>Tue, 26 Sep 2006 05:28:55 -0800</pubDate>
  	<dc:creator>blind.wombat</dc:creator>
</item>
<item>
  	<title>By: Jimbob</title>
  	<link>http://ask.metafilter.com/47303/Changing-gnome-wallpaper#720098</link>	
  	<description>Aah, but even searching for &amp;quot;gnome change background&amp;quot; produces, as the first result, a page from which I am able to discern the command to use.  Colour me bemused.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47303-720098</guid>
  	<pubDate>Tue, 26 Sep 2006 05:43:15 -0800</pubDate>
  	<dc:creator>Jimbob</dc:creator>
</item>
<item>
  	<title>By: Jimbob</title>
  	<link>http://ask.metafilter.com/47303/Changing-gnome-wallpaper#720726</link>	
  	<description>Okay, having let the script run overnight and do it&apos;s thing, this doesn&apos;t actually work.  If you tell it to set the wallpaper to the same filename as it was, it doesn&apos;t actually update the wallpaper.  But I guess I can get it to set it to one filename, then another, to &amp;quot;refresh&amp;quot; it.  Ugly hack.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47303-720726</guid>
  	<pubDate>Tue, 26 Sep 2006 15:57:53 -0800</pubDate>
  	<dc:creator>Jimbob</dc:creator>
</item>

    </channel>
</rss>
