<?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"
	>
<channel>
	<title>Comments on: A correction: CFBundleName vs. FRApplianceName</title>
	<atom:link href="http://alanquatermain.net/2007/05/a-correction-cfbundlename-vs-frappliancename/feed/" rel="self" type="application/rss+xml" />
	<link>http://alanquatermain.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Falanquatermain.net%2F2007%2F05%2Fa-correction-cfbundlename-vs-frappliancename%2F&amp;seed_title=A+correction%3A+CFBundleName+vs.+FRApplianceName</link>
	<description>Mac OS X, Cocoa, and the AppleTV</description>
	<pubDate>Thu, 20 Nov 2008 07:54:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: MiBaHH</title>
		<link>http://alanquatermain.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Falanquatermain.net%2F2007%2F05%2Fa-correction-cfbundlename-vs-frappliancename%2F&amp;seed_title=A+correction%3A+CFBundleName+vs.+FRApplianceName#comment-59</link>
		<dc:creator>MiBaHH</dc:creator>
		<pubDate>Fri, 01 Jun 2007 09:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://alanquatermain.net/2007/05/a-correction-cfbundlename-vs-frappliancename/#comment-59</guid>
		<description>&lt;p&gt;Ok Alan. Now it`s done.
Thanks for your support to me.&lt;/p&gt;

&lt;p&gt;best regards
Michael&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ok Alan. Now it`s done.<br />
Thanks for your support to me.</p>
<p>best regards<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Quatermain</title>
		<link>http://alanquatermain.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Falanquatermain.net%2F2007%2F05%2Fa-correction-cfbundlename-vs-frappliancename%2F&amp;seed_title=A+correction%3A+CFBundleName+vs.+FRApplianceName#comment-57</link>
		<dc:creator>Alan Quatermain</dc:creator>
		<pubDate>Thu, 31 May 2007 20:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://alanquatermain.net/2007/05/a-correction-cfbundlename-vs-frappliancename/#comment-57</guid>
		<description>&lt;p&gt;ah ok, do this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;sudo mount -uw /

sudo mv CustomPlugin.frappliance CustomPlugin.deleteme
etc.

sudo mount -ur /
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>ah ok, do this:</p>
<pre><code>sudo mount -uw /

sudo mv CustomPlugin.frappliance CustomPlugin.deleteme
etc.

sudo mount -ur /
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: MiBaHH</title>
		<link>http://alanquatermain.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Falanquatermain.net%2F2007%2F05%2Fa-correction-cfbundlename-vs-frappliancename%2F&amp;seed_title=A+correction%3A+CFBundleName+vs.+FRApplianceName#comment-56</link>
		<dc:creator>MiBaHH</dc:creator>
		<pubDate>Thu, 31 May 2007 20:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://alanquatermain.net/2007/05/a-correction-cfbundlename-vs-frappliancename/#comment-56</guid>
		<description>&lt;p&gt;Oh i think i give it up...this is what i get...&lt;/p&gt;

&lt;p&gt;-bash-2.05b$ sudo mv CustomPlugin.frappliance CustomPlugin.deleteme
mv: rename CustomPlugin.frappliance to CustomPlugin.deleteme: Read-only file system
-bash-2.05b$&lt;/p&gt;

&lt;p&gt;Michael&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh i think i give it up&#8230;this is what i get&#8230;</p>
<p>-bash-2.05b$ sudo mv CustomPlugin.frappliance CustomPlugin.deleteme<br />
mv: rename CustomPlugin.frappliance to CustomPlugin.deleteme: Read-only file system<br />
-bash-2.05b$</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Quatermain</title>
		<link>http://alanquatermain.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Falanquatermain.net%2F2007%2F05%2Fa-correction-cfbundlename-vs-frappliancename%2F&amp;seed_title=A+correction%3A+CFBundleName+vs.+FRApplianceName#comment-55</link>
		<dc:creator>Alan Quatermain</dc:creator>
		<pubDate>Thu, 31 May 2007 19:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://alanquatermain.net/2007/05/a-correction-cfbundlename-vs-frappliancename/#comment-55</guid>
		<description>&lt;p&gt;Use sudo, like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;sudo mv Something.frappliance Something.deleteme
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;When prompted for your password, give the frontrow user's password.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Use sudo, like this:</p>
<pre><code>sudo mv Something.frappliance Something.deleteme
</code></pre>
<p>When prompted for your password, give the frontrow user&#8217;s password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MiBaHH</title>
		<link>http://alanquatermain.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Falanquatermain.net%2F2007%2F05%2Fa-correction-cfbundlename-vs-frappliancename%2F&amp;seed_title=A+correction%3A+CFBundleName+vs.+FRApplianceName#comment-54</link>
		<dc:creator>MiBaHH</dc:creator>
		<pubDate>Thu, 31 May 2007 19:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://alanquatermain.net/2007/05/a-correction-cfbundlename-vs-frappliancename/#comment-54</guid>
		<description>&lt;p&gt;Sorry Alan...i cant rename this.
I am loged in at User Frontrow.
Any suggestion ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry Alan&#8230;i cant rename this.<br />
I am loged in at User Frontrow.<br />
Any suggestion ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MiBaHH</title>
		<link>http://alanquatermain.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Falanquatermain.net%2F2007%2F05%2Fa-correction-cfbundlename-vs-frappliancename%2F&amp;seed_title=A+correction%3A+CFBundleName+vs.+FRApplianceName#comment-53</link>
		<dc:creator>MiBaHH</dc:creator>
		<pubDate>Thu, 31 May 2007 19:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://alanquatermain.net/2007/05/a-correction-cfbundlename-vs-frappliancename/#comment-53</guid>
		<description>&lt;p&gt;Hello again&lt;/p&gt;

&lt;p&gt;Many Thanks to you. You are very fast to answer me.
Nice Weekend.&lt;/p&gt;

&lt;p&gt;Michael&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello again</p>
<p>Many Thanks to you. You are very fast to answer me.<br />
Nice Weekend.</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Quatermain</title>
		<link>http://alanquatermain.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Falanquatermain.net%2F2007%2F05%2Fa-correction-cfbundlename-vs-frappliancename%2F&amp;seed_title=A+correction%3A+CFBundleName+vs.+FRApplianceName#comment-52</link>
		<dc:creator>Alan Quatermain</dc:creator>
		<pubDate>Thu, 31 May 2007 19:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://alanquatermain.net/2007/05/a-correction-cfbundlename-vs-frappliancename/#comment-52</guid>
		<description>&lt;p&gt;The plugins are installed inside the Finder application on your Apple TV. The full path to the folder containing them is:&lt;/p&gt;

&lt;p&gt;/System/Library/CoreServices/Finder.app/Contents/PlugIns&lt;/p&gt;

&lt;p&gt;You can remove items from there manually, although I would suggest that to remove them you simply change the extensions from &lt;code&gt;.frappliance&lt;/code&gt; to &lt;code&gt;.deleteme&lt;/code&gt; and restart your Apple TV. That way the Loader will remove them after the reboot, and no errors are likely to occur due to files being deleted that are actually in use.&lt;/p&gt;

&lt;p&gt;Also, version 1.1 of Loader will have uninstallation/enable/disable support built-in, so you might choose to wait for that. It will probably be a couple of weeks away though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The plugins are installed inside the Finder application on your Apple TV. The full path to the folder containing them is:</p>
<p>/System/Library/CoreServices/Finder.app/Contents/PlugIns</p>
<p>You can remove items from there manually, although I would suggest that to remove them you simply change the extensions from <code>.frappliance</code> to <code>.deleteme</code> and restart your Apple TV. That way the Loader will remove them after the reboot, and no errors are likely to occur due to files being deleted that are actually in use.</p>
<p>Also, version 1.1 of Loader will have uninstallation/enable/disable support built-in, so you might choose to wait for that. It will probably be a couple of weeks away though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MiBaHH</title>
		<link>http://alanquatermain.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Falanquatermain.net%2F2007%2F05%2Fa-correction-cfbundlename-vs-frappliancename%2F&amp;seed_title=A+correction%3A+CFBundleName+vs.+FRApplianceName#comment-51</link>
		<dc:creator>MiBaHH</dc:creator>
		<pubDate>Thu, 31 May 2007 19:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://alanquatermain.net/2007/05/a-correction-cfbundlename-vs-frappliancename/#comment-51</guid>
		<description>&lt;p&gt;Hello Alan&lt;/p&gt;

&lt;p&gt;Thanks. Your ATV Loader 1.06 looks Ok here.&lt;/p&gt;

&lt;p&gt;Do you have any Tip to remove the other plugins ? Were can i find they ?&lt;/p&gt;

&lt;p&gt;Michael&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Alan</p>
<p>Thanks. Your ATV Loader 1.06 looks Ok here.</p>
<p>Do you have any Tip to remove the other plugins ? Were can i find they ?</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Quatermain</title>
		<link>http://alanquatermain.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Falanquatermain.net%2F2007%2F05%2Fa-correction-cfbundlename-vs-frappliancename%2F&amp;seed_title=A+correction%3A+CFBundleName+vs.+FRApplianceName#comment-50</link>
		<dc:creator>Alan Quatermain</dc:creator>
		<pubDate>Thu, 31 May 2007 17:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://alanquatermain.net/2007/05/a-correction-cfbundlename-vs-frappliancename/#comment-50</guid>
		<description>&lt;p&gt;There isn't a simple way to handle it, I'm afraid. It requires creating the appropriate localization for the plugin in question. If that plugin is ATV Loader, then I'm happy to say that there is a German localization available in version 1.0.6, &lt;a href="http://alanquatermain.net/projects/ATVLoader.zip" rel="nofollow"&gt;downloadable here&lt;/a&gt; or from your Apple TV if you already have version 1.0.5 installed. For other plugins, you'd need to contact the plugin developers directly to enquire about this.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There isn&#8217;t a simple way to handle it, I&#8217;m afraid. It requires creating the appropriate localization for the plugin in question. If that plugin is ATV Loader, then I&#8217;m happy to say that there is a German localization available in version 1.0.6, <a href="http://alanquatermain.net/projects/ATVLoader.zip" rel="nofollow">downloadable here</a> or from your Apple TV if you already have version 1.0.5 installed. For other plugins, you&#8217;d need to contact the plugin developers directly to enquire about this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MiBaHH</title>
		<link>http://alanquatermain.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Falanquatermain.net%2F2007%2F05%2Fa-correction-cfbundlename-vs-frappliancename%2F&amp;seed_title=A+correction%3A+CFBundleName+vs.+FRApplianceName#comment-49</link>
		<dc:creator>MiBaHH</dc:creator>
		<pubDate>Thu, 31 May 2007 17:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://alanquatermain.net/2007/05/a-correction-cfbundlename-vs-frappliancename/#comment-49</guid>
		<description>&lt;p&gt;Hello&lt;/p&gt;

&lt;p&gt;I am German and this is exact what i have on my Screen.
Is it possible to remove this from the Menue ? Uninstall this ?&lt;/p&gt;

&lt;p&gt;Sorry for my bad enlisch..its only from school 35 years ago..&lt;/p&gt;

&lt;p&gt;I hope you can help.&lt;/p&gt;

&lt;p&gt;best regards
Michael&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>I am German and this is exact what i have on my Screen.<br />
Is it possible to remove this from the Menue ? Uninstall this ?</p>
<p>Sorry for my bad enlisch..its only from school 35 years ago..</p>
<p>I hope you can help.</p>
<p>best regards<br />
Michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>
