GOK-2.30.0

Introduction to GOK

GOK is a dynamic onscreen keyboard. It features Direct Selection, Dwell Selection, Automatic Scanning and Inverse Scanning access methods and includes word completion.

This package is known to build using an LFS 6.5 platform but has not been tested.

Package Information

GOK Dependencies

Required

AT SPI-1.30.1, GConf-2.28.1, GNOME Speech-0.4.25, libcanberra-0.18, libwnck-2.30.2, and Rarian-0.8.1

Optional

libusb-compat-0.1.3 and GTK-Doc-1.18

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gok

Installation of GOK

Install GOK by running the following commands:

./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
            --sysconfdir=/etc/gnome/2.30.2 \
            --localstatedir=/var/lib &&
make

To test the results, issue: make check.

Now, as the root user:

make install &&
chmod -v 644 $(pkg-config --variable=prefix \
      ORBit-2.0)/share/gnome/help/gok/C/legal.xml

Command Explanations

--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.

--sysconfdir=/etc/gnome/2.30.2: This parameter causes the configuration files to be installed in /etc/gnome/2.30.2 instead of $GNOME_PREFIX/etc. Additionally (if applicable), the parameter ensures that the GConf-2 database is correctly updated.

--localstatedir=/var/lib: This parameter is used so that all ScrollKeeper files are installed in, and the ScrollKeeper database is properly updated in /var/lib/scrollkeeper instead of some files being installed in $GNOME_PREFIX/var/scrollkeeper.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Configuring GOK

Configuration Information

It is recommended that you configure your input device as an “Extended” input device. Exact configuration methods depend on the type of hardware attached to your system. See the README file in the package source tree and GOK Help for information on how to configure your input device.

Contents

Installed Programs: create-branching-keyboard and gok
Installed Libraries: None
Installed Directories: $GNOME_PREFIX/share/{gnome/help/gok/C,gok/*, gtk-doc/html/gok,omf/gok,sounds/freedesktop/stereo}

Short Descriptions

gok

is a dynamic onscreen keyboard utility.

Last updated on 2010-08-21 09:27:21 +0000