The key XF86AudioMicMute is unbounded

Bug #1561850 reported by Shuhao
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
One Hundred Papercuts
Fix Released
Wishlist
Unassigned
Xfce4 Pulseaudio Plugin
Fix Released
Undecided
Unassigned
xfce4-pulseaudio-plugin (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

Not sure if this is the right component to file it in, but I have to start somewhere.

On certain machines there is a microphone mute key. This key, when tested with xev, is known as XF86AudioMicMute. It is not bound to any action by default as far as I can tell on a brand new install, even though it is relatively trivia to support it.

Workaround:

Create a new keyboard application shortcut to the application `amixer -D pulse sset Capture toggle`, or even fancier:

#!/bin/bash

amixer -D pulse sset Capture toggle | grep -q off

if [ $? = "1" ]; then
  notify-send "Mic on"
else
  notify-send "Mic off"
fi

However, this really should be addressed such that it is default, preferably with a better UI more consistent with the volume notification.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xfwm4 4.12.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
Uname: Linux 4.4.0-12-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: XFCE
Date: Fri Mar 25 01:31:25 2016
InstallationDate: Installed on 2016-03-14 (10 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=en_CA.UTF-8
 SHELL=/bin/zsh
SourcePackage: xfwm4
UpgradeStatus: No upgrade log present (probably fresh install)

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

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

Changed in xfwm4 (Ubuntu):
status: New → Confirmed
Changed in xfwm4 (Ubuntu):
importance: Undecided → Wishlist
Changed in hundredpapercuts:
status: New → Confirmed
importance: Undecided → Wishlist
affects: xfwm4 (Ubuntu) → xubuntu-default-settings (Ubuntu)
Revision history for this message
Theo Linkspfeifer (lastonestanding) wrote :

Should work fine in Xubuntu 18.04 which uses xfce4-pulseaudio-plugin by default (support for the XF86AudioMicMute key was added in version 0.3.0).

affects: xubuntu-default-settings (Ubuntu) → xfce4-pulseaudio-plugin (Ubuntu)
affects: xfwm4 → xfce4-pulseaudio-plugin
Changed in xfce4-pulseaudio-plugin (Ubuntu):
status: Confirmed → Fix Released
Revision history for this message
Paul White (paulw2u) wrote :

Further to comment #3, belatedly closing issue as fixed.

Changed in hundredpapercuts:
status: Confirmed → Fix Released
Changed in xfce4-pulseaudio-plugin:
status: New → Fix Released
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.