[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 updater to update the system and leave the machine there 
after the updating installation.

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to hud in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/987060

Title:
  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

Status in Unity HUD:
  Confirmed
Status in The Application Menu:
  Confirmed
Status in Unity:
  Won't Fix
Status in firefox package in Ubuntu:
  Incomplete
Status in hud package in Ubuntu:
  Confirmed
Status in unity package in Ubuntu:
  Invalid

Bug description:
  unity-panel-service and hud-service quickly racks up memory and CPU
  usage until I kill it when invoking the HUD on Firefox. It's taking
  anywhere from a few minutes to half an hour, but it sometimes makes
  the system completely unusable.

  1. run Firefox 12.0 in the foreground
  2. hit Alt to bring up HUD
  3. type any text
  4. select one proposal from HUD
  5. wait for unity-panel-service and hud-service to fill up the remaining RAM 
and swap space.

  This is due to a high number of bookmarks in a user profile
  (hundreds).

To manage notifications about this bug go to:
https://bugs.launchpad.net/hud/+bug/987060/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[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 application spread from working

Status in Ayatana Design:
  Invalid
Status in Compiz:
  Invalid
Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  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 windows are marked "Always on Top" there 
is no need for an application spread, as they are always on top. This is a bug 
and needs to be changed, because it does not consider minimized windows and 
therefore prevents switching to those windows. 
  If you have windows of the same application open, some of them minimized and 
ALL non-minimized windows are marked as "Always on top", the application spread 
does not work anymore, clicking the launcher does nothing.  Whether the 
minimized windows are marked always on top or not does not matter. 
  So the simplest way to reproduce  this bug would be:
  1.) Open two windows of the same application.
  2.) Minimize one and mark the other (non-minimized) as "Always on top". 
  3.) Try to switch to the minimized window using application spread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[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 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

Status in Ayatana Design:
  Invalid
Status in Compiz:
  Invalid
Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  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 windows are marked "Always on Top" there 
is no need for an application spread, as they are always on top. This is a bug 
and needs to be changed, because it does not consider minimized windows and 
therefore prevents switching to those windows. 
  If you have windows of the same application open, some of them minimized and 
ALL non-minimized windows are marked as "Always on top", the application spread 
does not work anymore, clicking the launcher does nothing.  Whether the 
minimized windows are marked always on top or not does not matter. 
  So the simplest way to reproduce  this bug would be:
  1.) Open two windows of the same application.
  2.) Minimize one and mark the other (non-minimized) as "Always on top". 
  3.) Try to switch to the minimized window using application spread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[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
https://bugs.launchpad.net/bugs/1131385

Title:
  "Always on top" prevents application spread from working

Status in Ayatana Design:
  Invalid
Status in Compiz:
  Invalid
Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  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 windows are marked "Always on Top" there 
is no need for an application spread, as they are always on top. This is a bug 
and needs to be changed, because it does not consider minimized windows and 
therefore prevents switching to those windows. 
  If you have windows of the same application open, some of them minimized and 
ALL non-minimized windows are marked as "Always on top", the application spread 
does not work anymore, clicking the launcher does nothing.  Whether the 
minimized windows are marked always on top or not does not matter. 
  So the simplest way to reproduce  this bug would be:
  1.) Open two windows of the same application.
  2.) Minimize one and mark the other (non-minimized) as "Always on top". 
  3.) Try to switch to the minimized window using application spread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[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() & CompWindowTypeSplashMask) &&
 626 !(window->type() & CompWindowTypeDockMask) &&
 627 !window->overrideRedirect() &&
 628 std::find(our_xids.begin(), our_xids.end(), window->id()) == 
our_xids.end())
 629 {
 630   return window->id();
 631 }

only the return value of window->state() is changed from the 'normal
status' (8192) to 'always on top status' (8704)

So now the question is, why !(window->state() &
CompWindowStateAboveMask) is false?

-- 
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

Status in Ayatana Design:
  Invalid
Status in Compiz:
  Invalid
Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  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 windows are marked "Always on Top" there 
is no need for an application spread, as they are always on top. This is a bug 
and needs to be changed, because it does not consider minimized windows and 
therefore prevents switching to those windows. 
  If you have windows of the same application open, some of them minimized and 
ALL non-minimized windows are marked as "Always on top", the application spread 
does not work anymore, clicking the launcher does nothing.  Whether the 
minimized windows are marked always on top or not does not matter. 
  So the simplest way to reproduce  this bug would be:
  1.) Open two windows of the same application.
  2.) Minimize one and mark the other (non-minimized) as "Always on top". 
  3.) Try to switch to the minimized window using application spread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


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

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

It looks like the flag 'Always on Top' make active windows 'could not be seen' 
or 'disapear from Desktop'
If we could make GetTopMostValidWindowInViewport() return the expected value,
this bug could be fixed.

-- 
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

Status in Ayatana Design:
  Invalid
Status in Compiz:
  Invalid
Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  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 windows are marked "Always on Top" there 
is no need for an application spread, as they are always on top. This is a bug 
and needs to be changed, because it does not consider minimized windows and 
therefore prevents switching to those windows. 
  If you have windows of the same application open, some of them minimized and 
ALL non-minimized windows are marked as "Always on top", the application spread 
does not work anymore, clicking the launcher does nothing.  Whether the 
minimized windows are marked always on top or not does not matter. 
  So the simplest way to reproduce  this bug would be:
  1.) Open two windows of the same application.
  2.) Minimize one and mark the other (non-minimized) as "Always on top". 
  3.) Try to switch to the minimized window using application spread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[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 "super key and p" and no response to
  switch video mode

Status in “linux” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  New
Status in “linux” source package in Precise:
  New
Status in “unity” source package in Precise:
  New
Status in “linux” source package in Trusty:
  Fix Released
Status in “unity” source package in Trusty:
  Fix Released

Bug description:
  CID 201209-11735

  For some machines, for example, HP laptop "HP 1000" has a hot key on F4 to 
perform the shorcut "super + p" to switch video modes.
  Use command "sudo showkey -k" to capture the key code of the hot key you will 
see the key code of "super key" and "p"
  This key combination is expected to change the video mode.

  
  platfrom: HP laptop "HP 1000"
  image: 12.04.3

  Steps to reproduce:
  1. open an terminal, 
  2. plugin an external monitor
  3. press the video switch hotkey, for "HP 1000" it is the F4 key

  Expected result:
  1. Video mode is changed by the hotkey
  2. no character is printed on terminal

  Actual result
  1. Video mode is not changed.
  2. a "p" will be printed on the terminal screen

  The other information:
  1. A similar bug was reported on LP:#539477 before.
  2. The hotkey in 13.04 works

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-29-generic 3.8.0-29.42~precise1 [modified: 
boot/vmlinuz-3.8.0-29-generic]
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  Date: Fri Aug 30 17:34:56 2013
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-29-generic.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1675 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0x6360 irq 47'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0269,103c1855,00100202 
HDA:80862806,80860101,0010'
 Controls  : 27
 Simple ctrls  : 10
  CurrentDmesg:
   [   45.884915] ISO 9660 Extensions: RRIP_1991A
   [   60.442781] audit_printk_skb: 3 callbacks suppressed
   [   60.442785] type=1400 audit(1378093422.964:31): apparmor="DENIED" 
operation="open" parent=1 profile="/usr/lib/telepathy/mission-control-5" 
name="/usr/share/gvfs/remote-volume-monitors/" pid=1849 comm="mission-control" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
   [   65.385488] r8169 :0e:00.0 eth0: link up
   [   65.385510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=932733cb-db60-4153-8565-3e3ccb1a6f6d
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 05c8:0223 Cheng Uei Precision Industry Co., Ltd 
(Foxlink)
  MachineType: Hewlett-Packard HP 1000 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 radeondrmfb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-29-generic 
root=UUID=770667e1-92a4-4f2e-a434-b9998d55cb30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-29-generic N/A
   linux-backports-modules-3.8.0-29-generic  N/A
   linux-firmware1.79.6
  Tags:  precise running-unity
  Uname: Linux 3.8.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/25/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: B.50
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.boa

[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 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 response to
  switch video mode

Status in “linux” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  New
Status in “linux” source package in Precise:
  New
Status in “unity” source package in Precise:
  New
Status in “linux” source package in Trusty:
  Fix Released
Status in “unity” source package in Trusty:
  Fix Released

Bug description:
  CID 201209-11735

  For some machines, for example, HP laptop "HP 1000" has a hot key on F4 to 
perform the shorcut "super + p" to switch video modes.
  Use command "sudo showkey -k" to capture the key code of the hot key you will 
see the key code of "super key" and "p"
  This key combination is expected to change the video mode.

  
  platfrom: HP laptop "HP 1000"
  image: 12.04.3

  Steps to reproduce:
  1. open an terminal, 
  2. plugin an external monitor
  3. press the video switch hotkey, for "HP 1000" it is the F4 key

  Expected result:
  1. Video mode is changed by the hotkey
  2. no character is printed on terminal

  Actual result
  1. Video mode is not changed.
  2. a "p" will be printed on the terminal screen

  The other information:
  1. A similar bug was reported on LP:#539477 before.
  2. The hotkey in 13.04 works

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-29-generic 3.8.0-29.42~precise1 [modified: 
boot/vmlinuz-3.8.0-29-generic]
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  Date: Fri Aug 30 17:34:56 2013
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-29-generic.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1675 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0x6360 irq 47'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0269,103c1855,00100202 
HDA:80862806,80860101,0010'
 Controls  : 27
 Simple ctrls  : 10
  CurrentDmesg:
   [   45.884915] ISO 9660 Extensions: RRIP_1991A
   [   60.442781] audit_printk_skb: 3 callbacks suppressed
   [   60.442785] type=1400 audit(1378093422.964:31): apparmor="DENIED" 
operation="open" parent=1 profile="/usr/lib/telepathy/mission-control-5" 
name="/usr/share/gvfs/remote-volume-monitors/" pid=1849 comm="mission-control" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
   [   65.385488] r8169 :0e:00.0 eth0: link up
   [   65.385510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=932733cb-db60-4153-8565-3e3ccb1a6f6d
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 05c8:0223 Cheng Uei Precision Industry Co., Ltd 
(Foxlink)
  MachineType: Hewlett-Packard HP 1000 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 radeondrmfb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-29-generic 
root=UUID=770667e1-92a4-4f2e-a434-b9998d55cb30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-29-generic N/A
   linux-backports-modules-3.8.0-29-generic  N/A
   linux-firmware1.79.6
  Tags:  precise running-unity
  Uname: Linux 3.8.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  

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

2014-05-20 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 switch hot key will return "super key and p" and no response to
  switch video mode

Status in “linux” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  New

Bug description:
  CID 201209-11735

  For some machines, for example, HP laptop "HP 1000" has a hot key on F4 to 
perform the shorcut "super + p" to switch video modes.
  Use command "sudo showkey -k" to capture the key code of the hot key you will 
see the key code of "super key" and "p"
  This key combination is expected to change the video mode.

  
  platfrom: HP laptop "HP 1000"
  image: 12.04.3

  Steps to reproduce:
  1. open an terminal, 
  2. plugin an external monitor
  3. press the video switch hotkey, for "HP 1000" it is the F4 key

  Expected result:
  1. Video mode is changed by the hotkey
  2. no character is printed on terminal

  Actual result
  1. Video mode is not changed.
  2. a "p" will be printed on the terminal screen

  The other information:
  1. A similar bug was reported on LP:#539477 before.
  2. The hotkey in 13.04 works

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-29-generic 3.8.0-29.42~precise1 [modified: 
boot/vmlinuz-3.8.0-29-generic]
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  Date: Fri Aug 30 17:34:56 2013
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-29-generic.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1675 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0x6360 irq 47'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0269,103c1855,00100202 
HDA:80862806,80860101,0010'
 Controls  : 27
 Simple ctrls  : 10
  CurrentDmesg:
   [   45.884915] ISO 9660 Extensions: RRIP_1991A
   [   60.442781] audit_printk_skb: 3 callbacks suppressed
   [   60.442785] type=1400 audit(1378093422.964:31): apparmor="DENIED" 
operation="open" parent=1 profile="/usr/lib/telepathy/mission-control-5" 
name="/usr/share/gvfs/remote-volume-monitors/" pid=1849 comm="mission-control" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
   [   65.385488] r8169 :0e:00.0 eth0: link up
   [   65.385510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=932733cb-db60-4153-8565-3e3ccb1a6f6d
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 05c8:0223 Cheng Uei Precision Industry Co., Ltd 
(Foxlink)
  MachineType: Hewlett-Packard HP 1000 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 radeondrmfb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-29-generic 
root=UUID=770667e1-92a4-4f2e-a434-b9998d55cb30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-29-generic N/A
   linux-backports-modules-3.8.0-29-generic  N/A
   linux-firmware1.79.6
  Tags:  precise running-unity
  Uname: Linux 3.8.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/25/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: B.50
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 1855
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 64.22
  dmi.chassis.asset.tag: Classis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.cha

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

2014-05-20 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
https://bugs.launchpad.net/bugs/1218810

Title:
  video switch hot key will return "super key and p" and no response to
  switch video mode

Status in “linux” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  New

Bug description:
  CID 201209-11735

  For some machines, for example, HP laptop "HP 1000" has a hot key on F4 to 
perform the shorcut "super + p" to switch video modes.
  Use command "sudo showkey -k" to capture the key code of the hot key you will 
see the key code of "super key" and "p"
  This key combination is expected to change the video mode.

  
  platfrom: HP laptop "HP 1000"
  image: 12.04.3

  Steps to reproduce:
  1. open an terminal, 
  2. plugin an external monitor
  3. press the video switch hotkey, for "HP 1000" it is the F4 key

  Expected result:
  1. Video mode is changed by the hotkey
  2. no character is printed on terminal

  Actual result
  1. Video mode is not changed.
  2. a "p" will be printed on the terminal screen

  The other information:
  1. A similar bug was reported on LP:#539477 before.
  2. The hotkey in 13.04 works

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-29-generic 3.8.0-29.42~precise1 [modified: 
boot/vmlinuz-3.8.0-29-generic]
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  Date: Fri Aug 30 17:34:56 2013
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-29-generic.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1675 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0x6360 irq 47'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0269,103c1855,00100202 
HDA:80862806,80860101,0010'
 Controls  : 27
 Simple ctrls  : 10
  CurrentDmesg:
   [   45.884915] ISO 9660 Extensions: RRIP_1991A
   [   60.442781] audit_printk_skb: 3 callbacks suppressed
   [   60.442785] type=1400 audit(1378093422.964:31): apparmor="DENIED" 
operation="open" parent=1 profile="/usr/lib/telepathy/mission-control-5" 
name="/usr/share/gvfs/remote-volume-monitors/" pid=1849 comm="mission-control" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
   [   65.385488] r8169 :0e:00.0 eth0: link up
   [   65.385510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=932733cb-db60-4153-8565-3e3ccb1a6f6d
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 05c8:0223 Cheng Uei Precision Industry Co., Ltd 
(Foxlink)
  MachineType: Hewlett-Packard HP 1000 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 radeondrmfb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-29-generic 
root=UUID=770667e1-92a4-4f2e-a434-b9998d55cb30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-29-generic N/A
   linux-backports-modules-3.8.0-29-generic  N/A
   linux-firmware1.79.6
  Tags:  precise running-unity
  Uname: Linux 3.8.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/25/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: B.50
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 1855
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 64.22
  dmi.chassis.asset.tag: Classis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.v

[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 = , _M_dataplus = {> = 
{<__gnu_cxx::new_allocator> = {}, }, _M_p 
= 0x1d4d228 "Desktop"}}


NEXT: Which window does has the name "Desktop"?

-- 
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

Status in Ayatana Design:
  Invalid
Status in Compiz:
  Invalid
Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  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 windows are marked "Always on Top" there 
is no need for an application spread, as they are always on top. This is a bug 
and needs to be changed, because it does not consider minimized windows and 
therefore prevents switching to those windows. 
  If you have windows of the same application open, some of them minimized and 
ALL non-minimized windows are marked as "Always on top", the application spread 
does not work anymore, clicking the launcher does nothing.  Whether the 
minimized windows are marked always on top or not does not matter. 
  So the simplest way to reproduce  this bug would be:
  1.) Open two windows of the same application.
  2.) Minimize one and mark the other (non-minimized) as "Always on top". 
  3.) Try to switch to the minimized window using application spread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[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 (this=0xcc5b30, window_id=65011720) at 
/build/buildd/unity-7.1.2+13.10.20131014.1/unity-shared/PluginAdapter.cpp:604
604 {
(gdb) list
599
600 return false;
601 }
602
603 bool PluginAdapter::IsWindowOnTop(Window window_id) const
604 {
605 if (window_id == GetTopMostValidWindowInViewport())
606 return true;
607
608 return false;
(gdb) display window_id
13: window_id = 65011720
(gdb) print GetTopMostValidWindowInViewport()
$17 = 46137350
(gdb)

-- 
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

Status in Ayatana Design:
  Invalid
Status in Compiz:
  Invalid
Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  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 windows are marked "Always on Top" there 
is no need for an application spread, as they are always on top. This is a bug 
and needs to be changed, because it does not consider minimized windows and 
therefore prevents switching to those windows. 
  If you have windows of the same application open, some of them minimized and 
ALL non-minimized windows are marked as "Always on top", the application spread 
does not work anymore, clicking the launcher does nothing.  Whether the 
minimized windows are marked always on top or not does not matter. 
  So the simplest way to reproduce  this bug would be:
  1.) Open two windows of the same application.
  2.) Minimize one and mark the other (non-minimized) as "Always on top". 
  3.) Try to switch to the minimized window using application spread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[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 there are two windows set as "Always onTop", this bug could be reproduced.
This is because wm.IsWindowOnTop could not make "any_on_top" be true, nor would 
make "active" true. 

NEXT:  why does wm.IsWindowOnTop(xid) return false when the window is
set as "Always on Top"

-- 
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

Status in Ayatana Design:
  Invalid
Status in Compiz:
  Invalid
Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  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 windows are marked "Always on Top" there 
is no need for an application spread, as they are always on top. This is a bug 
and needs to be changed, because it does not consider minimized windows and 
therefore prevents switching to those windows. 
  If you have windows of the same application open, some of them minimized and 
ALL non-minimized windows are marked as "Always on top", the application spread 
does not work anymore, clicking the launcher does nothing.  Whether the 
minimized windows are marked always on top or not does not matter. 
  So the simplest way to reproduce  this bug would be:
  1.) Open two windows of the same application.
  2.) Minimize one and mark the other (non-minimized) as "Always on top". 
  3.) Try to switch to the minimized window using application spread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[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 statement goes go the Focus method in line 398.

testing on 13.10 with
unity 7.1.2
7.1.2+13.10.20131014.1-0ubuntu1


NEXT: why it goes to Focus instead of Spread method

-- 
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

Status in Ayatana Design:
  Invalid
Status in Compiz:
  Invalid
Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  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 windows are marked "Always on Top" there 
is no need for an application spread, as they are always on top. This is a bug 
and needs to be changed, because it does not consider minimized windows and 
therefore prevents switching to those windows. 
  If you have windows of the same application open, some of them minimized and 
ALL non-minimized windows are marked as "Always on top", the application spread 
does not work anymore, clicking the launcher does nothing.  Whether the 
minimized windows are marked always on top or not does not matter. 
  So the simplest way to reproduce  this bug would be:
  1.) Open two windows of the same application.
  2.) Minimize one and mark the other (non-minimized) as "Always on top". 
  3.) Try to switch to the minimized window using application spread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[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 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

Status in Ayatana Design:
  Invalid
Status in Compiz:
  Invalid
Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  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 windows are marked "Always on Top" there 
is no need for an application spread, as they are always on top. This is a bug 
and needs to be changed, because it does not consider minimized windows and 
therefore prevents switching to those windows. 
  If you have windows of the same application open, some of them minimized and 
ALL non-minimized windows are marked as "Always on top", the application spread 
does not work anymore, clicking the launcher does nothing.  Whether the 
minimized windows are marked always on top or not does not matter. 
  So the simplest way to reproduce  this bug would be:
  1.) Open two windows of the same application.
  2.) Minimize one and mark the other (non-minimized) as "Always on top". 
  3.) Try to switch to the minimized window using application spread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


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

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

Status in Ayatana Design:
  Invalid
Status in Compiz:
  Invalid
Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  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 windows are marked "Always on Top" there 
is no need for an application spread, as they are always on top. This is a bug 
and needs to be changed, because it does not consider minimized windows and 
therefore prevents switching to those windows. 
  If you have windows of the same application open, some of them minimized and 
ALL non-minimized windows are marked as "Always on top", the application spread 
does not work anymore, clicking the launcher does nothing.  Whether the 
minimized windows are marked always on top or not does not matter. 
  So the simplest way to reproduce  this bug would be:
  1.) Open two windows of the same application.
  2.) Minimize one and mark the other (non-minimized) as "Always on top". 
  3.) Try to switch to the minimized window using application spread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[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 working

Status in Ayatana Design:
  Invalid
Status in Compiz:
  Invalid
Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  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 windows are marked "Always on Top" there 
is no need for an application spread, as they are always on top. This is a bug 
and needs to be changed, because it does not consider minimized windows and 
therefore prevents switching to those windows. 
  If you have windows of the same application open, some of them minimized and 
ALL non-minimized windows are marked as "Always on top", the application spread 
does not work anymore, clicking the launcher does nothing.  Whether the 
minimized windows are marked always on top or not does not matter. 
  So the simplest way to reproduce  this bug would be:
  1.) Open two windows of the same application.
  2.) Minimize one and mark the other (non-minimized) as "Always on top". 
  3.) Try to switch to the minimized window using application spread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[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 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

Status in Ayatana Design:
  Invalid
Status in Compiz:
  Invalid
Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  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 windows are marked "Always on Top" there 
is no need for an application spread, as they are always on top. This is a bug 
and needs to be changed, because it does not consider minimized windows and 
therefore prevents switching to those windows. 
  If you have windows of the same application open, some of them minimized and 
ALL non-minimized windows are marked as "Always on top", the application spread 
does not work anymore, clicking the launcher does nothing.  Whether the 
minimized windows are marked always on top or not does not matter. 
  So the simplest way to reproduce  this bug would be:
  1.) Open two windows of the same application.
  2.) Minimize one and mark the other (non-minimized) as "Always on top". 
  3.) Try to switch to the minimized window using application spread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1131385/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[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 subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1218810

Title:
  video switch hot key will return "super key and p" and no response to
  switch video mode

Status in “linux” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  New

Bug description:
  CID 201209-11735

  For some machines, for example, HP laptop "HP 1000" has a hot key on F4 to 
perform the shorcut "super + p" to switch video modes.
  Use command "sudo showkey -k" to capture the key code of the hot key you will 
see the key code of "super key" and "p"
  This key combination is expected to change the video mode.

  
  platfrom: HP laptop "HP 1000"
  image: 12.04.3

  Steps to reproduce:
  1. open an terminal, 
  2. plugin an external monitor
  3. press the video switch hotkey, for "HP 1000" it is the F4 key

  Expected result:
  1. Video mode is changed by the hotkey
  2. no character is printed on terminal

  Actual result
  1. Video mode is not changed.
  2. a "p" will be printed on the terminal screen

  The other information:
  1. A similar bug was reported on LP:#539477 before.
  2. The hotkey in 13.04 works

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-29-generic 3.8.0-29.42~precise1 [modified: 
boot/vmlinuz-3.8.0-29-generic]
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  Date: Fri Aug 30 17:34:56 2013
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-29-generic.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1675 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0x6360 irq 47'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0269,103c1855,00100202 
HDA:80862806,80860101,0010'
 Controls  : 27
 Simple ctrls  : 10
  CurrentDmesg:
   [   45.884915] ISO 9660 Extensions: RRIP_1991A
   [   60.442781] audit_printk_skb: 3 callbacks suppressed
   [   60.442785] type=1400 audit(1378093422.964:31): apparmor="DENIED" 
operation="open" parent=1 profile="/usr/lib/telepathy/mission-control-5" 
name="/usr/share/gvfs/remote-volume-monitors/" pid=1849 comm="mission-control" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
   [   65.385488] r8169 :0e:00.0 eth0: link up
   [   65.385510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=932733cb-db60-4153-8565-3e3ccb1a6f6d
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 05c8:0223 Cheng Uei Precision Industry Co., Ltd 
(Foxlink)
  MachineType: Hewlett-Packard HP 1000 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 radeondrmfb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-29-generic 
root=UUID=770667e1-92a4-4f2e-a434-b9998d55cb30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-29-generic N/A
   linux-backports-modules-3.8.0-29-generic  N/A
   linux-firmware1.79.6
  Tags:  precise running-unity
  Uname: Linux 3.8.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/25/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: B.50
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 1855
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 64.22
  dmi.chassis.asset.tag: Classis

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

2014-03-23 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 subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1218810

Title:
  video switch hot key will return "super key and p" and no response to
  switch video mode

Status in “linux” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  New

Bug description:
  CID 201209-11735

  For some machines, for example, HP laptop "HP 1000" has a hot key on F4 to 
perform the shorcut "super + p" to switch video modes.
  Use command "sudo showkey -k" to capture the key code of the hot key you will 
see the key code of "super key" and "p"
  This key combination is expected to change the video mode.

  
  platfrom: HP laptop "HP 1000"
  image: 12.04.3

  Steps to reproduce:
  1. open an terminal, 
  2. plugin an external monitor
  3. press the video switch hotkey, for "HP 1000" it is the F4 key

  Expected result:
  1. Video mode is changed by the hotkey
  2. no character is printed on terminal

  Actual result
  1. Video mode is not changed.
  2. a "p" will be printed on the terminal screen

  The other information:
  1. A similar bug was reported on LP:#539477 before.
  2. The hotkey in 13.04 works

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-29-generic 3.8.0-29.42~precise1 [modified: 
boot/vmlinuz-3.8.0-29-generic]
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  Date: Fri Aug 30 17:34:56 2013
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-29-generic.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1675 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0x6360 irq 47'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0269,103c1855,00100202 
HDA:80862806,80860101,0010'
 Controls  : 27
 Simple ctrls  : 10
  CurrentDmesg:
   [   45.884915] ISO 9660 Extensions: RRIP_1991A
   [   60.442781] audit_printk_skb: 3 callbacks suppressed
   [   60.442785] type=1400 audit(1378093422.964:31): apparmor="DENIED" 
operation="open" parent=1 profile="/usr/lib/telepathy/mission-control-5" 
name="/usr/share/gvfs/remote-volume-monitors/" pid=1849 comm="mission-control" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
   [   65.385488] r8169 :0e:00.0 eth0: link up
   [   65.385510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=932733cb-db60-4153-8565-3e3ccb1a6f6d
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 05c8:0223 Cheng Uei Precision Industry Co., Ltd 
(Foxlink)
  MachineType: Hewlett-Packard HP 1000 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 radeondrmfb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-29-generic 
root=UUID=770667e1-92a4-4f2e-a434-b9998d55cb30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-29-generic N/A
   linux-backports-modules-3.8.0-29-generic  N/A
   linux-firmware1.79.6
  Tags:  precise running-unity
  Uname: Linux 3.8.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/25/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: B.50
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 1855
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 64.22
  dmi.chassis.asset.tag: Classi

[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 information could be accessed
by clicking the "View all components"
of the page from the link above.

-- 
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 response to
  switch video mode

Status in “linux” package in Ubuntu:
  Incomplete
Status in “unity” package in Ubuntu:
  New

Bug description:
  CID 201209-11735

  For some machines, for example, HP laptop "HP 1000" has a hot key on F4 to 
perform the shorcut "super + p" to switch video modes.
  Use command "sudo showkey -k" to capture the key code of the hot key you will 
see the key code of "super key" and "p"
  This key combination is expected to change the video mode.

  
  platfrom: HP laptop "HP 1000"
  image: 12.04.3

  Steps to reproduce:
  1. open an terminal, 
  2. plugin an external monitor
  3. press the video switch hotkey, for "HP 1000" it is the F4 key

  Expected result:
  1. Video mode is changed by the hotkey
  2. no character is printed on terminal

  Actual result
  1. Video mode is not changed.
  2. a "p" will be printed on the terminal screen

  The other information:
  1. A similar bug was reported on LP:#539477 before.
  2. The hotkey in 13.04 works

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-29-generic 3.8.0-29.42~precise1 [modified: 
boot/vmlinuz-3.8.0-29-generic]
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  Date: Fri Aug 30 17:34:56 2013
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-29-generic.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1675 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0x6360 irq 47'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0269,103c1855,00100202 
HDA:80862806,80860101,0010'
 Controls  : 27
 Simple ctrls  : 10
  CurrentDmesg:
   [   45.884915] ISO 9660 Extensions: RRIP_1991A
   [   60.442781] audit_printk_skb: 3 callbacks suppressed
   [   60.442785] type=1400 audit(1378093422.964:31): apparmor="DENIED" 
operation="open" parent=1 profile="/usr/lib/telepathy/mission-control-5" 
name="/usr/share/gvfs/remote-volume-monitors/" pid=1849 comm="mission-control" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
   [   65.385488] r8169 :0e:00.0 eth0: link up
   [   65.385510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=932733cb-db60-4153-8565-3e3ccb1a6f6d
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 05c8:0223 Cheng Uei Precision Industry Co., Ltd 
(Foxlink)
  MachineType: Hewlett-Packard HP 1000 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 radeondrmfb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-29-generic 
root=UUID=770667e1-92a4-4f2e-a434-b9998d55cb30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-29-generic N/A
   linux-backports-modules-3.8.0-29-generic  N/A
   linux-firmware1.79.6
  Tags:  precise running-unity
  Uname: Linux 3.8.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bi

[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 let me know if anything unclear

-- 
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 response to
  switch video mode

Status in “linux” package in Ubuntu:
  Incomplete
Status in “unity” package in Ubuntu:
  New

Bug description:
  CID 201209-11735

  For some machines, for example, HP laptop "HP 1000" has a hot key on F4 to 
perform the shorcut "super + p" to switch video modes.
  Use command "sudo showkey -k" to capture the key code of the hot key you will 
see the key code of "super key" and "p"
  This key combination is expected to change the video mode.

  
  platfrom: HP laptop "HP 1000"
  image: 12.04.3

  Steps to reproduce:
  1. open an terminal, 
  2. plugin an external monitor
  3. press the video switch hotkey, for "HP 1000" it is the F4 key

  Expected result:
  1. Video mode is changed by the hotkey
  2. no character is printed on terminal

  Actual result
  1. Video mode is not changed.
  2. a "p" will be printed on the terminal screen

  The other information:
  1. A similar bug was reported on LP:#539477 before.
  2. The hotkey in 13.04 works

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-29-generic 3.8.0-29.42~precise1 [modified: 
boot/vmlinuz-3.8.0-29-generic]
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  Date: Fri Aug 30 17:34:56 2013
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-29-generic.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1675 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0x6360 irq 47'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0269,103c1855,00100202 
HDA:80862806,80860101,0010'
 Controls  : 27
 Simple ctrls  : 10
  CurrentDmesg:
   [   45.884915] ISO 9660 Extensions: RRIP_1991A
   [   60.442781] audit_printk_skb: 3 callbacks suppressed
   [   60.442785] type=1400 audit(1378093422.964:31): apparmor="DENIED" 
operation="open" parent=1 profile="/usr/lib/telepathy/mission-control-5" 
name="/usr/share/gvfs/remote-volume-monitors/" pid=1849 comm="mission-control" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
   [   65.385488] r8169 :0e:00.0 eth0: link up
   [   65.385510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=932733cb-db60-4153-8565-3e3ccb1a6f6d
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 05c8:0223 Cheng Uei Precision Industry Co., Ltd 
(Foxlink)
  MachineType: Hewlett-Packard HP 1000 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 radeondrmfb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-29-generic 
root=UUID=770667e1-92a4-4f2e-a434-b9998d55cb30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-29-generic N/A
   linux-backports-modules-3.8.0-29-generic  N/A
   linux-firmware1.79.6
  Tags:  precise running-unity
  Uname: Linux 3.8.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/25/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: B.50
 

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

2013-11-12 Thread Taihsiang Ho
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 removed: taipei-lab201305-13636
** Tags added: 201305-13636 taipei-lab

-- 
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 response to
  switch video mode

Status in “linux” package in Ubuntu:
  Incomplete
Status in “unity” package in Ubuntu:
  New

Bug description:
  CID 201209-11735

  For some machines, for example, HP laptop "HP 1000" has a hot key on F4 to 
perform the shorcut "super + p" to switch video modes.
  Use command "sudo showkey -k" to capture the key code of the hot key you will 
see the key code of "super key" and "p"
  This key combination is expected to change the video mode.

  
  platfrom: HP laptop "HP 1000"
  image: 12.04.3

  Steps to reproduce:
  1. open an terminal, 
  2. plugin an external monitor
  3. press the video switch hotkey, for "HP 1000" it is the F4 key

  Expected result:
  1. Video mode is changed by the hotkey
  2. no character is printed on terminal

  Actual result
  1. Video mode is not changed.
  2. a "p" will be printed on the terminal screen

  The other information:
  1. A similar bug was reported on LP:#539477 before.
  2. The hotkey in 13.04 works

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-29-generic 3.8.0-29.42~precise1 [modified: 
boot/vmlinuz-3.8.0-29-generic]
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  Date: Fri Aug 30 17:34:56 2013
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-29-generic.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1675 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0x6360 irq 47'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0269,103c1855,00100202 
HDA:80862806,80860101,0010'
 Controls  : 27
 Simple ctrls  : 10
  CurrentDmesg:
   [   45.884915] ISO 9660 Extensions: RRIP_1991A
   [   60.442781] audit_printk_skb: 3 callbacks suppressed
   [   60.442785] type=1400 audit(1378093422.964:31): apparmor="DENIED" 
operation="open" parent=1 profile="/usr/lib/telepathy/mission-control-5" 
name="/usr/share/gvfs/remote-volume-monitors/" pid=1849 comm="mission-control" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
   [   65.385488] r8169 :0e:00.0 eth0: link up
   [   65.385510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=932733cb-db60-4153-8565-3e3ccb1a6f6d
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 05c8:0223 Cheng Uei Precision Industry Co., Ltd 
(Foxlink)
  MachineType: Hewlett-Packard HP 1000 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 radeondrmfb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-29-generic 
root=UUID=770667e1-92a4-4f2e-a434-b9998d55cb30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-29-generic N/A
   linux-backports-modules-3.8.0-29-generic  N/A
   linux-firmware1.79.6
  Tags:  precise running-unity
  Uname: Linux 3.8.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/25/2012
  dmi.bios.

[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 response to
  switch video mode

Status in “linux” package in Ubuntu:
  Incomplete
Status in “unity” package in Ubuntu:
  New

Bug description:
  CID 201209-11735

  For some machines, for example, HP laptop "HP 1000" has a hot key on F4 to 
perform the shorcut "super + p" to switch video modes.
  Use command "sudo showkey -k" to capture the key code of the hot key you will 
see the key code of "super key" and "p"
  This key combination is expected to change the video mode.

  
  platfrom: HP laptop "HP 1000"
  image: 12.04.3

  Steps to reproduce:
  1. open an terminal, 
  2. plugin an external monitor
  3. press the video switch hotkey, for "HP 1000" it is the F4 key

  Expected result:
  1. Video mode is changed by the hotkey
  2. no character is printed on terminal

  Actual result
  1. Video mode is not changed.
  2. a "p" will be printed on the terminal screen

  The other information:
  1. A similar bug was reported on LP:#539477 before.
  2. The hotkey in 13.04 works

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-29-generic 3.8.0-29.42~precise1 [modified: 
boot/vmlinuz-3.8.0-29-generic]
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  Uname: Linux 3.8.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  Date: Fri Aug 30 17:34:56 2013
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-29-generic.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1675 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0x6360 irq 47'
 Mixer name : 'Intel PantherPoint HDMI'
 Components : 'HDA:10ec0269,103c1855,00100202 
HDA:80862806,80860101,0010'
 Controls  : 27
 Simple ctrls  : 10
  CurrentDmesg:
   [   45.884915] ISO 9660 Extensions: RRIP_1991A
   [   60.442781] audit_printk_skb: 3 callbacks suppressed
   [   60.442785] type=1400 audit(1378093422.964:31): apparmor="DENIED" 
operation="open" parent=1 profile="/usr/lib/telepathy/mission-control-5" 
name="/usr/share/gvfs/remote-volume-monitors/" pid=1849 comm="mission-control" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
   [   65.385488] r8169 :0e:00.0 eth0: link up
   [   65.385510] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=932733cb-db60-4153-8565-3e3ccb1a6f6d
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 05c8:0223 Cheng Uei Precision Industry Co., Ltd 
(Foxlink)
  MachineType: Hewlett-Packard HP 1000 Notebook PC
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 radeondrmfb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-29-generic 
root=UUID=770667e1-92a4-4f2e-a434-b9998d55cb30 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-29-generic N/A
   linux-backports-modules-3.8.0-29-generic  N/A
   linux-firmware1.79.6
  Tags:  precise running-unity
  Uname: Linux 3.8.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/25/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: B.50
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 1855
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 64.22
  dmi.chassis.asset.tag: Classis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnIns