<?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: Launch Nautilus in the current working directory</title>
	<atom:link href="http://blog.philippheckel.com/2008/05/16/launch-nautilus-with-the-current-working-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.philippheckel.com/2008/05/16/launch-nautilus-with-the-current-working-directory/</link>
	<description>Life, Linux and other things</description>
	<lastBuildDate>Wed, 01 Sep 2010 03:24:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Paolo</title>
		<link>http://blog.philippheckel.com/2008/05/16/launch-nautilus-with-the-current-working-directory/comment-page-1/#comment-7165</link>
		<dc:creator>Paolo</dc:creator>
		<pubDate>Fri, 12 Jun 2009 07:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.philippheckel.com/2008/05/16/launch-nautilus-with-the-current-working-directory/#comment-7165</guid>
		<description>Hello!

the instruction 
nautilus . 

also works;

I moved nautilus to another name (/usr/bin/nautilusmod) and created a new script /usr/bin/nautilus that way :
===========
#!/bin/sh
#nautilus modificato per farlo aprire nella directory corrente

nautilusmod .
===============
So each time nautilus is called it is executed in the current directory; there is certainly a gconf-editor setting doing the same, but gconf-editor is black magic...</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>the instruction<br />
nautilus . </p>
<p>also works;</p>
<p>I moved nautilus to another name (/usr/bin/nautilusmod) and created a new script /usr/bin/nautilus that way :<br />
===========<br />
#!/bin/sh<br />
#nautilus modificato per farlo aprire nella directory corrente</p>
<p>nautilusmod .<br />
===============<br />
So each time nautilus is called it is executed in the current directory; there is certainly a gconf-editor setting doing the same, but gconf-editor is black magic&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mads Buus</title>
		<link>http://blog.philippheckel.com/2008/05/16/launch-nautilus-with-the-current-working-directory/comment-page-1/#comment-2329</link>
		<dc:creator>Mads Buus</dc:creator>
		<pubDate>Sun, 01 Feb 2009 11:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.philippheckel.com/2008/05/16/launch-nautilus-with-the-current-working-directory/#comment-2329</guid>
		<description>this can be done MUCH easier with no scripting.

Just do 
gnome-open .   

in a dir
that will launch your default handler for a folder (which is nautilus for most users).
I have added an alias in /etc/profile
alias go=&#039;gnome-open&#039;

so i just type &#039;go&#039;.
It is also perfect for just launching the default action on a file, so:

go XXX.zip will launch the file-roller, etc.</description>
		<content:encoded><![CDATA[<p>this can be done MUCH easier with no scripting.</p>
<p>Just do<br />
gnome-open .   </p>
<p>in a dir<br />
that will launch your default handler for a folder (which is nautilus for most users).<br />
I have added an alias in /etc/profile<br />
alias go=&#8217;gnome-open&#8217;</p>
<p>so i just type &#8216;go&#8217;.<br />
It is also perfect for just launching the default action on a file, so:</p>
<p>go XXX.zip will launch the file-roller, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JimDog</title>
		<link>http://blog.philippheckel.com/2008/05/16/launch-nautilus-with-the-current-working-directory/comment-page-1/#comment-6</link>
		<dc:creator>JimDog</dc:creator>
		<pubDate>Sun, 15 Jun 2008 04:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.philippheckel.com/2008/05/16/launch-nautilus-with-the-current-working-directory/#comment-6</guid>
		<description>Thank you!!!</description>
		<content:encoded><![CDATA[<p>Thank you!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
