Peter Wang

Results 26 comments of Peter Wang

> @Helloworld-zyt @Sgt-Ogre can you access the management container with `docker compose exec -ti management /bin/bash` and run the following commands: > > ```shell > apt install curl > curl...

> you can try running a modified version of the management container with the latest ca-certificates: > > ```dockerfile > FROM netbirdio/management:latest > RUN apt install -y ca-certificates > ```...

Is there any progress on this pr? How long will it take about to merge into main? Thanks for your contributions.

A core need for note. Hope this can be implemented.

I have done some investigations and tracing. There's a very weird thing I've noticed is that `capture_cursor` variable seems being ignored in `PipeWireCapturable::recorder` . https://github.com/H-M-H/Weylus/blob/8d062995e8866f9c2ed1b273ffe0f8a9c97b536b/src/capturable/pipewire.rs#L108-L111

It seems a known limitation. Users need to **refresh the source list** to apply the state change of Capture Cursor. Any further re-design of this? @H-M-H

> Can this be reopened? I have this on Windows 11. This happens when I try to install Ubuntu on a non-system drive. @NickITGuy probably managed to get it working...