<?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>repats blog &#187; xplanet kofiguration</title>
	<atom:link href="http://repat.de/tag/xplanet-kofiguration/feed/" rel="self" type="application/rss+xml" />
	<link>http://repat.de</link>
	<description>Thoughts of a digital native</description>
	<lastBuildDate>Tue, 24 Jan 2012 02:01:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>xplanet script</title>
		<link>http://repat.de/2008/01/xplanet-script/</link>
		<comments>http://repat.de/2008/01/xplanet-script/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 17:45:42 +0000</pubDate>
		<dc:creator>repat</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[xplanet einrichten]]></category>
		<category><![CDATA[xplanet kofiguration]]></category>
		<category><![CDATA[xplanet linux]]></category>
		<category><![CDATA[xplanet script]]></category>
		<category><![CDATA[xplanet windows]]></category>

		<guid isPermaLink="false">http://repat.de/?p=11</guid>
		<description><![CDATA[Da es das Script zum starten von xplanet mit Gnome (häufig unter Ubuntu) unter http://stef.tvk.rwth-aachen.de/~nazgul/files/xplanet-gnome nicht mehr gibt, werde ich es hier noch einmal veröffentlichen: #!/bin/bash #AktualisierungsIntervall DELAY=15m #Pfad, in dem das Bild gespeichert wird PREFIX=/home/username/xplanet-maps/ OUTPUT=xplanet.png APPEND=2 GEOMETRY=1024x768 LONGITUDE=15 LATITUDE=30 if [ -e "$PREFIX$OUTPUT" ]; then rm "$PREFIX$OUTPUT" OUTPUT="$APPEND$OUTPUT" else rm "$PREFIX$APPEND$OUTPUT" fi if [...]]]></description>
			<content:encoded><![CDATA[<p>Da es das Script zum starten von <a href="http://xplanet.sourceforge.net">xplanet</a> mit Gnome (häufig unter Ubuntu) unter http://stef.tvk.rwth-aachen.de/~nazgul/files/xplanet-gnome nicht mehr gibt, werde ich es hier noch einmal veröffentlichen:</p>
<p><code><br />
#!/bin/bash<br />
#AktualisierungsIntervall<br />
DELAY=15m<br />
#Pfad, in dem das Bild gespeichert wird<br />
PREFIX=/home/username/xplanet-maps/<br />
OUTPUT=xplanet.png<br />
APPEND=2<br />
GEOMETRY=1024x768<br />
LONGITUDE=15<br />
LATITUDE=30<br />
if [ -e "$PREFIX$OUTPUT" ]; then<br />
rm "$PREFIX$OUTPUT"<br />
OUTPUT="$APPEND$OUTPUT"<br />
else<br />
rm "$PREFIX$APPEND$OUTPUT"<br />
fi</code></p>
<p><code>if [ -z $PROJECTION ]; then<br />
xplanet -num_times 1 -output "$PREFIX$OUTPUT" -geometry $GEOMETRY -longitude $LONGITUDE -latitude $LATITUDE<br />
else<br />
xplanet -num_times 1 -output "$PREFIX$OUTPUT" -geometry $GEOMETRY -longitude $LONGITUDE -latitude $LATITUDE -projection $PROJECTION<br />
fi<br />
gconftool -t str -s /desktop/gnome/background/picture_filename "$PREFIX$OUTPUT"</code></p>
<p><code>sleep $DELAY<br />
exec $0</code></p>
<p>Einfach copy&amp;pasten(oder <a href="http://repat.de/txt/xplanet-gnome.sh">runterladen</a>) und den Pfad und wenn gewünscht das Aktualisierungsintervall anpassen.</p>
<p>Hier mal ein  Screenshot von <a href="http://repat.de/Bilder/screenies/xplanet.png">meinem Windows-Desktop<img src="http://repat.de/Blog/screenies.jpg" border="0" alt ="Screenshot" /></a>(viel anders siehts unter Linux auch nicht aus)</p>
<p>Viel Spass damit:)</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://repat.de/2008/01/xplanet-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

