Re: What is 127.0.0.1.8888

2022-11-30 Thread yanqiyu
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

Re: Restarting pipewire

2022-09-21 Thread yanqiyu
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