Title:		wicd.tcz
Description:	Wired and wireless network manager for Linux.
Version:	1.7.0
Author:		---
Original-site:	http://wicd.sourceforge.net/
Copying-policy:	GPL-2
Size:		392K
Extension_by:	bmarkus, Arslan S.
Tags:		Wired wireless network manager Linux.
Comments:	To start wicd daemon add to your boot script (/opt/bootlocal.sh):
		  /usr/local/etc/init.d/dbus restart
		  /usr/local/etc/init.d/wicd start
		For persistency add to your backup list (/opt/.filetool.lst):
		  usr/local/etc/wicd
		  var/lib/wicd/configurations
		It is recommended to add wicd.tcz to your onboot list and reboot for the first time.
		Optional dependency:
		  notify-python for desktop notifications (a notification daemon needs to be running)
		Please note that some wireless chip drivers require a firmware to work so please
		make sure you have the correct firmware loaded. See firmware, firmware-iwlwifi and others.
Change-log:	2009/11/21 First version by bmarkus
                2010/01/20 Updated to 1.7.0
                2010/01/24 Fixed missing WBAR icon
                2010/01/24 External icon theme dependency removed
                2010/01/25 Dropped HAL dependency
		2010/02/06 Fixed DBUS initialization
		2010/02/19 Killed bash, forced python2.6 by hiro
Current:	2011/11/23 Fix for Python 2.7 by Arslan S.