From 09e311a9a737b5af69cd55d04374a6a6441e64ec Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 16 Dec 2017 18:36:57 +0100 Subject: [PATCH] Fix plugin-volume, use pavucontrol-qt (Closes: #884547) --- debian/changelog | 6 ++++++ debian/patches/plugin-volume-mixer.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 23 insertions(+) create mode 100644 debian/patches/plugin-volume-mixer.patch diff --git a/debian/changelog b/debian/changelog index d81a372..2513e49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxqt-panel (0.12.0-8) unstable; urgency=medium + + * Fix plugin-volume, use pavucontrol-qt (Closes: #884547) + + -- Alf Gaida Sat, 16 Dec 2017 18:36:45 +0100 + lxqt-panel (0.12.0-7) unstable; urgency=medium * Bumped Standards to 4.1.2 diff --git a/debian/patches/plugin-volume-mixer.patch b/debian/patches/plugin-volume-mixer.patch new file mode 100644 index 0000000..7cd4955 --- /dev/null +++ b/debian/patches/plugin-volume-mixer.patch @@ -0,0 +1,16 @@ +Description: Use pavucontrol-qt instead pavucontrol + backported from upstream, can disappear with the next release +Author: Alf Gaida +Last-Update: 2017-12-16 + +--- lxqt-panel-0.12.0.orig/plugin-volume/lxqtvolumeconfiguration.h ++++ lxqt-panel-0.12.0/plugin-volume/lxqtvolumeconfiguration.h +@@ -47,7 +47,7 @@ + #define SETTINGS_DEFAULT_DEVICE 0 + #define SETTINGS_DEFAULT_STEP 3 + #ifdef USE_PULSEAUDIO +- #define SETTINGS_DEFAULT_MIXER_COMMAND "pavucontrol" ++ #define SETTINGS_DEFAULT_MIXER_COMMAND "pavucontrol-qt" + #define SETTINGS_DEFAULT_AUDIO_ENGINE "PulseAudio" + #elif defined(USE_ALSA) + #define SETTINGS_DEFAULT_MIXER_COMMAND "qasmixer" diff --git a/debian/patches/series b/debian/patches/series index 4974dba..a1d206b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ clock-and-volume.patch move-configs.patch +plugin-volume-mixer.patch