Menu 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.
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'
Product's homepage
Here are some key features of "Menu File Browser Applet":
· Browse and open files in your home directory from the panel
· Respects GNOME mime type options and includes mime icon in menu
· Middle clicking in a directory header will open a terminal in that directory
Requirements:
· gtk-2.0
· libgnomevfs-2.0
· libpanel-applet-2.0
· pkg-config
· cmake >= 2.4
What's New in This Release: [ read full changelog ]
· Added displaying of thumbnails (if available) instead of icons.
· Usability improvements.
· Code cleanup.