Joan Bruguera Micó

Results 68 comments of Joan Bruguera Micó

In case this helps anyone... @tslilc's answer works for me on Arch, but only along with the fluidsynth optional dependency.

> * The way you're creating the singleton now looses thread-safety. I've gone ahead and updated my PR to make both the singleton initializers for `VodManager` and `SettingsManager` thread safe...

I managed to build 1.6.6 again and found that: * The 'crash when clicking channels' issue is also there. Maybe this broke due to Qt or some other 3rd party...

I figured most of it out. For the **crash when exiting**, in multiple commits between 1.6.6 and 1.6.7, many objects that the application creates but are owned/released by Qt were...

The emoji crash bug is a bug on Qt: [QTBUG-82311] Crash/Assert rendering text with emoji when style is set

While this is not integrated, this is a workaround for rootless overlayfs mounts on Linux >=5.11. 1. Use bwrap to run a wrapper script `bwrap_overlayfs_wrapper`. Give it extra capabilities `CAP_DAC_OVERRIDE`...

Did you give the `refresh_token` grant to the client (in addition to the `authorization_code` grant)? I ran into the same problem and the reason was that Authlib refuses to even...

I am not entirely sure if idmapped mounts are going to fully solve this issue, because the underlying filesystem needs to support them, and `tmpfs` - which is where the...

I just tried it with the latest Sysbox git build, a recent Linux kernel, and no shiftfs nor userns-remap so Sysbox uses idmapped mounts, and the X11 socket problem no...

I tried replicating the same test on a 5.15 kernel (=supports IDMapped mounts) AND shiftfs and /tmp/.X11-unix was still bind-mounted, so the socket worked. As far as I can see...