Merge lp:~mc-return/compiz/compiz.merge-fix1039406-benchmark-default-placement into lp:compiz/0.9.8

Proposed by MC Return
Status: Merged
Approved by: Daniel van Vugt
Approved revision: 3370
Merged at revision: 3371
Proposed branch: lp:~mc-return/compiz/compiz.merge-fix1039406-benchmark-default-placement
Merge into: lp:compiz/0.9.8
Diff against target: 20 lines (+2/-2)
1 file modified
plugins/bench/bench.xml.in (+2/-2)
To merge this branch: bzr merge lp:~mc-return/compiz/compiz.merge-fix1039406-benchmark-default-placement
Reviewer Review Type Date Requested Status
Daniel van Vugt Approve
Review via email: mp+123905@code.launchpad.net

Commit message

Changed the default placement of the benchmark window from 0,0 to 100,50.
This avoids damaging the Unity shell, and hence avoids slowing down everything
when benchmark is visible. (LP: #1039406)

Description of the change

Changes the default placement of the benchmark window from 0,0 to 256,256.

To post a comment you must log in.
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

I think 256,256 is too intrusive. Please try 100,50 which looks nicer and seems to do the trick still.

review: Needs Fixing
3370. By MC Return

Changed default placement to 100,50.

Revision history for this message
Daniel van Vugt (vanvugt) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/bench/bench.xml.in'
2--- plugins/bench/bench.xml.in 2012-05-16 17:41:49 +0000
3+++ plugins/bench/bench.xml.in 2012-09-12 11:56:28 +0000
4@@ -50,14 +50,14 @@
5 <option name="position_x" type="int">
6 <_short>X position</_short>
7 <_long>X Position of benchmark window</_long>
8- <default>0</default>
9+ <default>100</default>
10 <min>0</min>
11 <max>4096</max>
12 </option>
13 <option name="position_y" type="int">
14 <_short>Y position</_short>
15 <_long>Y Position of benchmark window</_long>
16- <default>0</default>
17+ <default>50</default>
18 <min>0</min>
19 <max>4096</max>
20 </option>

Subscribers

People subscribed via source and target branches