source: xfce/core/xfconf.xml@ f0922fc9

11.0 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 f0922fc9 was f0922fc9, checked in by Thomas Trepl (Moody) <thomas@…>, 3 years ago

Tags

  • Property mode set to 100644
File size: 4.5 KB
RevLine 
[17bcb81]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
[c6b192c]8 "https://archive.xfce.org/src/xfce/xfconf/&xfce4-version;/xfconf-&xfconf-version;.tar.bz2">
[17bcb81]9 <!ENTITY xfconf-download-ftp " ">
[3441548]10 <!ENTITY xfconf-md5sum "ac204fcc17fd4299d59e619aadbc6194">
11 <!ENTITY xfconf-size "620 KB">
12 <!ENTITY xfconf-buildsize "9.3 MB">
[6746ab16]13 <!ENTITY xfconf-time "0.1 SBU">
[17bcb81]14]>
15
[dcd16c6]16<sect1 id="xfconf" xreflabel="Xfconf-&xfconf-version;">
[17bcb81]17 <?dbhtml filename="xfconf.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
[dcd16c6]23 <title>Xfconf-&xfconf-version;</title>
[17bcb81]24
25 <indexterm zone="xfconf">
[dcd16c6]26 <primary sortas="a-Xfconf">Xfconf</primary>
[17bcb81]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
[f0922fc9]37 &lfs110a_checked;
[17bcb81]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>
[dcd16c6]81 <para role="optional">
82 <xref linkend="gtk-doc"/> and
[3441548]83 <xref linkend="vala"/>
[dcd16c6]84 </para>
[17bcb81]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
[71fcd95e]99<screen><userinput>./configure --prefix=/usr &amp;&amp;
[17bcb81]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>
[dcd16c6]122 <seg>
123 xfconf-query
124 </seg>
125 <seg>
[3441548]126 libxfconf-0.so
[dcd16c6]127 </seg>
[17bcb81]128 <seg>
[6746ab16]129 /usr/include/xfce4/xfconf-0,
[71fcd95e]130 /usr/lib/xfce4/xfconf, and
[dcd16c6]131 /usr/share/gtk-doc/html/xfconf
[17bcb81]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
[4c24eb0a]146 <application>Xfconf</application>
[17bcb81]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">
[3441548]155 <term><filename class="libraryfile">libxfconf-0.so</filename></term>
[17bcb81]156 <listitem>
157 <para>
158 contains basic functions for <application>Xfce</application>
[4c24eb0a]159 configuration
[17bcb81]160 </para>
161 <indexterm zone="xfconf libxfconf">
[3441548]162 <primary sortas="c-libxfconf">libxfconf-0.so</primary>
[17bcb81]163 </indexterm>
164 </listitem>
165 </varlistentry>
[dcd16c6]166
[17bcb81]167 </variablelist>
[dcd16c6]168
[17bcb81]169 </sect2>
[dcd16c6]170
[17bcb81]171</sect1>
Note: See TracBrowser for help on using the repository browser.