source: lxde/desktop/lxappearance.xml@ c289c50

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since c289c50 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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