How to get Nautilus-scripts working Nautilus?

13,194

Solution 1

Try putting scripts in /home/$USER/.local/share/nautilus/scripts/

This is my scripts folder:

Nautilus Scripts Folder

This is the result:

enter image description here

Solution 2

Nautilus Actions

We may define our own right-click context menu items with nautilus-actions Install nautilus-actions.

  • Run the Nautilus-Actions Configuration Tool either from the Dash, or from a terminal with

     nautilus-actions-config-tool
    

With this tool I was able to make a context menu item to open terminal here. I've followed these steps:

enter image description here

enter image description here

enter image description here

One thing to note... It didn't show up on toolbar, or I didn't know where to look for it. So you don't have to check those two boxes in the second screenshot.

The whole thing works nicely, and I can click on files/folders or empty space to open terminal on current folder. It took a little effort to find out that the correct variable for folder path was "%d/%w".

When I was in /home/logan/games:

  • %d would get /home/logan if clicked on empty space
  • %d would get /home/logan/games if clicked on any file/folder under games folder

But %d/%w seems to work for both empty space and on folder/file.

You may also need to logout and log back in, unless you restart nautilus to reload the context menu.

Share:
13,194

Related videos on Youtube

Rushabh RajeshKumar Padalia
Author by

Rushabh RajeshKumar Padalia

Updated on September 18, 2022

Comments

  • Rushabh RajeshKumar Padalia
    Rushabh RajeshKumar Padalia almost 2 years

    How to get Nautilus-scripts (Terminal here, Root Nautilus, Root Gedit) working on Ubuntu 13.04?

    I copied those scripts to .gnome2/nautilus-scripts folder but it dose not seem to work anymore

  • Rushabh RajeshKumar Padalia
    Rushabh RajeshKumar Padalia about 11 years
    That works but the script only comes up if I right click on a folder or a file and not on empty space in nautilus
  • daboross
    daboross about 11 years
    I am not sure how to get right clicking empty space to open up the Nautilus script menu, but I think that would be another question. The folder used above does (I believe) work on right click of empty space in 12.10. I will confirm that soon, when I can get on a computer with 12.10.
  • Rushabh RajeshKumar Padalia
    Rushabh RajeshKumar Padalia about 11 years
    your method works with nautilus 3.4 perfectly. The problem is only with nautilus 3.6. Anyways, temporary I am using Nemo file manager in which "open in terminal" and "open as root" are build in.
  • daboross
    daboross about 11 years
    Ok! I think if you want more help with this though you should probably make a new question about right clicking in empty space with the new nautilus. As this question is about getting the scripts to work at all. I will try to look for an answer though