source: xfce/core/xfconf.xml@ 8bc128e

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 8bc128e was 8bc128e, checked in by Ken Moffat <ken@…>, 8 years ago

tags

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

  • 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 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 "8ebfac507b4d6ce3f4bac9d257c2853b">
11 <!ENTITY xfconf-size "532 KB">
12 <!ENTITY xfconf-buildsize "6.8 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 &lfs79_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 (you may want to use <xref linkend="perl-standard-install"/> or
88 <xref linkend="perl-auto-install"/>)
89<!-- <xref linkend="perl-glib"/>-->
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/xfconf"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Xfconf</title>
99
100 <para>
101 Install <application>Xfconf</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 This package does not come with a test suite.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/gtk-doc-rebuild.xml"/>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132 <segtitle>Installed Library</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 xfconf-query
138 </seg>
139 <seg>
140 libxfconf.so
141 </seg>
142 <seg>
143 /usr/include/xfconf-0,
144 /usr/lib/xfce4/xfconf, and
145 /usr/share/gtk-doc/html/xfconf
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="xfconf-query">
156 <term><command>xfconf-query</command></term>
157 <listitem>
158 <para>
159 is a commandline utility to view or change any setting stored in
160 <application>Xfconf</application>.
161 </para>
162 <indexterm zone="xfconf xfconf-query">
163 <primary sortas="b-xfconf-query">xfconf-query</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="libxfconf">
169 <term><filename class="libraryfile">libxfconf.so</filename></term>
170 <listitem>
171 <para>
172 contains basic functions for <application>Xfce</application>
173 configuration.
174 </para>
175 <indexterm zone="xfconf libxfconf">
176 <primary sortas="c-libxfconf">libxfconf.so</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.