Merge lp:~muktupavels/compiz/decor-plugin into lp:compiz/0.9.13

Proposed by Alberts Muktupāvels
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 4161
Merged at revision: 4161
Proposed branch: lp:~muktupavels/compiz/decor-plugin
Merge into: lp:compiz/0.9.13
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/decor/decor.xml.in (+1/-1)
To merge this branch: bzr merge lp:~muktupavels/compiz/decor-plugin
Reviewer Review Type Date Requested Status
Dmitry Shachnev Approve
Marco Trevisan (Treviño) Pending
Review via email: mp+349659@code.launchpad.net

Commit message

decor: don't use hard-coded path as default command.

Description of the change

Stop using hard-coded path as default command.

To post a comment you must log in.
Revision history for this message
Dmitry Shachnev (mitya57) :
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 2015-10-26 17:15:43 +0000
3+++ plugins/decor/decor.xml.in 2018-07-16 22:52:59 +0000
4@@ -101,7 +101,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.</_long>
8- <default>/usr/bin/gtk-window-decorator</default>
9+ <default>gtk-window-decorator</default>
10 </option>
11 <option name="mipmap" type="bool">
12 <_short>Mipmap</_short>

Subscribers

People subscribed via source and target branches