source: kde/kf5-apps/konsole5.xml

trunk
Last change on this file was 052926cd, checked in by Bruce Dubbs <bdubbs@…>, 9 days ago

Update konsole stats

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 konsole-download-http "&kf6apps-download-http;/konsole-&kf6apps-version;.tar.xz">
8 <!ENTITY konsole-download-ftp " ">
9 <!ENTITY konsole-md5sum "275951a37c2cb7f23a3df2f6c587293f">
10 <!ENTITY konsole-size "1.7 MB">
11 <!ENTITY konsole-buildsize "60 MB">
12 <!ENTITY konsole-time "0.8 SBU (using parallelism=4)">
13]>
14
15<sect1 id="konsole" xreflabel="Konsole-&kf6apps-version;">
16 <?dbhtml filename="konsole.html"?>
17
18
19 <title>Konsole-&kf6apps-version;</title>
20
21 <indexterm zone="konsole">
22 <primary sortas="a-Konsole">Konsole</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Konsole</title>
27
28 <para>
29 The <application>Konsole</application> package is a KF6 based terminal
30 emulator.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&konsole-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&konsole-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &konsole-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &konsole-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &konsole-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &konsole-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
70 <itemizedlist spacing="compact">
71 <listitem>
72 <para>
73 Optional patch:
74 <ulink url="&patch-root;/konsole-&kf6apps-version;-scrollbar-1.patch"/>
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">Konsole Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="kf6-frameworks"/>
84 </para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Konsole</title>
90
91 <note>
92 <para>
93 In non-plasma environments, the konsole scrollbar and its
94 handle do not show up well. If desired, apply the optional patch to
95 the package:
96 </para>
97
98 <screen><userinput>patch -Np1 -i ../konsole-&kf6apps-version;-scrollbar-1.patch</userinput></screen>
99
100 <para>
101 The patch makes the scrollbar light gray with a small white border. The
102 handle is dark gray. If desired, the colors may be changed to taste by
103 editing the patch.
104 </para>
105 </note>
106
107 <para>
108 Install <application>Konsole</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>mkdir build &amp;&amp;
113cd build &amp;&amp;
114
115cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
116 -DCMAKE_BUILD_TYPE=Release \
117 -DBUILD_TESTING=OFF \
118 -Wno-dev .. &amp;&amp;
119make</userinput></screen>
120
121 <para>
122 This package does not come with a test suite.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>
143 konsole and konsoleprofile
144 </seg>
145 <seg>
146 libkdeinit6_konsole.so and libkonsoleprivate.so
147 </seg>
148 <seg>
149 $KF6_PREFIX/share/doc/HTML/*/konsole,
150 $KF6_PREFIX/share/konsole, and
151 $KF6_PREFIX/share/kxmlgui6/konsole
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="konsole-prog">
162 <term><command>konsole</command></term>
163 <listitem>
164 <para>
165 is an X terminal emulation which provides a command-line
166 interface
167 </para>
168 <indexterm zone="konsole konsole-prog">
169 <primary sortas="b-konsole">konsole</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="konsoleprofile">
175 <term><command>konsoleprofile</command></term>
176 <listitem>
177 <para>
178 is a command-line tool to change the current tab's profile
179 options
180 </para>
181 <indexterm zone="konsole konsoleprofile">
182 <primary sortas="b-konsoleprofile">konsoleprofile</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.