source: lxqt/desktop/lxqt-runner.xml@ 7c4f32b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 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 7c4f32b was 7c4f32b, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

LXQt 0.9.1: typos.
Xorg-Server-1.17.2: typo.
PIN-Entry-0.9.5: attempt to clarify fixes when building pinentry-qt4.
WebKitGTK+-2.8.4: include switch to build and install MiniBrowser, good
test if there are build problems and can be useful for simple browsing.
Update to NetworkManager-1.0.4.
Update to network-manager-applet-1.0.4.
Update to Samba-4.2.3.
Update to libepoxy-1.3.1.

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

  • Property mode set to 100644
File size: 4.5 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 "&fedora-http-repo;/lxqt-runner/lxqt-runner-&lxqt-runner-version;.tar.xz/&lxqt-runner-md5sum;/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 &lfs77_checked; &gcc5_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:&lt;KF5/KWindowSystem/:&lt;:' dialog.cpp &amp;&amp;
97
98mkdir -v build &amp;&amp;
99cd build &amp;&amp;
100
101cmake -DCMAKE_BUILD_TYPE=Release \
102 -DCMAKE_INSTALL_PREFIX=/opt/lxqt \
103 .. &amp;&amp;
104
105make</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 heads, for KF5.
124 </para>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Program</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 lxqt-runner
139 </seg>
140 <seg>
141 None
142 </seg>
143 <seg>
144 /opt/lxqt/share/lxqt/{,translations/}lxqt-runner
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="lxqt-runner-prog">
155 <term><command>lxqt-runner</command></term>
156 <listitem>
157 <para>
158 is graphical dialogue for quickly execute a program.
159 </para>
160 <indexterm zone="lxqt-runner lxqt-runner-prog">
161 <primary sortas="b-lxqt-runner">lxqt-runner</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.