dgb

Results 5 comments of dgb

Since Big Sur, Apple started to validate certificates issued by self-signed CAs (self-signed root certificate is excepted per usual), but other OS/browsers might behave differently. The problem here seems to...

@justinclift mTLS doesn't require server/client authentication to use the same CA. I don't know which webserver you're using, but here's how it can be configured on Nginx. ``` # Server...

I used [the official Ubuntu patch from salsa](https://salsa.debian.org/gnome-team/mutter/-/blob/ubuntu/master/debian/patches/ubuntu/x11-Add-support-for-fractional-scaling-using-Randr.patch). I spun up a Ubuntu Budgie VM and upgraded to mantic, and reproduced the same bug. ![ubuntu_buggy](https://github.com/BuddiesOfBudgie/budgie-desktop/assets/107956274/46e330cf-7592-4dea-89b4-2487836a0b26) I admit this might not...

@Winson-Huang I use Debian trixie, which uses GCC 13. I rebuilt the packages on bookworm and they should work for you. They're the `deb12` variant on the same release page.

I was able to build it for arm64. I didn't dig into universal binary because it requires extra efforts and I didn't want to. If you want to build your...