Merge lp:~mc-return/compiz/compiz.merge-workaround1070301-resizeinfo-enable-resizeinfo-for-all-windows-by-default into lp:compiz/0.9.9

Proposed by MC Return
Status: Rejected
Rejected by: Daniel van Vugt
Proposed branch: lp:~mc-return/compiz/compiz.merge-workaround1070301-resizeinfo-enable-resizeinfo-for-all-windows-by-default
Merge into: lp:compiz/0.9.9
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/resizeinfo/resizeinfo.xml.in (+1/-1)
To merge this branch: bzr merge lp:~mc-return/compiz/compiz.merge-workaround1070301-resizeinfo-enable-resizeinfo-for-all-windows-by-default
Reviewer Review Type Date Requested Status
Sam Spilsbury Disapprove
Review via email: mp+133135@code.launchpad.net

Commit message

Resizeinfo:
Enable "Show resize info for all windows" option by default, so the resizeinfo plugin will instantly work for all windows if it gets enabled via CCSM.

Note: This is just a workaround for LP: #1070301 ("Show Resize Info for all windows" option has to be enabled for the plug-in to work correctly), so this bug gets not triggered by default when the resizeinfo plug-in gets enabled.

Description of the change

I did not link this branch to the bug, because the bug itself does not get fixed with this branch. It just gets "workarounded" by default this way.

For details on reproduction of the issue itself see: bug 1070301.

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

Resizeinfo is only meant to be enabled by default for windows that specify resize increments like gnome-terminal.

review: Disapprove

Unmerged revisions

3454. By MC Return

Resizeinfo:
Enable "Show resize info for all windows" option by default, so the resizeinfo plugin will instantly work for all windows if it gets enabled via CCSM

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/resizeinfo/resizeinfo.xml.in'
2--- plugins/resizeinfo/resizeinfo.xml.in 2012-11-06 10:20:30 +0000
3+++ plugins/resizeinfo/resizeinfo.xml.in 2012-11-06 19:46:26 +0000
4@@ -26,7 +26,7 @@
5 <option name="always_show" type="bool">
6 <_short>Show resize info for all windows</_short>
7 <_long>Show resize info for all windows as opposed to just for windows with a resize increment of greater than 1.</_long>
8- <default>false</default>
9+ <default>true</default>
10 </option>
11 <option name="text_color" type="color">
12 <_short>Text Color</_short>

Subscribers

People subscribed via source and target branches