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

« back to all changes in this revision

Viewing changes to debian/patches/704724_fix_refers-to-autostart.sh.patch

  • 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
commit c94992179e99f4088f3a1cb8e304a9fb6035170d
 
2
Author: John Vogel <jvogel4@stny.rr.com>
 
3
Date:   Sat Mar 17 12:33:24 2012 -0400
 
4
 
 
5
    Update manpage to current version. (Fix bug 5444)
 
6
 
 
7
diff --git a/doc/openbox.1.in b/doc/openbox.1.in
 
8
index d508e8c..bd3747f 100644
 
9
--- a/doc/openbox.1.in
 
10
+++ b/doc/openbox.1.in
 
11
@@ -58,11 +58,14 @@ to ~/.config/openbox and edit it to your liking.
 
12
 .PP 
 
13
 These are the possible options that \fBopenbox\fR accepts: 
 
14
 .IP "\fB\-\-help\fP" 10 
 
15
-Show a summary of the options available. 
 
16
+Show a summary of the command line options available 
 
17
+and exit. 
 
18
 .IP "\fB\-\-version\fP" 10 
 
19
-Show the version of the program. 
 
20
+Show the version of the program and exit. 
 
21
 .IP "\fB\-\-replace\fP" 10 
 
22
 Replace the currently running window manager. 
 
23
+.IP "\fB\-\-config-file FILE\fP" 10 
 
24
+Specify the path to the config file to use. 
 
25
 .IP "\fB\-\-reconfigure\fP" 10 
 
26
 If Openbox is already running on the display, tell it to 
 
27
 reload its configuration. 
 
28
@@ -70,14 +73,20 @@ reload its configuration.
 
29
 If Openbox is already running on the display, tell it to 
 
30
 restart. This is useful if you have upgraded Openbox and don't 
 
31
 want to restart X. 
 
32
+.IP "\fB\-\-exit\fP" 10 
 
33
+Exit Openbox. 
 
34
 .IP "\fB\-\-sm-disable\fP" 10 
 
35
 Do not connect to the session manager. 
 
36
 .IP "\fB\-\-sync\fP" 10 
 
37
 Run in synchronous mode (for debugging). 
 
38
+.IP "\fB\-\-startup CMD\fP" 10 
 
39
+Run CMD after starting. 
 
40
 .IP "\fB\-\-debug\fP" 10 
 
41
 Display debugging output. 
 
42
 .IP "\fB\-\-debug-focus\fP" 10 
 
43
 Display debugging output for focus handling. 
 
44
+.IP "\fB\-\-debug-session\fP" 10 
 
45
+Display debugging output for session management. 
 
46
 .IP "\fB\-\-debug-xinerama\fP" 10 
 
47
 Split the display into two fake xinerama regions, if 
 
48
 xinerama is not already enabled. This is for debugging 
 
49
@@ -92,4 +101,4 @@ The program's full documentation is available on the website:
 
50
 .PP 
 
51
 Please report bugs to: \fBhttp://bugzilla.icculus.org/ 
 
52
 \fP 
 
53
-.\" created by instant / docbook-to-man, Wed 06 Jan 2010, 13:40 
 
54
+.\" created by instant / docbook-to-man, Sun 30 Sep 2012, 17:58 
 
55
diff --git a/doc/openbox.1.sgml b/doc/openbox.1.sgml
 
56
index 275c324..281f2a0 100644
 
57
--- a/doc/openbox.1.sgml
 
58
+++ b/doc/openbox.1.sgml
 
59
@@ -106,13 +106,14 @@ manpage.1: manpage.sgml
 
60
       <varlistentry>
 
61
         <term><option>--help</option></term>
 
62
         <listitem>
 
63
-          <para>Show a summary of the options available.</para>
 
64
+          <para>Show a summary of the command line options available
 
65
+            and exit.</para>
 
66
         </listitem>
 
67
       </varlistentry>
 
68
       <varlistentry>
 
69
         <term><option>--version</option></term>
 
70
         <listitem>
 
71
-          <para>Show the version of the program.</para>
 
72
+          <para>Show the version of the program and exit.</para>
 
73
         </listitem>
 
74
       </varlistentry>
 
75
       <varlistentry>
 
76
@@ -122,6 +123,12 @@ manpage.1: manpage.sgml
 
77
         </listitem>
 
78
       </varlistentry>
 
79
       <varlistentry>
 
80
+        <term><option>--config-file FILE</option></term>
 
81
+        <listitem>
 
82
+          <para>Specify the path to the config file to use.</para>
 
83
+        </listitem>
 
84
+      </varlistentry>
 
85
+      <varlistentry>
 
86
         <term><option>--reconfigure</option></term>
 
87
         <listitem>
 
88
           <para>If Openbox is already running on the display, tell it to
 
89
@@ -137,6 +144,12 @@ manpage.1: manpage.sgml
 
90
         </listitem>
 
91
       </varlistentry>
 
92
       <varlistentry>
 
93
+        <term><option>--exit</option></term>
 
94
+        <listitem>
 
95
+          <para>Exit Openbox.</para>
 
96
+        </listitem>
 
97
+      </varlistentry>
 
98
+      <varlistentry>
 
99
         <term><option>--sm-disable</option></term>
 
100
         <listitem>
 
101
           <para>Do not connect to the session manager.</para>
 
102
@@ -149,6 +162,12 @@ manpage.1: manpage.sgml
 
103
         </listitem>
 
104
       </varlistentry>
 
105
       <varlistentry>
 
106
+        <term><option>--startup CMD</option></term>
 
107
+        <listitem>
 
108
+          <para>Run CMD after starting.</para>
 
109
+        </listitem>
 
110
+      </varlistentry>
 
111
+      <varlistentry>
 
112
         <term><option>--debug</option></term>
 
113
         <listitem>
 
114
           <para>Display debugging output.</para>
 
115
@@ -161,6 +180,12 @@ manpage.1: manpage.sgml
 
116
         </listitem>
 
117
       </varlistentry>
 
118
       <varlistentry>
 
119
+        <term><option>--debug-session</option></term>
 
120
+        <listitem>
 
121
+          <para>Display debugging output for session management.</para>
 
122
+        </listitem>
 
123
+      </varlistentry>
 
124
+      <varlistentry>
 
125
         <term><option>--debug-xinerama</option></term>
 
126
         <listitem>
 
127
           <para>Split the display into two fake xinerama regions, if
 
128
--- a/doc/openbox-session.1.in
 
129
+++ b/doc/openbox-session.1.in
 
130
@@ -12,8 +12,8 @@ to save your state from one log in to th
 
131
 arguments. 
 
132
 .PP 
 
133
 On log in, \fBopenbox-session\fR will run the 
 
134
-~/.config/openbox/autostart.sh script if it exists, and will run the 
 
135
-system-wide script @configdir@/openbox/autostart.sh otherwise. You may 
 
136
+~/.config/openbox/autostart script if it exists, and will run the 
 
137
+system-wide script @configdir@/openbox/autostart otherwise. You may 
 
138
 place anything you want to run automatically in those files, for example: 
 
139
  
 
140
 .PP 
 
141
@@ -27,7 +27,7 @@ gnome-settings-daemon &
 
142
 .PP 
 
143
 Make sure that each line is followed by a "&" or else the script will 
 
144
 stop there and further commands will not be executed. You can use the 
 
145
-@configdir@/openbox/autostart.sh file as an example for creating your 
 
146
+@configdir@/openbox/autostart file as an example for creating your 
 
147
 own. 
 
148
 .SH "SEE ALSO" 
 
149
 .PP 
 
150
--- a/doc/openbox-session.1.sgml
 
151
+++ b/doc/openbox-session.1.sgml
 
152
@@ -44,8 +44,8 @@ manpage.1: manpage.sgml
 
153
       arguments.</para>
 
154
 
 
155
     <para>On log in, <command>&dhpackage;</command> will run the
 
156
-      ~/.config/openbox/autostart.sh script if it exists, and will run the
 
157
-      system-wide script @configdir@/openbox/autostart.sh otherwise. You may
 
158
+      ~/.config/openbox/autostart script if it exists, and will run the
 
159
+      system-wide script @configdir@/openbox/autostart otherwise. You may
 
160
       place anything you want to run automatically in those files, for example:
 
161
       </para>
 
162
 
 
163
@@ -55,7 +55,7 @@ manpage.1: manpage.sgml
 
164
 
 
165
     <para>Make sure that each line is followed by a "&" or else the script will
 
166
       stop there and further commands will not be executed. You can use the
 
167
-      @configdir@/openbox/autostart.sh file as an example for creating your
 
168
+      @configdir@/openbox/autostart file as an example for creating your
 
169
       own.</para>
 
170
 
 
171
   </refsect1>
 
172