source: xfce/core/xfconf.xml@ 3f2db3a6

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 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.4 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 "https://archive.xfce.org/src/xfce/xfconf/&xfce4-version;/xfconf-&xfconf-version;.tar.bz2">
9 <!ENTITY xfconf-download-ftp " ">
10 <!ENTITY xfconf-md5sum "ac204fcc17fd4299d59e619aadbc6194">
11 <!ENTITY xfconf-size "620 KB">
12 <!ENTITY xfconf-buildsize "9.3 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
20 <title>Xfconf-&xfconf-version;</title>
21
22 <indexterm zone="xfconf">
23 <primary sortas="a-Xfconf">Xfconf</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Xfconf</title>
28
29 <para>
30 <application>Xfconf</application> is the configuration storage system for
31 <application>Xfce</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="&xfconf-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&xfconf-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &xfconf-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &xfconf-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &xfconf-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &xfconf-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Xfconf Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="libxfce4util"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="gtk-doc"/> and
80 <xref linkend="vala"/>
81 </para>
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/xfconf"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Xfconf</title>
90
91 <para>
92 Install <application>Xfconf</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>./configure --prefix=/usr &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Program</segtitle>
115 <segtitle>Installed Library</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>
120 xfconf-query
121 </seg>
122 <seg>
123 libxfconf-0.so
124 </seg>
125 <seg>
126 /usr/include/xfce4/xfconf-0,
127 /usr/lib/xfce4/xfconf, and
128 /usr/share/gtk-doc/html/xfconf
129 </seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="xfconf-query">
139 <term><command>xfconf-query</command></term>
140 <listitem>
141 <para>
142 is a commandline utility to view or change any setting stored in
143 <application>Xfconf</application>
144 </para>
145 <indexterm zone="xfconf xfconf-query">
146 <primary sortas="b-xfconf-query">xfconf-query</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="libxfconf">
152 <term><filename class="libraryfile">libxfconf-0.so</filename></term>
153 <listitem>
154 <para>
155 contains basic functions for <application>Xfce</application>
156 configuration
157 </para>
158 <indexterm zone="xfconf libxfconf">
159 <primary sortas="c-libxfconf">libxfconf-0.so</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.