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
1=== modified file 'plugins/decor/decor.xml.in'
2--- plugins/decor/decor.xml.in 2012-06-18 06:22:29 +0000
3+++ plugins/decor/decor.xml.in 2012-06-20 07:50:33 +0000
4@@ -100,7 +100,7 @@
5 <option name="command" type="string">
6 <_short>Command</_short>
7 <_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>
8- <default>./compiz-decorator</default>
9+ <default>exec \"$COMPIZ_BIN_PATH/compiz-decorator\"</default>
10 </option>
11 <option name="mipmap" type="bool">
12 <_short>Mipmap</_short>

Subscribers

People subscribed via source and target branches