source: lxqt/desktop/lxqt-runner.xml@ f9c0972

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since f9c0972 was f9c0972, checked in by Douglas R. Reno <renodr@…>, 11 months ago

lxqt tree-wide: Remove periods (.) from the end of short descriptions.

This is for consistency with the rest of the book since these aren't
sentences.

  • Property mode set to 100644
File size: 4.2 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 "https://github.com/lxqt/lxqt-runner/releases/download/&lxqt-version;/lxqt-runner-&lxqt-version;.tar.xz">
8 <!ENTITY lxqt-runner-download-ftp " ">
9 <!ENTITY lxqt-runner-md5sum "cb3d22417e7e26954eb216c1c853a790">
10 <!ENTITY lxqt-runner-size "220 KB">
11 <!ENTITY lxqt-runner-buildsize "4.4 MB">
12 <!ENTITY lxqt-runner-time "0.1 SBU">
13]>
14
15<sect1 id="lxqt-runner" xreflabel="lxqt-runner-&lxqt-version;">
16 <?dbhtml filename="lxqt-runner.html"?>
17
18
19 <title>lxqt-runner-&lxqt-version;</title>
20
21 <indexterm zone="lxqt-runner">
22 <primary sortas="a-lxqt-runner">lxqt-runner</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to lxqt-runner</title>
27
28 <para>
29 The <application>lxqt-runner</application> package provides a tool used
30 to launch programs quickly by typing their names.
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="&lxqt-runner-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&lxqt-runner-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &lxqt-runner-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &lxqt-runner-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &lxqt-runner-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &lxqt-runner-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">lxqt-runner Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="lxqt-globalkeys"/> and
74 <xref linkend="muparser"/>
75 </para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of lxqt-runner</title>
81
82 <para>
83 Install <application>lxqt-runner</application> by running the following
84 commands:
85 </para>
86
87<screen><userinput>mkdir -v build &amp;&amp;
88cd build &amp;&amp;
89
90cmake -DCMAKE_INSTALL_PREFIX=/usr \
91 -DCMAKE_BUILD_TYPE=Release \
92 .. &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the &root; user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="use">
108 <title>Using lxqt-runner</title>
109
110 <para>
111 To use <application>lxqt-runner</application>, simultaneously press the
112 Alt-F2 keys. A dialogue window appears in the top center of the screen.
113 When you start typing the command, a list of possible matches appears and
114 changes as you keep typing.
115 </para>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 lxqt-runner
130 </seg>
131 <seg>
132 None
133 </seg>
134 <seg>
135 None
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="lxqt-runner-prog">
146 <term><command>lxqt-runner</command></term>
147 <listitem>
148 <para>
149 launches a graphical dialog box for quickly running a program
150 </para>
151 <indexterm zone="lxqt-runner lxqt-runner-prog">
152 <primary sortas="b-lxqt-runner">lxqt-runner</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.