source: lxqt/desktop/lxqt-common.xml@ 5c2e361

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 5c2e361 was 5c2e361, checked in by Pierre Labastie <pieere@…>, 8 years ago

Sddm is in the book

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17059 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 &lfs78_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="qt5"/> built with <xref linkend="librsvg"/>, and
80 <xref linkend="xdg-utils"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="consolekit"/> alone or with
86 <xref linkend="lxdm"/> or another Display Manager, e.g.
87 <xref linkend="sddm"/> (this has been
88 reported as the <quote>recommended <application>LXQt</application>
89 display manager</quote>),
90 <xref linkend="desktop-file-utils"/>,
91 <xref linkend="hicolor-icon-theme"/>, and
92 <xref linkend="shared-mime-info"/>
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="xscreensaver"/>
98 </para>
99
100 <para condition="html" role="usernotes">
101 User Notes: <ulink url="&blfs-wiki;/lxqt-common"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of lxqt-common</title>
107
108 <para>
109 Install <application>lxqt-common</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>mkdir -v build &amp;&amp;
114cd build &amp;&amp;
115
116cmake -DCMAKE_BUILD_TYPE=Release \
117 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
118 .. &amp;&amp;
119
120make</userinput></screen>
121 <para>
122 This package does not come with a test suite.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 <para>
132 If you have installed recommended dependencies, run the following
133 commands as <systemitem class="username">root</systemitem> user:
134 </para>
135
136<screen role="root"><userinput>update-mime-database /usr/share/mime &amp;&amp;
137xdg-icon-resource forceupdate --theme hicolor &amp;&amp;
138update-desktop-database -q</userinput></screen>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Program</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 startlxqt
153 </seg>
154 <seg>
155 None
156 </seg>
157 <seg>
158 /etc/xdg/pcmanfm-qt/lxqt and
159 $LXQT_PREFIX/share/{desktop-directories,lxqt/{graphics,openbox,themes}}
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="startlxqt">
170 <term><command>startlxqt</command></term>
171 <listitem>
172 <para>
173 is used to start the desktop session for
174 <application>LXQt</application>.
175 </para>
176 <indexterm zone="lxqt-common startlxqt">
177 <primary sortas="b-startlxqt">startlxqt</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 </variablelist>
183
184 </sect2>
185
186</sect1>
Note: See TracBrowser for help on using the repository browser.