Before you compile be sure to have installed Tcl, Tk and Img. Some distribution coulds have
development packages apart. Alternatively you could download and compile the sources (every
thing is for Tcl/Tk 8.5, if you have a different version please download and install tcl2c
and then from command line type: tcl2c -o tklauncher.c tklauncher.tcl -tcl -tk).
Change the Makefile as you need and then type:
make
sudo make install
Append the module into ~/.amiwmrc then start or reset amiwm, now TkLauncher appears in all
screens.

From command line type:

tklauncher [option]

Option could be:

	-r	Reset process (need pkill)
	-l	Show version and license

TkLauncher is nice and works fine however sometimes after you have dragged the top bar of the
amiwm, it does not work any more (i do not know why) and you have to reset amiwm.  Also do not
go outside the left corner on the screen, use smaller icons instead; keep in mind that usually
is very hard to fit more than 20/25 icons for each launcher.

Report bugs to: pasquale_frega@tiscali.it

History:

* 26-Jun-2018 (v0.32)

  Solved a bug about the quick launch feature;

* 10-Feb-2016 (v0.31)

  Standard error is redirected to /tmp/tklauncher.log, now is
  more easy to check possible errors;

* 01-Jan-2016 (v0.3)

  Support fonts;
  Quick launch feature;
  Global settings by ~/.wishrc;
  Solved some minor bugs;

* 28-Aug-2015 (v0.2)

  Shrink/unshrink with a double click, now emulation of AmiDock 
  is near at 100%;

* 01-Aug-2015 (v0.16)

  Small cosmetic changes, now look more like the original AmiDock;
  Solved some minor bugs;

* 17-May-2015 (v0.15)

  Second stable release;
  No more based on TkPNG but on TkImg;
  Solved the memory leak bug;
  Now also XPM format is supported;
  Solved some minor bugs;

* 12-May-2015 (v0.13b)

  Auto-invoke the selected launcher from launcher menu;
  Show Amiga logo;

* 04-May-2015 (v0.12b)

  Added launcher menu;

* 25-Jan-2015 (v0.1)

  First stable release;
