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)
Won't Fix
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)
Revision history for this message
ԜаӀtеr Ⅼарсһуnѕkі (wxl) wrote :

Lubuntu now uses lxqt-globalkeys to handle this (I mean it shouldn't be a window manager's job to handle hot keys) and it has its own built in mute/unmute mechanism rather than calling a specific command. Thus, dropping lubuntu-default-settings.

Changed in lubuntu-default-settings (Ubuntu):
status: Confirmed → Won't Fix
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.