Multimediakeys XF86AudioMute mute sound but doesn't re-launch it

Bug #1025196 reported by Christophe C
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Lubuntu Software Center
Invalid
Undecided
Unassigned
udev
New
Undecided
Unassigned

Bug Description

Lubuntu 12.04 : the Multimediakeys (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>

Tags: lubuntu sound
Revision history for this message
Hendrik Schrieber (hennekn) wrote :

This is definitly not the right package to report this. Please read: https://help.ubuntu.com/community/ReportingBugs and https://wiki.ubuntu.com/Bugs/FindRightPackage

Changed in lubuntu-software-center:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.