Austin Ek

Results 6 comments of Austin Ek

This is coming in GNOME 40, built into the shell (not part of this extension). I tested on a recent build and it works.

I have this same issue with the SN740 2TB on 3.6 Preview

I installed the main branch on my SN 740 2TB. Zero sleep issues now, works perfectly, just like 3.5 I am not experiencing any resume issues like @jbbandos is describing....

Just installed the latest Preview 3.6.4, works great!

One workaround I could find is to add a dummy sink by adding this file in `~/.config/pipewire/pipewire-pulse.conf.d/dummy-sink.conf` and restarting. ``` pulse.cmd = [ { cmd = "load-module" args = "module-null-sink...

> For anyone interested here's a workaround to get this to work: > > - uses: actions/checkout@v4 > with: > persist-credentials: 'true' # Optional; should be the default > >...