source: archive/gnome-obsolete/gconf-editor.xml@ 45ab6c7

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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 gconf-editor-download-http "&gnome-download-http;/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
8 <!ENTITY gconf-editor-download-ftp "&gnome-download-ftp;/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
9 <!ENTITY gconf-editor-md5sum "2a941e3c64843be69190f38891470580">
10 <!ENTITY gconf-editor-size "1.3 MB">
11 <!ENTITY gconf-editor-buildsize "13 MB">
12 <!ENTITY gconf-editor-time "0.2 SBU">
13]>
14
15<sect1 id="gconf-editor" xreflabel="GConf Editor-&gconf-editor-version;">
16 <?dbhtml filename="gconf-editor.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>GConf Editor-&gconf-editor-version;</title>
23
24 <indexterm zone="gconf-editor">
25 <primary sortas="a-GConf-Editor">GConf Editor</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to GConf Editor</title>
30
31 <para>The <application>GConf Editor</application> package contains a
32 GUI editor for the <application>GConf</application> configuration
33 database.</para>
34
35 &lfs65_built;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gconf-editor-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gconf-editor-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gconf-editor-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gconf-editor-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gconf-editor-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gconf-editor-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">GConf Editor Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="GConf"/>,
63 <xref linkend="gnome-doc-utils"/>,
64 <xref linkend="gtk2"/>, and
65 <xref linkend="which"/></para>
66
67 <bridgehead renderas="sect4">Recommended</bridgehead>
68 <para role="recommended"><xref linkend="rarian"/></para>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/gconf-editor"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of GConf Editor</title>
77
78 <para>Install <application>GConf Editor</application> by running the
79 following commands:</para>
80
81<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
82 --sysconfdir=&gnome-etc-dir; \
83 --localstatedir=/var/lib &amp;&amp;
84make</userinput></screen>
85
86 <para>This package does not come with a test suite.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make install</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
98 href="../../xincludes/gnome-prefix.xml"/>
99
100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
101 href="../../xincludes/gnome-sysconfdir.xml"/>
102
103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
104 href="../../xincludes/scrollkeeper-dir.xml"/>
105
106 <para><option>--disable-scrollkeeper</option>: Use this parameter if you
107 wish to disable the updates to the scrollkeeper database.</para>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Program</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>gconf-editor</seg>
121 <seg>None</seg>
122 <seg><envar>$GNOME_PREFIX</envar>/share/{gconf-editor/icons/hicolor/16x16/status,
123 gnome/help/gconf-editor/*,omf/gconf-editor}</seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="gconf-editor-prog">
133 <term><command>gconf-editor</command></term>
134 <listitem>
135 <para>allows direct modification of the
136 <application>GConf</application> configuration database.</para>
137 <indexterm zone="gconf-editor gconf-editor-prog">
138 <primary sortas="b-gconf-editor">gconf-editor</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 </variablelist>
144
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.