Oliver Sauder has proposed merging lp:~sao/compiz/spread_windows_workspace into lp:compiz.
Requested reviews: compiz packagers (compiz) Related bugs: Bug #689733 in Compiz: "Application icons should only display windows from the current workspace in the window spread" https://bugs.launchpad.net/compiz/+bug/689733 For more details, see: https://code.launchpad.net/~sao/compiz/spread_windows_workspace/+merge/66201 This fixes the issue that the window spread will only show applications on the current workspace. It does this basically by changing the default key Super+S to the option initiate_output_key. See branch lp:~sao/unity/spread_windows_workspace which fixes the issue that app spread only shows applications on the current workspace. Not sure if this should be merged before Bug 690143 is fixed as well. -- https://code.launchpad.net/~sao/compiz/spread_windows_workspace/+merge/66201 Your team compiz packagers is requested to review the proposed merge of lp:~sao/compiz/spread_windows_workspace into lp:compiz.
=== modified file 'debian/changelog' --- debian/changelog 2011-06-24 08:46:02 +0000 +++ debian/changelog 2011-06-28 19:48:40 +0000 @@ -1,3 +1,11 @@ +compiz (1:0.9.4+bzr20110606-0ubuntu5) natty; urgency=low + + * debian/patches/087_new_scale_defaults.patch: + - Default key Super+W now set to only spread windows of + current workspace (LP: #689733) + + -- Oliver Sauder <[email protected]> Tue, 28 Jun 2011 21:17:04 +0200 + compiz (1:0.9.4+bzr20110606-0ubuntu4) oneiric; urgency=low * debian/patches/00_bzr_fix_727143.patch: === added file 'debian/patches/087_new_scale_defaults.patch' --- debian/patches/087_new_scale_defaults.patch 1970-01-01 00:00:00 +0000 +++ debian/patches/087_new_scale_defaults.patch 2011-06-28 19:48:40 +0000 @@ -0,0 +1,23 @@ +## Description: add some description +## Origin/Author: add some origin or author +## Bug: bug URL +Index: compiz-0.9.4+bzr20110606/plugins/scale/scale.xml.in +=================================================================== +--- compiz-0.9.4+bzr20110606.orig/plugins/scale/scale.xml.in 2011-06-28 21:16:59.952641805 +0200 ++++ compiz-0.9.4+bzr20110606/plugins/scale/scale.xml.in 2011-06-28 21:16:53.192608366 +0200 +@@ -138,7 +138,6 @@ + <option name="initiate_all_key" type="key"> + <_short>Initiate Window Picker For All Windows</_short> + <_long>Layout and start transforming all windows</_long> +- <default><Super>w</default> + </option> + <option name="initiate_group_edge" type="edge"> + <_short>Initiate Window Picker For Window Group</_short> +@@ -165,6 +164,7 @@ + <option name="initiate_output_key" type="key"> + <_short>Initiate Window Picker For Windows on Current Output</_short> + <_long>Layout and start transforming windows on current output</_long> ++ <default><Super>w</default> + </option> + <option name="show_desktop" type="bool"> + <_short>Click Desktop to Show Desktop</_short> === modified file 'debian/patches/series' --- debian/patches/series 2011-06-24 08:45:59 +0000 +++ debian/patches/series 2011-06-28 19:48:40 +0000 @@ -6,3 +6,4 @@ 060_move_checks_to_compiz.patch 065_add_bailer_and_detection_plugins.patch 086_new_grid_defaults.patch +087_new_scale_defaults.patch
_______________________________________________ Mailing list: https://launchpad.net/~compiz Post to : [email protected] Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp

