source: gnome/add/gok.xml@ e05cd03f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e05cd03f was e05cd03f, checked in by Randy McMurchy <randy@…>, 14 years ago

Replaced deprecated w3.org XInclude throughout the book

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8411 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[ea804bc]7 <!ENTITY gok-download-http "&gnome-download-http;/gok/1.2/gok-&gok-version;.tar.bz2">
8 <!ENTITY gok-download-ftp "&gnome-download-ftp;/gok/1.2/gok-&gok-version;.tar.bz2">
[acf305e]9 <!ENTITY gok-md5sum "2ef1f171385a37f93408dbca7ecfdf11">
10 <!ENTITY gok-size "1.2 MB">
11 <!ENTITY gok-buildsize "50 MB">
[b56f06c3]12 <!ENTITY gok-time "0.6 SBU">
[9d2dc4e2]13]>
14
[2bd6f2b]15<sect1 id="gok" xreflabel="GOK-&gok-version;">
[eb12ee19]16 <?dbhtml filename="gok.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GOK-&gok-version;</title>
24
25 <indexterm zone="gok">
26 <primary sortas="a-GOK">GOK</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GOK</title>
31
32 <para><application>GOK</application> is a dynamic onscreen keyboard. It
33 features Direct Selection, Dwell Selection, Automatic Scanning and Inverse
34 Scanning access methods and includes word completion.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&gok-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&gok-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &gok-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &gok-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &gok-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &gok-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">GOK Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
[b56f06c3]61 <para role="required"><xref linkend="esound"/>,
[eb12ee19]62 <xref linkend="scrollkeeper"/>,
[acf305e]63 <xref linkend="at-spi"/>,
[eb12ee19]64 <xref linkend="libwnck"/>,
[acf305e]65 <xref linkend="libgnomeui"/>, and
[eb12ee19]66 <xref linkend="gnome-speech"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
[6d0910f1]69 <para role="optional"><xref linkend="libusb-compat"/>,
[acf305e]70 <xref linkend="intltool"/>, and
[b56f06c3]71 <xref linkend="gtk-doc"/></para>
[eb12ee19]72
[0a7c3921]73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/gok"/></para>
75
[eb12ee19]76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of GOK</title>
80
81 <para>Install <application>GOK</application> by running
82 the following commands:</para>
83
[b56f06c3]84<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[25c002f]85 --sysconfdir=&gnome-etc-dir; \
86 --localstatedir=/var/lib &amp;&amp;
[74e10d0]87make</userinput></screen>
88
89 <para>To test the results, issue: <command>make check</command>.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role='root'><userinput>make install &amp;&amp;
[b56f06c3]94chmod -v 644 $(pkg-config --variable=prefix
[acf305e]95 ORBit-2.0)/share/gnome/help/gok/C/legal.xml</userinput></screen>
96
97 <para>For full functionality of this package, you should install the
98 <xref linkend="libgail-gnome"/> package.</para>
[9d2dc4e2]99
[eb12ee19]100 </sect2>
[9d2dc4e2]101
[eb12ee19]102 <sect2 role="commands">
103 <title>Command Explanations</title>
[9d2dc4e2]104
[e05cd03f]105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b56f06c3]106 href="../../xincludes/gnome-prefix.xml"/>
[9d2dc4e2]107
[e05cd03f]108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b56f06c3]109 href="../../xincludes/gnome-sysconfdir.xml"/>
[864b24de]110
[e05cd03f]111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b56f06c3]112 href="../../xincludes/scrollkeeper-dir.xml"/>
[864b24de]113
[e05cd03f]114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b56f06c3]115 href="../../xincludes/gtk-doc-rebuild.xml"/>
[d5adf2f2]116
[eb12ee19]117 </sect2>
[139e755]118
[eb12ee19]119 <sect2 role="configuration">
120 <title>Configuring GOK</title>
[139e755]121
[eb12ee19]122 <sect3>
123 <title>Configuration Information</title>
[9d2dc4e2]124
[eb12ee19]125 <para>It is recommended that you configure your input device as an
126 <quote>Extended</quote> input device. Exact configuration methods
127 depend on the type of hardware attached to your system. See the
128 <filename>README</filename> file in the package source tree and
129 <application>GOK</application> Help for information on how
130 to configure your input device.</para>
[9d2dc4e2]131
[eb12ee19]132 </sect3>
[9d2dc4e2]133
[eb12ee19]134 </sect2>
[9d2dc4e2]135
[eb12ee19]136 <sect2 role="content">
137 <title>Contents</title>
[9d2dc4e2]138
[eb12ee19]139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
[9d2dc4e2]143
[eb12ee19]144 <seglistitem>
145 <seg>gok and create-branching-keyboard</seg>
146 <seg>None</seg>
[b56f06c3]147 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
148 share/{,gnome/help/ ,gtk-doc/html ,omf}gok</seg>
[eb12ee19]149 </seglistitem>
150 </segmentedlist>
[9d2dc4e2]151
[eb12ee19]152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="gok-prog">
158 <term><command>gok</command></term>
159 <listitem>
160 <para>is a dynamic onscreen keyboard utility.</para>
161 <indexterm zone="gok gok-prog">
162 <primary sortas="b-gok">gok</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
[2bd6f2b]170
171</sect1>
Note: See TracBrowser for help on using the repository browser.