<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Danaville &#187; Nautilus</title>
	<atom:link href="http://danaville.com/tag/nautilus/feed/" rel="self" type="application/rss+xml" />
	<link>http://danaville.com</link>
	<description></description>
	<lastBuildDate>Fri, 06 Nov 2009 17:38:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Extending Gnome&#8217;s Nautilus File Manager</title>
		<link>http://danaville.com/open-source/extending-gnomes-nautilus-file-manager/</link>
		<comments>http://danaville.com/open-source/extending-gnomes-nautilus-file-manager/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 17:39:45 +0000</pubDate>
		<dc:creator>danalwebb</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Nautilus]]></category>
		<category><![CDATA[RedHat]]></category>

		<guid isPermaLink="false">http://danaville.com/open-source/extending-gnomes-nautilus-file-manager/</guid>
		<description><![CDATA[Nautilus-actions is an extension for nautilus which allows you to add an arbitrary program to launch from the nautilus popup menu of selected files. 
Each time you right-click on one or several selected files in nautilus, nautilus-actions will look at its configuration to see if a program has been setup for this selection. If so, [...]]]></description>
			<content:encoded><![CDATA[<p>Nautilus-actions is an extension for nautilus which allows you to add an arbitrary program to launch from the nautilus popup menu of selected files. </p>
<p>Each time you right-click on one or several selected files in nautilus, nautilus-actions will look at its configuration to see if a program has been setup for this selection. If so, it will add an item in the menu that allow you to execute the program on the selected files.</p>
<p>The aim of Nautilus-actions is to be very flexible and to adapt to the most common situation.</p>
<p>Nautilus-actions doesn’t provide any config by default except an item to configure your actions. Thus, it offers the capability for other software that manage files to add their configs into the Nautilus-actions GConf entry. This automagically integrates smoothly to Nautilus without any additional code. It is also possible to import a foreign config, downloaded over the Net for example, into Nautilus-actions through NACT, its configuration tool.</p>
<p>&#160;</p>
<h4>INSTALLATION</h4>
<p>If we have a Fedora Core machine the installation is easy as usual:<br />
<blockquote>
<p><code>yum install nautilus-actions</code></p>
</blockquote>
<p>and then:</p>
<blockquote><p><code>yum install nautilus-open-terminal nautilus-image-converter nautilus-sendto</code></p>
</blockquote>
<p>others *.schemas files are available on the <a href="http://www.grumz.net/index.php?q=configlist">official site</a> of the project.</p>
<p>&#160;</p>
<h4>USAGE</h4>
<p>Now we can list some of the most common (and so useful) actions available:
<p><strong></strong></p>
<p><strong>Open in gEdit as root</strong>: let’s you open and modify a file in Gedit. This function comes really handy when we have to deal with config’s file around the filesystem. For a correct working we have to make a little change in the visudo file, like:: “<code>username ALL=NOPASSWD:/usr/bin/gedit</code>” and modify the action so that it will be lauched using sudo.</p>
<p>&#160;</p>
<p><strong>Set picture as wallpaper</strong>: to change the desktop appearance on the fly.</p>
<p><strong></strong></p>
<p><strong>Nautilus open terminal </strong>: opens a terminal session (as the current user) in the working directory (like Konqueror does, i can add).</p>
<p>&#160;</p>
<p><strong>Convert Audio</strong>: Converts audio files from one format to another. This actions needs to have a previously installed version of <a href="https://savannah.nongnu.org/projects/audio-convert">audio-convert</a> to work at its best.</p>
<p><strong></strong></p>
<p><strong>Nautilus image resizer</strong>: lets you resize and image on the fly. It does also give a new name to the file it generates.</p>
<p>&#160;</p>
<p><strong>Compress selected files using gzip</strong>: compress a file and deletes the original one.</p>
<p><strong></strong></p>
<p><strong>Tag media files with Easytag</strong>: enable us to modify the tags of a music file using easytag (that we must have installed on our box, <code>yum install easytag</code>).</p>
<p>&#160;</p>
<p><strong>Mount ISO et Umount ISO</strong>: mount and unmounts ISO files. Pleas notice that we have to put the “miso” file into <code>~/bin</code> directory and give a <code>chmod 755 ~/bin/miso</code> to enable it.</p>
<p><strong></strong></p>
<p><strong>Run ISO image in QEMU</strong>: lauches ISO files as cd using Qemu (which, as before, needs to be already installed on your box, as usual a simple <code>yum install qemu</code> is sufficent).</p>
<p>&#160;</p>
<p><strong>Install rpms</strong>: installs an RPM package.</p>
<p><strong></strong></p>
<p><strong>Install Deb Files</strong>: installs a DEB package, for Debian and Ubuntu users.</p>
<h4>&#160;</h4>
<h4>RESOURCES</h4>
<p>&#160;</p>
<p> website : <a href="http://www.grumz.net/">http://www.grumz.net/</a>  <br />Nautilus Actions : <a href="http://www.grumz.net/index.php?q=node/94">External Resources</a></p>
]]></content:encoded>
			<wfw:commentRss>http://danaville.com/open-source/extending-gnomes-nautilus-file-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
