summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-27 15:57:39 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-27 15:57:39 -0500
commitef3dae97b7fdd53bc9cabb1c1010acecc4b45ae0 (patch)
treeb03e478409d051e4cdbef7cecfec851d9eb6642e /doc
parentd77392333122e8a4177d9e58088706920ea94181 (diff)
downloadgnome-session-ef3dae97b7fdd53bc9cabb1c1010acecc4b45ae0.tar.gz
Remove gnome-wm man page
Since the script is gone...
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am3
-rw-r--r--doc/man/gnome-session.11
-rw-r--r--doc/man/gnome-wm.151
3 files changed, 1 insertions, 54 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 8b668992..72f9a93b 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -1,8 +1,7 @@
man_MANS = \
gnome-session.1 \
gnome-session-properties.1 \
- gnome-session-save.1 \
- gnome-wm.1
+ gnome-session-save.1
EXTRA_DIST = \
$(man_MANS)
diff --git a/doc/man/gnome-session.1 b/doc/man/gnome-session.1
index cb4a4975..9dce5260 100644
--- a/doc/man/gnome-session.1
+++ b/doc/man/gnome-session.1
@@ -85,4 +85,3 @@ these on https://bugzilla.gnome.org.
.SH SEE ALSO
.BR gnome-session-properties(1)
.BR gnome-session-save(1)
-.BR gnome-wm(1)
diff --git a/doc/man/gnome-wm.1 b/doc/man/gnome-wm.1
deleted file mode 100644
index 88efb993..00000000
--- a/doc/man/gnome-wm.1
+++ /dev/null
@@ -1,51 +0,0 @@
-.\"
-.\" gnome-wm manual page.
-.\" (C) 2000 Miguel de Icaza (miguel@helixcode.com)
-.\" (C) 2009-2010 Vincent Untz (vuntz@gnome.org)
-.\"
-.TH GNOME-WM 1 "GNOME"
-.SH NAME
-gnome-wm \- Start the window manager configured by the user
-.SH SYNOPSIS
-.PP
-.B gnome-wm [--default-wm=WINDOWMANAGER] [--sm-client-id=ID]
-.SH DESCRIPTION
-The \fIgnome-wm\fP program starts the window manager configured by the
-user. If the user has not chosen a window manager it will launch a
-GNOME compliant window manager.
-.PP
-The user can define his preferred window manager with the
-\fB/desktop/gnome/session/required_components/windowmanager\fP GConf
-key. The value of this key should be the name of the desktop file of the
-desired window manager, without its \fB.desktop\fP extension. If this
-key is set to \fIgnome-wm\fP, then \fIgnome-wm\fP will simply look for
-an appropriate window manager. The user can also override the selection
-of a window manager by setting the \fBWINDOW_MANAGER\fP environment
-variable.
-.PP
-If the \fB--default-wm\fP option is used, \fIgnome-wm\fP will use
-\fIWINDOWMANAGER\fP as window manager if the \fBWINDOW_MANAGER\fP
-environment variable is not set and if the
-\fB/desktop/gnome/session/required_components/windowmanager\fP GConf
-key does not define a specific window manager, or if the configured
-window manager cannot be found.
-.PP
-The \fB--sm-client-id\fP option is translated to an appropriate option
-depending on which window manager will be started.
-.SH OPTIONS
-The following options are supported:
-.TP
-.I --default-wm=WINDOWMANAGER
-Define the default window manager to start if no window manager is
-configured, or if the configured window manager cannot be found.
-.TP
-.I --sm-client-id=ID
-Specify the session management \fIID\fP when connecting to the session manager.
-.SH ENVIRONMENT
-\fIgnome-wm\fP uses the value of the \fBWINDOW_MANAGER\fP environment
-variable to let the user override the configured window manager.
-.SH BUGS
-If you find bugs in the \fIgnome-wm\fP program, please report
-these on https://bugzilla.gnome.org.
-.SH SEE ALSO
-.BR gnome-session(1)