source: lxqt/desktop/lxqt-runner.xml

trunk
Last change on this file was 18958f2e, checked in by Bruce Dubbs <bdubbs@…>, 5 days ago

Update to lxqt-2.0.

  • Property mode set to 100644
File size: 4.2 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 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 "923c96c9253fa4b9eb70e1bb0aabfb26">
10 <!ENTITY lxqt-runner-size "224 KB">
11 <!ENTITY lxqt-runner-buildsize "6.1 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 &lfs121_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"/>,
74 <xref linkend="lxqt-kwindowsystem"/>, and
75 <xref linkend="muparser"/>
76 </para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of lxqt-runner</title>
82
83 <para>
84 Install <application>lxqt-runner</application> by running the following
85 commands:
86 </para>
87
88<screen><userinput>mkdir build &amp;&amp;
89cd build &amp;&amp;
90
91cmake -D CMAKE_INSTALL_PREFIX=/usr \
92 -D CMAKE_BUILD_TYPE=Release \
93 .. &amp;&amp;
94make</userinput></screen>
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the &root; user:
102 </para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="use">
109 <title>Using lxqt-runner</title>
110
111 <para>
112 To use <application>lxqt-runner</application>, simultaneously press the
113 Alt-F2 keys. A dialog window appears in the top center of the screen.
114 When you start typing a command, a list of possible matches appears and
115 changes as you keep typing.
116 </para>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Program</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
130 lxqt-runner
131 </seg>
132 <seg>
133 None
134 </seg>
135 <seg>
136 None
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="lxqt-runner-prog">
147 <term><command>lxqt-runner</command></term>
148 <listitem>
149 <para>
150 launches a graphical dialog box for quickly running a program
151 </para>
152 <indexterm zone="lxqt-runner lxqt-runner-prog">
153 <primary sortas="b-lxqt-runner">lxqt-runner</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.