aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJanne Jokitalo (astraljava) <astraljava@kapsi.fi>2012-04-02 00:45:34 +0300
committerPackage Import Robot <package-import@ubuntu.com>2012-04-02 00:45:34 +0300
commit3b1ebd8c79d394fa65b53ee23255617440e2fec4 (patch)
tree1ce584e4b1ebf4126b4f355fa2214b3d7761f4ed /src
parentda0268d903f8b0241517ae018edd86d9119acf2b (diff)
downloadayatana-indicator-sound-3b1ebd8c79d394fa65b53ee23255617440e2fec4.tar.gz
ayatana-indicator-sound-3b1ebd8c79d394fa65b53ee23255617440e2fec4.tar.bz2
ayatana-indicator-sound-3b1ebd8c79d394fa65b53ee23255617440e2fec4.zip
* debian/patches:
- sound_ubuntustudio.patch: added to prefer pavucontrol as the mixer app in Ubuntu Studio. (LP: #972749)
Diffstat (limited to 'src')
-rw-r--r--src/sound-service-dbus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c
index c503220..815333f 100644
--- a/src/sound-service-dbus.c
+++ b/src/sound-service-dbus.c
@@ -232,6 +232,8 @@ show_sound_settings_dialog (DbusmenuMenuitem *mi,
cmd = "gnome-control-center sound-nua";
else if (!g_strcmp0 (g_getenv ("DESKTOP_SESSION"), "xubuntu"))
cmd = "pavucontrol";
+ else if (!g_strcmp0 (g_getenv ("DESKTOP_SESSION"), "ubuntustudio"))
+ cmd = "pavucontrol";
else
cmd = "gnome-control-center sound";