source: gnome/add/gconf-editor.xml@ 7cdaed0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 7cdaed0 was 0a7c3921, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

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

  • Property mode set to 100644
File size: 4.9 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[d2db46f]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 "0fa81dee78ca10f0192eb19afa6883f5">
10 <!ENTITY gconf-editor-size "539 KB">
11 <!ENTITY gconf-editor-buildsize "7.8 MB">
[b8a92dad]12 <!ENTITY gconf-editor-time "0.1 SBU">
[9d2dc4e2]13]>
14
[91557b0]15<sect1 id="gconf-editor" xreflabel="GConf Editor-&gconf-editor-version;">
[29d3e7ce]16 <?dbhtml filename="gconf-editor.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[c72d5551]21 <keywordset>
22 <keyword role="package">gconf-editor-&gconf-editor-version;.tar</keyword>
[e7307aa1]23 <keyword role="ftpdir">gconf-editor</keyword>
[c72d5551]24 </keywordset>
[29d3e7ce]25 </sect1info>
26
27 <title>GConf Editor-&gconf-editor-version;</title>
28
29 <indexterm zone="gconf-editor">
30 <primary sortas="a-GConf-Editor">GConf Editor</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to GConf Editor</title>
35
36 <para>The <application>GConf Editor</application> package contains a
37 GUI editor for the <application>GConf</application> configuration
38 database.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&gconf-editor-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&gconf-editor-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &gconf-editor-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &gconf-editor-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &gconf-editor-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &gconf-editor-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">GConf Editor Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
[c72d5551]65 <para role="required"><xref linkend="libgnomeui"/></para>
[29d3e7ce]66
[0a7c3921]67 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/gconf-editor"/></para>
69
[29d3e7ce]70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of GConf Editor</title>
74
75 <para>Install <application>GConf Editor</application> by running the
76 following commands:</para>
77
78<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
[d2db46f]79 --sysconfdir=&gnome-etc-dir; \
80 --localstatedir=/var/lib &amp;&amp;
[29d3e7ce]81make</userinput></screen>
[26da27fa]82
[29d3e7ce]83 <para>This package does not come with a test suite.</para>
[26da27fa]84
[29d3e7ce]85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[26da27fa]86
[29d3e7ce]87<screen role="root"><userinput>make install</userinput></screen>
[9d2dc4e2]88
[29d3e7ce]89 </sect2>
[9d2dc4e2]90
[29d3e7ce]91 <sect2 role="commands">
92 <title>Command Explanations</title>
[b59e3d3a]93
[a18731b]94 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
[29d3e7ce]95 <application>GConf</application> schema files in
[a18731b]96 <filename class='directory'>&gnome-etc-dir;/gconf/schemas</filename> instead of
[29d3e7ce]97 <filename class='directory'>$GNOME_PREFIX/etc/gconf/schemas</filename>.</para>
[b59e3d3a]98
[29d3e7ce]99 <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
100 <application>ScrollKeeper</application> files in
101 <filename class='directory'>/var/lib/scrollkeeper</filename> instead of
102 <filename class='directory'>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
[b59e3d3a]103
[29d3e7ce]104 </sect2>
[b59e3d3a]105
[29d3e7ce]106 <sect2 role="content">
107 <title>Contents</title>
[9d2dc4e2]108
[29d3e7ce]109 <segmentedlist>
110 <segtitle>Installed Program</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
[9d2dc4e2]113
[29d3e7ce]114 <seglistitem>
115 <seg>gconf-editor</seg>
116 <seg>None</seg>
[0a7c3921]117 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/gconf-editor
118 and $GNOME_PREFIX/share/{gnome/help, omf, pixmaps}/gconf-editor</seg>
[29d3e7ce]119 </seglistitem>
120 </segmentedlist>
[9d2dc4e2]121
[29d3e7ce]122 <variablelist>
123 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
124 <?dbfo list-presentation="list"?>
125 <?dbhtml list-presentation="table"?>
[9d2dc4e2]126
[29d3e7ce]127 <varlistentry id="gconf-editor-prog">
128 <term><command>gconf-editor</command></term>
129 <listitem>
130 <para>allows direct modification of the
131 <application>GConf</application> configuration database.</para>
132 <indexterm zone="gconf-editor gconf-editor-prog">
133 <primary sortas="b-gconf-editor">gconf-editor</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
[9d2dc4e2]137
[29d3e7ce]138 </variablelist>
139
140 </sect2>
[91557b0]141
142</sect1>
Note: See TracBrowser for help on using the repository browser.