Yasushi SHOJI

Results 77 comments of Yasushi SHOJI

It seems like this issue happens only with `-grab-keyboard` in a Wayland session with `Xwayland`. And No, akallabeth:x11_kbd_mapping doesn't fix it. To reproduce, 1. Run a GNOME wayland session 2....

It seemed a simple job turned out be a can of warm.... Meson doesn't even allow me to place the file in sub directory. I'll tackle this after zephyr merge....

While looking at the code, it doesn't seem to have a way to set a specific proxy for `g_file_copy()`. if you don't mind ditching the application specific proxy setting it's...

Do you want to remove the proxy setting with v2.4? Would you mind creating an issue for it?

@csete How small do you want it to be? 640x480 or 800x600?

@ghostop14 do you have any number for "extended periods"? I'd like to test it.

- `const double * value_ptr` means pointer to const double. IOW, you can't change the value of the double. Because `value_ptr` is a pointer, you have the variable it points...

https://sourceware.org/bugzilla/show_bug.cgi?id=18915

Hi, I've been reading canlogserver.c thease days. And indeed it does some odd thing. The code structure is basicall, 1. wait on `accept()` 2. when new connection arrived, fork -...

Just wanted to say that if you have `libpython3.12-dev` installed but your `python3` is `3.11.8`, the following two find different versions. This is the current situation on Debian Sid right...