source: xfce/core/xfconf.xml@ 4b1b99e8

elogind
Last change on this file since 4b1b99e8 was 4b1b99e8, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21160.

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

  • Property mode set to 100644
File size: 4.9 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 xfconf-download-http
8 "http://archive.xfce.org/src/xfce/xfconf/&xfce4-version;/xfconf-&xfconf-version;.tar.bz2">
9 <!ENTITY xfconf-download-ftp " ">
10 <!ENTITY xfconf-md5sum "20dc8d2bfd80ba136bf4964021b32757">
11 <!ENTITY xfconf-size "552 KB">
12 <!ENTITY xfconf-buildsize "7.4 MB">
13 <!ENTITY xfconf-time "less than 0.1 SBU">
14]>
15
16<sect1 id="xfconf" xreflabel="Xfconf-&xfconf-version;">
17 <?dbhtml filename="xfconf.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Xfconf-&xfconf-version;</title>
25
26 <indexterm zone="xfconf">
27 <primary sortas="a-Xfconf">Xfconf</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xfconf</title>
32
33 <para>
34 <application>Xfconf</application> is the configuration storage system for
35 <application>Xfce</application>.
36 </para>
37
38 &lfs84_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&xfconf-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&xfconf-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &xfconf-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &xfconf-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &xfconf-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &xfconf-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Xfconf Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="dbus-glib"/> and
79 <xref linkend="libxfce4util"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="gtk-doc"/> and
85 Perl Module
86 <ulink url="http://sourceforge.net/projects/gtk2-perl/files/Glib/">Glib</ulink>
87 (this allows perl developers to store settings in xfconf for perl applications)
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/xfconf"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Xfconf</title>
97
98 <para>
99 Install <application>Xfconf</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/gtk-doc-rebuild.xml"/>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Program</segtitle>
130 <segtitle>Installed Library</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 xfconf-query
136 </seg>
137 <seg>
138 libxfconf.so
139 </seg>
140 <seg>
141 /usr/include/xfconf-0,
142 /usr/lib/xfce4/xfconf, and
143 /usr/share/gtk-doc/html/xfconf
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="xfconf-query">
154 <term><command>xfconf-query</command></term>
155 <listitem>
156 <para>
157 is a commandline utility to view or change any setting stored in
158 <application>Xfconf</application>.
159 </para>
160 <indexterm zone="xfconf xfconf-query">
161 <primary sortas="b-xfconf-query">xfconf-query</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="libxfconf">
167 <term><filename class="libraryfile">libxfconf.so</filename></term>
168 <listitem>
169 <para>
170 contains basic functions for <application>Xfce</application>
171 configuration.
172 </para>
173 <indexterm zone="xfconf libxfconf">
174 <primary sortas="c-libxfconf">libxfconf.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.