Do you have things like system-wide proxy settings on?
在 2022-11-30星期三的 21:51 -0800,Geoffrey Leach写道:
> Attempting to log in to Google account. Process hangs for some
> minutes,
> then complains that it can't access 127.0.0.1.. Any idea what's
> going on? (Fedora 35, reasonably current)
>
> T
AFAIK pipewire is activated by systemd.socket, so
$ systemctl --user stop pipewire pipewire-pulse
will work. Just stop current instance and systemd user daemon will
create a new one when needed.
(using systemctl --user restart [...] should also work)
在 2022-09-21星期三的 12:26 +0100,Patrick O'Call