[Desktop-packages] [Bug 1397142] Re: Bluetooth headset play/pause key not fully effective in various media players

2017-09-08 Thread Franchesko Salias Hudro Pedros
Because have 2 ways for listing keys:

1) native (as VLC). Application get keycodes self. It always work fine.
2) over dbus observer from gnome/unity/etc-settings-daemon.

unity/gnome-settings-daemon have been rewritten. Now they listen only
first XF86AudioPlay key. Bluetooth key not work if keyboard (or other
early connected device) have this key.

mate-settings-daemon have legacy code from gnome2, but work fine too.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1397142

Title:
  Bluetooth headset play/pause key not fully effective in various media
  players

Status in GNOME Shell:
  New
Status in Unity:
  Invalid
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  UPDATE:
  Function GnomeGrabber::Impl::ActivateDBusAction dont emit dbus signal 
"AcceleratorActivated" if be pressed key with keycodes 208 or 215 (its 
XF86AudioPlay).

  Can be reproduce:
  run in one terminal 'dbus-monitor "path=/org/gnome/Shell"'
  and in other run 'xdotool key NUMBER'
  where NUMBER - keycodes. Can be check 172, 172, 209, bugged 208 and 215 and 
other.

  -
  I have a Sony SRS-BTM8 Bluetooth speaker, and its audio side works fairly 
well with Ubuntu.  It also has a play/pause button and that doesn't work so 
well.  I think the problem lies in unity-settings-daemon.

  To demonstrate that the Bluetooth side is working, if I switch to a
  text console and run "evtest /dev/input/event9", then when pressing
  the button I get events for KEY_PLAYCD if the speaker is not playing
  anything, and alternating KEY_PAUSECD and KEY_PLAYCD if it is playing
  something.

  However, within the Unity desktop I find that if I'm running Banshee
  or Rhythmbox then pressing the button successfully pauses the music,
  but doesn't start it playing again.  If I run "xev" and give it the
  keyboard focus while testing this (so xev sees all ungrabbed
  keystrokes) then it sees only a KeyRelease event for XF86AudioPause,
  but both KeyPress and KeyRelease events for XF86AudioPlay.  I've
  attached the full output from xev.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140606-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  Uname: Linux 3.16.0-25-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Nov 27 23:43:01 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-motts-20100121-3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2010-06-09 (1632 days ago)
  InstallationMedia: Ubuntu GNU/Linux 9.10 "Karmic" - Build i386 LIVE Binary 
20100121-21:52
  SourcePackage: unity-settings-daemon
  UpgradeStatus: Upgraded to trusty on 2014-08-15 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1397142/+subscriptions

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


[Desktop-packages] [Bug 1397142] Re: Bluetooth headset play/pause key not fully effective in various media players

2017-09-08 Thread Robin Sheat
For my case, with Bose QC35 bluetooth headphones, skip forward and
backward worked with no configuration, but play/pause didn't at all.

The workaround I found was to use xbindkeys with the help of xbindkeys-
config to set the following:

"xdotool key XF86AudioPlay"
c:208

in my ~/.xbindkeysrc. This is strange, as pretty much everything else
sees the button as XF86AudioPlay, but it wasn't being seen as a media
key by the player. But it works now.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1397142

Title:
  Bluetooth headset play/pause key not fully effective in various media
  players

Status in GNOME Shell:
  New
Status in Unity:
  Invalid
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  UPDATE:
  Function GnomeGrabber::Impl::ActivateDBusAction dont emit dbus signal 
"AcceleratorActivated" if be pressed key with keycodes 208 or 215 (its 
XF86AudioPlay).

  Can be reproduce:
  run in one terminal 'dbus-monitor "path=/org/gnome/Shell"'
  and in other run 'xdotool key NUMBER'
  where NUMBER - keycodes. Can be check 172, 172, 209, bugged 208 and 215 and 
other.

  -
  I have a Sony SRS-BTM8 Bluetooth speaker, and its audio side works fairly 
well with Ubuntu.  It also has a play/pause button and that doesn't work so 
well.  I think the problem lies in unity-settings-daemon.

  To demonstrate that the Bluetooth side is working, if I switch to a
  text console and run "evtest /dev/input/event9", then when pressing
  the button I get events for KEY_PLAYCD if the speaker is not playing
  anything, and alternating KEY_PAUSECD and KEY_PLAYCD if it is playing
  something.

  However, within the Unity desktop I find that if I'm running Banshee
  or Rhythmbox then pressing the button successfully pauses the music,
  but doesn't start it playing again.  If I run "xev" and give it the
  keyboard focus while testing this (so xev sees all ungrabbed
  keystrokes) then it sees only a KeyRelease event for XF86AudioPause,
  but both KeyPress and KeyRelease events for XF86AudioPlay.  I've
  attached the full output from xev.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140606-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  Uname: Linux 3.16.0-25-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Nov 27 23:43:01 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-motts-20100121-3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2010-06-09 (1632 days ago)
  InstallationMedia: Ubuntu GNU/Linux 9.10 "Karmic" - Build i386 LIVE Binary 
20100121-21:52
  SourcePackage: unity-settings-daemon
  UpgradeStatus: Upgraded to trusty on 2014-08-15 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1397142/+subscriptions

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


[Desktop-packages] [Bug 1397142] Re: Bluetooth headset play/pause key not fully effective in various media players

2017-03-09 Thread levineds
>Global application shortcuts still work correctly with bluetooth media
buttons. So for me I worked >around this problem particularly with
rhythmbox by adding global application shortcut to command >"rhythmbox-
client --play-pause".

This is a good suggestion. A general workaround for all programs (at
least in 16.04) is to, in the "Keyboards" utility, under the "Shortcuts"
tab, in the "Sound and Media" section, change "Play (or play/pause)" to
the the Bluetooth event. On mine, this changed it from "Audio play" to
"Audio pause". Now, in Spotify, my bluetooth headphones can both pause
and play the music (although I have to hit it twice for each).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1397142

Title:
  Bluetooth headset play/pause key not fully effective in various media
  players

Status in gnome-shell:
  New
Status in Unity:
  Invalid
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  UPDATE:
  Function GnomeGrabber::Impl::ActivateDBusAction dont emit dbus signal 
"AcceleratorActivated" if be pressed key with keycodes 208 or 215 (its 
XF86AudioPlay).

  Can be reproduce:
  run in one terminal 'dbus-monitor "path=/org/gnome/Shell"'
  and in other run 'xdotool key NUMBER'
  where NUMBER - keycodes. Can be check 172, 172, 209, bugged 208 and 215 and 
other.

  -
  I have a Sony SRS-BTM8 Bluetooth speaker, and its audio side works fairly 
well with Ubuntu.  It also has a play/pause button and that doesn't work so 
well.  I think the problem lies in unity-settings-daemon.

  To demonstrate that the Bluetooth side is working, if I switch to a
  text console and run "evtest /dev/input/event9", then when pressing
  the button I get events for KEY_PLAYCD if the speaker is not playing
  anything, and alternating KEY_PAUSECD and KEY_PLAYCD if it is playing
  something.

  However, within the Unity desktop I find that if I'm running Banshee
  or Rhythmbox then pressing the button successfully pauses the music,
  but doesn't start it playing again.  If I run "xev" and give it the
  keyboard focus while testing this (so xev sees all ungrabbed
  keystrokes) then it sees only a KeyRelease event for XF86AudioPause,
  but both KeyPress and KeyRelease events for XF86AudioPlay.  I've
  attached the full output from xev.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140606-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  Uname: Linux 3.16.0-25-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Nov 27 23:43:01 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-motts-20100121-3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2010-06-09 (1632 days ago)
  InstallationMedia: Ubuntu GNU/Linux 9.10 "Karmic" - Build i386 LIVE Binary 
20100121-21:52
  SourcePackage: unity-settings-daemon
  UpgradeStatus: Upgraded to trusty on 2014-08-15 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1397142/+subscriptions

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


[Desktop-packages] [Bug 1397142] Re: Bluetooth headset play/pause key not fully effective in various media players

2017-03-07 Thread Artyom
> Hi, is there any way to work around this issue? I confirm that the bug
is persistent in 16.04.

Global application shortcuts still work correctly with bluetooth media
buttons. So for me I worked around this problem particularly with
rhythmbox by adding global application shortcut to command "rhythmbox-
client --play-pause".

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1397142

Title:
  Bluetooth headset play/pause key not fully effective in various media
  players

Status in gnome-shell:
  New
Status in Unity:
  Invalid
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  UPDATE:
  Function GnomeGrabber::Impl::ActivateDBusAction dont emit dbus signal 
"AcceleratorActivated" if be pressed key with keycodes 208 or 215 (its 
XF86AudioPlay).

  Can be reproduce:
  run in one terminal 'dbus-monitor "path=/org/gnome/Shell"'
  and in other run 'xdotool key NUMBER'
  where NUMBER - keycodes. Can be check 172, 172, 209, bugged 208 and 215 and 
other.

  -
  I have a Sony SRS-BTM8 Bluetooth speaker, and its audio side works fairly 
well with Ubuntu.  It also has a play/pause button and that doesn't work so 
well.  I think the problem lies in unity-settings-daemon.

  To demonstrate that the Bluetooth side is working, if I switch to a
  text console and run "evtest /dev/input/event9", then when pressing
  the button I get events for KEY_PLAYCD if the speaker is not playing
  anything, and alternating KEY_PAUSECD and KEY_PLAYCD if it is playing
  something.

  However, within the Unity desktop I find that if I'm running Banshee
  or Rhythmbox then pressing the button successfully pauses the music,
  but doesn't start it playing again.  If I run "xev" and give it the
  keyboard focus while testing this (so xev sees all ungrabbed
  keystrokes) then it sees only a KeyRelease event for XF86AudioPause,
  but both KeyPress and KeyRelease events for XF86AudioPlay.  I've
  attached the full output from xev.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140606-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  Uname: Linux 3.16.0-25-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Nov 27 23:43:01 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-motts-20100121-3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2010-06-09 (1632 days ago)
  InstallationMedia: Ubuntu GNU/Linux 9.10 "Karmic" - Build i386 LIVE Binary 
20100121-21:52
  SourcePackage: unity-settings-daemon
  UpgradeStatus: Upgraded to trusty on 2014-08-15 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1397142/+subscriptions

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


[Desktop-packages] [Bug 1397142] Re: Bluetooth headset play/pause key not fully effective in various media players

2017-02-10 Thread Franchesko Salias Hudro Pedros
You can replace this setting-daemon by mate-system-daemon. But this
solution can reproduce other bugs :-)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1397142

Title:
  Bluetooth headset play/pause key not fully effective in various media
  players

Status in gnome-shell:
  New
Status in Unity:
  Invalid
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  UPDATE:
  Function GnomeGrabber::Impl::ActivateDBusAction dont emit dbus signal 
"AcceleratorActivated" if be pressed key with keycodes 208 or 215 (its 
XF86AudioPlay).

  Can be reproduce:
  run in one terminal 'dbus-monitor "path=/org/gnome/Shell"'
  and in other run 'xdotool key NUMBER'
  where NUMBER - keycodes. Can be check 172, 172, 209, bugged 208 and 215 and 
other.

  -
  I have a Sony SRS-BTM8 Bluetooth speaker, and its audio side works fairly 
well with Ubuntu.  It also has a play/pause button and that doesn't work so 
well.  I think the problem lies in unity-settings-daemon.

  To demonstrate that the Bluetooth side is working, if I switch to a
  text console and run "evtest /dev/input/event9", then when pressing
  the button I get events for KEY_PLAYCD if the speaker is not playing
  anything, and alternating KEY_PAUSECD and KEY_PLAYCD if it is playing
  something.

  However, within the Unity desktop I find that if I'm running Banshee
  or Rhythmbox then pressing the button successfully pauses the music,
  but doesn't start it playing again.  If I run "xev" and give it the
  keyboard focus while testing this (so xev sees all ungrabbed
  keystrokes) then it sees only a KeyRelease event for XF86AudioPause,
  but both KeyPress and KeyRelease events for XF86AudioPlay.  I've
  attached the full output from xev.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140606-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  Uname: Linux 3.16.0-25-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Nov 27 23:43:01 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-motts-20100121-3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2010-06-09 (1632 days ago)
  InstallationMedia: Ubuntu GNU/Linux 9.10 "Karmic" - Build i386 LIVE Binary 
20100121-21:52
  SourcePackage: unity-settings-daemon
  UpgradeStatus: Upgraded to trusty on 2014-08-15 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1397142/+subscriptions

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


[Desktop-packages] [Bug 1397142] Re: Bluetooth headset play/pause key not fully effective in various media players

2017-02-10 Thread Miroslav Slavik
Hi, is there any way to work around this issue? I confirm that the bug
is persistent in 16.04.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1397142

Title:
  Bluetooth headset play/pause key not fully effective in various media
  players

Status in gnome-shell:
  New
Status in Unity:
  Invalid
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  UPDATE:
  Function GnomeGrabber::Impl::ActivateDBusAction dont emit dbus signal 
"AcceleratorActivated" if be pressed key with keycodes 208 or 215 (its 
XF86AudioPlay).

  Can be reproduce:
  run in one terminal 'dbus-monitor "path=/org/gnome/Shell"'
  and in other run 'xdotool key NUMBER'
  where NUMBER - keycodes. Can be check 172, 172, 209, bugged 208 and 215 and 
other.

  -
  I have a Sony SRS-BTM8 Bluetooth speaker, and its audio side works fairly 
well with Ubuntu.  It also has a play/pause button and that doesn't work so 
well.  I think the problem lies in unity-settings-daemon.

  To demonstrate that the Bluetooth side is working, if I switch to a
  text console and run "evtest /dev/input/event9", then when pressing
  the button I get events for KEY_PLAYCD if the speaker is not playing
  anything, and alternating KEY_PAUSECD and KEY_PLAYCD if it is playing
  something.

  However, within the Unity desktop I find that if I'm running Banshee
  or Rhythmbox then pressing the button successfully pauses the music,
  but doesn't start it playing again.  If I run "xev" and give it the
  keyboard focus while testing this (so xev sees all ungrabbed
  keystrokes) then it sees only a KeyRelease event for XF86AudioPause,
  but both KeyPress and KeyRelease events for XF86AudioPlay.  I've
  attached the full output from xev.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140606-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  Uname: Linux 3.16.0-25-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Nov 27 23:43:01 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-motts-20100121-3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2010-06-09 (1632 days ago)
  InstallationMedia: Ubuntu GNU/Linux 9.10 "Karmic" - Build i386 LIVE Binary 
20100121-21:52
  SourcePackage: unity-settings-daemon
  UpgradeStatus: Upgraded to trusty on 2014-08-15 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1397142/+subscriptions

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


[Desktop-packages] [Bug 1397142] Re: Bluetooth headset play/pause key not fully effective in various media players

2016-05-02 Thread levineds
This bug persists in 16.04.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1397142

Title:
  Bluetooth headset play/pause key not fully effective in various media
  players

Status in gnome-shell:
  New
Status in Unity:
  Invalid
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  UPDATE:
  Function GnomeGrabber::Impl::ActivateDBusAction dont emit dbus signal 
"AcceleratorActivated" if be pressed key with keycodes 208 or 215 (its 
XF86AudioPlay).

  Can be reproduce:
  run in one terminal 'dbus-monitor "path=/org/gnome/Shell"'
  and in other run 'xdotool key NUMBER'
  where NUMBER - keycodes. Can be check 172, 172, 209, bugged 208 and 215 and 
other.

  -
  I have a Sony SRS-BTM8 Bluetooth speaker, and its audio side works fairly 
well with Ubuntu.  It also has a play/pause button and that doesn't work so 
well.  I think the problem lies in unity-settings-daemon.

  To demonstrate that the Bluetooth side is working, if I switch to a
  text console and run "evtest /dev/input/event9", then when pressing
  the button I get events for KEY_PLAYCD if the speaker is not playing
  anything, and alternating KEY_PAUSECD and KEY_PLAYCD if it is playing
  something.

  However, within the Unity desktop I find that if I'm running Banshee
  or Rhythmbox then pressing the button successfully pauses the music,
  but doesn't start it playing again.  If I run "xev" and give it the
  keyboard focus while testing this (so xev sees all ungrabbed
  keystrokes) then it sees only a KeyRelease event for XF86AudioPause,
  but both KeyPress and KeyRelease events for XF86AudioPlay.  I've
  attached the full output from xev.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140606-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  Uname: Linux 3.16.0-25-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Nov 27 23:43:01 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-motts-20100121-3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2010-06-09 (1632 days ago)
  InstallationMedia: Ubuntu GNU/Linux 9.10 "Karmic" - Build i386 LIVE Binary 
20100121-21:52
  SourcePackage: unity-settings-daemon
  UpgradeStatus: Upgraded to trusty on 2014-08-15 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1397142/+subscriptions

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


[Desktop-packages] [Bug 1397142] Re: Bluetooth headset play/pause key not fully effective in various media players

2016-01-12 Thread nebuchar
I have the same problem with a Plantronics Backbeat pro and 14.04 up to
date.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1397142

Title:
  Bluetooth headset play/pause key not fully effective in various media
  players

Status in gnome-shell:
  New
Status in Unity:
  Invalid
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  UPDATE:
  Function GnomeGrabber::Impl::ActivateDBusAction dont emit dbus signal 
"AcceleratorActivated" if be pressed key with keycodes 208 or 215 (its 
XF86AudioPlay).

  Can be reproduce:
  run in one terminal 'dbus-monitor "path=/org/gnome/Shell"'
  and in other run 'xdotool key NUMBER'
  where NUMBER - keycodes. Can be check 172, 172, 209, bugged 208 and 215 and 
other.

  -
  I have a Sony SRS-BTM8 Bluetooth speaker, and its audio side works fairly 
well with Ubuntu.  It also has a play/pause button and that doesn't work so 
well.  I think the problem lies in unity-settings-daemon.

  To demonstrate that the Bluetooth side is working, if I switch to a
  text console and run "evtest /dev/input/event9", then when pressing
  the button I get events for KEY_PLAYCD if the speaker is not playing
  anything, and alternating KEY_PAUSECD and KEY_PLAYCD if it is playing
  something.

  However, within the Unity desktop I find that if I'm running Banshee
  or Rhythmbox then pressing the button successfully pauses the music,
  but doesn't start it playing again.  If I run "xev" and give it the
  keyboard focus while testing this (so xev sees all ungrabbed
  keystrokes) then it sees only a KeyRelease event for XF86AudioPause,
  but both KeyPress and KeyRelease events for XF86AudioPlay.  I've
  attached the full output from xev.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140606-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  Uname: Linux 3.16.0-25-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Nov 27 23:43:01 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-motts-20100121-3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2010-06-09 (1632 days ago)
  InstallationMedia: Ubuntu GNU/Linux 9.10 "Karmic" - Build i386 LIVE Binary 
20100121-21:52
  SourcePackage: unity-settings-daemon
  UpgradeStatus: Upgraded to trusty on 2014-08-15 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1397142/+subscriptions

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


[Desktop-packages] [Bug 1397142] Re: Bluetooth headset play/pause key not fully effective in various media players

2015-12-11 Thread Alberto Salvia Novella
** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New => Confirmed

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided => Medium

** Changed in: unity-settings-daemon (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Medium => Low

** Changed in: unity-settings-daemon (Ubuntu)
   Importance: Medium => Low

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1397142

Title:
  Bluetooth headset play/pause key not fully effective in various media
  players

Status in gnome-shell:
  New
Status in Unity:
  Invalid
Status in gnome-settings-daemon package in Ubuntu:
  Confirmed
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  UPDATE:
  Function GnomeGrabber::Impl::ActivateDBusAction dont emit dbus signal 
"AcceleratorActivated" if be pressed key with keycodes 208 or 215 (its 
XF86AudioPlay).

  Can be reproduce:
  run in one terminal 'dbus-monitor "path=/org/gnome/Shell"'
  and in other run 'xdotool key NUMBER'
  where NUMBER - keycodes. Can be check 172, 172, 209, bugged 208 and 215 and 
other.

  -
  I have a Sony SRS-BTM8 Bluetooth speaker, and its audio side works fairly 
well with Ubuntu.  It also has a play/pause button and that doesn't work so 
well.  I think the problem lies in unity-settings-daemon.

  To demonstrate that the Bluetooth side is working, if I switch to a
  text console and run "evtest /dev/input/event9", then when pressing
  the button I get events for KEY_PLAYCD if the speaker is not playing
  anything, and alternating KEY_PAUSECD and KEY_PLAYCD if it is playing
  something.

  However, within the Unity desktop I find that if I'm running Banshee
  or Rhythmbox then pressing the button successfully pauses the music,
  but doesn't start it playing again.  If I run "xev" and give it the
  keyboard focus while testing this (so xev sees all ungrabbed
  keystrokes) then it sees only a KeyRelease event for XF86AudioPause,
  but both KeyPress and KeyRelease events for XF86AudioPlay.  I've
  attached the full output from xev.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140606-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  Uname: Linux 3.16.0-25-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Nov 27 23:43:01 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-motts-20100121-3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2010-06-09 (1632 days ago)
  InstallationMedia: Ubuntu GNU/Linux 9.10 "Karmic" - Build i386 LIVE Binary 
20100121-21:52
  SourcePackage: unity-settings-daemon
  UpgradeStatus: Upgraded to trusty on 2014-08-15 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1397142/+subscriptions

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


[Desktop-packages] [Bug 1397142] Re: Bluetooth headset play/pause key not fully effective in various media players

2015-12-02 Thread Franchesko Salias Hudro Pedros
** Also affects: unity
   Importance: Undecided
   Status: New

** Tags added: amd64 wily

** Also affects: gnome-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gnome-shell
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1397142

Title:
  Bluetooth headset play/pause key not fully effective in various media
  players

Status in gnome-shell:
  New
Status in Unity:
  New
Status in gnome-settings-daemon package in Ubuntu:
  New
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  I have a Sony SRS-BTM8 Bluetooth speaker, and its audio side works
  fairly well with Ubuntu.  It also has a play/pause button and that
  doesn't work so well.  I think the problem lies in unity-settings-
  daemon.

  To demonstrate that the Bluetooth side is working, if I switch to a
  text console and run "evtest /dev/input/event9", then when pressing
  the button I get events for KEY_PLAYCD if the speaker is not playing
  anything, and alternating KEY_PAUSECD and KEY_PLAYCD if it is playing
  something.

  However, within the Unity desktop I find that if I'm running Banshee
  or Rhythmbox then pressing the button successfully pauses the music,
  but doesn't start it playing again.  If I run "xev" and give it the
  keyboard focus while testing this (so xev sees all ungrabbed
  keystrokes) then it sees only a KeyRelease event for XF86AudioPause,
  but both KeyPress and KeyRelease events for XF86AudioPlay.  I've
  attached the full output from xev.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140606-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  Uname: Linux 3.16.0-25-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Nov 27 23:43:01 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-motts-20100121-3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2010-06-09 (1632 days ago)
  InstallationMedia: Ubuntu GNU/Linux 9.10 "Karmic" - Build i386 LIVE Binary 
20100121-21:52
  SourcePackage: unity-settings-daemon
  UpgradeStatus: Upgraded to trusty on 2014-08-15 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1397142/+subscriptions

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


[Desktop-packages] [Bug 1397142] Re: Bluetooth headset play/pause key not fully effective in various media players

2015-12-02 Thread Franchesko Salias Hudro Pedros
** Description changed:

- I have a Sony SRS-BTM8 Bluetooth speaker, and its audio side works
- fairly well with Ubuntu.  It also has a play/pause button and that
- doesn't work so well.  I think the problem lies in unity-settings-
- daemon.
+ UPDATE:
+ Function GnomeGrabber::Impl::ActivateDBusAction dont emit dbus signal 
"AcceleratorActivated" if be pressed key with keycodes 208 or 215 (its 
XF86AudioPlay).
+ 
+ -
+ I have a Sony SRS-BTM8 Bluetooth speaker, and its audio side works fairly 
well with Ubuntu.  It also has a play/pause button and that doesn't work so 
well.  I think the problem lies in unity-settings-daemon.
  
  To demonstrate that the Bluetooth side is working, if I switch to a text
  console and run "evtest /dev/input/event9", then when pressing the
  button I get events for KEY_PLAYCD if the speaker is not playing
  anything, and alternating KEY_PAUSECD and KEY_PLAYCD if it is playing
  something.
  
  However, within the Unity desktop I find that if I'm running Banshee or
  Rhythmbox then pressing the button successfully pauses the music, but
  doesn't start it playing again.  If I run "xev" and give it the keyboard
  focus while testing this (so xev sees all ungrabbed keystrokes) then it
  sees only a KeyRelease event for XF86AudioPause, but both KeyPress and
  KeyRelease events for XF86AudioPlay.  I've attached the full output from
  xev.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140606-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  Uname: Linux 3.16.0-25-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Nov 27 23:43:01 2014
  DistributionChannelDescriptor:
-  # This is a distribution channel descriptor
-  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
-  canonical-oem-motts-20100121-3
+  # This is a distribution channel descriptor
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-motts-20100121-3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2010-06-09 (1632 days ago)
  InstallationMedia: Ubuntu GNU/Linux 9.10 "Karmic" - Build i386 LIVE Binary 
20100121-21:52
  SourcePackage: unity-settings-daemon
  UpgradeStatus: Upgraded to trusty on 2014-08-15 (104 days ago)

** Description changed:

  UPDATE:
  Function GnomeGrabber::Impl::ActivateDBusAction dont emit dbus signal 
"AcceleratorActivated" if be pressed key with keycodes 208 or 215 (its 
XF86AudioPlay).
+ 
+ Can be reproduce:
+ run in one terminal 'dbus-monitor "path=/org/gnome/Shell"'
+ and in other run 'xdotool key NUMBER'
+ where NUMBER - keycodes. Can be check 172, 172, 209, bugged 208 and 215 and 
other.
  
  -
  I have a Sony SRS-BTM8 Bluetooth speaker, and its audio side works fairly 
well with Ubuntu.  It also has a play/pause button and that doesn't work so 
well.  I think the problem lies in unity-settings-daemon.
  
  To demonstrate that the Bluetooth side is working, if I switch to a text
  console and run "evtest /dev/input/event9", then when pressing the
  button I get events for KEY_PLAYCD if the speaker is not playing
  anything, and alternating KEY_PAUSECD and KEY_PLAYCD if it is playing
  something.
  
  However, within the Unity desktop I find that if I'm running Banshee or
  Rhythmbox then pressing the button successfully pauses the music, but
  doesn't start it playing again.  If I run "xev" and give it the keyboard
  focus while testing this (so xev sees all ungrabbed keystrokes) then it
  sees only a KeyRelease event for XF86AudioPause, but both KeyPress and
  KeyRelease events for XF86AudioPlay.  I've attached the full output from
  xev.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140606-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  Uname: Linux 3.16.0-25-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Nov 27 23:43:01 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-motts-20100121-3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2010-06-09 (1632 days ago)
  InstallationMedia: Ubuntu GNU/Linux 9.10 "Karmic" - Build i386 LIVE Binary 
20100121-21:52
  SourcePackage: unity-settings-daemon
  UpgradeStatus: Upgraded to trusty on 2014-08-15 (104 days ago)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1397142

Title:
  Bluetooth headset play/pause key not fully effective in various media
  players

Status in gnome-shell:
  New

[Desktop-packages] [Bug 1397142] Re: Bluetooth headset play/pause key not fully effective in various media players

2015-12-02 Thread Treviño
** Changed in: unity
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1397142

Title:
  Bluetooth headset play/pause key not fully effective in various media
  players

Status in gnome-shell:
  New
Status in Unity:
  Invalid
Status in gnome-settings-daemon package in Ubuntu:
  New
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  UPDATE:
  Function GnomeGrabber::Impl::ActivateDBusAction dont emit dbus signal 
"AcceleratorActivated" if be pressed key with keycodes 208 or 215 (its 
XF86AudioPlay).

  Can be reproduce:
  run in one terminal 'dbus-monitor "path=/org/gnome/Shell"'
  and in other run 'xdotool key NUMBER'
  where NUMBER - keycodes. Can be check 172, 172, 209, bugged 208 and 215 and 
other.

  -
  I have a Sony SRS-BTM8 Bluetooth speaker, and its audio side works fairly 
well with Ubuntu.  It also has a play/pause button and that doesn't work so 
well.  I think the problem lies in unity-settings-daemon.

  To demonstrate that the Bluetooth side is working, if I switch to a
  text console and run "evtest /dev/input/event9", then when pressing
  the button I get events for KEY_PLAYCD if the speaker is not playing
  anything, and alternating KEY_PAUSECD and KEY_PLAYCD if it is playing
  something.

  However, within the Unity desktop I find that if I'm running Banshee
  or Rhythmbox then pressing the button successfully pauses the music,
  but doesn't start it playing again.  If I run "xev" and give it the
  keyboard focus while testing this (so xev sees all ungrabbed
  keystrokes) then it sees only a KeyRelease event for XF86AudioPause,
  but both KeyPress and KeyRelease events for XF86AudioPlay.  I've
  attached the full output from xev.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-settings-daemon 14.04.0+14.04.20140606-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33~14.04.2-generic 3.16.7
  Uname: Linux 3.16.0-25-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Nov 27 23:43:01 2014
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-motts-20100121-3
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2010-06-09 (1632 days ago)
  InstallationMedia: Ubuntu GNU/Linux 9.10 "Karmic" - Build i386 LIVE Binary 
20100121-21:52
  SourcePackage: unity-settings-daemon
  UpgradeStatus: Upgraded to trusty on 2014-08-15 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1397142/+subscriptions

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