source: kde/kf5-apps/konsole5.xml

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

Update konsole stats

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[b0738fd]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
[be4bba9d]7 <!ENTITY konsole-download-http "&kf6apps-download-http;/konsole-&kf6apps-version;.tar.xz">
[f806bbf2]8 <!ENTITY konsole-download-ftp " ">
[052926cd]9 <!ENTITY konsole-md5sum "275951a37c2cb7f23a3df2f6c587293f">
[f806bbf2]10 <!ENTITY konsole-size "1.7 MB">
11 <!ENTITY konsole-buildsize "60 MB">
[052926cd]12 <!ENTITY konsole-time "0.8 SBU (using parallelism=4)">
[b0738fd]13]>
14
[be4bba9d]15<sect1 id="konsole" xreflabel="Konsole-&kf6apps-version;">
[f806bbf2]16 <?dbhtml filename="konsole.html"?>
[b0738fd]17
18
[be4bba9d]19 <title>Konsole-&kf6apps-version;</title>
[b0738fd]20
[f806bbf2]21 <indexterm zone="konsole">
[b0738fd]22 <primary sortas="a-Konsole">Konsole</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Konsole</title>
27
28 <para>
[f806bbf2]29 The <application>Konsole</application> package is a KF6 based terminal
[b0738fd]30 emulator.
31 </para>
32
[f67c5c8]33 &lfs121_checked;
[b0738fd]34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
[f806bbf2]39 Download (HTTP): <ulink url="&konsole-download-http;"/>
[b0738fd]40 </para>
41 </listitem>
42 <listitem>
43 <para>
[f806bbf2]44 Download (FTP): <ulink url="&konsole-download-ftp;"/>
[b0738fd]45 </para>
46 </listitem>
47 <listitem>
48 <para>
[f806bbf2]49 Download MD5 sum: &konsole-md5sum;
[b0738fd]50 </para>
51 </listitem>
52 <listitem>
53 <para>
[f806bbf2]54 Download size: &konsole-size;
[b0738fd]55 </para>
56 </listitem>
57 <listitem>
58 <para>
[f806bbf2]59 Estimated disk space required: &konsole-buildsize;
[b0738fd]60 </para>
61 </listitem>
62 <listitem>
63 <para>
[f806bbf2]64 Estimated build time: &konsole-time;
[b0738fd]65 </para>
66 </listitem>
67 </itemizedlist>
68
[e40a542]69 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
70 <itemizedlist spacing="compact">
71 <listitem>
72 <para>
[8558044]73 Optional patch:
[be4bba9d]74 <ulink url="&patch-root;/konsole-&kf6apps-version;-scrollbar-1.patch"/>
[e40a542]75 </para>
76 </listitem>
77 </itemizedlist>
78
[b0738fd]79 <bridgehead renderas="sect3">Konsole Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
[5bfcd23e]83 <xref linkend="kf6-frameworks"/>
[b0738fd]84 </para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Konsole</title>
90
[e40a542]91 <note>
[1c8c15c]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>
[e40a542]97
[be4bba9d]98 <screen><userinput>patch -Np1 -i ../konsole-&kf6apps-version;-scrollbar-1.patch</userinput></screen>
[e40a542]99
[1c8c15c]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>
[e40a542]105 </note>
106
[b0738fd]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
[f806bbf2]115cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
[b0738fd]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>
[f806bbf2]146 libkdeinit6_konsole.so and libkonsoleprivate.so
[b0738fd]147 </seg>
148 <seg>
[f806bbf2]149 $KF6_PREFIX/share/doc/HTML/*/konsole,
150 $KF6_PREFIX/share/konsole, and
151 $KF6_PREFIX/share/kxmlgui6/konsole
[b0738fd]152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
[096ed61]156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
[f806bbf2]161 <varlistentry id="konsole-prog">
[096ed61]162 <term><command>konsole</command></term>
163 <listitem>
164 <para>
165 is an X terminal emulation which provides a command-line
[4c24eb0a]166 interface
[096ed61]167 </para>
[f806bbf2]168 <indexterm zone="konsole konsole-prog">
[096ed61]169 <primary sortas="b-konsole">konsole</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
[f806bbf2]174 <varlistentry id="konsoleprofile">
[096ed61]175 <term><command>konsoleprofile</command></term>
176 <listitem>
177 <para>
178 is a command-line tool to change the current tab's profile
[4c24eb0a]179 options
[096ed61]180 </para>
[f806bbf2]181 <indexterm zone="konsole konsoleprofile">
[096ed61]182 <primary sortas="b-konsoleprofile">konsoleprofile</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187
188 </variablelist>
189
[b0738fd]190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.