chiark / gitweb /
Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/disorder
[disorder] / doc / disobedience.1.in
CommitLineData
460b9539 1.\"
67b1beae 2.\" Copyright (C) 2004-2009 Richard Kettlewell
460b9539 3.\"
e7eb3a27 4.\" This program is free software: you can redistribute it and/or modify
460b9539 5.\" it under the terms of the GNU General Public License as published by
e7eb3a27 6.\" the Free Software Foundation, either version 3 of the License, or
460b9539 7.\" (at your option) any later version.
e7eb3a27
RK
8.\"
9.\" This program is distributed in the hope that it will be useful,
10.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12.\" GNU General Public License for more details.
13.\"
460b9539 14.\" You should have received a copy of the GNU General Public License
e7eb3a27 15.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
460b9539 16.\"
17.TH disobedience 1
18.SH NAME
19disobedience \- GUI client for DisOrder jukebox
20.SH SYNOPSIS
21.B disobedience
22.RI [ OPTIONS ]
23.SH DESCRIPTION
24.B disobedience
d8e369d5 25is a graphical client for DisOrder.
460b9539 26.PP
67b1beae
RK
27Please refer to Disobedience's HTML manual for further information. This can
28be found at dochtmldir/index.html.
d8e369d5
RK
29.SH OPTIONS
30.TP
0d350ff0 31.B \-\-config \fIPATH\fR, \fB\-c \fIPATH
c0c23a60
RK
32Set the configuration file.
33The default is
8ab2aa9f
MW
34given by the
35.B DISORDER_CONFIG
36environment variable, defaulting to
d8e369d5
RK
37.IR pkgconfdir/config .
38.TP
af52ec84
MW
39.B \-\-user-config \fIPATH\fR, \fB\-u \fIPATH
40Set the user configuration file.
41THe default is given by the
42.B DISORDER_USERCONFIG
43environment variable, defaulting to
44.IR $HOME/.disorder/passwd .
45.TP
0d350ff0 46.B \-\-debug\fR, \fB\-d
d8e369d5
RK
47Enable debugging.
48.TP
0d350ff0 49.B \-\-help\fR, \fB\-h
d8e369d5
RK
50Display a usage message.
51.TP
0d350ff0 52.B \-\-version\fR, \fB\-V
d8e369d5
RK
53Display version number.
54.SS "GTK+ Options"
c0c23a60
RK
55Additional options are supported by the GTK+ library.
56Refer to GTK+ documentation for further information.
57Under X11 they include:
d8e369d5 58.TP
0d350ff0 59.B \-\-display \fIDISPLAY\fR
d8e369d5
RK
60The X display to use.
61.TP
0d350ff0 62.B \-\-screen \fISCREEN\fR
d8e369d5
RK
63The screen number to use.
64.\" If know enough to use it you know enough to find it
65.\" .TP
0d350ff0 66.\" .B \-\-sync
d8e369d5 67.\" Make all X requests synchronously.
460b9539 68.SH "SEE ALSO"
0d350ff0 69.BR disorder\-playrtp (1),
460b9539 70.BR disorder_config (5)
71.PP
d8e369d5
RK
72.B http://www.greenend.org.uk/rjk/disorder/
73.br
74- DisOrder home page
75.PP
0d350ff0 76.B http://www.gtk.org/api/2.6/gtk/gtk\-x11.html
460b9539 77.br
78- Using GTK+ on the X Window System
79.\" Local Variables:
80.\" mode:nroff
81.\" fill-column:79
82.\" End: