Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2022-01-27 12:01:06 -0500
committerGitHub <noreply@github.com>2022-01-27 18:01:06 +0100
commitfe9fb988c9f46fe39058cba48c92fcda5f3a0b2d (patch)
treec7ebf728d349d0461269545912521ccf218df797 /profiles/applications
parentf0886f3a7f44df4e9bf212df8f54c8984de03d0a (diff)
Move from the basic pipewire media session manager to wireplumber (#914)
Diffstat (limited to 'profiles/applications')
-rw-r--r--profiles/applications/pipewire.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/applications/pipewire.py b/profiles/applications/pipewire.py
index 38554000..b6e79347 100644
--- a/profiles/applications/pipewire.py
+++ b/profiles/applications/pipewire.py
@@ -3,7 +3,7 @@ import logging
# Define the package list in order for lib to source
# which packages will be installed by this profile
-__packages__ = ["pipewire", "pipewire-alsa", "pipewire-jack", "pipewire-media-session", "pipewire-pulse", "gst-plugin-pipewire", "libpulse"]
+__packages__ = ["pipewire", "pipewire-alsa", "pipewire-jack", "pipewire-pulse", "gst-plugin-pipewire", "libpulse", "wireplumber"]
archinstall.log('Installing pipewire', level=logging.INFO)
archinstall.storage['installation_session'].add_additional_packages(__packages__)
@@ -11,4 +11,4 @@ archinstall.storage['installation_session'].add_additional_packages(__packages__
@archinstall.plugin
def on_user_created(installation :archinstall.Installer, user :str):
archinstall.log(f"Enabling pipewire-pulse for {user}", level=logging.INFO)
- installation.chroot('systemctl enable --user pipewire-pulse.service', run_as=user) \ No newline at end of file
+ installation.chroot('systemctl enable --user pipewire-pulse.service', run_as=user)