Results 51 comments of Ethan

Thanks for investigating this! I've had an unrelated crash w/ chromium that seems to have fixed itself?? (Look at the irc logs between me and sewn for more info on...

Here's the patch that I'm thinking of adding, thoughts? ```diff diff --git a/community/chromium/build b/community/chromium/build index 0fe68674..7bfac2f0 100755 --- a/community/chromium/build +++ b/community/chromium/build @@ -2,6 +2,33 @@ export DESTDIR="$1" +# Check to...

What's odd is that this problem does not occur on the wayland version of chrome - they use almost the same patches that we do. I think that gtk+3 is...

I'm not a huge fan of how hacky this solution is either, but without seriously investigating _why_ gtk+3 has different behavior on X vs wayland when atk is patched out,...

@kyx0r hacky fix was pushed up last night. I wonder if it would be possible to build chromium using only the qt5 toolkit, instead of gtk3? (I have not tried...

@kyx0r compared to gtk3 it's pretty bloated, but overall it's not crazy. On my system (granted w/ -O3 -march=native) qt5 takes up 110MB and takes about 10 minutes to compile...

@apprehensions does that code also segfault if you were to run it under a wayland environment (like if someone was using upstreams' version of gtk+3). Good find btw, should make...

godot : 0bfba32 qt6 : 1cb6e25 wxWidgets : eb956a0 netcdf : a8280b2

Resolved as of: 032cf2e

I'm likely to follow whatever upstream decides btw - I'm definitely in favor of removing the llvm dependency from mesa though.