source: lxqt/desktop/lxqt-runner.xml@ 31be310

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 31be310 was 31be310, checked in by Pierre Labastie <pieere@…>, 8 years ago

Really Update LXQt Desktop

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17896 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.8 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 lxqt-runner-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-runner-&lxqt-runner-version;.tar.xz">
8 <!ENTITY lxqt-runner-download-ftp " ">
9 <!ENTITY lxqt-runner-md5sum "1775481281003297bf290471a583f22a">
10 <!ENTITY lxqt-runner-size "204 KB">
11 <!ENTITY lxqt-runner-buildsize "2.1 MB">
12 <!ENTITY lxqt-runner-time "0.2 SBU">
13]>
14
15<sect1 id="lxqt-runner" xreflabel="lxqt-runner-&lxqt-runner-version;">
16 <?dbhtml filename="lxqt-runner.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>lxqt-runner-&lxqt-runner-version;</title>
24
25 <indexterm zone="lxqt-runner">
26 <primary sortas="a-lxqt-runner">lxqt-runner</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to lxqt-runner</title>
31
32 <para>
33 The <application>lxqt-runner</application> package provides a tool used
34 to launch programs quickly by typing their names.
35 </para>
36
37 &lfs7a_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&lxqt-runner-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&lxqt-runner-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &lxqt-runner-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &lxqt-runner-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &lxqt-runner-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &lxqt-runner-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>
77 Required patch to fix a misplaced <quote>#endif</quote>:
78 <ulink url="&patch-root;/lxqt-runner-&lxqt-runner-version;-fix_endif-1.patch"/>
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">lxqt-runner Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
87 <xref linkend="lxqt-globalkeys"/> and
88 <xref linkend="menu-cache"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="git"/> (to download translation files) or
94 <xref linkend="lxqt-l10n"/> (to add localization files), and
95 <ulink url="http://muparser.beltoforion.de">muparser</ulink>
96 </para>
97
98 <para condition="html" role="usernotes">
99 User Notes: <ulink url="&blfs-wiki;/lxqt-runner"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of lxqt-runner</title>
105
106 <para>
107 Install <application>lxqt-runner</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>patch -p1 -i ../lxqt-runner-&lxqt-runner-version;-fix_endif-1.patch &amp;&amp;
112
113mkdir -v build &amp;&amp;
114cd build &amp;&amp;
115
116cmake -DCMAKE_BUILD_TYPE=Release \
117 -DRUNNER_MATH=OFF \
118 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
119 -DPULL_TRANSLATIONS=no \
120 .. &amp;&amp;
121
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="commands">
137 <title>Command Explanations</title>
138
139 <para>
140 <parameter>-DRUNNER_MATH=OFF</parameter>: Removes the dependency on
141 <application>muparser</application>. If you want Math expression support,
142 in <application>lxqt-runner</application>, install
143 <application>muparser</application> and remove this switch.
144 </para>
145
146 <para>
147 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
148 <xref linkend="git"/>, which would otherwise be requested to download
149 the translation files.
150 </para>
151
152 </sect2>
153
154 <sect2 role="use">
155 <title>Using lxqt-runner</title>
156
157 <para>
158 To use <application>lxqt-runner</application>, simultaneously press the
159 Alt-F2 keys. A dialogue window appears in the top center of the screen.
160 When you start typing the command, a list of possible matches appears and
161 changes as you keep typing.
162 </para>
163
164 </sect2>
165
166 <sect2 role="content">
167 <title>Contents</title>
168
169 <segmentedlist>
170 <segtitle>Installed Program</segtitle>
171 <segtitle>Installed Libraries</segtitle>
172 <segtitle>Installed Directories</segtitle>
173
174 <seglistitem>
175 <seg>
176 lxqt-runner
177 </seg>
178 <seg>
179 None
180 </seg>
181 <seg>
182 None
183 </seg>
184 </seglistitem>
185 </segmentedlist>
186
187 <variablelist>
188 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
189 <?dbfo list-presentation="list"?>
190 <?dbhtml list-presentation="table"?>
191
192 <varlistentry id="lxqt-runner-prog">
193 <term><command>lxqt-runner</command></term>
194 <listitem>
195 <para>
196 is a graphical dialogue for quickly executing a program.
197 </para>
198 <indexterm zone="lxqt-runner lxqt-runner-prog">
199 <primary sortas="b-lxqt-runner">lxqt-runner</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 </variablelist>
205
206 </sect2>
207
208</sect1>
Note: See TracBrowser for help on using the repository browser.