After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 438135 - Stop playback key does not stop playback
Stop playback key does not stop playback
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
0.10.0
Other All
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-13 16:09 UTC by Jan Niklas Hasse (Account disabled)
Modified: 2007-12-03 13:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rb-allow-stop-mmkeys.patch (708 bytes, patch)
2007-11-07 13:25 UTC, Bastien Nocera
committed Details | Review

Description Jan Niklas Hasse (Account disabled) 2007-05-13 16:09:30 UTC
Please describe the problem:
GNOME's "Stop playback key" does not stop playback of rhythmbox.

Steps to reproduce:
1. Open gnome-keybinding-properties
2. Set a key for "Stop playback key"
3. Play something and press this key


Actual results:
The playback is paused.

Expected results:
I expect it to be stopped.

Does this happen every time?
Yes.

Other information:
This did work in Ubuntu Edgy Eft, but now (Feisty Fawn), it doesn't.
Comment 1 Bastien Nocera 2007-11-07 00:51:18 UTC
Which version of the control-center were you using?

Is the Multimedia keys plugin installed on your system? Should be in:
/usr/lib64/rhythmbox/plugins/mmkeys/
or:
/usr/lib/rhythmbox/plugins/mmkeys/
Comment 2 Jan Niklas Hasse (Account disabled) 2007-11-07 12:26:47 UTC
(In reply to comment #1)
> Which version of the control-center were you using?

I think it's 2.20.1.

> Is the Multimedia keys plugin installed on your system? Should be in:
> /usr/lib64/rhythmbox/plugins/mmkeys/
> or:
> /usr/lib/rhythmbox/plugins/mmkeys/
> 

I think so:

jhasse@gutsy:~$ ls /usr/lib/rhythmbox/plugins/mmkeys/
libmmkeys.so  mmkeys.rb-plugin
jhasse@gutsy:~$ 

Other buttons like play, next, previous work fine.
Comment 3 Bastien Nocera 2007-11-07 13:25:56 UTC
Created attachment 98718 [details] [review]
rb-allow-stop-mmkeys.patch
Comment 4 Bastien Nocera 2007-12-03 13:32:34 UTC
2007-12-03  Bastien Nocera  <hadess@hadess.net>

        * plugins/mmkeys/rb-mmkeys-plugin.c: (media_player_key_pressed),
        (filter_mmkeys), (mmkeys_grab), (impl_activate): Handle the Stop
        key from the control-center D-Bus interface as we used to handle
        the XF86AudioStop key (Closes: #438135)