Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/gentoo-news:master commit in: 2022-07-29-pipewire-sound-server/
Date: Fri, 05 Aug 2022 10:55:39
Message-Id: 1659696877.48eabb9f21b21b35ec6e71d935e7d724644fb3b7.pacho@gentoo
1 commit: 48eabb9f21b21b35ec6e71d935e7d724644fb3b7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 5 10:54:37 2022 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 5 10:54:37 2022 +0000
6 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=48eabb9f
7
8 2022-07-29-pipewire-sound-server: fix typos
9
10 Closes: https://bugs.gentoo.org/862867
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 .../2022-07-29-pipewire-sound-server.en.txt | 11 +++++++----
14 1 file changed, 7 insertions(+), 4 deletions(-)
15
16 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
17 index d41cca1..81b31f6 100644
18 --- a/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt
19 +++ b/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt
20 @@ -83,6 +83,9 @@ There are several options available:
21 $ systemctl --user --now enable pipewire.socket pipewire-pulse.socket
22 $ systemctl --user --now disable pipewire-media-session.service
23 $ systemctl --user --force enable wireplumber.service
24 +
25 + Root user may replace --user with --global to change system default
26 + configuration for all of the above commands.
27
28 2. To use PulseAudio's daemon for sound, users should disable USE=sound-server
29 for PipeWire, enable USE=daemon on media-sound/pulseaudio, and add
30 @@ -118,8 +121,8 @@ There are several options available:
31
32 Alternatively, systemd users can run the following commands as root to change
33 the default for all users:
34 - # systemctl --user --global --enable pulseaudio.service pulseaudio.socket
35 - # systemctl --user --global --force enable pipewire.socket pipewire-pulse.socket
36 + # systemctl --global enable pulseaudio.service pulseaudio.socket
37 + # systemctl --global --force disable pipewire.socket pipewire-pulse.socket
38
39 (If taking this option, the services must be started manually as a one-off as
40 a user.)
41 @@ -154,8 +157,8 @@ There are several options available:
42
43 Alternatively, systemd users can run the following commands as root to change
44 the default for all users, again for the purposes of non-audio PipeWire use:
45 - # systemctl --user --global --enable pipewire.socket
46 - # systemctl --user --global --force enable wireplumber.service
47 + # systemctl --global enable pipewire.socket
48 + # systemctl --global --force enable wireplumber.service
49
50 (If taking this option, the services must be started manually as a one-off as
51 a user.)