Nautilus-actions
We need you !
Submitted by peio on Sun, 2009-10-25 20:24. Nautilus-actionsYes, you can help Nautilus-Actions.
Since 2.30.0 version, Nautilus-Actions let the user freely choose to display or not the toolbars in the Nautilus-Actions Configuration Tool.
For now, NACT toolbars only contain items which have a icon, because:
- a toolbar item without an icon is a bit sad;
- user is free to display or not text besides icons;
- do not have an icon for a toolbar button would be incompatible with Gnome HIG.
As I a a very bad icon designer, you can help us by designing some icons for menu items which don't have one yet.
Each new item with an icon means a new item available in its toolbar.
With enough available items, we will add a user preference to let the user exactly choose which item he/she wishes see in its toolbars.
Your work will be of course copyrighted (see About box, Artists tab), but you have to put it under one free licence (CC is the most common for this type of work).
Thanks in advance for all the community users.
Nautilus Actions : What's this ?
Submitted by GrumZ on Sat, 2005-08-27 21:04. What's this ?Note: Updated for version 0.99.
Presentation
Nautilus-actions is an extensions for nautilus which allow to add arbitrary program to launch through 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 configured actions to see if a program has been setup for this selection. If it is the case, it will add an item in the menu that allow you to execute the program on the selected files.
This extentions is highly inspired from nautilus-sendto extentions from Roberto Majadas.
Nautilus-actions is released under the GPL License
Features
The aim of Nautilus-actions is to be very flexible and to adapt to the most common situation.
Nautilus-actions doesn't provide any config by default except an item to configure your actions. Its configuration is stored into GConf since v0.99, so it offers the possibility for other software that manage files to add their configs into the Nautilus-actions GConf entry and 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 throught NACT, its configuration tool.
The config has three main parts :
- The item menu configuration
- This part define the label, the tooltip and the icon of the Nautilus' menu item when it appears
- The command configuration
- In this part, you define the command to launch (eg. /usr/bin/gnome-terminal) and the parameters. In the parameters, you have the possibility to add informations from Nautilus throught the use of simple tokens (eg. %f add the currently selected file, %d the current directory, etc.)
- The selection test configuration
- This is the most important part. This is a series of test that will be used on the selected files to determine if the menu item should appear or not. You can define a file pattern to match the selected files with jokers *?. You can defines if you want only files, only folders or both. You can define if you want to launch your program on local files, FTP files, SSH files, etc.
The config files can be stored in an GConf schemas description file easily generated with the "Export" option of NACT so you can easily shared them with your friends. NACT is the the GUI that allow you to create very easily any kind of custom actions. You can see what it looks like in the Screenshots section.
Project : Nautilus Actions
Submitted by GrumZ on Fri, 2005-08-26 09:27. OverviewNautilus actions is an extension for Nautilus, the gnome file manager. It allow to configure program to be launch on files selected into Nautilus interface.
Development
Nautilus Actions : Tutorials
Submitted by GrumZ on Thu, 2005-08-25 20:32. TutorialsHere is a list of tutorials that will present how to use and configure nautilus-actions :
Note: You can also find some useful tutorials or other examples in the External Resources page
Nautilus-Actions 3.2.2 NEWS
Submitted by peio on Wed, 2012-03-07 23:23. Nautilus-actions
Version 3.2.2
=============
Release date 2012-03-04
Bug fixes:
- Fix #671043 reported by Vincent Untz - Invalid desktop file.
- Fix #671044 reported by Vincent Untz - Incorrect FSF address.
- Fix #671083 reported by Pierre Wieser - Release tool takes bad package version.
- Fix wrong display in tabs vs. the current selection in tree view.
UI enhancements:
- let the example label be expandable.
Other modifications:
- Bump FDL to 1.3 among all documentation.
- Validate desktop file when making distcheck.Nautilus-Actions 3.2.0 is out!
Submitted by peio on Wed, 2012-02-29 13:37. Nautilus-actionsWe are pleased, happy and proud to announce the latest stable release of Nautilus-Actions!
What is it ?
Nautilus-Actions is a Nautilus extension whose principal function is to allow the user to add arbitrary actions to the file manager context menus. These actions may be organized in menus and submenus, exported and shared with other desktop environments.
What is new in this release ?
Nautilus-Actions 3.2.0 fixes a lot of Gtk+ 3 regressions while keeping a full backward compatibility with Gtk+ 2. Also plugins interface has changed, thus the version number bump.
Nautilus-Actions 3.2.0 NEWS
Submitted by peio on Wed, 2012-02-29 13:31. Nautilus-actions
Release date 2012-02-28
Bug fixes:
- Make labels wrappable in import/export assistants
- Fix vertical expand in Preferences dialog
- Fix the build of the Reference Manual
- Destroy the assistants toplevels when quitting
- Force GConf I/O provider to be read-only after the migration
- Release the object whose importation has been cancelled
- Fix return value of NactApplication::appli_create_windows()
- Fix micro leak in nact_clipboard_dnd_drag_end()
- Partially fix #667429 reported by Daniel Mustieles
Are this strings translatable? (nact-doc)Nautilus-Actions 3.1.5 is out !
Submitted by peio on Sat, 2011-12-10 00:04. Nautilus-actionsWe are pleased, happy and proud to announce the latest stable release of Nautilus-Actions!
What is it ?
Nautilus-Actions is a Nautilus extension whose principal function is to allow the user to add arbitrary actions to the file manager context menus. These actions may be organized in menus and submenus, exported and shared with other desktop environments.
What is new in this release ?
Nautilus-Actions 3.1.5 is mainly a bugfix in the 3.1 serie. It may be built and has been tested both against Gtk+ 2.0 (Gnome 2.30, Gtk 2.20, Ubuntu10, Fedora14) and Gtk+ 3.0 (Ubuntu 11, Fedora16).
Nautilus-Actions 3.1.5. NEWS
Submitted by peio on Fri, 2011-12-09 23:57. Nautilus-actions
Release date 2011-12-09
Bug fixes:
- Fix test against nautilus_menu_provider_get_toolbar_items()
- Fix #660399 part reported by Gabor Karsay
'Regarding' is replaced by 'regardless'
- Fix #660399 part reported by Christian Kirbach
NACT user's manual fixes
- Fix #661498 reported by Christian Kirbach
[doc] couple of spelling and grammar fixes
- NactAssistantImport: adapt to the new way gtk+3 builds the assistant
- NactAssistantExport: adapt to the new way gtk+3 builds the assistant
- NadpReader and NAXMLReader now return all messages to the callerNautilus-Actions 3.1.4 NEWS
Submitted by peio on Sun, 2011-07-03 16:23. Nautilus-actions
Release date 2011-07-03
Bug fixes:
- Fix #649796 reported by Pierre Wieser
Migration tool doesn't automatically run
- Fix #650523 reported by Stefano Cerutti
Remote filenames are no more reachables
- Fix #651911 reported by Gaston Dassieu-Blanchet
3.1.2 treats "isdir" differently than 2.30.2
- Fix #652664 reported by Christian Kirbach
[doc] couple of spelling and improvement suggestions
Other modifications:
- tools/release-tarball.sh: Updated for new Gnome ftpadmin script

Recent comments
5 years 7 weeks ago
5 years 17 weeks ago
5 years 21 weeks ago
5 years 21 weeks ago
5 years 24 weeks ago