summaryrefslogtreecommitdiffstats
path: root/gnome2-user-guide/C/goseditmainmenu.xml
blob: 406c893eb37053dc59795b2d7bb9b9fd7eeb5d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
<chapter id="goseditmainmenu-1">
  <title>Working With Menus</title>
  <highlights>
    <para>This chapter describes how to use menus in the GNOME Desktop.</para>
  </highlights>
  <sect1 id="goseditmainmenu-2">
    <title>Introduction to Menus</title>
    <indexterm>
      <primary>menus</primary>
      <secondary>introduction</secondary>
    </indexterm>
    <para>You can access all GNOME Desktop functions through menus. The panels
contains menus, so you can use a combination of menus and panels to perform
your tasks. You can perform various actions on your menus, such as copy menu
items to panels.</para>
    <para>You can access the following menus in the GNOME Desktop:</para>
    <itemizedlist>
      <listitem>
        <para><guimenu>Main Menu</guimenu>: You can access the items in
the <guimenu>Applications</guimenu> menu from the <guimenu>Main Menu</guimenu>.
You can have many <guimenu>Main Menu</guimenu> buttons in your panels. You
can also access the items in the <guimenu>Actions</guimenu> menu from the <guimenu>Main Menu</guimenu>. The items in the <guimenu>Actions</guimenu> menu are
at the top level of the <guimenu>Main Menu</guimenu>.</para>
      </listitem>
      <listitem>
        <para><application>Menu Bar</application>: You can access the items
in the <guimenu>Applications</guimenu> and <guimenu>Actions</guimenu> menus
from <application>Menu Bar</application>. You can have many <application>Menu Bar</application> applets in your panels. </para>
      </listitem>
      <listitem>
        <para><guimenu>Applications</guimenu> menu: You can access many
of your applications, commands, and configuration options from the <guimenu>Applications</guimenu> menu. You can also access the
GNOME Desktop preference tools from the <guimenu>Applications</guimenu> menu.</para>
      </listitem>
      <listitem>
        <para><guimenu>Actions</guimenu> menu: You can access commands that
enable you to perform various tasks from the <guimenu>Actions</guimenu> menu.
For example, you can start the <application>Search Tool</application> application,
or log out of the GNOME Desktop. </para>
      </listitem>
    </itemizedlist>
    <para>You can also right-click on the desktop to open the <guimenu>Desktop</guimenu> menu. The <guimenu>Desktop</guimenu> menu enables you to perform
desktop-related tasks. </para>
    <para>All of these menus provide you with multiple ways to perform your tasks,
and enable you to work in the way that you prefer.</para>
  </sect1>
  <sect1 id="goseditmainmenu-5">
    <title>Menu Features</title>
    <indexterm>
      <primary>menus</primary>
      <secondary>features</secondary>
    </indexterm>
    <para>Menus can contain the following items: </para>
    <itemizedlist>
      <listitem>
        <para>Submenus</para>
      </listitem>
      <listitem>
        <para>Launchers or menu items</para>
      </listitem>
    </itemizedlist>
    <para>An arrow to the right of an item in a menu indicates that the item is
a submenu. When you point to the submenu, the submenu opens. You can choose
items from the submenu.</para>
    <para>When you choose a launcher, the launcher starts an application or runs
a command. You can also right-click on a launcher to open a popup menu. The
popup menu enables you to add the item to a panel, and perform other tasks.
For more information on the popup menu, see the next section.</para>
    <para>You can change the theme for your session to change how all your menus
look. To change the theme, use the <application>Theme</application> preference
tool.</para>
    <sect2 id="goseditmainmenu-11">
      <title>Menu Item Popup Menu</title>
      <indexterm>
        <primary>menus</primary>
        <secondary>menu item popup menu</secondary>
      </indexterm>
      <indexterm>
        <primary>menu item popup menu</primary>
        <secondary>description</secondary>
      </indexterm>
      <para>Items in menus have an associated
popup menu that enables you to perform tasks related to the item. When you
right-click on an item in a menu, the popup menu for the item opens. The popup
menu also contains a submenu that allows you to perform menu-related tasks. </para>
      <para>You can use the menu item popup menu to perform the following tasks: </para>
      <itemizedlist>
        <listitem>
          <para>Add menu items as launchers to panels. </para>
        </listitem>
        <listitem>
          <para>Remove items from menus.</para>
        </listitem>
        <listitem>
          <para>Open the <guilabel>Run Application</guilabel> dialog with
the menu item command in the dialog.</para>
        </listitem>
        <listitem>
          <para>Add menus to panels. You can add a menu as a menu object or
as a drawer object. </para>
        </listitem>
        <listitem>
          <para>Add new items to menus.</para>
        </listitem>
        <listitem>
          <para>Change the properties of submenus and menu items.</para>
        </listitem>
      </itemizedlist>
      <para><xref linkend="goseditmainmenu-FIG-39"/> shows the popup menu.</para>
      <figure id="goseditmainmenu-FIG-39">
        <title>Menu Item Popup Menu<indexterm><primary>menu item popup menu</primary><secondary>illustration</secondary></indexterm></title>
        <screenshot>
          <mediaobject>
            <imageobject>
              <imagedata fileref="figures/launcher_popup.png" format="PNG"/>
            </imageobject>
            <textobject>
              <phrase>Menu item popup menu. The context describes the graphic.</phrase>
            </textobject>
          </mediaobject>
        </screenshot>
      </figure>
      <para><xref linkend="goseditmainmenu-TBL-30"/> describes menu item popup menus. <indexterm><primary>launchers</primary><secondary>adding to panel</secondary></indexterm><indexterm><primary>menus</primary><secondary>adding to panel</secondary></indexterm></para>
      <table frame="topbot" id="goseditmainmenu-TBL-30">
        <title>Menu Item Popup Menus</title>
        <tgroup cols="2" colsep="0" rowsep="0">
          <colspec colname="colspec0" colwidth="42.71*"/>
          <colspec colname="colspec1" colwidth="57.29*"/>
          <thead>
            <row rowsep="1">
              <entry>
                <para>Item</para>
              </entry>
              <entry>
                <para>Description</para>
              </entry>
            </row>
          </thead>
          <tbody>
            <row>
              <entry valign="top">
                <para>
                  <guimenuitem>Add this launcher to panel</guimenuitem>
                </para>
              </entry>
              <entry valign="top">
                <para>Adds the launcher to the panel from which you open
the menu.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec0">
                <para>
                  <guimenuitem>Remove this item</guimenuitem>
                </para>
              </entry>
              <entry colname="colspec1">
                <para>Removes the launcher from the menu.</para>
              </entry>
            </row>
            <row>
              <entry valign="top">
                <para>
                  <guimenuitem>Put into run dialog</guimenuitem>
                </para>
              </entry>
              <entry valign="top">
                <para>Displays the <guilabel>Run Application</guilabel>
dialog with  the command from the <guilabel>Command</guilabel> field of the
launcher in  the command field on the <guilabel>Run Application</guilabel>
dialog. </para>
              </entry>
            </row>
            <row>
              <entry colname="colspec0">
                <para>
                  <guimenuitem>Help on <replaceable>application-name</replaceable></guimenuitem>
                </para>
              </entry>
              <entry colname="colspec1">
                <para>Opens the online help for the application.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec0">
                <para>
                  <guimenuitem>Properties</guimenuitem>
                </para>
              </entry>
              <entry colname="colspec1">
                <para>Displays a dialog that enables you to edit
the properties of the launcher.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec0" valign="top">
                <para>
                  <menuchoice>
                    <guimenu>Entire
menu</guimenu>
                    <guimenuitem>Add this as drawer to panel</guimenuitem>
                  </menuchoice>
                </para>
              </entry>
              <entry colname="colspec1" valign="top">
                <para>Adds the submenu as a drawer to the panel from which you open the menu.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec0" valign="top">
                <para>
                  <menuchoice>
                    <guimenu>Entire
menu</guimenu>
                    <guimenuitem>Add this as menu to panel</guimenuitem>
                  </menuchoice>
                </para>
              </entry>
              <entry colname="colspec1" valign="top">
                <para>Adds the submenu as a menu object to the panel from which you open the menu.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec0">
                <para>
                  <menuchoice>
                    <guimenu>Entire menu</guimenu>
                    <guimenuitem>Add new item to this menu</guimenuitem>
                  </menuchoice>
                </para>
              </entry>
              <entry colname="colspec1">
                <para>Enables you to add an item to the submenu.</para>
              </entry>
            </row>
            <row>
              <entry colname="colspec0">
                <para>
                  <menuchoice>
                    <guimenu>Entire menu</guimenu>
                    <guimenuitem>Properties</guimenuitem>
                  </menuchoice>
                </para>
              </entry>
              <entry colname="colspec1">
                <para>Displays a dialog that enables you to edit
the properties of the submenu.</para>
              </entry>
            </row>
          </tbody>
        </tgroup>
      </table>
    </sect2>
  </sect1>
  <sect1 id="goseditmainmenu-8">
    <title>Applications Menu</title>
    <indexterm>
      <primary>menus</primary>
      <secondary>Applications menu</secondary>
    </indexterm>
    <para>The <guimenu>Applications</guimenu> menu contains a hierarchy
of submenus, from which you can start the standard GNOME applications and
preference tools. The <guimenu>Applications</guimenu>
menu contains the <guimenu>Desktop Preferences</guimenu> menu. You can use
the <guimenu>Desktop Preferences</guimenu> menu to start the GNOME Desktop
preference tools. The <guimenu>Applications</guimenu> menu also includes the
file manager and the help browser.</para>
    <para>The <guimenu>Applications</guimenu> menu resides in the following places: </para>
    <itemizedlist>
      <listitem>
        <para>
          <guimenu>Main Menu</guimenu>
        </para>
      </listitem>
      <listitem>
        <para>
          <application>Menu Bar</application>
        </para>
      </listitem>
      <listitem>
        <para><guilabel>Start Here</guilabel> location in the file manager</para>
      </listitem>
    </itemizedlist>
  </sect1>
  <sect1 id="goseditmainmenu-51">
    <title>Actions Menu</title>
    <indexterm>
      <primary>menus</primary>
      <secondary>Actions menu</secondary>
    </indexterm>
    <para>The <guimenu>Actions</guimenu> menu contains commands that enable you
to perform various tasks in the GNOME Desktop. <xref linkend="goseditmainmenu-TBL-52"/> describes the commands in the <guimenu>Actions</guimenu> menu. </para>
    <table frame="topbot" id="goseditmainmenu-TBL-52">
      <title>Actions Menu Commands</title>
      <tgroup cols="2" colsep="0" rowsep="0">
        <colspec colname="colspec0" colwidth="38.48*"/>
        <colspec colname="colspec1" colwidth="61.52*"/>
        <thead>
          <row rowsep="1">
            <entry>
              <para>Menu Item</para>
            </entry>
            <entry>
              <para>Function</para>
            </entry>
          </row>
        </thead>
        <tbody>
          <row>
            <entry valign="top">
              <para>
                <guimenuitem>Run Application</guimenuitem>
              </para>
            </entry>
            <entry valign="top">
              <para>Opens the <guilabel>Run Application</guilabel> dialog.
Use the <guilabel>Run Application</guilabel> dialog to run commands. For more
information, see <xref linkend="gospanel-23"/>.</para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <guimenuitem>Search for Files</guimenuitem>
              </para>
            </entry>
            <entry valign="top">
              <para>Starts the <application>Search Tool</application>
application. For more information, see the <citetitle>Search Tool</citetitle>
manual.</para>
            </entry>
          </row>
          <row>
            <entry colname="colspec0">
              <para>
                <guimenuitem> Recent Documents</guimenuitem>
              </para>
            </entry>
            <entry colname="colspec1">
              <para>Displays a submenu of the last ten files which
you saved.</para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <guimenuitem>Take Screenshot</guimenuitem>
              </para>
            </entry>
            <entry valign="top">
              <para>Takes a screenshot of the screen, and opens the <guilabel>Save Screenshot</guilabel> dialog. Use the <guilabel>Save Screenshot</guilabel>
dialog to save the screenshot.</para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para>
                <guimenuitem>Log Out</guimenuitem>
              </para>
            </entry>
            <entry valign="top">
              <para>Logs you out of the current session. </para>
            </entry>
          </row>
        </tbody>
      </tgroup>
    </table>
    <para>The <guimenu>Actions</guimenu> menu resides in the following
places: </para>
    <itemizedlist>
      <listitem>
        <para><guimenu>Main Menu</guimenu>. The items in the <guimenu>Actions</guimenu> menu are at the top level of the <guimenu>Main Menu</guimenu>.</para>
      </listitem>
      <listitem>
        <para><application>Menu Bar</application>. </para>
      </listitem>
    </itemizedlist>
    <sect2 id="gospanel-23">
      <title>Using the Run Application Dialog</title>
      <indexterm>
        <primary>Run Application dialog, using</primary>
      </indexterm>
      <para>The <guilabel>Run Application</guilabel> dialog gives you access to the command
line. When you run a command in the <guilabel>Run Application</guilabel> dialog,
you cannot receive output from the command.</para>
      <para>To run a command from the command line perform the following steps:</para>
      <orderedlist>
        <listitem>
          <para>Display the <guilabel>Run Application</guilabel> dialog. You
can display the <guilabel>Run Application</guilabel> dialog in any of the
following ways:<itemizedlist><listitem><para>From any panel</para><para>Add the <guibutton>Run</guibutton> button to a panel. Right-click on
the panel, then choose <menuchoice><guimenu>Add to Panel</guimenu><guisubmenu>Actions</guisubmenu><guimenuitem>Run</guimenuitem></menuchoice>.
Click on the <guibutton>Run</guibutton> button.</para></listitem><listitem><para>From the <guimenu>Main Menu</guimenu></para><para>Open the <guimenu>Main Menu</guimenu>, then choose <guimenuitem>Run
Application</guimenuitem>.</para></listitem><listitem><para>From the <application>Menu Bar</application></para><para>Choose <menuchoice><guimenu>Actions</guimenu><guimenuitem>Run
Application</guimenuitem></menuchoice>.</para></listitem><listitem><para>Use shortcut keys</para><para>The default shortcut keys to display the <guilabel>Run Application</guilabel> dialog are <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo>.You can change
the shortcut keys that display the <guilabel>Run Application</guilabel> dialog
in the <application>Keyboard Shortcuts</application> preference tool.</para></listitem><listitem><para>From a menu item popup menu</para><para>Right-click on an item in a menu, then choose <guilabel>Put into run
dialog</guilabel> from the popup menu. The <guilabel>Run Application</guilabel>
dialog opens with the command from the menu in the command field.</para></listitem></itemizedlist></para>
          <para>The <guilabel>Run Application</guilabel> dialog is displayed.</para>
        </listitem>
        <listitem>
          <para>Enter the command that you want to run in the blank field.
Alternatively, to choose  a command that you ran previously, click the down
arrow button beside the command field, then choose the command to run.</para>
          <para>Alternatively, select the <guibutton>Show list of known applications</guibutton> option to display a list of available applications.</para>
          <para>You can also use the <guibutton>Run with file</guibutton> button to
choose a file to append to the command line. For example, you can enter <application>emacs</application> as the command, then choose a file to edit.</para>
          <para>Select the <guilabel>Run in terminal</guilabel> option to run the application
or command in a terminal window. Choose this option for an application or
command that does not create a window in which to run.</para>
        </listitem>
        <listitem>
          <para>Click on the <guibutton>Run</guibutton> button on the <guilabel>Run Application</guilabel> dialog. </para>
        </listitem>
      </orderedlist>
    </sect2>
    <sect2 id="goseditmainmenu-53">
      <title>To Take a Screenshot</title>
      <indexterm>
        <primary>screenshots, taking</primary>
      </indexterm>
      <para>You can
take a screenshot in any of the following ways:</para>
      <itemizedlist>
        <listitem>
          <para>From any panel</para>
          <para>Add the <guibutton>Screenshot</guibutton> button to a panel. Right-click
on the panel, then choose <menuchoice><guimenu>Add to Panel</guimenu><guisubmenu>Actions</guisubmenu><guimenuitem>Screenshot</guimenuitem></menuchoice>. Click on the <guibutton>Screenshot</guibutton> button to take
a screenshot of the entire screen. Use the <guilabel>Save Screenshot</guilabel>
dialog to save the screenshot.</para>
        </listitem>
        <listitem>
          <para>Use shortcut keys</para>
          <para>To take a screenshot, use the following shortcut keys:</para>
          <informaltable frame="topbot">
            <tgroup cols="2" colsep="0" rowsep="0">
              <colspec colname="colspec0" colwidth="35.67*"/>
              <colspec colname="colspec1" colwidth="64.33*"/>
              <thead>
                <row rowsep="1">
                  <entry>
                    <para>Default Shortcut Keys</para>
                  </entry>
                  <entry>
                    <para>Function</para>
                  </entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry colname="colspec0" valign="top">
                    <para>
                      <keycap>Print Screen</keycap>
                    </para>
                  </entry>
                  <entry colname="colspec1" valign="top">
                    <para>Takes a screenshot of the entire
screen, and displays the <guilabel>Save Screenshot</guilabel> dialog. Use
the <guilabel>Save Screenshot</guilabel> dialog to save the screenshot.</para>
                  </entry>
                </row>
                <row>
                  <entry colname="colspec0" valign="top">
                    <para><keycombo><keycap>Alt</keycap><keycap>Print Screen</keycap></keycombo></para>
                  </entry>
                  <entry colname="colspec1" valign="top">
                    <para>Takes a screenshot of the window to which the mouse points, and displays the <guilabel>Save Screenshot</guilabel> dialog. Use the <guilabel>Save Screenshot</guilabel>
dialog to save the screenshot.</para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
          <para>You can use the <application>Keyboard Shortcuts</application> preference
tool to modify the default shortcut keys.</para>
        </listitem>
        <listitem>
          <para>From <application>Menu Bar</application></para>
          <para>To take a screenshot of the entire screen, choose <menuchoice><guimenu>Actions</guimenu><guimenuitem>Take Screenshot</guimenuitem></menuchoice>.
A <guilabel>Save Screenshot</guilabel> dialog is displayed. To save the screenshot,
select the <guilabel>Save screenshot to file</guilabel> option. Enter the
path and filename for the screenshot in the drop-down combination box. Alternatively,
to save the screenshot to another directory, click <guibutton>Browse</guibutton>.
When you select a directory, click <guibutton>OK</guibutton>. </para>
          <para>You can also save the screenshot to the desktop. To save the screenshot
to the desktop, select the <guilabel>Save screenshot to desktop</guilabel>
option. </para>
        </listitem>
        <listitem>
          <para>Use a command</para>
          <para>You can use the <command>gnome-panel-screenshot</command> command to
take a screenshot. The <command>gnome-panel-screenshot</command> command takes
a screenshot of the entire screen, and displays the <guilabel>Save Screenshot</guilabel> dialog. Use the <guilabel>Save Screenshot</guilabel> dialog to
save the screenshot.</para>
          <para>You can also use options on the <command>gnome-panel-screenshot</command>
command as follows: </para>
          <informaltable frame="topbot">
            <tgroup cols="2" colsep="0" rowsep="0">
              <colspec colname="colspec0" colwidth="35.67*"/>
              <colspec colname="colspec1" colwidth="64.33*"/>
              <thead>
                <row rowsep="1">
                  <entry>
                    <para>Option</para>
                  </entry>
                  <entry>
                    <para>Function</para>
                  </entry>
                </row>
              </thead>
              <tbody>
                <row>
                  <entry colname="colspec0" valign="top">
                    <para>
                      <command>--window</command>
                    </para>
                  </entry>
                  <entry colname="colspec1" valign="top">
                    <para>Takes a screenshot of the window
that has focus, and displays the <guilabel>Save Screenshot</guilabel> dialog.
Use the <guilabel>Save Screenshot</guilabel> dialog to save the screenshot.</para>
                  </entry>
                </row>
                <row>
                  <entry colname="colspec0" valign="top">
                    <para>
                      <command>--delay=<replaceable>seconds</replaceable></command>
                    </para>
                  </entry>
                  <entry colname="colspec1" valign="top">
                    <para>Takes a screenshot after the specified number of seconds, and displays the <guilabel>Save Screenshot</guilabel> dialog. Use the <guilabel>Save Screenshot</guilabel>
dialog to save the screenshot.</para>
                  </entry>
                </row>
                <row>
                  <entry colname="colspec0" valign="top">
                    <para>
                      <command>--help</command>
                    </para>
                  </entry>
                  <entry colname="colspec1" valign="top">
                    <para>Displays the options for the
command.</para>
                  </entry>
                </row>
              </tbody>
            </tgroup>
          </informaltable>
        </listitem>
      </itemizedlist>
    </sect2>
  </sect1>
  <sect1 id="goseditmainmenu-7">
    <title>Main Menu</title>
    <indexterm>
      <primary>menus</primary>
      <secondary>Main Menu</secondary>
      <see>Main
Menu</see>
    </indexterm>
    <indexterm>
      <primary>Main Menu</primary>
      <secondary>introduction</secondary>
    </indexterm>
    <para>The <guimenu>Main Menu</guimenu> provides access to
the <guimenu>Applications</guimenu> menu and many of the items in the <guimenu>Actions</guimenu> menu. You can access almost all of the standard applications,
commands, and configuration options from the <guimenu>Main Menu</guimenu>. </para>
    <para>You can add <guimenu>Main Menu</guimenu> buttons to your panels.</para>
    <sect2 id="goseditmainmenu-15">
      <title>To Open the Main Menu</title>
      <indexterm>
        <primary>Main Menu</primary>
        <secondary>opening</secondary>
      </indexterm>
      <para>You can open the <guimenu>Main Menu</guimenu> in the following ways: </para>
      <itemizedlist>
        <listitem>
          <para>From a panel with a <guimenu>Main Menu</guimenu></para>
          <para>Click on the <guimenu>Main Menu</guimenu>. </para>
        </listitem>
        <listitem>
          <para>Use shortcut keys</para>
          <para>You can use shortcut keys to open the <guimenu>Main Menu</guimenu>.
When you use shortcut keys to open the <guimenu>Main Menu</guimenu>, the <guimenu>Main Menu</guimenu> appears at the mouse pointer. </para>
          <para>The default shortcut keys to open the <guimenu>Main Menu</guimenu> are <keycombo><keycap>Alt</keycap><keycap>F1</keycap></keycombo>. To change the shortcut keys that
open the <guimenu>Main Menu</guimenu>, use the <application>Keyboard Shortcuts</application> preference tool.</para>
        </listitem>
      </itemizedlist>
    </sect2>
    <sect2 id="goseditmainmenu-29">
      <title>To Add a Main Menu to a Panel</title>
      <indexterm>
        <primary>Main Menu</primary>
        <secondary>adding to panel</secondary>
      </indexterm>
      <para>You can add as many <guimenu>Main Menu</guimenu> buttons
as you want to your panels. To add a <guimenu>Main Menu</guimenu> to a panel,
right-click on any vacant space on the panel. Choose <menuchoice><guimenu>Add to Panel</guimenu><guimenuitem>Main Menu</guimenuitem></menuchoice>.</para>
    </sect2>
  </sect1>
  <sect1 id="goseditmainmenu-65">
    <title>Menu Bar</title>
    <indexterm>
      <primary>menus</primary>
      <secondary>Menu Bar</secondary>
      <see>Menu
Bar</see>
    </indexterm>
    <indexterm>
      <primary>Menu Bar</primary>
      <secondary>introduction</secondary>
    </indexterm>
    <screenshot>
      <mediaobject>
        <imageobject>
          <imagedata fileref="figures/menu_bar_applet.png" format="PNG"/>
        </imageobject>
        <textobject>
          <phrase>Menu Bar applet. Menus: Applications, Actions.</phrase>
        </textobject>
      </mediaobject>
    </screenshot>
    <para>The <application>Menu Bar</application> provides access to the <guimenu>Applications</guimenu> and <guimenu>Actions</guimenu> menus. You can access
almost all of the standard applications, commands, and configuration options
from the <application>Menu Bar</application>. </para>
    <sect2 id="goseditmainmenu-66">
      <title>To Add a Menu Bar to a Panel</title>
      <indexterm>
        <primary>Menu Bar</primary>
        <secondary>adding to panel</secondary>
      </indexterm>
      <para>You can add as many <application>Menu Bar</application>
applets as you want to your panels. To add a <application>Menu Bar</application>
to a panel, right-click on any vacant space on the panel. Choose <menuchoice><guimenu>Add to Panel</guimenu><guimenuitem>Menu Bar</guimenuitem></menuchoice>.</para>
    </sect2>
  </sect1>
  <sect1 id="goseditmainmenu-54">
    <title>Customizing Your Menus</title>
    <indexterm>
      <primary>menus</primary>
      <secondary>customizing</secondary>
    </indexterm>
    <para>You can modify the contents of the following menus:</para>
    <itemizedlist>
      <listitem>
        <para><guimenu>Applications</guimenu> menu</para>
      </listitem>
      <listitem>
        <para><guimenu>Desktop Preferences</guimenu> menu</para>
      </listitem>
    </itemizedlist>
    <para>You use the following GNOME Desktop components to customize menus:</para>
    <itemizedlist>
      <listitem>
        <para>Menus on panels</para>
      </listitem>
      <listitem>
        <para><application>Nautilus</application> file manager</para>
      </listitem>
    </itemizedlist>
    <para>When you use panels to customize your menus, you use the menu item popup
menu. For more information, see <xref linkend="goseditmainmenu-11"/>.</para>
    <para>When you use the file manager to customize your menus, you must access the <guimenu>Applications</guimenu> menu or the <guimenu>Desktop Preferences</guimenu>
menu from within the file manager. To access the <guimenu>Applications</guimenu>
menu or the <guimenu>Desktop Preferences</guimenu> menu, open a file manager
window. </para>
    <para>To access menus
in the file browser manager, enter one of the following URIs in the field
on the location bar:</para>
    <informaltable frame="topbot">
      <tgroup cols="2" colsep="0" rowsep="0">
        <colspec colwidth="50*"/>
        <colspec colwidth="50*"/>
        <thead>
          <row rowsep="1">
            <entry>
              <para>Menu</para>
            </entry>
            <entry>
              <para>Enter this URI</para>
            </entry>
          </row>
        </thead>
        <tbody>
          <row>
            <entry valign="top">
              <para><guimenu>Applications</guimenu> menu</para>
            </entry>
            <entry valign="top">
              <para>
                <command>applications:///</command>
              </para>
            </entry>
          </row>
          <row>
            <entry valign="top">
              <para><guimenu>Desktop Preferences</guimenu> menu</para>
            </entry>
            <entry valign="top">
              <para>
                <command>preferences:///</command>
              </para>
            </entry>
          </row>
        </tbody>
      </tgroup>
    </informaltable>
    <para>To access menus in the file object manager, double-click on the <guilabel>Start Here</guilabel> object on the desktop. The contents of the <guilabel>Start Here</guilabel> location are displayed in a file object manager window.</para>
    <para>For more information on the file manager, see <citetitle>Nautilus File Manager</citetitle>.</para>
    <sect2 id="goseditmainmenu-61">
      <title>To Add a Menu</title>
      <indexterm>
        <primary>menus</primary>
        <secondary>adding</secondary>
      </indexterm>
      <para>To add a menu, perform the following steps:</para>
      <orderedlist>
        <listitem>
          <para>In a file manager window, access the location where you want
to add the menu. For example, if you want to add a menu to the <guimenu>Applications</guimenu> menu, enter <command>applications:///</command> in the field on
the location bar from a file browser manager window.</para>
        </listitem>
        <listitem>
          <para>Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Create Folder</guimenuitem></menuchoice>. An untitled folder
is added to the view pane. The name of the folder is selected.</para>
        </listitem>
        <listitem>
          <para>Type a name for the folder, then press <keycap>Return</keycap>. </para>
        </listitem>
      </orderedlist>
      <para>The next time that you log out then log in again, the menu is in the
assigned location.</para>
    </sect2>
    <sect2 id="goseditmainmenu-55">
      <title>To Add a Launcher to a Menu</title>
      <indexterm>
        <primary>menus</primary>
        <secondary>adding launchers to</secondary>
      </indexterm>
      <para>To add a launcher to a menu, perform the following steps:</para>
      <orderedlist>
        <listitem>
          <para>Right-click on any item in the menu to which you want to add
the launcher.</para>
        </listitem>
        <listitem>
          <para>Choose <menuchoice><guimenu>Entire menu</guimenu><guimenuitem>Add new item to this menu</guimenuitem></menuchoice>. A <guilabel>Create Launcher</guilabel> dialog is displayed.</para>
        </listitem>
        <listitem>
          <para>Enter the properties of the launcher in the <guilabel>Create
Launcher</guilabel> dialog. For more information on the elements in the <guilabel>Create Launcher</guilabel> dialog, see <emphasis>Working With Panels</emphasis>.</para>
        </listitem>
        <listitem>
          <para>Click <guibutton>OK</guibutton>.</para>
        </listitem>
      </orderedlist>
    </sect2>
    <sect2 id="goseditmainmenu-63">
      <title>To Add a Launcher to an Empty Menu</title>
      <para>To add a launcher to an empty menu, perform the following steps:</para>
      <orderedlist>
        <listitem>
          <para>In a file manager window, access the menu where you want to
add the launcher. </para>
        </listitem>
        <listitem>
          <para>Choose <menuchoice><guimenu>File</guimenu><guimenuitem>Create Launcher</guimenuitem></menuchoice>. A <guilabel>Create
Launcher</guilabel> dialog is displayed.</para>
        </listitem>
        <listitem>
          <para>Enter the properties of the launcher in the <guilabel>Create
Launcher</guilabel> dialog. For more information on the elements in the <guilabel>Create Launcher</guilabel> dialog, see <emphasis>Working With Panels</emphasis>.</para>
        </listitem>
        <listitem>
          <para>Click <guibutton>OK</guibutton>.</para>
        </listitem>
      </orderedlist>
    </sect2>
    <sect2 id="goseditmainmenu-56">
      <title>To Copy a Launcher to a Menu</title>
      <indexterm>
        <primary>menus</primary>
        <secondary>copying launchers to</secondary>
      </indexterm>
      <para>To copy an existing launcher to a menu, perform the following
steps:</para>
      <orderedlist>
        <listitem>
          <para>In a file manager window, access the location from which you
want to copy the launcher.  For example, if you want to copy a launcher from
the <guimenu>Applications</guimenu> menu, enter <command>applications:///</command> in the field on the location bar from a file browser manager window.</para>
        </listitem>
        <listitem>
          <para>Select the launcher that you want to copy, then choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Copy File</guimenuitem></menuchoice>.</para>
        </listitem>
        <listitem>
          <para>In a file manager  window, access the location to which you
want to copy the launcher.</para>
        </listitem>
        <listitem>
          <para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste Files</guimenuitem></menuchoice>. The launcher is added to the new location.</para>
        </listitem>
      </orderedlist>
      <para>Alternatively, you can drag the launcher from one location to another.</para>
      <para>The next time that you log out then log in again, the launcher is in
the new menu location.</para>
    </sect2>
    <sect2 id="goseditmainmenu-62">
      <title>To Edit the Properties of a Menu</title>
      <indexterm>
        <primary>menus</primary>
        <secondary>editing properties</secondary>
      </indexterm>
      <para>To edit the properties of a menu, perform the following
steps:</para>
      <orderedlist>
        <listitem>
          <para>Right-click on any item in the menu that you want to edit.</para>
        </listitem>
        <listitem>
          <para>Choose <menuchoice><guimenu>Entire menu</guimenu><guimenuitem>Properties</guimenuitem></menuchoice>. A <guilabel>Launcher Properties</guilabel> dialog is displayed.</para>
        </listitem>
        <listitem>
          <para>Modify the properties of the menu in the <guilabel>Launcher
Properties</guilabel> dialog. For more information on the elements in the <guilabel>Launcher Properties</guilabel> dialog, see <emphasis>Working With Panels</emphasis>.</para>
        </listitem>
        <listitem>
          <para>Click <guibutton>OK</guibutton>.</para>
        </listitem>
      </orderedlist>
    </sect2>
    <sect2 id="goseditmainmenu-57">
      <title>To Edit a Menu Item</title>
      <indexterm>
        <primary>menus</primary>
        <secondary>editing menu items</secondary>
      </indexterm>
      <para>To edit a menu item, perform the following steps:</para>
      <orderedlist>
        <listitem>
          <para>Right-click on the item that you want to edit.</para>
        </listitem>
        <listitem>
          <para>Choose <guimenuitem>Properties</guimenuitem>. A <guilabel>Launcher Properties</guilabel> dialog is displayed.</para>
        </listitem>
        <listitem>
          <para>Modify the properties of the launcher in the <guilabel>Launcher
Properties</guilabel> dialog. For more information on the elements in the <guilabel>Launcher Properties</guilabel> dialog, see <emphasis>Working With Panels</emphasis>.</para>
        </listitem>
        <listitem>
          <para>Click <guibutton>OK</guibutton>.</para>
        </listitem>
      </orderedlist>
    </sect2>
    <sect2 id="goseditmainmenu-58">
      <title>To Delete an Item from a Menu</title>
      <indexterm>
        <primary>menus</primary>
        <secondary>deleting menu items</secondary>
      </indexterm>
      <para>To delete an item from a menu, use the menu item popup menu.
To delete an item from a menu, perform the following steps:</para>
      <orderedlist>
        <listitem>
          <para>Right-click on the item that you want to delete.</para>
        </listitem>
        <listitem>
          <para>Choose <guimenuitem>Remove this item</guimenuitem>. </para>
        </listitem>
      </orderedlist>
    </sect2>
  </sect1>
</chapter>