<?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>Syzygy Tech &#187; xfce</title>
	<atom:link href="http://www.syzygytech.com/tag/xfce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.syzygytech.com</link>
	<description>Blog of Bob</description>
	<lastBuildDate>Wed, 24 Feb 2010 03:19:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>XFCE Autologin and Autostart</title>
		<link>http://www.syzygytech.com/2010/02/06/xfce-autologin-and-autostart/</link>
		<comments>http://www.syzygytech.com/2010/02/06/xfce-autologin-and-autostart/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 03:27:38 +0000</pubDate>
		<dc:creator>syzygy</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[autostart]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[xbmc]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://www.syzygytech.com/?p=123</guid>
		<description><![CDATA[With my media computer coming together nicely, I wanted to remove all user intervention such that the computer will boot directly to XBMC. The two primary obstacles to this are automatically logging in the user and automatically starting a program once in XFCE. I decided to use SLiM as my log-in manager since it is [...]]]></description>
			<content:encoded><![CDATA[<p>With my media computer coming together nicely, I wanted to remove all user intervention such that the computer will boot directly to XBMC.  The two primary obstacles to this are automatically logging in the user and automatically starting a program once in XFCE.</p>
<p>I decided to use SLiM as my log-in manager since it is very lightweight and works well with the XFCE environment I&#8217;m using.  SLiM has autologin behavior built-in, just edit <code>/etc/slim.conf</code><br />
<code>default_user syzygy<br />
auto_login yes</code></p>
<p>Of course, change the default user to your username.  And thats it, you&#8217;ll now be logged in automagically.  Now that we are logged into XFCE, I want to autostart XBMC.  These instructions are specific to XFCE, but I&#8217;m sure there is a similar solution for KDE or Gnome.  When XFCE starts, it looks in the ~./config/autostart/ directory and any scripts within are then executed when XFCE starts.  </p>
<p>Now create a script.  I&#8217;ve named mine autostart_xbmc, but the name does not matter:<br />
<code>$ cd ~./config/autostart/</code><br />
<code>$ echo "xbmc" > autostart_xbmc</code></p>
<p>Restart XFCE, and XBMC should automatically launch right after.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.syzygytech.com/2010/02/06/xfce-autologin-and-autostart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
