Merge lp:~vanvugt/compiz/fix-1015422 into lp:compiz/0.9.8

Proposed by Daniel van Vugt
Status: Merged
Merged at revision: 3256
Proposed branch: lp:~vanvugt/compiz/fix-1015422
Merge into: lp:compiz/0.9.8
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/decor/decor.xml.in (+1/-1)
To merge this branch: bzr merge lp:~vanvugt/compiz/fix-1015422
Reviewer Review Type Date Requested Status
Sam Spilsbury Approve
Review via email: mp+111164@code.launchpad.net

Description of the change

Don't waste memory leaving /bin/sh running for the lifetime of the decorator.
(LP: #1015422)

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'plugins/decor/decor.xml.in'
--- plugins/decor/decor.xml.in 2012-06-18 06:22:29 +0000
+++ plugins/decor/decor.xml.in 2012-06-20 07:50:33 +0000
@@ -100,7 +100,7 @@
100 <option name="command" type="string">100 <option name="command" type="string">
101 <_short>Command</_short>101 <_short>Command</_short>
102 <_long>Decorator command line that is executed if no decorator is already running. Use prefix "./" if you want the program run from the compiz bin directory.</_long>102 <_long>Decorator command line that is executed if no decorator is already running. Use prefix "./" if you want the program run from the compiz bin directory.</_long>
103 <default>./compiz-decorator</default>103 <default>exec \"$COMPIZ_BIN_PATH/compiz-decorator\"</default>
104 </option>104 </option>
105 <option name="mipmap" type="bool">105 <option name="mipmap" type="bool">
106 <_short>Mipmap</_short>106 <_short>Mipmap</_short>

Subscribers

People subscribed via source and target branches