File compiz-no-gnome-terminal-key.patch of Package compiz
--- a/plugins/gnomecompat/gnomecompat.xml.in
+++ b/plugins/gnomecompat/gnomecompat.xml.in
@@ -45,17 +45,6 @@
<_long>Take a screenshot of a window</_long>
<default><Alt>Print</default>
</option>
- <_short>Run terminal command</_short>
- <option name="command_terminal" type="string">
- <_short>Terminal command line</_short>
- <_long>Terminal command line</_long>
- <default>gnome-terminal</default>
- </option>
- <option name="run_command_terminal_key" type="key">
- <_short>Open a terminal</_short>
- <_long>Open a terminal</_long>
- <default><Control><Alt>T</default>
- </option>
</group>
</options>
</plugin>
--- a/plugins/gnomecompat/src/gnomecompat.cpp
+++ b/plugins/gnomecompat/src/gnomecompat.cpp
@@ -117,7 +117,6 @@ GnomeCompatScreen::GnomeCompatScreen (Co
optionSetRunKeyInitiate (showRunDialog);
optionSetRunCommandScreenshotKeyInitiate (COMMAND_BIND (GnomecompatOptions::CommandScreenshot));
optionSetRunCommandWindowScreenshotKeyInitiate (COMMAND_BIND (GnomecompatOptions::CommandWindowScreenshot));
- optionSetRunCommandTerminalKeyInitiate (COMMAND_BIND (GnomecompatOptions::CommandTerminal));
}