The default file manager in the GNOME desktop environment is Nautilus. If you've been using GNOME for a while, then you're probably familiar with Nautilus' built in Nautilus Scripts function. The Scripts function is great, but there's an even better way to add functions to Nautilus; with Nautilus Actions.
So what makes Nautilus Actions better than scripts? Well, for one thing, you can configure a new action to only be available for certain file types. Your custom functions can be made from pretty simple scripts since Nautilus Actions will handle the file type logic for you. Another nice thing is that the actions will be shown on the main contextual menu rather than being buried in a sub-menu like Nautilus Scripts.
Installing Nautilus Actions
You should be able to find Nautilus Actions in your Linux distro's repositories. In Ubuntu Linux you can install it with
You can also download the source tarball from the Nautilus Actions project homepage if you can't find it in the repos.
Using Nautilus Actions
There is a configuration program that you can access through the menu at System->Preferences->Nautilus Actions Configuration (at least that's where it is on Ubuntu). You can also launch this program from the command line or the [Alt]+[F2] menu with:
I'll show you how to add an Open Terminal button to the right click contextual menu. To create a new action, click on Add. Fill out the fields to look like the following picture.
Then select the Conditions tab and make it look like this.
Click OK and then Close the Nautilus Actions Configuration window.
Restart Nautilus
At this point you may need to restart Nautilus for the new menu item to show up.
Hit [Alt]+[F2] and enter:
Now hit [Alt]+[F2] again and restart Nautilus with:
Your new menu item should now appear in the file manager.
Notes
- There's currently a bug in GNOME 2.28.1 where only GTK short name icons work (the icons you can select from the drop-down list). There is supposedly a fix in version 2.28.4. Ubuntu Lucid appears to be running 2.29.91, so let's hope this is fixed.
- In order for any icon to show up you need to have menu icons enabled. Go to System->Preferences->Appearance and select the Interface tab. Make sure that 'Show icons in menus' is enabled.
- You can download Nautilus Actions configuration files and import them through the configuration menu.
#
how can i add xfce terminal to context menu? this nieuw version of program is a bit different dan on de screen.
i set it:
path: xfprint4-terminal
parameters: %f
working directory: *
i can see it in menu but no action...
i tryed more options, but i can get it working....
can you help me?
gnome 3.14.1 xfce terminal
#
#
#