<-- Go Back

TkLauncher (share it)

TkLauncher is a small desktop launcher for GNU/Linux, but easy to compile also elsewhere. It is very simple, provides a small gadget on the bottom-right corner of the screen where you clicking appears a launcher with some icons (click here to see a screenshot). TkLauncher reads a configuration file on your home directory, .tklauncherrc; at the first running it creates one if does not exist. Edit this file to set it.
I have wrote TkLauncher mainly for my prefered window manager, amiwm, so it is tested especially with this; however it should work also with the others, I think, without problems. It is different but recalls, more or less, AmiDock on AmigaOS 3.x.
TkLauncher is written in Tcl/Tk and C and is distribuited as a classic tarball. It is light and fast so you can use it also on old computers with few resources. It 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. I provide also a small module to use with this window manager.

Click here to get the source codes of the latest stable release.

See also RetroLook.

History:

* 26-Jun-2018 (v0.32)

  Solved a bug about the quick launch feature;

* 21-May-2016

  Available the tcl2c application;
  Small update in the README file;

* 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;

* 02-Sep-2015

  Everything has been translated to C, now is possible to compile and install as usual;

* 29-Aug-2015

  Revision of version numbers;

* 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;

-

TkLauncher (and every thing with it) is released under the simplified BSD license:

Copyright (c) 2016, Pasquale Frega
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.