~ubuntu-branches/debian/experimental/xfce4-panel/experimental

« back to all changes in this revision

Viewing changes to docs/manual/C/xfce4-panel.xml

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2011-02-06 18:10:07 UTC
  • mfrom: (1.3.13 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110206181007-vpw5z3xnm3hdvybx
Tags: 4.8.1-1
[ Lionel Le Folgoc ]
* New upstream bugfix release.
* debian/control:
  - refreshed (b-)deps for this new major release
  - add myself to Uploaders
  - bump Standards-Version to 3.9.1.
* debian/NEWS: dropped, unneeded.
* debian/xfce4-panel.shlibs: refreshed, bump to (>= 4.7.2).
* debian/xfce4-panel.lintian-overrides: refreshed, new lib name.
* debian/xfce4-panel.preinst: added, handles removal of old conffiles.
* debian/xfce4-panel.postinst: explicitly set -e.
* debian/*.install: refreshed.
* debian/rules:
  - call dpkg-buildflags
  - dropped rc files mangling as they don't exist anymore
  - updated removal of *.{l,}a files.
  - drop overrides for dh_auto_{configure,clean}, obsolete.
* debian/xfce4-panel.{preinst,postinst,prerm}: use dpkg-maintscript-helper
  to remove pre-xfconf config files.
* Bugs fixed by 4.7.x/4.8.x series:
  - rgba support                                                  lp: #586012
  - disappearing menus                                             lp: #53897
  - xrandr support                               lp: #176174, Closes: #432914
  - Fails to reap children, creating zombies                      lp: #420187
  - DND of desktop-files on the panel to create new launchers Closes: #480380
* Bumped shlibs to >= 4.7.7, abi break for external plugins.

[ Yves-Alexis Perez ]
* New upstream development release
* debian/xfce4-panel.install:
  - install wrapper and migrate tools in xfce4-panel package
  - update plugins paths
* debian/rules:
  - update path when removing .a/.la files for plugins.
  - add hardening flags to {C,LD}FLAGS
* debian/control:
  - add build-dep on hardening-includes
  - update build-dep on garcon to 0.1.4.
* debian/copyright updated for new release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0'?> 
2
 
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
3
 
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4
 
  <!ENTITY manrevision "1.0"> 
5
 
  <!ENTITY date "December 2006"> 
6
 
  <!ENTITY appversion "4.4.0"> 
7
 
  <!ENTITY app "<application>xfce4-panel</application>">
8
 
]>
9
 
 
10
 
<article id="xfce4-panel" lang="en">
11
 
 
12
 
<!-- Header --> 
13
 
<articleinfo>
14
 
 
15
 
  <title>Xfce 4 Panel</title>
16
 
  
17
 
  <copyright>
18
 
    <year>2006</year> <holder>Jasper Huijsmans</holder>
19
 
  </copyright>
20
 
 
21
 
<!-- translators: uncomment this:
22
 
 
23
 
  <copyright>
24
 
   <year>2002</year> <holder>ME-THE-TRANSLATOR (Latin
25
 
   translation)</holder>
26
 
  </copyright>
27
 
 
28
 
 -->
29
 
 
30
 
<!-- I don't know about this -->
31
 
  <legalnotice id="legalnotice">
32
 
    <para>
33
 
      This document is provided under the terms of the GNU GPL, version
34
 
      2 or (at your option) any later version.
35
 
    </para>
36
 
  </legalnotice>
37
 
 
38
 
  <authorgroup>
39
 
 
40
 
    <author>
41
 
      <firstname>Jasper</firstname> <surname>Huijsmans</surname>
42
 
      <affiliation>
43
 
        <address><email>jasper@xfce.org</email></address>
44
 
      </affiliation>
45
 
    </author>
46
 
 
47
 
<!-- This is appropriate place for other contributors: translators,
48
 
maintainers, etc. Commented out by default.
49
 
 
50
 
    <othercredit role="translator">
51
 
      <firstname>Latin</firstname> <surname>Translator 1</surname>
52
 
      <affiliation>
53
 
        <orgname>Latin Translation Team</orgname>
54
 
        <address><email>translator@gnome.org</email> </address>
55
 
      </affiliation> <contrib>Latin translation</contrib>
56
 
    </othercredit>
57
 
-->
58
 
 
59
 
  </authorgroup>
60
 
 
61
 
  <!-- 
62
 
  <revhistory>
63
 
    <revision>
64
 
      <revnumber>1.0</revnumber> 
65
 
      <date>June 2006</date>
66
 
      <authorinitials>jbh</authorinitials>
67
 
    </revision>
68
 
  </revhistory>
69
 
  -->
70
 
 
71
 
  <releaseinfo>
72
 
    This manual describes &app; version &appversion;. 
73
 
    Last updated: &date;
74
 
  </releaseinfo>
75
 
 
76
 
</articleinfo>
77
 
 
78
 
<sect1 id="panel-intro">
79
 
  <title>Introduction</title>
80
 
 
81
 
  <para>
82
 
    The Xfce 4 panel is part of the <ulink url="http://www.xfce.org" 
83
 
      type="html">Xfce 4 Desktop Environment</ulink> and features program 
84
 
    launchers, panel menus, a clock, a graphical pager and more. Many 
85
 
    aspects of the panel can be configured through graphical dialogs. This 
86
 
    manual should provide you with all necessary information on how to adjust 
87
 
    the panel to your liking.
88
 
  </para>
89
 
 
90
 
  <sect2 id="panel-getting-started">
91
 
    <title>Getting Started</title>
92
 
    
93
 
    <para>
94
 
      The panel will usually be started as part of your Xfce session. For
95
 
      convenience, Xfce provides the <application>startxfce4</application> 
96
 
      script. The command for the panel is &app;.
97
 
    </para>
98
 
 
99
 
    <para>
100
 
      When you first start the panel you will see a bar appearing at the top
101
 
      of the screen and a smaller one at the bottom. Both panels are managed
102
 
      by the same &app; program. You can add and remove panels from the 
103
 
      <ulink url="#panel-manager">Panel Manager</ulink>.
104
 
    </para>
105
 
 
106
 
    <figure id="default-top-panel-fig">
107
 
      <title>Default Top Panel</title> 
108
 
      <screenshot>
109
 
        <mediaobject>
110
 
          <imageobject>
111
 
            <imagedata fileref="images/default_top_panel.png" format="PNG"/>
112
 
          </imageobject> 
113
 
          <textobject>
114
 
            <phrase>The default top panel configuration.</phrase>
115
 
          </textobject>
116
 
        </mediaobject>
117
 
      </screenshot>
118
 
    </figure>
119
 
 
120
 
    <figure id="default-bottom-panel-fig">
121
 
      <title>Default Bottom Panel</title> 
122
 
      <screenshot>
123
 
        <mediaobject>
124
 
          <imageobject>
125
 
            <imagedata fileref="images/default_bottom_panel.png" format="PNG"/>
126
 
          </imageobject> 
127
 
          <textobject>
128
 
            <phrase>The default bottom panel configuration.</phrase>
129
 
          </textobject>
130
 
        </mediaobject>
131
 
      </screenshot>
132
 
    </figure>
133
 
  </sect2>
134
 
 
135
 
  <sect2 id="panel-getting-started-mouse">
136
 
    <title>Mouse Actions</title>
137
 
 
138
 
    <para>
139
 
      The Xfce Panel makes extensive use of left and right mouse buttons. Left
140
 
      clicking performs the default action of an item and right-clicking
141
 
      brings up a context menu. Ctrl + left click may generally be used as 
142
 
      alternative for a right-click. Note that this manual assumes the use of a 
143
 
      right-handed mouse configuration. 
144
 
    </para>
145
 
  </sect2>
146
 
 
147
 
  <sect2 id="panel-getting-started-configure">
148
 
    <title>Customizing the Panel</title>
149
 
 
150
 
    <para>
151
 
      Right-clicking on an item will pop up a menu from which you can
152
 
      configure the item, move it to a new location, or remove it from the
153
 
      panel. The menu also allows you to configure the panel(s) or add new 
154
 
      items.
155
 
    </para>
156
 
 
157
 
    <figure id="item-popup-fig">
158
 
      <title>Item Popup Menu</title> 
159
 
      <screenshot>
160
 
        <mediaobject>
161
 
          <imageobject>
162
 
            <imagedata fileref="images/item_popup.png" format="PNG"/>
163
 
          </imageobject> 
164
 
          <textobject>
165
 
            <phrase>Popup menu of a launcher item.</phrase>
166
 
          </textobject>
167
 
        </mediaobject>
168
 
      </screenshot>
169
 
    </figure>
170
 
  </sect2>
171
 
 
172
 
</sect1>
173
 
 
174
 
<sect1 id="panel-getting-started-items">
175
 
  <title>Panel Items</title>
176
 
  
177
 
  <para>
178
 
    The Xfce 4 panel has the possibility to load external plugins as well
179
 
    as builtin ones. In this section we will only describe panel items that 
180
 
    are installed with the panel.
181
 
  </para>
182
 
 
183
 
  <sect2 id="launcher-item-dialog">
184
 
    <title>Add New Items</title>
185
 
 
186
 
    <para>
187
 
      When you choose the 'Add Items' option from the right-click mouse menu of
188
 
      a panel item, a dialog is opened showing all available panel items. Some
189
 
      items can appear only once on the panel, e.g. the system tray, and they
190
 
      will appear greyed out when another instance is already present. A search 
191
 
      box allows you to type a filter term to limit the number of choices in 
192
 
      the list.
193
 
    </para>
194
 
  
195
 
    <figure id="add-item-dialog-fig">
196
 
      <title>Add Item Dialog</title> 
197
 
      <screenshot>
198
 
        <mediaobject>
199
 
          <imageobject>
200
 
            <imagedata fileref="images/add_item_dialog.png" format="PNG"/>
201
 
          </imageobject> 
202
 
          <textobject>
203
 
            <phrase>Dialog with all available panel items.</phrase>
204
 
          </textobject>
205
 
        </mediaobject>
206
 
      </screenshot>
207
 
    </figure>
208
 
  </sect2>
209
 
 
210
 
  <sect2 id="launcher-item">
211
 
    <title>Launcher</title>
212
 
 
213
 
    <para>The most common panel item is the launcher item. It allows you to
214
 
      start programs from the panel. The properties dialog allows you to edit
215
 
      or add one or more programs. 
216
 
    </para>
217
 
 
218
 
    <para>
219
 
      The first entry in the list is shown on the panel. When more programs 
220
 
      are added they are shown in a menu that can be accessed by clicking the
221
 
      small arrow button that will appear next to the main launcher icon.
222
 
    </para>
223
 
 
224
 
    <para>
225
 
      Every item has several options you can edit: name, comment (tooltip),
226
 
      icon and command. You can select whether the command should be run in a
227
 
      terminal and whether the program supports startup notification. This
228
 
      last option allows the window manager to show an hourglass while the 
229
 
      program is loading.
230
 
    </para>
231
 
 
232
 
    <figure id="launcher-fig">
233
 
      <title>Launcher Item Properties</title> 
234
 
      <screenshot>
235
 
        <mediaobject>
236
 
          <imageobject>
237
 
            <imagedata fileref="images/launcher_properties.png" 
238
 
                       format="PNG"/>
239
 
          </imageobject> 
240
 
          <textobject>
241
 
            <phrase>Shows properties dialog for a launcher item.</phrase>
242
 
          </textobject>
243
 
        </mediaobject>
244
 
      </screenshot>
245
 
    </figure>
246
 
  </sect2>
247
 
 
248
 
  <sect2 id="other-items">
249
 
    <title>Other Items</title>
250
 
 
251
 
    <para>
252
 
      Besides launchers the panel comes with several other items. We will
253
 
      shortly list them here. As always, the best way to find out if they may
254
 
      be useful is to try them.
255
 
    </para>
256
 
 
257
 
    <variablelist>
258
 
 
259
 
      <varlistentry>
260
 
        <term>Xfce Clock</term>
261
 
        <listitem>
262
 
          <para>
263
 
            Simple clock item. You can choose between LED, digital and analog 
264
 
            mode.
265
 
          </para>
266
 
        </listitem>
267
 
      </varlistentry>
268
 
 
269
 
      <varlistentry>
270
 
        <term>Graphical Pager</term>
271
 
        <listitem>
272
 
          <para>
273
 
            Shows a miniature view of the workspaces and even allows you to
274
 
            move windows to another workspace by dragging the mini-window in
275
 
            the pager. You can change workspaces by using the mouse scroll
276
 
            wheel when the mouse is over the pager.
277
 
          </para>
278
 
        </listitem>
279
 
      </varlistentry>
280
 
 
281
 
      <varlistentry>
282
 
        <term>Task List</term>
283
 
        <listitem>
284
 
          <para>
285
 
            Shows running applications in a button with icon and application
286
 
            name. Clicking on the button will focus or minimize the
287
 
            application. There's also a right-click menu with more window 
288
 
            actions.
289
 
          </para>
290
 
        </listitem>
291
 
      </varlistentry>
292
 
 
293
 
      <varlistentry>
294
 
        <term>Window List</term>
295
 
        <listitem>
296
 
          <para>
297
 
            Shows running applications in a popup menu. Optionally shows
298
 
            active application on the panel.
299
 
          </para>
300
 
        </listitem>
301
 
      </varlistentry>
302
 
 
303
 
      <varlistentry>
304
 
        <term>Icon Box</term>
305
 
        <listitem>
306
 
          <para>
307
 
            A third alternative to show running applications, in this case
308
 
            using a button with only an icon.
309
 
          </para>
310
 
        </listitem>
311
 
      </varlistentry>
312
 
 
313
 
      <varlistentry>
314
 
        <term>System Tray</term>
315
 
        <listitem>
316
 
          <para>
317
 
            Allows applications to show a so called notification or status
318
 
            icon. This is used for example by some media players and instant
319
 
            messaging clients.
320
 
          </para>
321
 
        </listitem>
322
 
      </varlistentry>
323
 
 
324
 
      <varlistentry>
325
 
        <term>Show Desktop Button</term>
326
 
        <listitem>
327
 
          <para>
328
 
            When clicked it will show the desktop by minimizing all programs.
329
 
            Clicking again will restore the windows to their previous state.
330
 
          </para>
331
 
        </listitem>
332
 
      </varlistentry>
333
 
 
334
 
      <varlistentry>
335
 
        <term>Action Buttons</term>
336
 
        <listitem>
337
 
          <para>
338
 
            Show one or two small buttons that execute a special system action.
339
 
            Two actions are available: quit the session and lock the screen.
340
 
          </para>
341
 
        </listitem>
342
 
      </varlistentry>
343
 
 
344
 
      <varlistentry>
345
 
        <term>Separator</term>
346
 
        <listitem>
347
 
          <para>
348
 
            A separator item shows a line or an empty space between two other
349
 
            items. Can optionally expand to fill all available space; this can
350
 
            be used on a full width panel to have items on both ends of the
351
 
            panel and empty space in between.
352
 
          </para>
353
 
        </listitem>
354
 
      </varlistentry>
355
 
 
356
 
    </variablelist>
357
 
  </sect2>
358
 
 
359
 
  <sect2 id="xfce-goodies">
360
 
    <title>Xfce Goodies</title>
361
 
 
362
 
    <para>
363
 
      Many more plugins for the Xfce Panel are available from the
364
 
      <ulink url="http://goodies.xfce.org" type="html">Xfce Goodies</ulink>
365
 
      project.
366
 
    </para>
367
 
  </sect2>
368
 
 
369
 
</sect1>
370
 
 
371
 
<sect1 id="panel-manager">
372
 
  <title>Panel Manager</title>
373
 
 
374
 
  <para>
375
 
    The Panel Manager can be opened from the Xfce Settings Manager or from the 
376
 
    right-click menu on one of the panel items.
377
 
  </para>
378
 
 
379
 
  <figure id="panel-manager-fig">
380
 
    <title>Panel Manager</title> 
381
 
    <screenshot>
382
 
      <mediaobject>
383
 
        <imageobject>
384
 
          <imagedata fileref="images/panel_manager.png" 
385
 
                     format="PNG"/>
386
 
        </imageobject> 
387
 
        <textobject>
388
 
          <phrase>Panel Manager dialog.</phrase>
389
 
        </textobject>
390
 
      </mediaobject>
391
 
    </screenshot>
392
 
  </figure>
393
 
 
394
 
  <sect2 id="panel-selector">
395
 
    <title>Select Panel</title>
396
 
 
397
 
    <para>
398
 
      The currently active panel is selected by default or the one that was
399
 
      last active if there is no active panel. You can choose another panel
400
 
      from the option menu. Next to this menu are two buttons to add a new
401
 
      panel or remove the current panel.
402
 
    </para>
403
 
  </sect2>
404
 
 
405
 
  <sect2 id="panel-appearance">
406
 
    <title>Appearance</title>
407
 
 
408
 
    <variablelist>
409
 
      <varlistentry>
410
 
        <term>Size</term> 
411
 
        <listitem>
412
 
          <para>
413
 
            Choose the size in pixels for the panel. This is the height
414
 
            for horizontal panels and the width for vertical panels.
415
 
          </para>
416
 
        </listitem>
417
 
      </varlistentry> 
418
 
      <varlistentry>
419
 
        <term>Transparency</term> 
420
 
        <listitem>
421
 
          <para>
422
 
            If your system and the window manager support it, you can set the
423
 
            transparency level of the panel. You can also choose if you would 
424
 
            like the panel to become fully visible when the mouse moves over
425
 
            it.
426
 
          </para>
427
 
        </listitem>
428
 
      </varlistentry> 
429
 
    </variablelist>
430
 
  </sect2>
431
 
 
432
 
  <sect2 id="panel-position">
433
 
    <title>Position</title>
434
 
 
435
 
    <para>
436
 
      There are two ways to choose the position of a panel: use a fixed
437
 
      position or make a panel freely moveable.
438
 
    </para>
439
 
 
440
 
    <variablelist>
441
 
      <varlistentry>
442
 
        <term>Fixed Position</term> 
443
 
        <listitem>
444
 
          <para>
445
 
            A panel can be placed in one of twelve positions on the edge of
446
 
            the screen. You can choose whether the panel should be stretched
447
 
            to fit the entire width or height of the screen. When the autohide
448
 
            option is selected the panel will collapse to a thin line and
449
 
            reappear when the mouse is moved over it.
450
 
          </para>
451
 
        </listitem>
452
 
      </varlistentry> 
453
 
      <varlistentry>
454
 
        <term>Freely Moveable</term> 
455
 
        <listitem>
456
 
          <para>
457
 
            A freely moveable panel has one or two move handles by which you
458
 
            can drag the panel anywhere on the screen. You can select the
459
 
            orientation and where to put a move handle (on one or both sides
460
 
            of the panel).
461
 
          </para>
462
 
        </listitem>
463
 
      </varlistentry> 
464
 
    </variablelist>
465
 
  </sect2>
466
 
 
467
 
  <sect2 id="panel-monitor">
468
 
    <title>Select Monitor</title>
469
 
 
470
 
    <para>
471
 
      If you use a Xinerama or multihead setup, you can choose on which
472
 
      monitor you would like the panel to appear.
473
 
    </para>
474
 
  </sect2>
475
 
 
476
 
</sect1>
477
 
 
478
 
<sect1 id="panel-advanced">
479
 
  <title>Advanced Configuration</title>
480
 
 
481
 
  <sect2 id="panel-config-files">
482
 
    <title>Configuration Files</title>
483
 
    
484
 
    <para>
485
 
      Xfce uses the Basedir Specification as defined on 
486
 
      <ulink url="http://freedesktop.org">Freedesktop.org</ulink> to locate its
487
 
      data and configuration files. This means that file locations will be 
488
 
      specified as a path relative to the directories described in the 
489
 
      specification.
490
 
    </para>
491
 
 
492
 
    <variablelist>
493
 
      <varlistentry>
494
 
        <term>${XDG_CONFIG_HOME}</term>
495
 
        <listitem>
496
 
          <para>
497
 
            The first base directory to look for configuration 
498
 
            files. By default this is set to <filename
499
 
              role="directory">~/.config/</filename>.
500
 
          </para>
501
 
        </listitem>
502
 
      </varlistentry>
503
 
 
504
 
      <varlistentry>
505
 
        <term>${XDG_CONFIG_DIRS}</term>
506
 
        <listitem>
507
 
          <para>
508
 
            A list of system directories that contain configuration data. By 
509
 
            default the panel will look in <filename 
510
 
              role="directory">${sysconfdir}/xdg/</filename> and 
511
 
            <filename role="directory">/etc/xdg/</filename>. The value of
512
 
            ${sysconfdir} depends on how the program was build and will often be
513
 
            <filename role="directory">/etc/</filename> for binary packages.
514
 
          </para>
515
 
        </listitem>
516
 
      </varlistentry>
517
 
    
518
 
      <varlistentry>
519
 
        <term>&lt;basedir&gt;/xfce4/panel/panels.xml</term>
520
 
        <listitem>
521
 
          <para>
522
 
            This is the location of the xml configuration file that describes 
523
 
            the contents of the panel, relative to the base directories metioned 
524
 
            above.
525
 
          </para>
526
 
        </listitem>
527
 
      </varlistentry>
528
 
      
529
 
      <varlistentry>
530
 
        <term>&lt;basedir&gt;/xfce4/kiosk/kioskrc</term>
531
 
        <listitem>
532
 
          <para>
533
 
            Kiosk Mode configuration file. See <ulink
534
 
              url="#panel-kiosk">below</ulink> for an explanation.
535
 
          </para>
536
 
        </listitem>
537
 
      </varlistentry>
538
 
    </variablelist>
539
 
 
540
 
    <para>
541
 
      None of the configuration files, except <filename>kioskrc</filename>, are 
542
 
      designed to be edited by hand; in fact the changes will be overwritten if 
543
 
      you edit them while the panel is running.
544
 
    </para>
545
 
  </sect2>
546
 
 
547
 
  <sect2 id="panel-data-files">
548
 
    <title>Data Files</title>
549
 
    
550
 
    <para>
551
 
      The Xfce Panel will look under the data directories specified by the 
552
 
      Basedir Specification for data files, such as panel plugin description
553
 
      files.
554
 
    </para>
555
 
 
556
 
    <variablelist>
557
 
      <varlistentry>
558
 
        <term>${XDG_DATA_HOME}</term>
559
 
        <listitem>
560
 
          <para>
561
 
            The first base directory to look for panel plugin files. By 
562
 
            default this is set to <filename 
563
 
              role="directory">~/.local/share/</filename>.
564
 
          </para>
565
 
        </listitem>
566
 
      </varlistentry>
567
 
      <varlistentry>
568
 
        <term>${XDG_DATA_DIRS}</term>
569
 
        <listitem>
570
 
          <para>
571
 
            A list of system directories that contain data files.  By default 
572
 
            this is <filename role="directory">/usr/share</filename> and 
573
 
            <filename role="directory">/usr/local/share</filename>.
574
 
          </para>
575
 
        </listitem>
576
 
      </varlistentry>
577
 
    </variablelist>
578
 
  </sect2>
579
 
 
580
 
  <sect2 id="panel-kiosk">
581
 
    <title>Kiosk Mode</title>
582
 
 
583
 
    <para>
584
 
      The panel now has support for Kiosk Mode, that will prevent users from 
585
 
      making changes to their panel configuration. To use it you have to edit 
586
 
      or create the file 
587
 
      <filename>${sysconfdir}/xdg/xfce4/kiosk/kioskrc</filename>.
588
 
    </para>
589
 
 
590
 
    <para>
591
 
      The best way to explain the format of this file is by using an example. 
592
 
      The xfce4-panel section of your kioskrc might look like this:
593
 
    </para>
594
 
 
595
 
<programlisting>
596
 
[xfce4-panel]
597
 
CustomizePanel=%powerusers,foo
598
 
</programlisting>
599
 
 
600
 
    <para>
601
 
      This allows only users in the group powerusers and the user foo to 
602
 
      customize their panels.
603
 
    </para>
604
 
  </sect2>
605
 
  
606
 
</sect1>
607
 
  
608
 
<sect1 id="panel-copyright">
609
 
  <title>About &app;</title>
610
 
 
611
 
  <para>
612
 
    The maintainers of &app; are Jasper Huijsmans
613
 
    <email>jasper@xfce.org</email> and Nick Schermer
614
 
    <email>nick@xfce.org</email>. For more information about Xfce and its
615
 
    components, visit the 
616
 
    <ulink url="http://www.xfce.org" type="http">Xfce web site</ulink>.
617
 
  </para>
618
 
 
619
 
  <para>
620
 
    To report a bug or make a suggestion regarding this application or this 
621
 
    manual, please use the bug tracking system at 
622
 
    <ulink url="http://bugzilla.xfce.org/" 
623
 
           type="http">http://bugzilla.xfce.org/</ulink>. 
624
 
  </para>
625
 
 
626
 
  <para>
627
 
    If you have questions about the use or installation of this package, please 
628
 
    ask on the 
629
 
    <ulink url="http://foo-projects.org/mailman/listinfo/xfce"
630
 
           type="http">xfce</ulink> mailing list. Development discussion takes
631
 
    place on the 
632
 
    <ulink url="http://foo-projects.org/mailman/listinfo/xfce4-dev"
633
 
           type="http">xfce4-dev</ulink> mailing list.
634
 
  </para>
635
 
    
636
 
  <para>
637
 
    &app; is distributed under the terms of the GNU General Public License as 
638
 
    published by the Free Software Foundation; either version 2 of the License, 
639
 
    or (at your option) any later version.
640
 
  </para>
641
 
 
642
 
  <para>
643
 
    You should have received a copy of the GNU General Public License along with
644
 
    this program; if not, write to the Free Software Foundation, Inc., 
645
 
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
646
 
  </para>
647
 
 
648
 
</sect1>
649
 
 
650
 
</article>