source: kde/kf5-apps/konsole5.xml@ 0d9be391

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 0d9be391 was 3bffd5b, checked in by Bruce Dubbs <bdubbs@…>, 12 months ago

Update to kf5-gear-23.04.1 including kate, kwave, and falkon.

  • Property mode set to 100644
File size: 5.3 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 konsole5-download-http "&kf5apps-download-http;/konsole-&kf5apps-version;.tar.xz">
8 <!ENTITY konsole5-download-ftp " ">
9 <!ENTITY konsole5-md5sum "7a0c38bb15f140d8647bc5042989c1a8">
10 <!ENTITY konsole5-size "1.7 MB">
11 <!ENTITY konsole5-buildsize "53 MB">
12 <!ENTITY konsole5-time "0.5 SBU (using parallism=4)">
13]>
14
15<sect1 id="konsole5" xreflabel="Konsole-&kf5apps-version;">
16 <?dbhtml filename="konsole5.html"?>
17
18
19 <title>Konsole-&kf5apps-version;</title>
20
21 <indexterm zone="konsole5">
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 KF5 based terminal
30 emulator.
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="&konsole5-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&konsole5-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &konsole5-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &konsole5-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &konsole5-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &konsole5-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-&kf5apps-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="kf5-frameworks"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/konsole5"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Konsole</title>
93
94 <note>
95 <para>
96 In non-plasma environments, the konsole scrollbar and its
97 handle do not show up well. If desired, apply the optional patch to
98 the package:
99 </para>
100
101 <screen><userinput>patch -Np1 -i ../konsole-&kf5apps-version;-scrollbar-1.patch</userinput></screen>
102
103 <para>
104 The patch makes the scrollbar light gray with a small white border. The
105 handle is dark gray. If desired, the colors may be changed to taste by
106 editing the patch.
107 </para>
108 </note>
109
110 <para>
111 Install <application>Konsole</application> by running the following
112 commands:
113 </para>
114
115<screen><userinput>mkdir build &amp;&amp;
116cd build &amp;&amp;
117
118cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
119 -DCMAKE_BUILD_TYPE=Release \
120 -DBUILD_TESTING=OFF \
121 -Wno-dev .. &amp;&amp;
122make</userinput></screen>
123
124 <para>
125 This package does not come with a test suite.
126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>make install</userinput></screen>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>
146 konsole and konsoleprofile
147 </seg>
148 <seg>
149 libkdeinit5_konsole.so and libkonsoleprivate.so
150 </seg>
151 <seg>
152 $KF5_PREFIX/share/doc/HTML/*/konsole,
153 $KF5_PREFIX/share/konsole, and
154 $KF5_PREFIX/share/kxmlgui5/konsole
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="konsole5-prog">
165 <term><command>konsole</command></term>
166 <listitem>
167 <para>
168 is an X terminal emulation which provides a command-line
169 interface
170 </para>
171 <indexterm zone="konsole5 konsole5-prog">
172 <primary sortas="b-konsole">konsole</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="konsoleprofile5">
178 <term><command>konsoleprofile</command></term>
179 <listitem>
180 <para>
181 is a command-line tool to change the current tab's profile
182 options
183 </para>
184 <indexterm zone="konsole5 konsoleprofile5">
185 <primary sortas="b-konsoleprofile">konsoleprofile</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190
191 </variablelist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.