NScripts v3.7.1
NScripts is a set of (more or less) usefull scripts for the Nautilus filemanager.
You can find a description of all scripts in README.
To install the scripts, simply copy them into $HOME/.gnome2/nautilus-scripts/.
Download: Tar/BZ2
License: GPL3
ChangeLog:
3.7.1:
“Motiv 8″
InstallTheme:
- IceWM support
- Fluxbox support
3.7:
“No More Fucking Rock’N'Roll”
SetAsWallpaper:
- add image option “spanned”
InstallTheme:
- small readability improvement
- don’t temporarly save list of files
- small bugfix (if destination can’t be mkdir’ed try gksu)
MkMd5:
- small bugfix (didn’t display info at end)
- only display message box on errors
- don’t temporarly save list of files
WhichPKG (all versions):
- don’t temporarly save list of files
Shredder:
- don’t temporarly save list of files
- removed a bit of unused code
HideFile (new):
- simple script to hide a file
MoveTo/CopyTo:
- don’t temporarly save list of files
TermInCurDir/RootTermInCurDir:
- bugfix (use _CURRENT_URI not _SELECTED_URI)
SendToMenu:
- don’t temporarly save list of files
SendShortcutTo:
- don’t temporarly save list of files
- small bugfix (allow destination with spaces in name)
OpenInGEdit:
- small fix (no need to flatten _SELECTED_URIS)
The Download link is broken it links to the 3.7 Version that is no longer present in Downloads.
I had some Problems with the ROOT scripts rootilus, rootopeningedit and roottermincurdir , they didn’t work.
I changed the scripts so they use echo, and now they work.
Example :
before (didn’t work) :
gksu -u root “gedit $NAUTILUS_SCRIPT_SELECTED_URIS”
after (works):
gksu -u root “gedit `echo $NAUTILUS_SCRIPT_SELECTED_URIS`”