~ubuntu-branches/debian/sid/openbox/sid

« back to all changes in this revision

Viewing changes to debian/gnome-panel-control.pod

  • Committer: Package Import Robot
  • Author(s): Mateusz Łukasik
  • Date: 2013-07-23 08:37:08 UTC
  • Revision ID: package-import@ubuntu.com-20130723083708-mcye16x2l1xlr0v5
Tags: 3.5.0-8
* New maintainer. (Closes: #566900)
* Bump standard version and compat.
* Add python-xdg to dependences:
  + Fix XDG_DATA_DIRS not set when using openbox-gnome-session,
    (Closes: #647427)
  + Fix openbox: missing dependency: python-xdg. (Closes: #695432)
* Update config files:
  + Add debian/patches/704724_fix_refers-to-autostart.sh.patch to fix
    openbox-session(1) refers to autostart.sh files, (Closes: #704724)
  + Add debian/patches/644628_fix_autostart.patch to fix openbox: Please
    provide a way to disable openbox-xdg-autostart via config file.
    (Closes: #644628)
* Remove support for gdm-control and gnome-panel-control to fix
  openbox: gdm-control fails to execute. (Closes: #705793)
* Add 91_fix_loose_focus.patch: From upstream, focus the windows when the
   execute action is run. (Closes: #709439)
* Add patches from Arch Linux:
  + openbox-3.5.0-which-2.20.patch,
  + openbox-3.5.0-title-matching.patch.
* Add 658081_fix_kde_menu.patch:
  + fix bad KDE menu placement when running a KDE/Openbox
  session (Closes: #658081)
* Add add_automake1.11_support.patch: From upstream, add support
  automake 1.11 and newest.
* Switch to Vcs-Git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=head1 NAME
2
 
 
3
 
Openbox - standards compliant, fast, light-weight, extensible window manager.
4
 
 
5
 
=head1 SYNOPSIS
6
 
 
7
 
gnome-panel-control <option>
8
 
 
9
 
=head1 DESCRIPTION
10
 
 
11
 
As of GNOME 2.4, gnome-panel no longer manages its own key bindings, and
12
 
requires that the window manager provide its own key bindings for showing the
13
 
Main Menu and Run dialog. Openbox does this through the bundled
14
 
B<< gnome-panel-control >> tool, which can be used in keybindings to access the
15
 
gnome-panel. Use the B<< --main-menu >> option to display gnome-panel's menu,
16
 
and the B<< --run-dialog >> to display its Run dialog. 
17
 
 
18
 
=head1 OPTIONS
19
 
 
20
 
=over 5
21
 
 
22
 
=item B<< --help >>
23
 
 
24
 
Display some help and exit.
25
 
 
26
 
=item B<< --main-menu >>
27
 
 
28
 
Show the main menu.
29
 
 
30
 
=item B<< --run-dialog >>
31
 
 
32
 
Show the run dialog.
33
 
 
34
 
=back
35
 
 
36
 
=head1 AUTHORS
37
 
 
38
 
Openbox was written by Mikael Magnusson <mangosoft@comhem.se> and Ben Jansens
39
 
<ben@openbox.org>, aided by several contributors; for a full list read the
40
 
file AUTHORS.
41
 
 
42
 
This manual page was written by Tore Anderson <tore@debian.org>.
43
 
 
44
 
=head1 COPYRIGHT
45
 
 
46
 
This program is free software; you can redistribute it and/or modify it
47
 
under the terms of the GNU General Public License as published by the
48
 
Free Software Foundation; either version 2, or (at your option) any
49
 
later version.
50
 
 
51
 
On Debian GNU/Linux systems, the complete text of the GNU General
52
 
Public License can be found in `/usr/share/common-licenses/GPL'.
53
 
 
54
 
=cut