diff -Nru indicator-sound-0.8.4.1/debian/changelog indicator-sound-0.8.4.1/debian/changelog --- indicator-sound-0.8.4.1/debian/changelog 2012-03-21 16:00:18.000000000 +0100 +++ indicator-sound-0.8.4.1/debian/changelog 2012-03-22 00:17:40.000000000 +0100 @@ -1,3 +1,11 @@ +indicator-sound (0.8.4.1-0ubuntu4) precise; urgency=low + + * debian/patches: + - sound_xubuntu.patch: added, prefer pavucontrol over xfce4-mixer on + Xubuntu. (lp: #961745) + + -- Lionel Le Folgoc Thu, 22 Mar 2012 00:17:34 +0100 + indicator-sound (0.8.4.1-0ubuntu3) precise; urgency=low * debian/patches/lp_960846.patch diff -Nru indicator-sound-0.8.4.1/debian/patches/series indicator-sound-0.8.4.1/debian/patches/series --- indicator-sound-0.8.4.1/debian/patches/series 2012-03-21 15:37:51.000000000 +0100 +++ indicator-sound-0.8.4.1/debian/patches/series 2012-03-22 00:17:21.000000000 +0100 @@ -1,3 +1,4 @@ sound_nua.patch +sound_xubuntu.patch lp_945827.patch lp_960846.patch diff -Nru indicator-sound-0.8.4.1/debian/patches/sound_xubuntu.patch indicator-sound-0.8.4.1/debian/patches/sound_xubuntu.patch --- indicator-sound-0.8.4.1/debian/patches/sound_xubuntu.patch 1970-01-01 01:00:00.000000000 +0100 +++ indicator-sound-0.8.4.1/debian/patches/sound_xubuntu.patch 2012-03-22 00:17:30.000000000 +0100 @@ -0,0 +1,17 @@ +Description: Use pavucontrol on Xubuntu by default + Xfce4-mixer uses gstreamer0.10-pulseaudio, which doesn't provide full access + to all audio channels, only to 'Master'. +Author: Lionel Le Folgoc +Last-Update: 2012-03-21 + +--- indicator-sound-0.8.4.1.orig/src/sound-service-dbus.c ++++ indicator-sound-0.8.4.1/src/sound-service-dbus.c +@@ -230,6 +230,8 @@ show_sound_settings_dialog (DbusmenuMenu + gchar* cmd; + if (!g_strcmp0 (g_getenv ("XDG_CURRENT_DESKTOP"), "Unity")) + cmd = "gnome-control-center sound-nua"; ++ else if (!g_strcmp0 (g_getenv ("DESKTOP_SESSION"), "xubuntu")) ++ cmd = "pavucontrol"; + else + cmd = "gnome-control-center sound"; +