BUGS...

*hot keys not working for remove dialog (or for the find dialog either): this is best fixed upon dropping both these dialogs from glade, optimizing code.
*missing keyboard shortcuts for some stuff (sort)
*TAB should work to cycle between usefull widgets
*Bookmarks with identical names but different paths are not good...


The menu item unselecting themselves is not completely fixed.
For example, the "rename" entry in "File" menu unselect itself.. (this is caused by the monitor function, when checking for cut icons, even when monitor is disabled)

GENERAL
--Needs whoami button or menu or label.
--Add a main menu entry under "tools":
       mount->
         mount/unmount fstab listing
--Add a xfce-setting-show main menu entry under tools.
  (only show if DISPLAY==host)
--Add time options for fgr

SMB
--doubleclick open/openwith

TAR
--expansion, extraction, doubleclick
RPM
--expansion
GENERAL
--need to catch exec errors on doubleclick (xftree signaling trick does not 
work with FreeBSD)
--status box should be cleared when dragging outside xffm
--needs to activate scramble/unscramble for directories and recursive option (use input checkboxes)
--use an environment variable to enable sudo for package installation, if sudo
  is installed only.

[the sort method, and icon size should be save from session to session for each directory,using a dbh file perhaps.]?

STYLE:
You mix C types with glib functions (typically you use "char *"
instead of "gchar *" which would be better IMO, and, yes, I know gchar
is really char)





