summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAles Kozumplik <akozumpl@redhat.com>2010-05-05 11:36:56 +0200
committerAles Kozumplik <akozumpl@redhat.com>2010-05-06 13:02:06 +0200
commitb332af6bc3f3c26ae9d87d529a3c0dd5d96ad2a9 (patch)
treee9d7c5d02a1692d526743189d65e04968d06f234 /scripts
parentacb6d969631483d44c42030f0ac30d1354dd02d9 (diff)
downloadanaconda-b332af6bc3f3c26ae9d87d529a3c0dd5d96ad2a9.tar.gz
anaconda-b332af6bc3f3c26ae9d87d529a3c0dd5d96ad2a9.tar.xz
anaconda-b332af6bc3f3c26ae9d87d529a3c0dd5d96ad2a9.zip
gui: don't let metacity display the title right-click menu (#588642).
Nobody wants to see "move to desktop 3" in installer. Also disables Alt-F4 shortcut to close arbitrary windows, only we decide when to close them.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 1e6d8e888..f7558625d 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -948,6 +948,20 @@ cat > $GCONF_RULES_FILE <<EOF
<string>:</string>
</value>
</entry>
+ <entry>
+ <key>metacity/general/action_right_click_titlebar</key>
+ <schema_key>/schemas/apps/metacity/general/action_right_click_titlebar</schema_key>
+ <value>
+ <string>none</string>
+ </value>
+ </entry>
+ <entry>
+ <key>metacity/window_keybindings/close</key>
+ <schema_key>/schemas/apps/metacity/window_keybindings/close</schema_key>
+ <value>
+ <string>disabled</string>
+ </value>
+ </entry>
</entrylist>
</gconfentryfile>