~compiz-team/compiz/0.9.11

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu-config.patch

  • Committer: Tarmac
  • Author(s): Chris Townsend
  • Date: 2013-09-06 22:46:03 UTC
  • mfrom: (3783.2.3 compiz)
  • Revision ID: tarmac-20130906224603-b1bx1rp431x9mxac
Alt-Tabbing or Launcher selecting a window that is over 50% in a different viewport should not switch the viewport nor change the placement of the window. The fix is to add an option to turn this behavior on or off. By default, the option is on, but Ubuntu is patched to turn it off to fix this bug. Fixes: https://bugs.launchpad.net/bugs/1092323.

Approved by Brandon Schaefer, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
653
653
                                                </default>
654
654
                                        </option>
655
655
                                </subgroup>
656
 
@@ -351,7 +351,7 @@
 
656
@@ -201,7 +201,7 @@
 
657
                                <option name="auto_switch_vp_and_window" type="bool">
 
658
                                        <_short>Auto Switch Vp And Window</_short>
 
659
                                        <_long>Auto switch the viewport and move window when Alt-Tab to window that is more than half contained in another viewport</_long>
 
660
-                                       <default>true</default>
 
661
+                                       <default>false</default>
 
662
                                </option>
 
663
                        </group>
 
664
                        <group>
 
665
@@ -356,7 +356,7 @@
657
666
                                <option name="edgeflip_move" type="bool">
658
667
                                        <_short>Edge Flip Move</_short>
659
668
                                        <_long>Flip viewport when moving a window to a screen edge</_long>