source: lxde/apps/lxinput.xml@ e325e6e

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e325e6e was e325e6e, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Tags for LXDE and Sawfish

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY lxinput-download-http "&sourceforge-dl;/lxde/lxinput-&lxinput-version;.tar.xz">
8 <!ENTITY lxinput-download-ftp " ">
9 <!ENTITY lxinput-md5sum "69680debaef053d540ae3a5f4b237150">
10 <!ENTITY lxinput-size "144 KB">
11 <!ENTITY lxinput-buildsize "2.5 MB">
12 <!ENTITY lxinput-time "less than 0.1 SBU">
13]>
14
15<sect1 id="lxinput" xreflabel="LXInput-&lxinput-version;">
16 <?dbhtml filename="lxinput.html"?>
17
18
19 <title>LXInput-&lxinput-version;</title>
20
21 <indexterm zone="lxinput">
22 <primary sortas="a-LXInput">LXInput</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to LXInput</title>
27
28 <para>
29 The <application>LXInput</application> package contains a small program
30 used to configure keyboard and mouse for <application>LXDE</application>.
31 </para>
32
33 &lfs113_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&lxinput-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&lxinput-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &lxinput-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &lxinput-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &lxinput-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &lxinput-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">LXInput Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="gtk2"/>
74 </para>
75
76 <para condition="html" role="usernotes">
77 User Notes: <ulink url="&blfs-wiki;/lxinput"/>
78 </para>
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of LXInput</title>
83
84 <para>
85 Install <application>LXInput</application> by running the following
86 commands:
87 </para>
88
89<screen><userinput>./configure --prefix=/usr &amp;&amp;
90make</userinput></screen>
91
92 <para>
93 This package does not come with a test suite.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="content">
105 <title>Contents</title>
106
107 <segmentedlist>
108 <segtitle>Installed Program</segtitle>
109 <segtitle>Installed Libraries</segtitle>
110 <segtitle>Installed Directory</segtitle>
111
112 <seglistitem>
113 <seg>
114 lxinput
115 </seg>
116 <seg>
117 None
118 </seg>
119 <seg>
120 /usr/share/lxinput
121 </seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="lxinput-prog">
131 <term><command>lxinput</command></term>
132 <listitem>
133 <para>
134 is a program used to configure keyboard and mouse
135 </para>
136 <indexterm zone="lxinput lxinput-prog">
137 <primary sortas="b-lxinput">lxinput</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 </variablelist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.