You are not logged in.
After upgrading to 2.18, when I use Banshee the keys that are mapped to next/previous track have stopped working. However, volume change and mute buttons still work.
I checked the Gnome configuration (preferences -> keyboard shortcuts) and those keys are mapped properly. Who knows how to explain this?
Offline
I don't know why but I have the same problem although Rhythmbox doesn't have this problem.
Offline
Try rebuilding it in your 2.18 gnome environment and see if that works.
Offline
detto: I built 0.12.0 on my box, no help.
Offline
This also happens with Quod Libet and Gnome 2.18. Volume/mute works just fine, but play/pause, stop, and next/previous don't work anymore.
Offline
Have you tried just rebinding them in the Keyboard Shortcuts dialog? It seems that something in the backend changed so the key identification changed slightly. But here it just worked when rebinding them.
Offline
I have the same problem with Listen. My row of media buttons worked perfectly before upgrading to gnome 2.18. Now only the volume buttons work. Rebinding them in the Keyboard Shortcuts dialog did not help.
Offline
I'm sorry. I forgot that I modified my keycodes with xmodmap.
!media keys
keycode 144 = XF86AudioPrev
keycode 153 = XF86AudioNext
keycode 162 = XF86AudioPlay
keycode 164 = XF86AudioStop
keycode 160 = XF86AudioMute
keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolumeYou should check those keycodes with xev and then load the file with xmodmap .Xmodmap. Maybe this helps.
Offline
I have tried mapping the keys with xmodmap, and also with System-Preferences-Keyboard shortcuts, but I cant make it work. The volume buttons work fine, but Play/pause, previous, next & stop do not work anymore.
Offline
Did some more testing. A rebuild of Quodlibet accomplished nothing.
The keys refuse to work with Quodlibet and exaile, but work just fine with rhythmbox. Weird, huh?
Offline
Same here.
Offline
Here is my .xbindkeysrc. It works for me with exaile. Note that I am using mouse buttons. You'll want to replace them with keycodes from your keyboard.
#Mouse: Volume Up
"/usr/bin/amixer -q -c 0 set PCM 2dB+ unmute"
m:0x0 + b:13
#Mouse: Volume Up
"/usr/bin/amixer -q -c 0 set PCM 2dB- unmute"
m:0x0 + b:14
#Mouse: Next Track
"/usr/bin/exaile --next"
m:0x0 + b:15
#Mouse: Prev Track
"/usr/bin/exaile --prev"
m:0x0 + b:16
#Mouse: Media Button
"/usr/bin/exaile --cleanversion"
m:0x0 + b:10
#Mouse: Play/Pause Button
"/usr/bin/exaile -t"
m:0x0 + b:17Offline
I think this is a bug from Gnome, not for the apps.
https://www.skatox.com/blog -> Visit my blog about (Linux, Hacking, Open Source, Web Development, Windows, Mac Os X, Internet and more......)
Offline