Spread - Clicking on a app icon to spread the windows must always show all the windows, regardless of whether or not some of the windows are minimised
Bug #750349 reported by
John Lea
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ayatana Design |
Fix Released
|
Critical
|
John Lea | ||
Unity |
Fix Released
|
High
|
Didier Roche-Tolomelli | ||
unity-2d |
Fix Released
|
Undecided
|
Unassigned | ||
unity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Currently if you trigger a spread by clicking on a app icon in the Launcher, only windows that are not minimized are displayed!
Desired behaviour:
All spreads should always show all windows, irrespective of whether the windows are minimised or not.
Clicking on a app icon to spread the windows must always show all the windows, regardless of whether or not some of the windows are minimised
Related branches
lp://staging/~didrocks/unity/misc-launcher-fixes-070411
- Neil J. Patel (community): Approve
-
Diff: 154 lines (+39/-11)5 files modifiedsrc/Launcher.cpp (+22/-7)
src/Launcher.h (+3/-1)
src/PluginAdapter.cpp (+7/-0)
src/unityshell.cpp (+6/-2)
unityshell.xml.in (+1/-1)
Changed in ayatana-design: | |
assignee: | nobody → John Lea (johnlea) |
status: | New → Fix Released |
importance: | Undecided → Critical |
Changed in unity: | |
status: | New → Triaged |
assignee: | nobody → Neil J. Patel (njpatel) |
milestone: | none → 3.8.4 |
tags: | added: udt |
Changed in unity-2d: | |
status: | New → Fix Released |
Changed in unity (Ubuntu): | |
status: | New → Triaged |
Changed in unity: | |
assignee: | Neil J. Patel (njpatel) → Didier Roche (didrocks) |
Changed in unity: | |
status: | Fix Committed → Fix Released |
tags: |
added: reviewedbydesign removed: udt |
To post a comment you must log in.
Just a braindump here. There are two ways this can be done. The first
is to never actually unmap windows when iconified - instead to shape
out their input. This is supported in compiz already in the
workarounds plugin but the code uses some interesting hacks which
might cause problems. The second solution is to unminimize all windows
first and then initiate scale. There could be some performance issues
that cone out of this one though since unminimizing windows is quite
heavy X-wise
Sent from my iPod
On Apr 7, 2011, at 17:08, "Neil J. Patel" <email address hidden>
wrote:
> ** Changed in: unity /bugs.launchpad .net/bugs/ 750349
> Assignee: Neil J. Patel (njpatel) => Didier Roche (didrocks)
>
> --
> You received this bug notification because you are a member of Unity
> Bugs, which is subscribed to unity.
> https:/
>
> Title:
> Spread - Clicking on a app icon to spread the windows must always
> show
> all the windows, regardless of whether or not some of the windows are
> minimised
>
> Status in Ayatana Design:
> Fix Released
> Status in Unity:
> Triaged
> Status in Unity 2D:
> Fix Released
> Status in “unity” package in Ubuntu:
> Triaged
>
> Bug description:
> Currently if you trigger a spread by clicking on a app icon in the
> Launcher, only windows that are not minimized are displayed!
>
> Desired behaviour:
>
> All spreads should always show all windows, irrespective of whether
> the windows are minimised or not.
>
>
> Clicking on a app icon to spread the windows must always show all the
> windows, regardless of whether or not some of the windows are
> minimised