51a6467968
Code: All references in the code not related to themes, keybindings, or GConf were changed from 'metacity' to 'mutter'. This includes, among other things, strings, comments, the atoms used in the message protocol, and the envvars used for debugging. The GConf schema file was reduced to the 3 settings new to mutter. The overall version was brought up to 2.27 to match current gnome. Structure: All files named '*metacity*' were renamed '*mutter*' with appropriate changes in the automake system. Files removed are doc/creating_themes, src/themes, doc/metacity-theme.dtd, metacity.doap. These files will eventually end up in an external gnome-wm-data module. Installation location: On the filesystem the mutter-plugindir was change from $(libdir)/metacity/plugins/clutter to just $(libdir)/mutter/plugins. The mutter-plugins.pc.in reflects these changes. Note: mutter.desktop.in and mutter-wm.desktop both continue to have X-GNOME-WMSettingsModule=metacity set. This allows gnome-control-center to continue using libmetacity.so for configuration. This is fine since most the general keybindings and wm settings are being read from /apps/metacity/* in gconf.
61 lines
2.2 KiB
Groff
61 lines
2.2 KiB
Groff
.\" Hey, EMACS: -*- nroff -*-
|
|
.\" First parameter, NAME, should be all caps
|
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
|
.\" other parameters are allowed: see man(7), man(1)
|
|
.\" -----
|
|
.\" This file was confirmed to be licenced under the GPL
|
|
.\" by its author and copyright holder, Akira TAGOH, on June 1st 2008:
|
|
.\"
|
|
.\" > I'm comfortable with DFSG-free. that sounds great if you think it's
|
|
.\" > useful and worth containing it in upstream.
|
|
.\" ...
|
|
.\" > Right I know. any licenses that is DFSG-free, I'm ok with whatever,
|
|
.\" > since I have contributed that for Debian. so GPL is no problem for me.
|
|
.\" -----
|
|
.TH MUTTER\-MESSAGE 1 "28 August 2002"
|
|
.\" Please adjust this date whenever revising the manpage.
|
|
.\"
|
|
.\" Some roff macros, for reference:
|
|
.\" .nh disable hyphenation
|
|
.\" .hy enable hyphenation
|
|
.\" .ad l left justify
|
|
.\" .ad b justify to both left and right margins
|
|
.\" .nf disable filling
|
|
.\" .fi enable filling
|
|
.\" .br insert line break
|
|
.\" .sp <n> insert n+1 empty lines
|
|
.\" for manpage-specific macros, see man(7)
|
|
.SH NAME
|
|
MUTTER\-MESSAGE \- a command to send a message to Mutter
|
|
.SH SYNOPSIS
|
|
.B MUTTER\-MESSAGE
|
|
[restart|reload\-theme|enable\-keybindings|disable\-keybindings]
|
|
.SH DESCRIPTION
|
|
This manual page documents briefly the
|
|
.B mutter\-message\fP.
|
|
This manual page was written for the Debian distribution
|
|
because the original program does not have a manual page.
|
|
.PP
|
|
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
|
|
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
|
|
.\" respectively.
|
|
\fBmutter\-message\fP send a specified message to \fBmutter\fP(1).
|
|
.SH OPTIONS
|
|
.TP
|
|
.B restart
|
|
Restart \fBmutter\fP(1) which is running.
|
|
.TP
|
|
.B reload-theme
|
|
Reload a theme which is specified on gconf database.
|
|
.TP
|
|
.B enable-keybindings
|
|
Enable all of keybindings which is specified on gconf database.
|
|
.TP
|
|
.B disable-keybindings
|
|
Disable all of keybindings which is specified on gconf database.
|
|
.SH SEE ALSO
|
|
.BR mutter (1)
|
|
.SH AUTHOR
|
|
This manual page was written by Akira TAGOH <tagoh@debian.org>,
|
|
for the Debian GNU/Linux system (but may be used by others).
|