source: kde/kf5-apps/konsole5.xml@ 45ab6c7

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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