Ubuntu Repositories: File Browser Applet
July 7th, 2009
File Browser Applet is an applet for the GNOME Panel. It lets you browse and open files in your computer directly from the panel, without having to open a file manager. It 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.
Importing the GPG Key:
sudo apt-key adv--keyserver keyserver.ubuntu.com--recv-keys D05E4B27
Run the following lines to add the source:
. /etc/lsb-releaseecho deb http://ppa.launchpad.net/file-browser-applet-dev/ppa/ubuntu\ `lsb_release
--short--codename` main | \sudo tee /etc/apt/sources.list.d/filebrowser.list
Update the sources list:
sudo apt-get update
Source: File Browser