<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: mythfrontend startup scripts for mythpywii</title>
	<atom:link href="http://function45.com/archives/275/feed" rel="self" type="application/rss+xml" />
	<link>http://function45.com/archives/275</link>
	<description>a memory repository</description>
	<lastBuildDate>Wed, 14 Oct 2009 23:22:43 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: F45</title>
		<link>http://function45.com/archives/275/comment-page-1#comment-1236</link>
		<dc:creator>F45</dc:creator>
		<pubDate>Wed, 30 Sep 2009 02:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://function45.com/?p=275#comment-1236</guid>
		<description>Yes it is possible to run the script at the same time as you run mythfrontend – I do so by modifying my mythfrontend shell script script and running MythPyWii using screen. In Ubuntu, open a terminal and run the following commands:

sudo apt-get install screen; sudo gedit /usr/bin/mythfrontend

Then I add to the first blank line (line 4 for me):

/usr/bin/screen -d -m /usr/bin/python /home/crayzee/Desktop/myth_py_wii.py

You’ll have to do this whenever you update mythfrontend. Another way to do it is to create a new script (e.g. “~/launchmyth.sh”) which contains something like this:

#!/bin/bash
/usr/bin/screen -d -m /usr/bin/python /home/crayzee/Desktop/myth_py_wii.py
/usr/bin/mythfrontend

And then run that instead of “mythfrontend” (e.g. “bash ~/launchmyth.sh”).</description>
		<content:encoded><![CDATA[<p>Yes it is possible to run the script at the same time as you run mythfrontend – I do so by modifying my mythfrontend shell script script and running MythPyWii using screen. In Ubuntu, open a terminal and run the following commands:</p>
<p>sudo apt-get install screen; sudo gedit /usr/bin/mythfrontend</p>
<p>Then I add to the first blank line (line 4 for me):</p>
<p>/usr/bin/screen -d -m /usr/bin/python /home/crayzee/Desktop/myth_py_wii.py</p>
<p>You’ll have to do this whenever you update mythfrontend. Another way to do it is to create a new script (e.g. “~/launchmyth.sh”) which contains something like this:</p>
<p>#!/bin/bash<br />
/usr/bin/screen -d -m /usr/bin/python /home/crayzee/Desktop/myth_py_wii.py<br />
/usr/bin/mythfrontend</p>
<p>And then run that instead of “mythfrontend” (e.g. “bash ~/launchmyth.sh”).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
