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

« back to all changes in this revision

Viewing changes to debian/gdm-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
 
gdm-control <option>
8
 
 
9
 
=head1 DESCRIPTION
10
 
 
11
 
gdm-control lets you control gdm from within an X session.
12
 
It enables you to change GDM's behaviour for when you end the current sesson.
13
 
For instance, you can tell GDM to reboot, and then immediately log out
14
 
of the current session, and the computer will be rebooted.
15
 
 
16
 
=head1 OPTIONS
17
 
 
18
 
=over 5
19
 
 
20
 
=item B<< --help >>
21
 
 
22
 
Display some help and exit.
23
 
 
24
 
=item B<< --none >>
25
 
 
26
 
Do nothing special when the current session ends.
27
 
 
28
 
=item B<< --shutdown >>
29
 
 
30
 
Shutdown the computer when the current session ends.
31
 
 
32
 
=item B<< --reboot >>
33
 
 
34
 
eboot the computer when the current session ends.
35
 
 
36
 
=item B<< --suspend >>
37
 
 
38
 
Suspend the computer when the current session ends.
39
 
 
40
 
=item B<< --switch-user >>
41
 
 
42
 
Log in as a new user (this works immediately).
43
 
 
44
 
=back
45
 
 
46
 
=head1 AUTHORS
47
 
 
48
 
Openbox was written by Mikael Magnusson <mangosoft@comhem.se> and Dana Jansens
49
 
<danakj@orodu.net>, aided by several contributors; for a full list read the
50
 
file AUTHORS.
51
 
 
52
 
This manual page was written by Nico Golde <nion@debian.org>
53
 
 
54
 
=head1 COPYRIGHT
55
 
 
56
 
This program is free software; you can redistribute it and/or modify it
57
 
under the terms of the GNU General Public License as published by the
58
 
Free Software Foundation; either version 2, or (at your option) any
59
 
later version.
60
 
 
61
 
On Debian GNU/Linux systems, the complete text of the GNU General
62
 
Public License can be found in `/usr/share/common-licenses/GPL'.
63
 
 
64
 
=cut