Is it possible to have Nautilus scripts appear in the top level of Nautilus' contextual menu, rather than in a Scripts folder?
Asked
Active
Viewed 359 times
1
-
OP are you still looking for an answer? If so, you may need to repost your question as this is flagged for closure. Regards, – Ringtail Apr 07 '12 at 03:22
1 Answers
2
Possible if you use Nautilus-Action. You may define your own right-click context menu items with this package. There is no need to store scripts in the ~/.gnome2/scripts
folder.Instead you can use the same script with Nautilus-Actions-Configuration
Tool.
sudo apt-get install nautilus-actions
See the full answer here:
How to customize the context menu in Nautilus?
Since most of the nautilus-scripts are basically Shell-scripts or Python-scripts (or Perl scripts) it is easy to convert them to nautilus-action scripts.
You can install most useful scripts from this ppa: ppa:dr3mro/nautilus-actions-extra
Also you can fine many useful scripts here: Nautilus-action scripts

Khurshid Alam
- 3,070