If you bind archives to commands such as:
tar xzf "$@"
To have the files unpack into the the same directory as the archive either:
cd "`dirname $@`" tar xzf "$@"
Using Archive is prefered because it is far more flexible.
Yes, just open the Set Run Action box and set the command as:
rox "$1#/"
This means that such files are opened using ROX-Filer, with #/ on the end of the name to look inside the archive.
Not easily. But see:
http://sourceforge.net/tracker/index.php?func=detail&aid=663546&group_id=7023&atid=357023
Find a real text file and use Set Run Action on that. Using Open As Text (or Shift clicking on the file) just pretends that the type is text/plain.
ROX filetyping is based around MIME-types. The filer guesses the MIME type for a file based on its name and contents.
See the MIME-Editor application page for more information about this.
To set which application gets run when you open a file, choose `Set Run Action' from the `File' menu. Either drag an application onto the dialog box that appears, or enter a shell command to run for files of that type.
Right click on the desktop background. Choose Backdrop... from the bottom of the menu. Drag an image in.
If no background image is set, the colour set in the Options box is used (choose ROX-Filer/Options... from the menu).
You can use Wallpaper to select a random backdrop image at regular intervals, and for other interesting effects.
Note that the pinboard is actually a screen-sized window that covers the real root window completely. Therefore, programs that try to draw on the root window directly won't have any effect.
This happens when all the files are shown using the icon (or similar).
These types of file system can force all files to be marked as executable, which overrides the type system. Either re-configure the file system (if you know how!) or use the option Types=>Ignore eXecutable bit for known extensions.
This option was removed in ROX-Filer 2.3, which should be better at getting the type right without messing around.
If the file has been copied from a CD or Windows disc it will still be executable. Use either the Permissions, Info or Properties menu items to remove the executable permissions.