source: lxqt/desktop/lxqt-common.xml@ 68cba69d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 68cba69d was fd42347a, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Comment out sddm from systemd version of the book.
Finish all tags.

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

  • Property mode set to 100644
File size: 5.4 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-common-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-common-&lxqt-common-version;.tar.xz">
8 <!ENTITY lxqt-common-download-ftp " ">
9 <!ENTITY lxqt-common-md5sum "6bf2c06e0de15da33a054bb02b681b02">
10 <!ENTITY lxqt-common-size "3.9 MB">
11 <!ENTITY lxqt-common-buildsize "12 MB">
12 <!ENTITY lxqt-common-time "less than 0.1 SBU (desktop, mime and hicolor databases and cache updates take over 0.1 SBU)">
13]>
14
15<sect1 id="lxqt-common" xreflabel="lxqt-common-&lxqt-common-version;">
16 <?dbhtml filename="lxqt-common.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>lxqt-common-&lxqt-common-version;</title>
24
25 <indexterm zone="lxqt-common">
26 <primary sortas="a-lxqt-common">lxqt-common</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to lxqt-common</title>
31
32 <para>
33 The <application>lxqt-common</application> package provides common files for <application>LXQt</application>.
34 </para>
35
36 &lfs7a_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&lxqt-common-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&lxqt-common-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &lxqt-common-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &lxqt-common-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &lxqt-common-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &lxqt-common-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">lxqt-common Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="liblxqt"/>,
77 <xref linkend="openbox"/> (runtime - may be replaced by another WM, e.g.
78 <xref linkend="xfwm4"/>),
79 <xref linkend="xdg-utils"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <phrase revision="sysv"><xref linkend="consolekit"/> alone or with</phrase>
85 <xref linkend="lxdm"/><phrase revision='sysv'> or another Display Manager, e.g.
86 <xref linkend="sddm"/> (this has been
87 reported as the <quote>recommended <application>LXQt</application>
88 display manager</quote>)</phrase>,
89 <xref linkend="desktop-file-utils"/>,
90 <xref linkend="hicolor-icon-theme"/>, and
91 <xref linkend="shared-mime-info"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="xscreensaver"/>
97 </para>
98
99 <para condition="html" role="usernotes">
100 User Notes: <ulink url="&blfs-wiki;/lxqt-common"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of lxqt-common</title>
106
107 <para>
108 Install <application>lxqt-common</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>mkdir -v build &amp;&amp;
113cd build &amp;&amp;
114
115cmake -DCMAKE_BUILD_TYPE=Release \
116 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
117 .. &amp;&amp;
118
119make</userinput></screen>
120 <para>
121 This package does not come with a test suite.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129
130 <para>
131 If you have installed recommended dependencies, run the following
132 commands as <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>update-mime-database /usr/share/mime &amp;&amp;
136xdg-icon-resource forceupdate --theme hicolor &amp;&amp;
137update-desktop-database -q</userinput></screen>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Program</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>
151 startlxqt
152 </seg>
153 <seg>
154 None
155 </seg>
156 <seg>
157 /etc/xdg/pcmanfm-qt/lxqt and
158 $LXQT_PREFIX/share/{desktop-directories,lxqt/{graphics,openbox,themes}}
159 </seg>
160 </seglistitem>
161 </segmentedlist>
162
163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="startlxqt">
169 <term><command>startlxqt</command></term>
170 <listitem>
171 <para>
172 is used to start the desktop session for
173 <application>LXQt</application>.
174 </para>
175 <indexterm zone="lxqt-common startlxqt">
176 <primary sortas="b-startlxqt">startlxqt</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.