source: gnome/core/gnome-menus.xml@ 0a7c3921

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 0a7c3921 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: 6.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-menus-download-http "&gnome-download-http;/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
8 <!ENTITY gnome-menus-download-ftp "&gnome-download-ftp;/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
9 <!ENTITY gnome-menus-md5sum "615392c4f729f70c03aa3aa7dbe40a95">
10 <!ENTITY gnome-menus-size "393 KB">
11 <!ENTITY gnome-menus-buildsize "7.0 MB">
12 <!ENTITY gnome-menus-time "0.1 SBU">
13]>
14
15<sect1 id="gnome-menus" xreflabel="gnome-menus-&gnome-menus-version;">
16 <?dbhtml filename="gnome-menus.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">gnome-menus-&gnome-menus-version;.tar</keyword>
23 <keyword role="ftpdir">gnome-menus</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>gnome-menus-&gnome-menus-version;</title>
28
29 <indexterm zone="gnome-menus">
30 <primary sortas="a-Gnome-menus">Gnome-menus</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to gnome-menus</title>
35
36 <para>The <application>gnome-menus</application> package contains an
37 implementation of the draft <quote>Desktop Menu Specification</quote>
38 from freedesktop.org (<ulink
39 url="http://www.freedesktop.org/Standards/menu-spec"/>). Also contained
40 are the <application>GNOME</application> menu layout configuration files,
41 <filename>.directory</filename> files and a menu related utility
42 program.</para>
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>Download (HTTP): <ulink url="&gnome-menus-download-http;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download (FTP): <ulink url="&gnome-menus-download-ftp;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download MD5 sum: &gnome-menus-md5sum;</para>
54 </listitem>
55 <listitem>
56 <para>Download size: &gnome-menus-size;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated disk space required: &gnome-menus-buildsize;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated build time: &gnome-menus-time;</para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">gnome-menus Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para role="required"><xref linkend="glib2"/> and
70 <xref linkend="perl-xml-parser"/></para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional"><xref linkend="python"/> and
74 <xref linkend="gamin"/></para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/gnome-menus"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of gnome-menus</title>
83
84 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
85 href="../without-gnome.xml"/>
86
87 <para>Install <application>gnome-menus</application> by running the
88 following commands:</para>
89
90<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
91 --sysconfdir=&gnome-etc-dir; &amp;&amp;
92make</userinput></screen>
93
94 <para>This package does not come with a test suite.</para>
95
96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 <para>If your <application>GNOME</application>-2 installation prefix is
101 anything other than <filename class='directory'>/usr</filename> and you
102 have <application>Python</application> installed, create some symbolic
103 links as the <systemitem class="username">root</systemitem> user:</para>
104
105<screen role="root"><userinput>ln -v -s $GNOME_PREFIX/lib/python2.4/site-packages/GMenuSimpleEditor \
106 /usr/lib/python2.4/site-packages &amp;&amp;
107ln -v -s $GNOME_PREFIX/lib/python2.4/site-packages/gmenu.* \
108 /usr/lib/python2.4/site-packages</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="configuration">
113 <title>Configuring gnome-menus</title>
114
115 <sect3>
116 <title>Configuration Information</title>
117
118 <para>So that <application>GNOME</application> can find the desktop
119 configuration files, ensure you set the <envar>XDG_CONFIG_DIRS</envar>
120 environment variable in the system profile, or in individual user's
121 profiles as shown below (you may add additional directories, separated
122 with colons, if desired):</para>
123
124<screen><literal>export XDG_CONFIG_DIRS=/usr/share:&gnome-etc-dir;/xdg</literal></screen>
125
126 </sect3>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Program</segtitle>
135 <segtitle>Installed Library</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>gnome-menu-spec-test</seg>
140 <seg>libgnome-menu.{so,a}</seg>
141 <seg>&gnome-etc-dir;/xdg and the following subdirectories of
142 $GNOME_PREFIX/:
143 include/gnome-menus,
144 lib/python2.4/site-packages/GMenuSimpleEditor,
145 share/{desktop-directories, gnome-menus}</seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="gnome-menu-spec-test">
155 <term><command>gnome-menu-spec-test</command></term>
156 <listitem>
157 <para>is used to test GNOME's implementation of
158 the Desktop Menu Specification.</para>
159 <indexterm zone="gnome-menus gnome-menu-spec-test">
160 <primary sortas="b-gnome-menu-spec-test">gnome-menu-spec-test</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="libgnome-menu">
166 <term><filename class='libraryfile'>libgnome-menu.{so,a}</filename></term>
167 <listitem>
168 <para>contains functions required to support GNOME's implementation
169 of the Desktop Menu Specification.</para>
170 <indexterm zone="gnome-menus libgnome-menu">
171 <primary sortas="c-libgnome-menu">libgnome-menu.{so,a}</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.