source: archive/lxqt/desktop/lxqt-runner.xml@ acb648f

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