alice

Results 48 comments of alice

@selfisekai this is probably a gtk/sway mismatch of the wayland protocols and what is expected, i.e. https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/150 if you built the qt5 shim for electron (assuming it supports it like...

> I'll be porting this to GTK4 once gtk4-layer-shell becomes available in distro repos distros usually add deps for things that use them, i.e. they would add gtk4-layer-shell to satisfy...

regardless of whether rustix works or not, libc has to be fixed anyway (i.e. this is lacking platform support and a goal of `libc`), so that is more of an...

> Our 'make dist' uses the MANPAGES variable from docs/Makefile.inc to determine what to package, and its listing that file. yeah.. afaict the list of what is used and what...

ah, right forgot to `touch` it to make it continue.. out of curiosity- what happens if you run `make dist` after deleting the manpages? does it fail or just 'silently'...

the 1.28.* tarballs are fine so i guess there's nothing else to do here :)

the current logic is the same as the previous one, in that `0x80000000` was INT_MIN and `0x7FFFFFFF` was INT_MAX

i don't have access to a ppc64le machine without musl on it (or with a shell on it either, this is from a pipeline sadly). i could probably scrape together...

it passes on every other architecture, yeah

> -DWITH_ALTIVEC=OFF -DWITH_POWER8=ON -DWITH_POWER9=OFF this fixes them