Comprehensively rename to Mutter
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.
2009-06-10 06:29:20 -04:00
|
|
|
<gconfschemafile>
|
|
|
|
<schemalist>
|
|
|
|
|
|
|
|
<!-- General preferences -->
|
|
|
|
|
|
|
|
<schema>
|
|
|
|
<key>/schemas/apps/mutter/general/overlay_key</key>
|
2009-09-03 14:47:22 -04:00
|
|
|
<applyto>/apps/mutter/general/overlay_key</applyto>
|
|
|
|
<owner>mutter</owner>
|
Comprehensively rename to Mutter
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.
2009-06-10 06:29:20 -04:00
|
|
|
<type>string</type>
|
2009-09-07 14:27:09 -04:00
|
|
|
<default>Super_L</default>
|
Comprehensively rename to Mutter
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.
2009-06-10 06:29:20 -04:00
|
|
|
<locale name="C">
|
|
|
|
<short>Modifier to use for extended window management operations</short>
|
|
|
|
<long>
|
|
|
|
This key will initiate the "overlay", which is a combination window
|
|
|
|
overview and application launching system. The default is intended
|
|
|
|
to be the "Windows key" on PC hardware.
|
|
|
|
|
|
|
|
It's expected that this binding either the default or set to
|
|
|
|
the empty string.
|
|
|
|
</long>
|
|
|
|
</locale>
|
|
|
|
</schema>
|
|
|
|
|
2010-09-10 05:55:20 -04:00
|
|
|
<schema>
|
|
|
|
<key>/schemas/apps/mutter/general/attach_modal_dialogs</key>
|
|
|
|
<applyto>/apps/mutter/general/attach_modal_dialogs</applyto>
|
|
|
|
<owner>mutter</owner>
|
|
|
|
<type>bool</type>
|
|
|
|
<default>false</default>
|
|
|
|
<locale name="C">
|
|
|
|
<short>Attach modal dialogs</short>
|
|
|
|
<long>
|
|
|
|
When true, instead
|
|
|
|
of having independent titlebars, modal dialogs appear attached to the titlebar
|
|
|
|
of the parent window and are moved together with the parent window.
|
|
|
|
</long>
|
|
|
|
</locale>
|
|
|
|
</schema>
|
|
|
|
|
Comprehensively rename to Mutter
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.
2009-06-10 06:29:20 -04:00
|
|
|
<schema>
|
|
|
|
<key>/schemas/apps/mutter/general/live_hidden_windows</key>
|
|
|
|
<applyto>/apps/mutter/general/live_hidden_windows</applyto>
|
|
|
|
<owner>mutter</owner>
|
|
|
|
<type>bool</type>
|
|
|
|
<default>false</default>
|
|
|
|
<locale name="C">
|
|
|
|
<short>Live Hidden Windows</short>
|
|
|
|
<long>
|
|
|
|
Determines whether hidden windows (i.e., minimized windows and
|
|
|
|
windows on other workspaces than the current one) should be kept
|
|
|
|
alive.
|
|
|
|
</long>
|
|
|
|
</locale>
|
|
|
|
</schema>
|
|
|
|
</schemalist>
|
|
|
|
</gconfschemafile>
|