Public bug reported: Lubuntu 12.04 : the Multimediakey (of the keyboard) XF86AudioMute mute sound but doesn't re-launch it. It is necessary to manualy clic on the icon to re-launch sound. The solution is to modify the file ~/.config/openbox/lubuntu-rc.xml. <keybind key="XF86AudioMute"> <action name="Execute"> <command>amixer -q sset Master toggle</command> </action> </keybind> should be : <keybind key="XF86AudioMute"> <action name="Execute"> <command>amixer -D pulse set Master toggle</command> </action> </keybind>
** Affects: openbox (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026466 Title: Multimediakey XF86AudioMute mute sound but doesn't re-launch it To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openbox/+bug/1026466/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs