[Dx-packages] [Bug 987060] Re: massive memory leak in unity-panel-service and hud-service when invoking the hud on Firefox profiles with large amounts of bookmarks LTS 12.04 14.04

2015-02-20 Thread Taihsiang Ho
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

[Dx-packages] [Bug 1131385] Re: Always on top prevents application spread from working

2014-05-30 Thread Taihsiang Ho
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 !(window-type()

[Dx-packages] [Bug 1131385] Re: Always on top prevents application spread from working

2014-05-30 Thread Taihsiang Ho
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 subscriptions:

[Dx-packages] [Bug 1131385] Re: Always on top prevents application spread from working

2014-05-30 Thread Taihsiang Ho
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 this bug

[Dx-packages] [Bug 1131385] Re: Always on top prevents application spread from working

2014-05-30 Thread Taihsiang Ho
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

[Dx-packages] [Bug 1218810] Re: video switch hot key will return super key and p and no response to switch video mode

2014-05-28 Thread Taihsiang Ho
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

[Dx-packages] [Bug 1218810] Re: video switch hot key will return super key and p and no response to switch video mode

2014-05-27 Thread Taihsiang Ho
** 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

[Dx-packages] [Bug 1218810] Re: video switch hot key will return super key and p and no response to switch video mode

2014-05-21 Thread Taihsiang Ho
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

[Dx-packages] [Bug 1218810] Re: video switch hot key will return super key and p and no response to switch video mode

2014-05-21 Thread Taihsiang Ho
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

[Dx-packages] [Bug 1131385] Re: Always on top prevents application spread from working

2014-04-24 Thread Taihsiang Ho
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 information: if

[Dx-packages] [Bug 1131385] Re: Always on top prevents application spread from working

2014-04-24 Thread Taihsiang Ho
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

[Dx-packages] [Bug 1131385] Re: Always on top prevents application spread from working

2014-04-24 Thread Taihsiang Ho
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 = optimized out, _M_dataplus = {std::allocatorchar = {__gnu_cxx::new_allocatorchar = {No data

[Dx-packages] [Bug 1131385] Re: Always on top prevents application spread from working

2014-04-20 Thread Taihsiang Ho
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

[Dx-packages] [Bug 1131385] Re: Always on top prevents application spread from working

2014-04-18 Thread Taihsiang Ho
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

[Dx-packages] [Bug 1131385] Re: Always on top prevents application spread from working

2014-04-15 Thread Taihsiang Ho
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 notification

[Dx-packages] [Bug 1131385] Re: Always on top prevents application spread from working

2014-04-15 Thread Taihsiang Ho
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

[Dx-packages] [Bug 1218810] Re: video switch hot key will return super key and p and no response to switch video mode

2014-04-06 Thread Taihsiang Ho
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

[Dx-packages] [Bug 1218810] Re: video switch hot key will return super key and p and no response to switch video mode

2014-03-24 Thread Taihsiang Ho
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

[Dx-packages] [Bug 1218810] Re: video switch hot key will return super key and p and no response to switch video mode

2014-01-07 Thread Taihsiang Ho
@ 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

[Dx-packages] [Bug 1218810] Re: video switch hot key will return super key and p and no response to switch video mode

2014-01-06 Thread Taihsiang Ho
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

[Dx-packages] [Bug 1218810] Re: video switch hot key will return super key and p and no response to switch video mode

2013-10-01 Thread Taihsiang Ho
** 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