<?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: Update nautilus-open-terminal Behavior (desktop_opens_home_dir)</title>
	<atom:link href="http://ubuntu-tutorials.com/2008/11/06/update-nautilus-open-terminal-behavior/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2008/11/06/update-nautilus-open-terminal-behavior/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:29:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: d2 d2</title>
		<link>http://ubuntu-tutorials.com/2008/11/06/update-nautilus-open-terminal-behavior/#comment-9672</link>
		<dc:creator>d2 d2</dc:creator>
		<pubDate>Tue, 29 Sep 2009 17:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=835#comment-9672</guid>
		<description>Under U9.04, If I point into the right half of a folder browser window (for lack of a proper name), right click and choose &#039;open in terminal&#039;, I get *that* as my directory.  OTOH, if I point-n-right-click on my desktop, I get a terminal in my home directory.... seems to work fine for my need! 
 
For the curious, here are some suggestions to explore gconftool-2 further: 
 
gconftool-2 -R / &#124; grep /apps 
gconftool-2 -a /apps 
gconftool-2 -a /desktop 
gconftool-2 -a /system 
 </description>
		<content:encoded><![CDATA[<p>Under U9.04, If I point into the right half of a folder browser window (for lack of a proper name), right click and choose &#039;open in terminal&#039;, I get *that* as my directory.  OTOH, if I point-n-right-click on my desktop, I get a terminal in my home directory&#8230;. seems to work fine for my need! </p>
<p>For the curious, here are some suggestions to explore gconftool-2 further: </p>
<p>gconftool-2 -R / | grep /apps<br />
gconftool-2 -a /apps<br />
gconftool-2 -a /desktop<br />
gconftool-2 -a /system</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Silva</title>
		<link>http://ubuntu-tutorials.com/2008/11/06/update-nautilus-open-terminal-behavior/#comment-6206</link>
		<dc:creator>Paulo Silva</dc:creator>
		<pubDate>Thu, 06 Nov 2008 19:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=835#comment-6206</guid>
		<description>i normally use a nautilus script for this:

#!/bin/sh
# open terminal here - Chris Picton, Martin Enlund, Christophe Combelles - GPL
base=&quot;`echo $NAUTILUS_SCRIPT_CURRENT_URI &#124; cut -d&#039;/&#039; -f3- &#124; sed &#039;s/%20/ /g&#039;`&quot;
if [ -z &quot;$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS&quot; ]; then
     dir=&quot;$base&quot;
else 
     while [ ! -z &quot;$1&quot; -a ! -d &quot;$base/$1&quot; ]; do shift; done
     dir=&quot;$base/$1&quot;
fi
gnome-terminal --working-directory=&quot;$dir&quot;

this way allows you also, for example, for choosing which terminal emulator you want instead of gnome-terminal, like xterm or any other...</description>
		<content:encoded><![CDATA[<p>i normally use a nautilus script for this:</p>
<p>#!/bin/sh<br />
# open terminal here &#8211; Chris Picton, Martin Enlund, Christophe Combelles &#8211; GPL<br />
base=&#8221;`echo $NAUTILUS_SCRIPT_CURRENT_URI | cut -d&#8217;/&#8217; -f3- | sed &#8216;s/%20/ /g&#8217;`&#8221;<br />
if [ -z "$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS" ]; then<br />
     dir=&#8221;$base&#8221;<br />
else<br />
     while [ ! -z "$1" -a ! -d "$base/$1" ]; do shift; done<br />
     dir=&#8221;$base/$1&#8243;<br />
fi<br />
gnome-terminal &#8211;working-directory=&#8221;$dir&#8221;</p>
<p>this way allows you also, for example, for choosing which terminal emulator you want instead of gnome-terminal, like xterm or any other&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: topyli</title>
		<link>http://ubuntu-tutorials.com/2008/11/06/update-nautilus-open-terminal-behavior/#comment-6205</link>
		<dc:creator>topyli</dc:creator>
		<pubDate>Thu, 06 Nov 2008 19:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=835#comment-6205</guid>
		<description>This may be a nice way to open terminals quickly (if you don&#039;t like keyboard shortcuts), but it does break the original purpose of nautilus-open-terminal: opening a terminal in a specific directory from the context menu of a folder in nautilus.</description>
		<content:encoded><![CDATA[<p>This may be a nice way to open terminals quickly (if you don&#8217;t like keyboard shortcuts), but it does break the original purpose of nautilus-open-terminal: opening a terminal in a specific directory from the context menu of a folder in nautilus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>http://ubuntu-tutorials.com/2008/11/06/update-nautilus-open-terminal-behavior/#comment-6203</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Thu, 06 Nov 2008 17:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=835#comment-6203</guid>
		<description>Men! thank you so much!

It&#039;ll be nice that this plugin work with Terminator ;-)</description>
		<content:encoded><![CDATA[<p>Men! thank you so much!</p>
<p>It&#8217;ll be nice that this plugin work with Terminator <img src='http://ubuntu-tutorials.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://ubuntu-tutorials.com/2008/11/06/update-nautilus-open-terminal-behavior/#comment-6199</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 06 Nov 2008 15:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=835#comment-6199</guid>
		<description>+1 for you thanks</description>
		<content:encoded><![CDATA[<p>+1 for you thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://ubuntu-tutorials.com/2008/11/06/update-nautilus-open-terminal-behavior/#comment-6198</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Thu, 06 Nov 2008 15:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=835#comment-6198</guid>
		<description>If open a terminal is all you want using a key binding for Open Terminal is really nice. I have mine bound to -Return, use it all the time.</description>
		<content:encoded><![CDATA[<p>If open a terminal is all you want using a key binding for Open Terminal is really nice. I have mine bound to -Return, use it all the time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/6 queries in 0.004 seconds using disk: basic
Object Caching 269/270 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 19:42:47 -->
