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

Bug #1026466 reported by Christophe C
18
This bug affects 4 people
Affects Status Importance Assigned to Milestone
lubuntu-default-settings (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

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>

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in openbox (Ubuntu):
status: New → Confirmed
affects: openbox (Ubuntu) → lubuntu-default-settings (Ubuntu)
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.