Sophie Winter

Results 48 comments of Sophie Winter

I have *finally* managed to reproduce. It appears that the copy of xdg-shell.xml I keep in the repo is out of date, and when proxying requests this causes problems. Will...

If you were using a released version of this library it had a nasty use-after-free bug that could have been causing lots of weird problems (see https://github.com/wmww/gtk4-layer-shell/pull/27 for details). I've...

Hmm, that does seem wrong, but it's unclear to me what could be happening. The rules of the configure/attach dance should be the same between XDG shell and Layer Shell,...

This doesn't seem to be an issue with this library in particular, just a general Arch/meson thing. That being said people seem to keep running into it, so I added...

Oh, also looks like the GA test runner (Ubuntu 22.04) has a version of libwayland that uses `@`. It may be time to bump the test runner OS, but either...

I believe this is superseded by #44. At least the tests all passed in CI and all but the lua one passed locally on arch (this is a known issue)

Sorry about that, I didn't realize I needed to be controlling symbol visibility. These were never exposed by public headers, and not supposed to be used externally. I will look...

Does #73 look like it will solve the problem in the future?

These symbols are NOT coming back. They were never part of the API, they were never supposed to be used, and since they aren't in any public header files they...

No current plans. If someone can make a PR that passes both the tests added [here](41578c57d7c18adcc57208dc996a7e4141d41699) I'll review it (my commit fixes `test-appears-if-size-initially-unspecified` but breaks `test-size-can-shrink`).