source: x/installing/twm.xml@ e5324803

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e5324803 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.0 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 twm-download-http "&xorg-download-http;/app/twm-&twm-version;.tar.xz">
8 <!ENTITY twm-download-ftp "&xorg-download-ftp;/app/twm-&twm-version;.tar.xz">
9 <!ENTITY twm-md5sum "805ee08b5a87e1103dfe2eb925b613b4">
10 <!ENTITY twm-size "260 KB">
11 <!ENTITY twm-buildsize "3.8 MB">
12 <!ENTITY twm-time "less than 0.1 SBU">
13]>
14
15<sect1 id="twm" xreflabel="twm-&twm-version;">
16 <?dbhtml filename="twm.html"?>
17
18
19 <title>twm-&twm-version;</title>
20
21 <indexterm zone="twm">
22 <primary sortas="a-twm">twm</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to twm</title>
27
28 <para>
29 The <application>twm</application> package contains a very minimal
30 window manager.
31 </para>
32
33 &not-katamari;
34
35 &lfs112_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&twm-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&twm-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &twm-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &twm-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &twm-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &twm-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">twm Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="xorg-server"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="xorg7-legacy"/>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/twm"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of twm</title>
90
91 <para>
92 Install <application>twm</application> by running the
93 following commands:
94 </para>
95
96<screen><userinput>sed -i -e '/^rcdir =/s,^\(rcdir = \).*,\1/etc/X11/app-defaults,' src/Makefile.in &amp;&amp;
97./configure $XORG_CONFIG &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114 <para>
115 <command>sed -i -e '/^rcdir =/s...</command>: This command ensures
116 the <application>twm</application> configuration file gets installed in
117 the proper location.
118 </para>
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directory</segtitle>
128
129 <seglistitem>
130 <seg>twm</seg>
131 <seg>None</seg>
132 <seg>/etc/X11/app-defaults</seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="twm-bin">
142 <term><command>twm</command></term>
143 <listitem>
144 <para>
145 is the Tab Window Manager for the X Window System
146 </para>
147 <indexterm zone="twm twm">
148 <primary sortas="b-twm">twm</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.