source: lxde/desktop/lxappearance.xml@ 4c24eb0a

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 4c24eb0a was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[93d15f4]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
[8dfc5c3]7 <!ENTITY lxappearance-download-http "&sourceforge-dl;/lxde/lxappearance-&lxappearance-version;.tar.xz">
[93d15f4]8 <!ENTITY lxappearance-download-ftp " ">
[00af31d]9 <!ENTITY lxappearance-md5sum "f10345313e2c12bad51c1b58bd46b454">
[e29819c]10 <!ENTITY lxappearance-size "164 KB">
[00af31d]11 <!ENTITY lxappearance-buildsize "3.2 MB">
[6b573eb]12 <!ENTITY lxappearance-time "less than 0.1 SBU">
[93d15f4]13]>
14
15<sect1 id="lxappearance" xreflabel="LXAppearance-&lxappearance-version;">
16 <?dbhtml filename="lxappearance.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>LXAppearance-&lxappearance-version;</title>
24
25 <indexterm zone="lxappearance">
26 <primary sortas="a-LXAppearance">LXAppearance</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to LXAppearance</title>
31
32 <para>
33 The <application>LXAppearance</application> package contains a
34 desktop-independent theme switcher for
35 <application>GTK+</application>.
36 </para>
37
[640ece9]38 &lfs10_checked;
[93d15f4]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&lxappearance-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&lxappearance-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &lxappearance-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &lxappearance-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &lxappearance-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &lxappearance-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">LXAppearance Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
[cf7e0b6]78 <xref linkend="gtk2"/>
[93d15f4]79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="dbus-glib"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="libxslt"/> with
89 <xref linkend="DocBook"/> and
90 <xref linkend="docbook-xsl"/> (to build man pages)
91 </para>
92
93 <para condition="html" role="usernotes">
94 User Notes: <ulink url="&blfs-wiki;/lxappearance"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of LXAppearance</title>
100
101 <para>
102 Install <application>LXAppearance</application> by running the following
103 commands:
104 </para>
105
[2a8993b5]106<screen><userinput>./configure --prefix=/usr \
[93d15f4]107 --sysconfdir=/etc \
[2a8993b5]108 --enable-dbus &amp;&amp;
[93d15f4]109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para>
127 <parameter>--enable-dbus</parameter>: This switch enables
128 <application>DBus</application> support in
129 <application>LXAppearance</application> which is useful for
130 communicating with <application>LXSession</application>.
131 Remove it if you are not building
132 <application>LXDE</application> or have not installed
133 <xref linkend="dbus-glib"/>.
134 </para>
135
136 <para>
137 <option>--enable-man</option>: Use this switch if you have
[7280fc1]138 installed optional dependencies and wish to rebuild the
[93d15f4]139 manual pages.
140 </para>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Program</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 lxappearance
155 </seg>
156 <seg>
157 None
158 </seg>
159 <seg>
160 /usr/include/lxappearance and
161 /usr/share/lxappearance
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="lxappearance-prog">
172 <term><command>lxappearance</command></term>
173 <listitem>
174 <para>
175 is a program used to change <application>GTK+</application>
[4c24eb0a]176 themes, icon themes, and fonts used by applications
[93d15f4]177 </para>
178 <indexterm zone="lxappearance lxappearance-prog">
179 <primary sortas="b-lxappearance">lxappearance</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183 </variablelist>
184
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.