<?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: Nautilus Scripts &#8211; Terminal, File Finder</title>
	<atom:link href="http://lindesk.com/2007/04/nautilus-scripts-terminal-file-finder/feed/" rel="self" type="application/rss+xml" />
	<link>http://lindesk.com/2007/04/nautilus-scripts-terminal-file-finder/</link>
	<description>Linux - on the Desktop</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:37:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Dave</title>
		<link>http://lindesk.com/2007/04/nautilus-scripts-terminal-file-finder/comment-page-1/#comment-4322</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 13 May 2009 11:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://lindesk.com/2007/04/nautilus-scripts-terminal-file-finder/#comment-4322</guid>
		<description>Your perl scripts are bugged. The line:

if ($_ == &quot;x-nautilus-desktop:///&quot;) {

is wrong, since == is a numeric comparison, so in your faulty script it will convert both strings to numbers which will likely 0 in both cases, so the comparison will probably always be true.

It should be:

if ($_ eq &quot;x-nautilus-desktop:///&quot;) {</description>
		<content:encoded><![CDATA[<p>Your perl scripts are bugged. The line:</p>
<p>if ($_ == &#8220;x-nautilus-desktop:///&#8221;) {</p>
<p>is wrong, since == is a numeric comparison, so in your faulty script it will convert both strings to numbers which will likely 0 in both cases, so the comparison will probably always be true.</p>
<p>It should be:</p>
<p>if ($_ eq &#8220;x-nautilus-desktop:///&#8221;) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating Custom Service Menus in Konqueror &#124; LinDesk</title>
		<link>http://lindesk.com/2007/04/nautilus-scripts-terminal-file-finder/comment-page-1/#comment-3927</link>
		<dc:creator>Creating Custom Service Menus in Konqueror &#124; LinDesk</dc:creator>
		<pubDate>Mon, 06 Oct 2008 18:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://lindesk.com/2007/04/nautilus-scripts-terminal-file-finder/#comment-3927</guid>
		<description>[...] you are using Konqueror and have not used custom service menus, you are missing out. Just like the Nautilus Scripts in Nautilus, Konqueror also has the ability to customize the context menus. This post will show you [...]</description>
		<content:encoded><![CDATA[<p>[...] you are using Konqueror and have not used custom service menus, you are missing out. Just like the Nautilus Scripts in Nautilus, Konqueror also has the ability to customize the context menus. This post will show you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hq197</title>
		<link>http://lindesk.com/2007/04/nautilus-scripts-terminal-file-finder/comment-page-1/#comment-928</link>
		<dc:creator>hq197</dc:creator>
		<pubDate>Thu, 31 Jan 2008 14:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://lindesk.com/2007/04/nautilus-scripts-terminal-file-finder/#comment-928</guid>
		<description>I searched all over until i found you sharing this useful script. Thanks a million.</description>
		<content:encoded><![CDATA[<p>I searched all over until i found you sharing this useful script. Thanks a million.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

