source: xsoft/graphweb/falkon.xml@ a90accf

lazarus trunk
Last change on this file since a90accf was be4bba9d, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

Update to kde-gear-24.02.2

  • Property mode set to 100644
File size: 7.6 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 falkon-download-http "&kf6apps-download-http;/falkon-&kf6apps-version;.tar.xz">
8 <!ENTITY falkon-download-ftp " ">
9 <!ENTITY falkon-md5sum "679f33b2b67ff0ca54bd80dcc6686115">
10 <!ENTITY falkon-size "2.5 MB">
11 <!ENTITY falkon-buildsize "146 MB">
12 <!ENTITY falkon-time "2.2 SBU (Using parallelism=4; add 0.3 SBU for tests)">
13]>
14
15<sect1 id="falkon" xreflabel="falkon-&kf6apps-version;">
16 <?dbhtml filename="falkon.html"?>
17
18
19 <title>Falkon-&kf6apps-version;</title>
20
21 <indexterm zone="falkon">
22 <primary sortas="a-falkon">falkon</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to falkon</title>
27
28 <para>
29 <application>Falkon</application> is a KDE web browser using the QtWebEngine
30 rendering engine. It was previously known as <application>QupZilla</application>.
31 It aims to be a lightweight web browser available through all major platforms.
32 </para>
33
34 <para>
35 Although <application>falkon</application> is now part of KDE, it can be
36 installed without KDE (with the loss of <application>kwallet</application>
37 functionality).
38 </para>
39
40 <warning>
41 <para>
42 Falkon relies on QtWebEngine. That uses a forked copy of chromium, and
43 is therefore vulnerable to many issues found there. The Qt developers
44 have always preferred to make releases at the same time as the rest of Qt
45 (rather than adding emergency fixes). Now that they are keen to move to
46 Qt6, the 5.15.3 and later Qt-5.15 releases are initially only available
47 to paying customers. QtWebEngine is something of an exception because of
48 its LGPL licence, but getting the git sources (with the forked chromium
49 submodule) to a point where they will successfully build on a current
50 BLFS system can take a lot of effort. Be aware that future fixes for
51 vulnerabilities might be very delayed, to the extent that you might wish
52 to consider using a different browser.
53 </para>
54 </warning>
55
56 &lfs121_checked;
57
58 <bridgehead renderas="sect3">Package Information</bridgehead>
59 <itemizedlist spacing="compact">
60 <listitem>
61 <para>
62 Download (HTTP): <ulink url="&falkon-download-http;"/>
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Download (FTP): <ulink url="&falkon-download-ftp;"/>
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Download MD5 sum: &falkon-md5sum;
73 </para>
74 </listitem>
75 <listitem>
76 <para>
77 Download size: &falkon-size;
78 </para>
79 </listitem>
80 <listitem>
81 <para>
82 Estimated disk space required: &falkon-buildsize;
83 </para>
84 </listitem>
85 <listitem>
86 <para>
87 Estimated build time: &falkon-time;
88 </para>
89 </listitem>
90 </itemizedlist>
91
92 <bridgehead renderas="sect3">falkon Dependencies</bridgehead>
93
94 <bridgehead renderas="sect4">Required</bridgehead>
95 <para role="required">
96 <xref linkend="extra-cmake-modules"/>,
97 <xref linkend="kf6-frameworks"/> (for karchive), and
98 <xref linkend="qtwebengine"/>
99 </para>
100
101 <note>
102 <para>
103 Strictly speaking, only karchive is required to build falkon, but
104 several other packages in <xref linkend="kf6-frameworks"/> can be used
105 if they are present. To build only karchive, download that package from
106 the directory specified in <xref linkend="kf6-frameworks"/> and use the
107 build instructions on that page changing the $KF6_PREFIX to /usr.
108 </para>
109 </note>
110
111 <bridgehead renderas="sect4">Optional</bridgehead>
112 <para role="optional">
113 <xref linkend="gnome-keyring"/>,
114 <ulink url="https://pypi.org/project/PySide2/">PySide2</ulink>, and
115 <ulink url="https://pypi.org/project/shiboken2/">Shiboken2</ulink>
116 </para>
117
118 <para condition="html" role="usernotes">
119 Editor Notes: <ulink url="&blfs-wiki;/falkon"/>
120 </para>
121 </sect2>
122
123 <sect2 role="installation">
124 <title>Installation of falkon</title>
125
126 <para>
127 Install <application>falkon</application> by running the following
128 commands:
129 </para>
130
131<screen><userinput>mkdir build &amp;&amp;
132cd build &amp;&amp;
133
134cmake -DCMAKE_INSTALL_PREFIX=/usr \
135 -DCMAKE_BUILD_TYPE=Release \
136 .. &amp;&amp;
137
138make</userinput></screen>
139
140 <para>
141 Tests should be run after installation.
142 </para>
143
144 <para>
145 Now, as the <systemitem class="username">root</systemitem> user:
146 </para>
147
148<screen role="root"><userinput>make install &amp;&amp;
149ldconfig</userinput></screen>
150
151 <para>
152 To test the results, issue: <command>make test</command>. All
153 tests should pass. If any fail, the full results will be in
154 <filename>Testing/Temporary/LastTest.log</filename>.
155 </para>
156
157 <note>
158 <para>
159 When upgrading this package, it is possible that the contents
160 of the application will remain empty even though everything else
161 appears to be working properly. In this case try removing
162 <filename>~/.cache/falkon</filename> and restarting the program.
163 </para>
164 </note>
165
166 <para>
167 If you have installed <application>Pyside2</application> you will want to
168 examine <command>hellopython.py</command> which is in the <filename
169 class="directory">scripts/</filename> directory, and perhaps copy it to
170 your home directory.
171 </para>
172
173 <note>
174 <para>
175 If you are on a non-x86_64 architecture and run into problems with
176 missing text, you may wish to export
177 <envar>QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"</envar> prior to
178 running Falkon.
179 </para>
180 </note>
181
182 </sect2>
183
184 <sect2 role="commands">
185 <title>Command Explanations</title>
186
187 <para>
188 <option>-DBUILD_TESTING=OFF</option>: This will save a little time and space by
189 not building the test programs, use this if you do not wish to run the test.
190 </para>
191
192 </sect2>
193
194 <sect2 role="content">
195 <title>Contents</title>
196
197 <segmentedlist>
198 <segtitle>Installed Programs</segtitle>
199 <segtitle>Installed Library</segtitle>
200 <segtitle>Installed Directory</segtitle>
201
202 <seglistitem>
203 <seg>
204 falkon
205 </seg>
206 <seg>
207 libFalkonPrivate.so.3
208 </seg>
209 <seg>
210 /usr/share/falkon
211 </seg>
212 </seglistitem>
213 </segmentedlist>
214
215 <variablelist>
216 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
217 <?dbfo list-presentation="list"?>
218 <?dbhtml list-presentation="table"?>
219
220 <varlistentry id="falkon-prog">
221 <term><command>falkon</command></term>
222 <listitem>
223 <para>
224 is a web browser which uses qtwebengine
225 </para>
226 <indexterm zone="falkon falkon-prog">
227 <primary sortas="b-falkon">falkon</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="libFalkonPrivate.so.3">
233 <term><filename class="libraryfile">libFalkonPrivate.so.3</filename></term>
234 <listitem>
235 <para>
236 contains functions used by falkon
237 </para>
238 <indexterm zone="falkon libFalkonPrivate.so.3">
239 <primary sortas="c-libFalkonPrivate.so.3">libFalkonPrivate.so.3</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243 </variablelist>
244 </sect2>
245
246</sect1>
Note: See TracBrowser for help on using the repository browser.