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 "f68f8b9876bc825a2f5c9d6e9621211a">
|
---|
10 | <!ENTITY lxqt-runner-size "192 KB">
|
---|
11 | <!ENTITY lxqt-runner-buildsize "4 MB">
|
---|
12 | <!ENTITY lxqt-runner-time "0.1 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 | &lfs78_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">lxqt-runner Dependencies</bridgehead>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
76 | <para role="required">
|
---|
77 | kwindowsystem, from <xref linkend="kf5-frameworks"/>,
|
---|
78 | <xref linkend="lxqt-common"/>,
|
---|
79 | <xref linkend="lxqt-globalkeys"/> and
|
---|
80 | <xref linkend="menu-cache"/>
|
---|
81 | </para>
|
---|
82 |
|
---|
83 | <para condition="html" role="usernotes">
|
---|
84 | User Notes: <ulink url="&blfs-wiki;/lxqt-runner"/>
|
---|
85 | </para>
|
---|
86 | </sect2>
|
---|
87 |
|
---|
88 | <sect2 role="installation">
|
---|
89 | <title>Installation of lxqt-runner</title>
|
---|
90 |
|
---|
91 | <para>
|
---|
92 | Install <application>lxqt-runner</application> by running the following
|
---|
93 | commands:
|
---|
94 | </para>
|
---|
95 |
|
---|
96 | <screen><userinput>sed -i 's:<KF5/KWindowSystem/:<:' dialog.cpp &&
|
---|
97 |
|
---|
98 | mkdir -v build &&
|
---|
99 | cd build &&
|
---|
100 |
|
---|
101 | cmake -DCMAKE_BUILD_TYPE=Release \
|
---|
102 | -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
|
---|
103 | .. &&
|
---|
104 |
|
---|
105 | make</userinput></screen>
|
---|
106 |
|
---|
107 | <para>
|
---|
108 | This package does not come with a test suite.
|
---|
109 | </para>
|
---|
110 |
|
---|
111 | <para>
|
---|
112 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
113 | </para>
|
---|
114 |
|
---|
115 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
116 |
|
---|
117 | </sect2>
|
---|
118 |
|
---|
119 | <sect2 role="commands">
|
---|
120 | <title>Command Explanations</title>
|
---|
121 |
|
---|
122 | <para>
|
---|
123 | <command>sed ...</command>: Fixes the headers for KF5.
|
---|
124 | </para>
|
---|
125 |
|
---|
126 | </sect2>
|
---|
127 |
|
---|
128 | <sect2 role="use">
|
---|
129 | <title>Using lxqt-runner</title>
|
---|
130 |
|
---|
131 | <para>
|
---|
132 | To use <application>lxqt-runner</application>, simultaneously press the
|
---|
133 | Alt-F2 keys. A dialogue window appears in the top center of the screen.
|
---|
134 | When you start typing the command, a list of possible matches appears and
|
---|
135 | changes as you keep typing.
|
---|
136 | </para>
|
---|
137 |
|
---|
138 | </sect2>
|
---|
139 |
|
---|
140 | <sect2 role="content">
|
---|
141 | <title>Contents</title>
|
---|
142 |
|
---|
143 | <segmentedlist>
|
---|
144 | <segtitle>Installed Program</segtitle>
|
---|
145 | <segtitle>Installed Libraries</segtitle>
|
---|
146 | <segtitle>Installed Directories</segtitle>
|
---|
147 |
|
---|
148 | <seglistitem>
|
---|
149 | <seg>
|
---|
150 | lxqt-runner
|
---|
151 | </seg>
|
---|
152 | <seg>
|
---|
153 | None
|
---|
154 | </seg>
|
---|
155 | <seg>
|
---|
156 | $LXQT_PREFIX/share/lxqt/{,translations/}lxqt-runner
|
---|
157 | </seg>
|
---|
158 | </seglistitem>
|
---|
159 | </segmentedlist>
|
---|
160 |
|
---|
161 | <variablelist>
|
---|
162 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
163 | <?dbfo list-presentation="list"?>
|
---|
164 | <?dbhtml list-presentation="table"?>
|
---|
165 |
|
---|
166 | <varlistentry id="lxqt-runner-prog">
|
---|
167 | <term><command>lxqt-runner</command></term>
|
---|
168 | <listitem>
|
---|
169 | <para>
|
---|
170 | is a graphical dialogue for quickly executing a program.
|
---|
171 | </para>
|
---|
172 | <indexterm zone="lxqt-runner lxqt-runner-prog">
|
---|
173 | <primary sortas="b-lxqt-runner">lxqt-runner</primary>
|
---|
174 | </indexterm>
|
---|
175 | </listitem>
|
---|
176 | </varlistentry>
|
---|
177 |
|
---|
178 | </variablelist>
|
---|
179 |
|
---|
180 | </sect2>
|
---|
181 |
|
---|
182 | </sect1>
|
---|