Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 0563192d60e4e7311cef75e68f719ccf > files > 1

pnmixer-0.7.2-2.mga7.src.rpm

From 20befbf908d840cf0c40417b7ae782b9d6a2b24b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jani=20V=C3=A4limaa?= <wally@mageia.org>
Date: Tue, 28 Feb 2017 17:22:07 +0200
Subject: [PATCH] Try to use pavucontrol also as a mixer app if Volume Control
 Command is not configured

---
 src/prefs.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/prefs.c b/src/prefs.c
index 96ce6cc..31d4744 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -58,6 +58,7 @@ static GKeyFile *keyFile;
  * Default volume commands.
  */
 static const gchar *vol_control_commands[] = {
+	"pavucontrol",
 	"gnome-alsamixer",
 	"xfce4-mixer",
 	"alsamixergui",
-- 
2.10.2