GNOME Proxy applet

Posted by Andrea Fabrizi on November 2, 2009

Proxy Applet is a GNOME applet for changing your network proxy configuration with a single click from the gnome panel, without entering gnome network preferences.

It’s written in pure C and needs at least GNOME 2.26.

Download

Build

./configure --prefix=/usr/ --libexecdir=/usr/lib/gnome-applets
make
make install

Screenshot

Proxy applet

Changelog version 0.2

  • Fixed problem with spaces in location name. Thanks to gmathisz-AT-gmail-DOT-com
  • Added icon to settings menu item
  • Added support for transparent panel
  • Code clean

Changelog version 0.1

  • Initial release