It seems that 64_micmute.patch is the culpret... this patch adds support
for the microphone mute button, which is fine if you have an input
stream. If you don't have an input stream, the side effect of this
patch is to disable _all_ the buttons, including the ones affecting
output volume - see this hunk:
@@ -1203,13 +1256,18 @@
stream = manager->priv->stream;
if (stream == NULL)
return;
+ input_stream = manager->priv->input_stream;
+ if (input_stream == NULL)
+ return;
Fixing this resolves the issue for me.
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1248368
Title:
Volume up/down keyboard keys stoped working after gnome-settings-
daemon package update
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1248368/+subscriptions
--
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs