There are two versions of the application.
Version 2.0 uses Tcl/Tk programming technology and not requires building an executable binary. The execution of version 2.0 is provided by a windowing shell named wish, which is part of the tcl package.
Most Linux operating system distributions include this package. If not already installed, you can use the package manager to install the package. The required package is tcl version 8.6.
However, Tcl/Tk does not support the system tray icon well. But the application does not have to always be in memory. You should add a keyboard shortcut or a quick launch icon in your desktop environment to open the application (the main script). If you still want to have an icon in the system tray, then use version 1.2.
Anonymous