my case with updated trusty:
PID USER PR NIVIRTRESSHR S %CPU %MEM TIME+ COMMAND
3342 tai2718+ 20 0 1115404 13620 5244 R 11.1 0.4 58:42.54 nautilus
3018 tai2718+ 20 0 5605484 2.938g 3340 D 7.4 82.5 353:41.47 hud-service
I only launched the upda
I think the comment #15 giving the root cause raising this bug.
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents app
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 DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptio
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
CID 201306-13679 on 14.04 could not reproduce this bug.
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1218810
Title:
video switch hot key will return "su
** Changed in: linux (Ubuntu Trusty)
Status: New => Fix Released
** Changed in: unity (Ubuntu Trusty)
Status: New => Fix Released
** Tags removed: verification-needed-14.04
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity
let's verify whether the other systems could not reproduce this bug on
14.04 as well.
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1218810
Title:
video
CID 201305-13636 on 14.04 could not reproduce this bug.
** Tags added: verification-needed verification-needed-14.04
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.n
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 DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from working
not reproducible on 12.04
unity 5.20.0
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1131385
Title:
"Always on top" prevents application spread from work
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
Dell Latitude E7440 (CID 201304-13408) on 12.04.4 has this issue.
1. Fn + F8
2. "sudo showkey" returned keycode 125 and 25 were pressed.
** Tags added: 201304-13408
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching su
Dell Latitude E6540 (CID 201306-13679) on 12.04.4 has this issue.
1. Fn + F8
2. "sudo showkey" returned keycode 125 and 25 were pressed.
** Tags added: 201306-13679
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching s
@ Christopher
I could not confirm the statement "HP Pavilion tx1000 Notebook PC series" as
well
because the name "HP 1000" is based on this page:
http://www.ubuntu.com/certification/hardware/201209-11735/
I think what you need is the details about the components of this computer, and
this in
Christopher:
This bug report was riased by HP 1000 laptop at first but we found there are
systems with similar problem as well, including:
* HP 1000 laptop
* HP Pavilion Sleekbook 14
* HP Pavilion 15 Notebook PC
* Dell XPS 13 (L322X)
* Dell Latitude 3330
* Dell Inspiron 5737
Please l
for updated 12.04.3 on CID 201305-13636 (Dell Inspiron 5737),
the hotkey (Fn+F1) returns keycode: 125, 25 and 28
The return keycode is different but I file the information here because
I think they may be the same issue.
** Tags removed: taipei-lab
** Tags added: taipei-lab201305-13636
** Tags
** Tags added: 201206-11167
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1218810
Title:
video switch hot key will return "super key and p" and no respon
24 matches
Mail list logo