Menu File Browser Applet is an applet for the GNOME Panel.
Version: 0.6.3Menu File Browser Applet is an applet for the GNOME Panel. It lets you browse and open files in your home directory from the panel, without having to open a file manager. The project is not intended as replacement to proper file managers like nautilus. Sometimes you just want to open a file and don't want to have to open a file manager, browse to and open the file, then close the file manager. This Applet just saves you couple of clicks.
License: GPL
Operating System: Linux
Homepage: code.google.com
Developed by:
Compiling
To compile, at the project's root directory, execute:
'cmake .'
'make'
Installing/Uninstalling
To install, at the project's root directory, with root privileges execute:
'make install'
Similarly, to uninstall...
'make uninstall'