source: xfce/core/xfconf.xml@ fef4473

11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fef4473 was 8558044, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

  • Property mode set to 100644
File size: 4.5 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 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Xfconf-&xfconf-version;</title>
24
25 <indexterm zone="xfconf">
26 <primary sortas="a-Xfconf">Xfconf</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Xfconf</title>
31
32 <para>
33 <application>Xfconf</application> is the configuration storage system for
34 <application>Xfce</application>.
35 </para>
36
37 &lfs110a_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&xfconf-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&xfconf-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &xfconf-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &xfconf-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &xfconf-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &xfconf-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Xfconf Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="libxfce4util"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="gtk-doc"/> and
83 <xref linkend="vala"/>
84 </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 &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="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Program</segtitle>
118 <segtitle>Installed Library</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>
123 xfconf-query
124 </seg>
125 <seg>
126 libxfconf-0.so
127 </seg>
128 <seg>
129 /usr/include/xfce4/xfconf-0,
130 /usr/lib/xfce4/xfconf, and
131 /usr/share/gtk-doc/html/xfconf
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="xfconf-query">
142 <term><command>xfconf-query</command></term>
143 <listitem>
144 <para>
145 is a commandline utility to view or change any setting stored in
146 <application>Xfconf</application>
147 </para>
148 <indexterm zone="xfconf xfconf-query">
149 <primary sortas="b-xfconf-query">xfconf-query</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="libxfconf">
155 <term><filename class="libraryfile">libxfconf-0.so</filename></term>
156 <listitem>
157 <para>
158 contains basic functions for <application>Xfce</application>
159 configuration
160 </para>
161 <indexterm zone="xfconf libxfconf">
162 <primary sortas="c-libxfconf">libxfconf-0.so</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.