* [gentoo-user] Selective news?
@ 2022-07-30 14:27 Peter Humphrey
2022-07-30 14:36 ` Rich Freeman
0 siblings, 1 reply; 6+ messages in thread
From: Peter Humphrey @ 2022-07-30 14:27 UTC (permalink / raw
To: gentoo-user
Hello list,
My amd64 workstation received a news item about pulseaudio and pipewire
today. I did what it recommended to keep pulseaudio because plasma-meta
requires that.
Then I went to my ~amd64 machine and looked for the same news item - and
there was no sign of anything about either pulse or pipe. This machine has no
working sound hardware, but even so, how did the news function know not to
fetch that item?
--
Regards,
Peter.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Selective news?
2022-07-30 14:27 [gentoo-user] Selective news? Peter Humphrey
@ 2022-07-30 14:36 ` Rich Freeman
2022-07-30 22:12 ` Peter Humphrey
0 siblings, 1 reply; 6+ messages in thread
From: Rich Freeman @ 2022-07-30 14:36 UTC (permalink / raw
To: gentoo-user
On Sat, Jul 30, 2022 at 10:27 AM Peter Humphrey <peter@prh.myzen.co.uk> wrote:
>
> Then I went to my ~amd64 machine and looked for the same news item - and
> there was no sign of anything about either pulse or pipe. This machine has no
> working sound hardware, but even so, how did the news function know not to
> fetch that item?
From:
https://gitweb.gentoo.org/data/gentoo-news.git/tree/2022-07-29-pipewire-sound-server/2022-07-29-pipewire-sound-server.en.txt
Display-If-Installed: media-video/pipewire
Display-If-Installed: media-sound/pulseaudio
Display-If-Installed: media-sound/pulseaudio-daemon
Display-If-Installed: media-libs/libpulse
If you have any of those packages installed, the news will display.
We try to filter news so that users aren't bombarded by things that
aren't relevant to them. For example, a few weeks ago there was
apparently a corruption in the mu MUA (which I'd never heard of),
which would be really important to know about if you were one of the
0.001% of Gentoo users who rely on it.
--
Rich
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Selective news?
2022-07-30 14:36 ` Rich Freeman
@ 2022-07-30 22:12 ` Peter Humphrey
2022-07-31 12:33 ` Alexander Puchmayr
0 siblings, 1 reply; 6+ messages in thread
From: Peter Humphrey @ 2022-07-30 22:12 UTC (permalink / raw
To: gentoo-user
On Saturday, 30 July 2022 15:36:35 BST Rich Freeman wrote:
> From:
> https://gitweb.gentoo.org/data/gentoo-news.git/tree/2022-07-29-pipewire-soun
> d-server/2022-07-29-pipewire-sound-server.en.txt
>
> Display-If-Installed: media-video/pipewire
> Display-If-Installed: media-sound/pulseaudio
> Display-If-Installed: media-sound/pulseaudio-daemon
> Display-If-Installed: media-libs/libpulse
>
> If you have any of those packages installed, the news will display.
But pulseaudio is installed, having been pulled in by plasma-meta; that's why
I was puzzled.
$ eix -Ic pulse
[I] media-libs/libpulse (16.1{xpak:2}@30/06/22): Libraries for PulseAudio
clients
[I] media-sound/pulseaudio (16.1{xpak}@10/07/22): A meta package for
PulseAudio (networked sound server)
[I] media-sound/pulseaudio-daemon (16.1{xpak:2}@30/06/22): Daemon component of
PulseAudio (networked sound server)
Found 3 matches
The only pertinent difference between the machines is that one is amd64, the
other ~amd64. Well, the ~amd64 box has no sound hardware, but apart from
that...
> We try to filter news so that users aren't bombarded by things that
> aren't relevant to them.
And it has worked well for me too until now.
> For example, a few weeks ago there was apparently a corruption in the mu MUA
> (which I'd never heard of), which would be really important to know about if
> you were one of the 0.001% of Gentoo users who rely on it.
Yes, I saw that, and no, I hadn't heard of it either.
--
Regards,
Peter.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Selective news?
2022-07-30 22:12 ` Peter Humphrey
@ 2022-07-31 12:33 ` Alexander Puchmayr
2022-08-01 23:04 ` Ramon Fischer
0 siblings, 1 reply; 6+ messages in thread
From: Alexander Puchmayr @ 2022-07-31 12:33 UTC (permalink / raw
To: gentoo-user
Same here, pulseaudio daemon is no longer started automatically. Starting it
from a shell (simply call pulseaudio ) and audio works fine again.
Not sure which start script to add it to; .login or .profile are unsuitable
because it would then start it at every login even with ssh).
Alex
Am Sonntag, 31. Juli 2022, 00:12:49 CEST schrieb Peter Humphrey:
> On Saturday, 30 July 2022 15:36:35 BST Rich Freeman wrote:
> > From:
> > https://gitweb.gentoo.org/data/gentoo-news.git/tree/2022-07-29-pipewire-so
> > un d-server/2022-07-29-pipewire-sound-server.en.txt
> >
> > Display-If-Installed: media-video/pipewire
> > Display-If-Installed: media-sound/pulseaudio
> > Display-If-Installed: media-sound/pulseaudio-daemon
> > Display-If-Installed: media-libs/libpulse
> >
> > If you have any of those packages installed, the news will display.
>
> But pulseaudio is installed, having been pulled in by plasma-meta; that's
> why I was puzzled.
>
> $ eix -Ic pulse
> [I] media-libs/libpulse (16.1{xpak:2}@30/06/22): Libraries for PulseAudio
> clients
> [I] media-sound/pulseaudio (16.1{xpak}@10/07/22): A meta package for
> PulseAudio (networked sound server)
> [I] media-sound/pulseaudio-daemon (16.1{xpak:2}@30/06/22): Daemon component
> of PulseAudio (networked sound server)
> Found 3 matches
>
> The only pertinent difference between the machines is that one is amd64, the
> other ~amd64. Well, the ~amd64 box has no sound hardware, but apart from
> that...
>
> > We try to filter news so that users aren't bombarded by things that
> > aren't relevant to them.
>
> And it has worked well for me too until now.
>
> > For example, a few weeks ago there was apparently a corruption in the mu
> > MUA (which I'd never heard of), which would be really important to know
> > about if you were one of the 0.001% of Gentoo users who rely on it.
>
> Yes, I saw that, and no, I hadn't heard of it either.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-08-06 6:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-30 14:27 [gentoo-user] Selective news? Peter Humphrey
2022-07-30 14:36 ` Rich Freeman
2022-07-30 22:12 ` Peter Humphrey
2022-07-31 12:33 ` Alexander Puchmayr
2022-08-01 23:04 ` Ramon Fischer
2022-08-06 6:19 ` Alexander Puchmayr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox