Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Tk-10 0.1

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • versign
    Member
    • Mar 2010
    • 51

    Tk-10 0.1

    TK-10 description
    TK10 is a Bottlerocket GUI for Linux.

    TK10 is a Bottlerocket GUI for Linux. TK-10 is written in Tcl/Tk.

    I wrote TK10 because I wanted a GUI application to control my X10 devices, and I wanted it to look and function like the HR12A controller that comes with the X10 Firecracker kit.

    If you are familiar with the HR12A then you will find TK10 very easy to use. The on/off/dim buttons, device letter dial, and device number range switch work just like in the HR12A. You can even edit the device labels!

    Installation:

    To install TK10 the easy way, just run the install.sh script as root.

    Alternatively, to install TK10 manually, do the following:

    1. Copy the file tk10 to somewhere in your PATH (e.g. /usr/bin)
    2. mkdir -p /usr/share/tk10-0.1
    3. Copy the remaining files to /usr/share/tk10-0.1
    (Note: if you can not create the directory /usr/share/tk10-0.1, then
    pick another directory and modify the line below in tk10:
    set MAINDIR "/usr/share/tk10-0.1"
    to use the directory of your choice.)
    4. Copy the file tk10.1 to somewhere in your MANPATH (e.g. /usr/man/man1).

    TK10 assumes that your Tk interpreter is /usr/bin/wish. You may have to modify the first line of the tk10 file to reflect the correct location (e.g. #!/usr/local/bin/wish).

    An optional icon (tk10.xpm) is included for use with window managers that support icons.

    After installation, just run the command tk10.

    Requirements:

    · Tcl/Tk 8.4 or higher
    · Bottlerocket


    _http://linux.softpedia.com/progDownload/TK-10-Download-10800.html
Working...