source: gnome/core/gnome-menus.xml@ 199a5c9a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 199a5c9a was 99cb2b3, checked in by Wayne Blaszczyk <wblaszcz@…>, 15 years ago

Updated to VTE-0.22.5 and some minor ammendments to gnome-menus and libgweather.

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

  • Property mode set to 100644
File size: 8.3 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 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 "279316228fd84917acb9405476f74b53">
10 <!ENTITY gnome-menus-size "451 KB">
11 <!ENTITY gnome-menus-buildsize "9 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 </sect1info>
22
23 <title>gnome-menus-&gnome-menus-version;</title>
24
25 <indexterm zone="gnome-menus">
26 <primary sortas="a-Gnome-menus">Gnome-menus</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gnome-menus</title>
31
32 <para>The <application>gnome-menus</application> package contains an
33 implementation of the draft <quote>Desktop Menu Specification</quote>
34 from freedesktop.org (<ulink
35 url="http://www.freedesktop.org/Standards/menu-spec"/>). Also contained
36 are the <application>GNOME</application> menu layout configuration files,
37 <filename>.directory</filename> files and a menu related utility
38 program.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&gnome-menus-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&gnome-menus-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &gnome-menus-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &gnome-menus-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &gnome-menus-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &gnome-menus-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">gnome-menus Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="glib2"/>,
66 <xref linkend="intltool"/>,
67 <xref linkend="perl-xml-parser"/>, and
68 <xref linkend="python"/></para>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/gnome-menus"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of gnome-menus</title>
77
78 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
79 href="../../xincludes/without-gnome.xml"/>
80
81 <para>Install <application>gnome-menus</application> by running the
82 following commands:</para>
83
84<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
85 --sysconfdir=&gnome-etc-dir; \
86 --enable-inotify &amp;&amp;
87make</userinput></screen>
88
89 <para>This package does not come with a test suite.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
101 href="../../xincludes/gnome-prefix.xml"/>
102
103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
104 href="../../xincludes/gnome-sysconfdir.xml"/>
105
106 <para><parameter>--enable-inotify</parameter>: This parameter is used so
107 that file polling is accomplished using the kernel inotify calls, instead
108 of using other polling methods. Remove this parameter if you wish to fall
109 back to <application>Gamin</application> as the file polling method.</para>
110
111 </sect2>
112
113 <sect2 role="configuration">
114 <title>Configuring gnome-menus</title>
115
116 <sect3>
117 <title>Configuration Information</title>
118
119 <sect4>
120 <title>XDG_CONFIG_DIRS Variable</title>
121
122 <para>So that <application>GNOME</application> can find the desktop
123 configuration files, ensure you set the <envar>XDG_CONFIG_DIRS</envar>
124 environment variable in the individual user's profiles, or in the system
125 profile (use this option if you will be running
126 <application>GDM</application>) as shown below (you may add additional
127 directories, separated with colons, if desired):</para>
128
129<screen role='root'><userinput>echo "export XDG_CONFIG_DIRS=&gnome-etc-dir;/xdg" \
130&gt; /etc/profile.d/gnome.sh</userinput></screen>
131
132 </sect4>
133
134 <sect4>
135 <title>XDG_DATA_DIRS Variable</title>
136
137 <para>So that <application>GNOME</application> can find the data
138 to populate the menus, ensure you set the <envar>XDG_DATA_DIRS</envar>
139 environment variable in the individual user's profiles, or in the system
140 profile as shown below (you may add additional directories, separated
141 with colons, if desired):</para>
142
143<screen role='root'><userinput>echo "export XDG_DATA_DIRS=$GNOME_PREFIX/share:\
144/usr/share:/usr/local/share" &gt;&gt; /etc/profile.d/gnome.sh</userinput></screen>
145
146 </sect4>
147
148 <sect4>
149 <title>PYTHONPATH Variable</title>
150
151 <para>If your <application>GNOME</application> installation prefix is
152 anything other than <filename class='directory'>/usr</filename> and you
153 have <application>Python</application> installed, you need to update the
154 <envar>PYTHONPATH</envar> environment variable so that the
155 <filename>gmenu</filename> module can be located by
156 <application>Python</application>. Set the variable in the system
157 profile, or in individual user's profiles as shown below:</para>
158
159<screen role='root'><userinput>echo "export PYTHONPATH=\$PYTHONPATH:$(pkg-config \
160--variable=prefix ORBit-2.0)/lib/python2.6/site-packages:$(pkg-config \
161--variable=prefix ORBit-2.0)/lib/python2.6/site-packages/GMenuSimpleEditor" \
162&gt;&gt; /etc/profile.d/gnome.sh</userinput></screen>
163
164 </sect4>
165
166 </sect3>
167
168 </sect2>
169
170 <sect2 role="content">
171 <title>Contents</title>
172
173 <segmentedlist>
174 <segtitle>Installed Program</segtitle>
175 <segtitle>Installed Libraries</segtitle>
176 <segtitle>Installed Directories</segtitle>
177
178 <seglistitem>
179 <seg>gmenu-simple-editor</seg>
180 <seg>libgnome-menu.{so,a} and gmenu.{so,a}</seg>
181 <seg>&gnome-etc-dir;/xdg/menus,
182 <envar>$GNOME_PREFIX</envar>/{include/gnome-menus,
183 share/{desktop-directories,gnome-menus/{examples,glade}},
184 lib/python&python-majorver;/site-packages/GMenuSimpleEditor}</seg>
185 </seglistitem>
186 </segmentedlist>
187
188 <variablelist>
189 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
190 <?dbfo list-presentation="list"?>
191 <?dbhtml list-presentation="table"?>
192
193 <varlistentry id="gmenu-simple-editor">
194 <term><command>gmenu-simple-editor</command></term>
195 <listitem>
196 <para>is a simple front-end script to the
197 <application>Python</application> Gmenu Simple Editor module</para>
198 <indexterm zone="gnome-menus gmenu-simple-editor">
199 <primary sortas="b-gmenu-simple-editor">gmenu-simple-editor</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="libgnome-menu">
205 <term><filename class='libraryfile'>libgnome-menu.{so,a}</filename></term>
206 <listitem>
207 <para>contains functions required to support GNOME's implementation
208 of the Desktop Menu Specification.</para>
209 <indexterm zone="gnome-menus libgnome-menu">
210 <primary sortas="c-libgnome-menu">libgnome-menu.{so,a}</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="gmenu">
216 <term><filename class='libraryfile'>gmenu.{so,a}</filename></term>
217 <listitem>
218 <para>is a <application>Python</application> library.</para>
219 <indexterm zone="gnome-menus gmenu">
220 <primary sortas="c-gmenu">gmenu.{so,a}</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 </variablelist>
226
227 </sect2>
228
229</sect1>
Note: See TracBrowser for help on using the repository browser.