Topic: Thunar custom actions
A lot of discussion of Thunar recently. Once you've got to appreciate Thunar's custom actions it's hard to go back to Pcmanfm. In brief, they add an item to the context menu. These items can appear, or not, depending on the file type.
A good intro here:
http://thunar.xfce.org/pwiki/documentat
om_actions
This is always the first one I add - it add an option to compute the md5 sum of the selected file:
zenity --info --title="Check md5 for %n" --text="$(md5sum %f)"Use the file type 'other files' and the pattern '*.iso; *.usb; *.img'. Zenity is powerful and with the %F option you can feed in multiple files and have the output in columns.
Here's an example for uploading an image to a site like Omploader:
http://crunchbanglinux.org/forums/topic
-uploader/
Others I add include opening files/folders/terminal as root. I use mousepad (the text editor for Xfce) as it has a warning similar to Pcmanfm's when operating as root.
Another list here:
http://ubuntuforums.org/showthread.php?t=435800