** Branch linked: lp:~hansvschoot/unity/7.2
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from working
To manage notifications about this
** Changed in: unity/7.2
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from working
To manage noti
This bug was fixed in the package unity - 7.2.6+14.04.20151021-0ubuntu1
---
unity (7.2.6+14.04.20151021-0ubuntu1) trusty; urgency=medium
* New upstream release
[ Andrea Azzarone ]
* Merge patch from https://launchpadlibrarian.net/216276242/low-gfx-
override.patch (LP: #1491
This is fixed with the packages in trusty-proposed.
$ apt list libunity-core-6.0-9 unity unity-services
Listing... Done
libunity-core-6.0-9/trusty-proposed,now 7.2.6+14.04.20151021-0ubuntu1 amd64
[installed,automatic]
unity/trusty-proposed,now 7.2.6+14.04.20151021-0ubuntu1 amd64
[installed,autom
** Changed in: unity (Ubuntu Trusty)
Importance: Undecided => Low
** Project changed: ayatana-design => ubuntu-translations
** No longer affects: ubuntu-translations
** Project changed: compiz => ubuntu-translations
** No longer affects: ubuntu-translations
--
You received this bug notific
Hello Esokrates, or anyone else affected,
Accepted unity into trusty-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/unity/7.2.6+14.04.20151021-0ubuntu1
in a few hours, and then in the -proposed repository.
Please help us by testing this new package.
** Changed in: unity
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from working
To manage not
** Description changed:
+ [Impact]
Consider you have many windows of the same type open. One method of switching
between them is clicking the launcher icon which reveals the application
spread. Now you can choose between the windows. This is how it should be.
However, the design idea was, if
** Description changed:
- [Impact]
Consider you have many windows of the same type open. One method of switching
between them is clicking the launcher icon which reveals the application
spread. Now you can choose between the windows. This is how it should be.
However, the design idea was, if
** Description changed:
- Consider you have many windows of the same type open. One method of switching
between them is clicking the launcher icon which reveals the application
spread. Now you can choose between the windows. This is how it should be.
- However, the design idea was, if the windo
** Also affects: unity (Ubuntu Trusty)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from worki
** Branch linked: lp:~unity-team/unity/trusty-sru-7.2.6
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from working
To manage notifications
** Changed in: unity
Status: In Progress => Fix Committed
** Also affects: unity/7.2
Importance: Undecided
Status: New
** Changed in: unity/7.2
Status: New => Triaged
** Changed in: unity/7.2
Importance: Undecided => Low
** Changed in: unity/7.2
Assignee: (unassi
This bug was fixed in the package unity - 7.3.2+15.10.20150512-0ubuntu1
---
unity (7.3.2+15.10.20150512-0ubuntu1) wily; urgency=medium
[ Chris Townsend ]
* Add new signal to tell the Launcher to terminate keynav mode and use
that signal when a BFB quicklist item is chosen. (LP
** Branch linked: lp:~townsend/unity/fix-always-on-top-spread
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from working
To manage notific
** Changed in: unity
Assignee: Taihsiang Ho (taihsiangho) => Christopher Townsend (townsend)
** Changed in: unity (Ubuntu)
Assignee: Taihsiang Ho (taihsiangho) => Christopher Townsend (townsend)
** Changed in: unity (Ubuntu)
Importance: Undecided => Low
** Tags removed: needs-design
** Changed in: unity
Milestone: 7.3.2 => 7.3.3
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from working
To manage notifications abou
** Changed in: unity
Milestone: 7.3.1 => 7.3.2
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from working
To manage notifications abou
** Changed in: unity
Milestone: 7.0.1 => 7.3.1
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from working
To manage notifications abou
I think the comment #15 giving the root cause raising this bug.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from working
To manage notif
compiz-0.9.10+13.10.20131011/include/core/window.h:
#define CompWindowStateAboveMask(1 << 9)
8192 & ( 1 << 9 ) is 0, namely !(window->state() & CompWindowStateAboveMask) is
true
8704 & ( 1 << 9 ) is 512, namely !(window->state() & CompWindowStateAboveMask)
is false
--
You received
the two numbers I mentioned in comment #13, I meant:
window->state() = (unsigned int &) @0x186e480: 8192
window->state() = (unsigned int &) @0x186e480: 8704
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bu
in
unity-shared/PluginAdapter.cpp
621 if (window->defaultViewport() == screen_vp &&
622 window->isViewable() && window->isMapped() &&
623 !window->minimized() && !window->inShowDesktopMode() &&
624 !(window->state() & CompWindowStateAboveMask) &&
625 !(wind
If all of the windows shown on desktop (active windows) are set as 'always on
top',
GetTopMostValidWindowInViewport() will be "Desktop" but not any of the active
windows.
This could explain the phenomenon noted in the comment #9:
'if there are two windows set as "Always onTop", this bug could be
looks like the name of the top window is "Desktop" in comment 10 instead
of the name of the "real" "always on top" window.
(gdb) print GetWindowName(GetTopMostValidWindowInViewport())
$11 = {static npos = , _M_dataplus = {> =
{<__gnu_cxx::new_allocator> = {}, }, _M_p
= 0x1d4d228 "Desktop"}}
why does wm.IsWindowOnTop(xid) return false when the window is set as
"Always on Top"
this is because GetTopMostValidWindowInViewport() does not return the
xid which is equal to the "Always on Top" window.
please see unity-shared/PluginAdapter.cpp:604
unity::PluginAdapter::IsWindowOnTop (this=0
Focus method mentioned in comment #8 should be in line 418
namely the two variables "active" and "scaleWasActive" are false.
A window which set as "Always on Top" make wm.IsWindowOnTop(xid) return false,
and this make "any_on_top" keep false.
Finally "active" will be set as false.
More informat
gdb shows the if statement in launcher/ApplicationLauncherIcon.cpp goes to
398 Focus(arg);
instead of
404 Spread(true, 0, false);
the Spread method in line 404 is
what we expect to issue when clicking the launcher icon.
When we set one of the window as "Always on Top",
the st
reproducible on 14.04
unity version: 7.2.0
1. launch two calculator applications, say A and B
2. set A as "Always on top", and make B minimized
3. try to use application spread, then you will reproduce this bug
4. minimized A
5. use application spread again. only A pop up.
--
You received this b
reproducible on 12.10
unity 6.8.0
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from working
To manage notifications about this bug go to:
not reproducible on 12.04
unity 5.20.0
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from working
To manage notifications about this bug g
reproducible on 13.10
** Changed in: unity
Assignee: (unassigned) => Taihsiang Ho (taihsiangho)
** Changed in: unity (Ubuntu)
Assignee: (unassigned) => Taihsiang Ho (taihsiangho)
** Changed in: unity (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notificati
** Changed in: unity
Assignee: Ryan Nathaniel Smith (ryan-smith) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from wo
** Changed in: unity
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from working
To manage notificati
** Changed in: unity
Assignee: (unassigned) => Ryan Nathaniel Smith (ryan-smith)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from wo
** Changed in: unity
Milestone: 7.0.0 => 7.0.1
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from working
To manage notifications abou
Also the fix for this will be in unity/unity-shared/PluignAdapter.cpp.
Where we tell if a window is on top. What is happening, is we skip
always on top windows and if all the other windows are minimized it will
return false.
Also look in
unity/launcher/ApplicationLauncherIcon.cpp::ActivateLauncher
37 matches
Mail list logo