Haelwenn Monnier

Results 52 comments of Haelwenn Monnier

[2022-11-29 16:07:09-0800] Matěj Cepl: >Are there any real platforms (real platforms doesn’t include Plan 9 ;)), which doesn’t have darwinsys’s `file(1)`? Is this actually an issue? Not that I'm aware,...

I think, it’s something in your ``CLFAGS``. ``` $ clang --version clang version 4.0.1 (tags/RELEASE_401/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin $ CC=clang make clang -c injector.c -o injector.o...

Looks like ``-no-pie`` is unsupported here. ``` $ make CC=gcc CFLAGS='-no-pie' gcc -no-pie -c injector.c -o injector.o -Wall gcc: error: unrecognized command line option ‘-no-pie’ make: *** [Makefile:38: injector.o] Error...

I had this issue too, I fixed it here with changing ``gcc`` to ``clang`` in ``Makefile``.

>is this trolling? No, it's not. Heck even desktop distros are removing XOrg support lately, libX11 is going away at some point.

@renpytom > There seems to be a Python 3.12 compatible version of future at PythonCharmers/python-future#632 . Doesn't seems to actually work as the testsuite of future-1.0.0 doesn't passes with 3.12....

Note that while this respects the documented configuration, interaction with windows having other border settings is quite a mess. ![screen](https://github.com/swaywm/sway/assets/3816428/8beaf508-b5f6-47d3-93d0-4192c29bb0ae) I guess sway should be forcing borders on childs of...

[2023-11-12 07:42:55-0800] Michel Ganguin: >If someone is interested, I'm running supertux and supertuxkart on pure wayland, I compiled GLEW as following > > sed -i -e 's/-lGL\>/-lGLESv2/' config/Makefile.linux-egl > make...

Well excluding listed users from the home timeline sounds okay. I think it should still be an option though as that would change/break the API, so `exclude_listed` boolean?

Well, a URI can also be a `mailto:` or `xmpp:`, which would also be a good idea in case you want to reach the node but your account/node is blocked....