Contents
$GNOME_PREFIX
/: share/{,gnome/help/
,gtk-doc/html ,omf}gok
GOK is a dynamic onscreen keyboard. It features Direct Selection, Dwell Selection, Automatic Scanning and Inverse Scanning access methods and includes word completion.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gok/1.2/gok-1.2.5.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gok/1.2/gok-1.2.5.tar.bz2
Download MD5 sum: 2ef1f171385a37f93408dbca7ecfdf11
Download size: 1.2 MB
Estimated disk space required: 50 MB
Estimated build time: 0.6 SBU
EsounD-0.2.37, ScrollKeeper-0.3.14, AT SPI-1.18.1, libwnck-2.18.3, libgnomeui-2.18.1, and GNOME Speech-0.4.16
libusb-0.1.12, intltool-0.35.5, and GTK-Doc-1.8
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gok
Install GOK by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.18.3 \ --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
For full functionality of this package, you should install the libgail-gnome-1.18.0 package.
--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.18.3
: This
parameter causes the configuration files to be installed in
/etc/gnome/2.18.3
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 the API documentation.
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.
$GNOME_PREFIX
/: share/{,gnome/help/
,gtk-doc/html ,omf}gok
Last updated on 2007-08-08 11:49:50 -0500