From beb709792adc5fd24ec3ceac40ef80a46d2ff90f Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Sun, 16 May 2021 16:36:23 -0400 Subject: Add pavucontrol to XFCE profile Adjusting volume doesn't work correctly without this - audio mixer shortcut is broken. --- profiles/xfce4.py | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/xfce4.py b/profiles/xfce4.py index abbdf64a..8dbb04ec 100644 --- a/profiles/xfce4.py +++ b/profiles/xfce4.py @@ -7,6 +7,7 @@ is_top_level_profile = False __packages__ = [ "xfce4", "xfce4-goodies", + "pavucontrol", "lightdm", "lightdm-gtk-greeter", ] -- cgit v1.2.3-54-g00ecf