Results 409 comments of Sebastian Wick

There are at two more approaches to making it possible to use the host mesa drivers in flatpak 1. r-o map host /usr into flatpak and use libcapsule to load...

> What pressure-vessel now does is to go through the recursive dependencies of Mesa, and for each library, ask: which is newer, host or container? and if the answer is...

Right, the libc extension would need special handling and all the shared objects would have to be mounted over the existing ones but that doesn't sound too hard to implement...

LGTM as well with those two details fixed

I think I'm hitting the same or a similar issue on amd and games stop starting after hibernating.

Having a hard split between desktop and mobile isn't exactly great. We generally try to make wayland concepts useful for both, and the line between them is getting more and...

We support asan builds `-Db_sanitize=address -Db_lundef=false`. You can try running such a build and capture the output.

You can introduce a problem on purpose (e.g. in main `char *xxx = (char*)malloc(10 * sizeof(char*));`) and see if you get the asan output. If that's the case, then maybe...

Nothing suspicious in there. Let's go with valgrind next! `valgrind --leak-check=yes /usr/libexec/xdg-desktop-portal --replace`