aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/sound_ubuntustudio.patch
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-06-19 18:40:31 -0400
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-06-19 18:40:31 -0400
commit9d78a433b18fd14af4d3cfa01684c32b93f91966 (patch)
tree50090298c2ddb55dc2fa7c2a3da5a1dce7d699ad /debian/patches/sound_ubuntustudio.patch
parenta0773c53b13546f4957f2b2ac1f0455fedc05525 (diff)
downloadayatana-indicator-sound-9d78a433b18fd14af4d3cfa01684c32b93f91966.tar.gz
ayatana-indicator-sound-9d78a433b18fd14af4d3cfa01684c32b93f91966.tar.bz2
ayatana-indicator-sound-9d78a433b18fd14af4d3cfa01684c32b93f91966.zip
Fold all patches into source
These patches didn't apply to the current source. They added support for sound settings panels in various desktop environments. We need a better solution for that, which doesn't require patching the source when a desktop environment wants a different command line.
Diffstat (limited to 'debian/patches/sound_ubuntustudio.patch')
-rw-r--r--debian/patches/sound_ubuntustudio.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/sound_ubuntustudio.patch b/debian/patches/sound_ubuntustudio.patch
deleted file mode 100644
index 23d27de..0000000
--- a/debian/patches/sound_ubuntustudio.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Use pavucontrol on Ubuntu Studio 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 <mrpouit@ubuntu.com>
-Author: Janne Jokitalo (astraljava) <astraljava@kapsi.fi>
-Last-Update: 2012-04-03
-
---- indicator-sound-0.8.5.0.orig/src/sound-service-dbus.c
-+++ indicator-sound-0.8.5.0/src/sound-service-dbus.c
-@@ -232,6 +232,8 @@ show_sound_settings_dialog (DbusmenuMenu
- 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";
-