Ethan Lee
Ethan Lee
For me, adding a directory leaves the "Apply & restart" button disabled on Desktop app (v4.40.0 (187762), macOS 15.4 (24E248)). Restarting manually doesn't help, adding it to `settings.json` didn't help...
I resolved this issue by setting `libc` to exactly `0.2.164` in screenpipe-vision: **screenpipe-vision/Cargo.toml** ```diff [target.'cfg(target_os = "macos")'.dependencies] - libc = "0.2" + libc = "=0.2.164" xcap = "0.0.13" [target.'cfg(target_os =...
This is related to `sysinfo 0.31.4` getting pulled in by `xcap`, and the sysinfo issue is being tracked here: https://github.com/GuillaumeGomez/sysinfo/issues/1392