This is the old ROX web-site. Please use the new website instead.
Please add your own hints and tips here!
HAL (Hardware Abstraction Layer) to make removable media pop up on your panels and stuff like that.Each application's savebox contains an icon representing the file to save. You can drag this icon to a ROX-Filer window, a directory on a pinboard or panel, or to another application. For example, if you want to save a compressed text file, drag from Edit's savebox onto Archive, and then drag the compressed data to a filer window to actually save it.
Click with the middle mouse button (both buttons at once on two-button mice).
Drag them with the middle mouse button.
The filer asks the WM to not cover a few pixels at the edge of the screen. When you move the pointer over the edge of the screen, the panel comes to the front. If this doesn't work, try a different window manager (works fine with XFWM4). XFWM4 also lets you configure the desktop margins, which you can use to stop windows going too near the edge of the screen. Some window managers, such as sawfish, also allow you to mark certain windows with the avoid flag to stop them from being covered at all.
Drag an application, directory or file onto the pinboard or a panel. Bring up the menu and choose Edit Item. Set the shortcut there. These shortcuts can be used whatever else you are doing, so don't use a shortcut that's often used for something else, like F1!
Yes. Drag the selection onto ROX-Filer (that is, open the directory containing 'ROX-Filer' itself and drag to it). You can add ROX-Filer to the Send To menu so that clicking Shift+Menu over the selection will let you do this easily.
Yes. Open the menu over an RPM and choose 'Set Run Action...'. Set the command to:
gnomesu -u root -e -c "rpm -i \"$1\""
You'll need the latest version of
gnomesu installed.
You can use
this patch to add support to bash.
Yes, if you can make them appear as part of the filesystem. Some projects that allow this include:
Note that AVFS is turned on on a per-process basis. So make sure you turn it on in the script that runs ROX-Filer (eg, ROX-Session/RunROX), not something that starts later (like your .zshrc file, which will only affect things started from the shell).
All saveboxes (including the Copy/Rename/Link saveboxes in the filer) are marked with the 'Savebox' class so your window manager can recognise them.
For example, sawfish users should choose 'Customise->Matched Windows' and add a new rule. The matcher should be 'Class' and you can use Grab to copy the value by clicking on any savebox. Set 'Depth' to a high number to keep it above other windows.
Users of OroboROX, which on its own doesn't have an interface for this, may find
Devil's Pie to be useful. You'll need to manually create the /.devilspie.xml file and the add something like (I hope):
<flurb name="Savebox on top">
<matchers>
<matcher name="DevilsPieMatcherWindowName">
<property name="class_name" value="Savebox" />
</matcher>
</matchers>
<actions>
<action name="DevilsPieActionLayer">
<property name="above" value="TRUE"/>
</action>
</actions>
</flurb>
See the Runtime Errors FAQ.