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 B272F158094 for ; Fri, 5 Aug 2022 10:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D80DFE0FA0; Fri, 5 Aug 2022 10:55:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 861A4E0FA0 for ; Fri, 5 Aug 2022 10:55:38 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C4FF340C53 for ; Fri, 5 Aug 2022 10:55:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8489E52C for ; Fri, 5 Aug 2022 10:55:35 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1659696877.48eabb9f21b21b35ec6e71d935e7d724644fb3b7.pacho@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: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 48eabb9f21b21b35ec6e71d935e7d724644fb3b7 X-VCS-Branch: master Date: Fri, 5 Aug 2022 10:55:35 +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: c30b8b6e-b9b4-4d0f-8442-418810ccf88e X-Archives-Hash: 0338a1b46ffbf8a2ab7ff0c32ac7e678 commit: 48eabb9f21b21b35ec6e71d935e7d724644fb3b7 Author: Pacho Ramos gentoo org> AuthorDate: Fri Aug 5 10:54:37 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Aug 5 10:54:37 2022 +0000 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=48eabb9f 2022-07-29-pipewire-sound-server: fix typos Closes: https://bugs.gentoo.org/862867 Signed-off-by: Pacho Ramos gentoo.org> .../2022-07-29-pipewire-sound-server.en.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 d41cca1..81b31f6 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 @@ -83,6 +83,9 @@ There are several options available: $ systemctl --user --now enable pipewire.socket pipewire-pulse.socket $ systemctl --user --now disable pipewire-media-session.service $ systemctl --user --force enable wireplumber.service + + Root user may replace --user with --global to change system default + configuration for all of the above commands. 2. To use PulseAudio's daemon for sound, users should disable USE=sound-server for PipeWire, enable USE=daemon on media-sound/pulseaudio, and add @@ -118,8 +121,8 @@ There are several options available: 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 + # systemctl --global enable pulseaudio.service pulseaudio.socket + # systemctl --global --force disable pipewire.socket pipewire-pulse.socket (If taking this option, the services must be started manually as a one-off as a user.) @@ -154,8 +157,8 @@ There are several options available: 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 + # systemctl --global enable pipewire.socket + # systemctl --global --force enable wireplumber.service (If taking this option, the services must be started manually as a one-off as a user.)