From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61305158095 for ; Wed, 3 Aug 2022 03:11:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A6C8E0EE1; Wed, 3 Aug 2022 03:04:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38776E0EE1 for ; Wed, 3 Aug 2022 03:04:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12A9F3410E1 for ; Wed, 3 Aug 2022 03:04:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F35254F for ; Wed, 3 Aug 2022 03:04:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1659495839.6f193859d252b4d7f8cd1ccf5ae875a6049aeed8.sam@gentoo> Subject: [gentoo-commits] data/gentoo-news:master commit in: 2022-07-29-pipewire-sound-server/ X-VCS-Repository: data/gentoo-news X-VCS-Files: 2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt X-VCS-Directories: 2022-07-29-pipewire-sound-server/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6f193859d252b4d7f8cd1ccf5ae875a6049aeed8 X-VCS-Branch: master Date: Wed, 3 Aug 2022 03:04:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d2edbe2-7592-4c9d-a392-398cd9c09fef X-Archives-Hash: 3a7ee439145a327f8c78f6c50b2634f6 commit: 6f193859d252b4d7f8cd1ccf5ae875a6049aeed8 Author: Sam James gentoo org> AuthorDate: Wed Aug 3 03:03:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 3 03:03:59 2022 +0000 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=6f193859 2022-07-29-pipewire-sound-server: mention systemd --global Closes: https://bugs.gentoo.org/862867 Signed-off-by: Sam James gentoo.org> .../2022-07-29-pipewire-sound-server.en.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt b/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt index 31283c0..d41cca1 100644 --- a/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt +++ b/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt @@ -116,6 +116,14 @@ There are several options available: $ systemctl --user --now enable pulseaudio.service pulseaudio.socket $ systemctl --user --now disable pipewire.socket pipewire-pulse.socket + Alternatively, systemd users can run the following commands as root to change + the default for all users: + # systemctl --user --global --enable pulseaudio.service pulseaudio.socket + # systemctl --user --global --force enable pipewire.socket pipewire-pulse.socket + + (If taking this option, the services must be started manually as a one-off as + a user.) + 3. For users without sound on their system, those using JACK without PipeWire, or those using pure ALSA without PipeWire, the following steps are recommended: @@ -139,11 +147,18 @@ There are several options available: files will need to run `gentoo-pipewire-launcher &` in e.g. `~/.xprofile`. - systemd users will also likely want to run the following commands, again + systemd users will also likely want to run the following commands as a user, again for the purposes of non-audio PipeWire use: $ systemctl --user --now enable pipewire.socket $ systemctl --user --now --force enable wireplumber.service + Alternatively, systemd users can run the following commands as root to change + the default for all users, again for the purposes of non-audio PipeWire use: + # systemctl --user --global --enable pipewire.socket + # systemctl --user --global --force enable wireplumber.service + + (If taking this option, the services must be started manually as a one-off as + a user.) Further resources: * https://wiki.gentoo.org/wiki/PipeWire