Merge lp:~compiz-team/compiz/compiz.fix_1046199.2 into lp:compiz/0.9.8

Proposed by Timo Jyrinki
Status: Merged
Approved by: Sam Spilsbury
Approved revision: 3337
Merged at revision: 3342
Proposed branch: lp:~compiz-team/compiz/compiz.fix_1046199.2
Merge into: lp:compiz/0.9.8
Diff against target: 50 lines (+4/-4)
4 files modified
compizconfig/integration/gnome/gsettings/org.compiz.integrated.gschema.xml (+1/-1)
gtk/gnome/50-compiz-launchers.xml.in (+1/-1)
postinst/convert-files/compiz-profile-Default.convert (+1/-1)
postinst/convert-files/compiz-profile-active-Default.convert (+1/-1)
To merge this branch: bzr merge lp:~compiz-team/compiz/compiz.fix_1046199.2
Reviewer Review Type Date Requested Status
jenkins (community) continuous-integration Approve
Sam Spilsbury Approve
Review via email: mp+122833@code.launchpad.net

Commit message

Partial fix to LP: #1046199 / LP: #1046190 fixing launch terminal functionality and making show-hud default key visible.

Description of the change

Related to bug 1046199 / bug 1046190 a partial fix. Fixes the org.compiz.integrated launch terminal binding to become functional and the show-hud default to be correctly written so that the default becomes visible in keybindings.

Works in co-operation with lp:~compiz-team/compiz/compiz.fix_1046199.1

To post a comment you must log in.
Revision history for this message
Sam Spilsbury (smspillaz) wrote :

LGTM

review: Approve
Revision history for this message
jenkins (martin-mrazik+qa) wrote :
review: Approve (continuous-integration)
Revision history for this message
Unity Merger (unity-merger) wrote :

The Jenkins job https://jenkins.qa.ubuntu.com/job/automerge-compiz-core/161/console reported an error when processing this lp:~compiz-team/compiz/compiz.fix_1046199.2 branch.
Not merging it.

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

Finished: SUCCESS

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'compizconfig/integration/gnome/gsettings/org.compiz.integrated.gschema.xml'
--- compizconfig/integration/gnome/gsettings/org.compiz.integrated.gschema.xml 2012-08-22 09:15:24 +0000
+++ compizconfig/integration/gnome/gsettings/org.compiz.integrated.gschema.xml 2012-09-05 10:08:29 +0000
@@ -104,7 +104,7 @@
104 <default>["Disabled"]</default>104 <default>["Disabled"]</default>
105 </key>105 </key>
106 <key type="as" name="show-hud">106 <key type="as" name="show-hud">
107 <default>["Alt"]</default>107 <default>["&lt;Alt&gt;"]</default>
108 </key>108 </key>
109 </schema>109 </schema>
110</schemalist>110</schemalist>
111111
=== modified file 'gtk/gnome/50-compiz-launchers.xml.in'
--- gtk/gnome/50-compiz-launchers.xml.in 2012-08-15 14:09:32 +0000
+++ gtk/gnome/50-compiz-launchers.xml.in 2012-09-05 10:08:29 +0000
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="UTF-8"?>1<?xml version="1.0" encoding="UTF-8"?>
2<KeyListEntries schema="org.compiz.integrated" wm_name="Compiz" group="system" _name="Launchers" package="compiz">2<KeyListEntries schema="org.compiz.integrated" wm_name="Compiz" group="system" _name="Launchers" package="compiz">
33
4 <KeyListEntry name="exec" _description="Launch Terminal"/>4 <KeyListEntry name="run-command-terminal" _description="Launch Terminal"/>
55
6</KeyListEntries>6</KeyListEntries>
77
=== modified file 'postinst/convert-files/compiz-profile-Default.convert'
--- postinst/convert-files/compiz-profile-Default.convert 2012-09-03 07:19:30 +0000
+++ postinst/convert-files/compiz-profile-Default.convert 2012-09-05 10:08:29 +0000
@@ -110,7 +110,7 @@
110110
111111
112[org.compiz.integrated]112[org.compiz.integrated]
113exec = /apps/metacity/global_keybindings/run_command_terminal113run-command-terminal = /apps/metacity/global_keybindings/run_command_terminal
114run-command-screenshot = /apps/metacity/global_keybindings/run_command_screenshot114run-command-screenshot = /apps/metacity/global_keybindings/run_command_screenshot
115run-command-window-screenshot = /apps/metacity/global_keybindings/run_command_window_screenshot115run-command-window-screenshot = /apps/metacity/global_keybindings/run_command_window_screenshot
116panel-run-dialog = /apps/metacity/global_keybindings/panel_run_dialog116panel-run-dialog = /apps/metacity/global_keybindings/panel_run_dialog
117117
=== modified file 'postinst/convert-files/compiz-profile-active-Default.convert'
--- postinst/convert-files/compiz-profile-active-Default.convert 2012-09-03 07:19:30 +0000
+++ postinst/convert-files/compiz-profile-active-Default.convert 2012-09-05 10:08:29 +0000
@@ -110,7 +110,7 @@
110110
111111
112[org.compiz.integrated]112[org.compiz.integrated]
113exec = /apps/metacity/global_keybindings/run_command_terminal113run-command-terminal = /apps/metacity/global_keybindings/run_command_terminal
114run-command-screenshot = /apps/metacity/global_keybindings/run_command_screenshot114run-command-screenshot = /apps/metacity/global_keybindings/run_command_screenshot
115run-command-window-screenshot = /apps/metacity/global_keybindings/run_command_window_screenshot115run-command-window-screenshot = /apps/metacity/global_keybindings/run_command_window_screenshot
116panel-run-dialog = /apps/metacity/global_keybindings/panel_run_dialog116panel-run-dialog = /apps/metacity/global_keybindings/panel_run_dialog

Subscribers

People subscribed via source and target branches