source: lxqt/desktop/lxqt-common.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: 5.3 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 "&fedora-http-repo;/lxqt-common/lxqt-common-&lxqt-common-version;.tar.xz/&lxqt-common-md5sum;/lxqt-common-&lxqt-common-version;.tar.xz">
8 <!ENTITY lxqt-common-download-ftp " ">
9 <!ENTITY lxqt-common-md5sum "7db547d46c4e4e5efb6b3ee8e4a90ad9">
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">
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 &lfs77_checked; &gcc5_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"/>, but this has not been tested for BLFS),
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 <ulink url="https://github.com/sddm/sddm">sddm</ulink> (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 <para condition="html" role="usernotes">
96 User Notes: <ulink url="&blfs-wiki;/lxqt-common"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of lxqt-common</title>
102
103 <para>
104 Install <application>lxqt-common</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>mkdir -v build &amp;&amp;
109cd build &amp;&amp;
110
111cmake -DCMAKE_BUILD_TYPE=Release \
112 -DCMAKE_INSTALL_PREFIX=/opt/lxqt \
113 .. &amp;&amp;
114
115make</userinput></screen>
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 <para>
127 If you have installed recommended dependencies, run the following
128 commandsas <systemitem class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>update-mime-database /usr/share/mime &amp;&amp;
132gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor &amp;&amp;
133update-desktop-database -q</userinput></screen>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Program</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 startlxqt
148 </seg>
149 <seg>
150 None
151 </seg>
152 <seg>
153 /etc/xdg/pcmanfm-qt/lxqt and
154 /opt/lxqt/share/{desktop-directories,lxqt/{graphics,openbox,themes}}
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="startlxqt">
165 <term><command>startlxqt</command></term>
166 <listitem>
167 <para>
168 is used to start the desktop session for
169 <application>LXQt</application>.
170 </para>
171 <indexterm zone="lxqt-common startlxqt">
172 <primary sortas="b-startlxqt">startlxqt</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.