source: xfce/core/xfconf.xml@ 0b33a30

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0b33a30 was 0b33a30, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Add a fix to udev-extras keymap Makefile issue exposed by LFS-7.3
LFS-7.3 tags

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

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