Sam Bazley
Sam Bazley
Why would the way that i3 draws decoration be affected by key events? If everything looks normal below i3-frame, why is it necessary at all? Why does it only happen...
>What you're essentially seeing is memory garbage. It can be affected by whatever. What makes you say that? Wouldn't that result in this behaviour being very random unpredictable? This is...
>I frankly don't care much about what specifically causes the garbage memory effects to change, predictably or not. It's not the "garbage memory effects" that are predictable. It's the way...
I'm getting the same problem on Arch. Looks like the problem is caused by Curl. From meson-logs/meson-log.txt: ``` Called `/home/sam/MPD/output/android/lib/aarch64-linux-android/root/bin/pkg-config --libs libcurl` -> 0 -L/home/sam/MPD/output/android/lib/aarch64-linux-android/root/lib -lcurl -ldl -pthread /home/sam/MPD/output/android/lib/aarch64-linux-android/root/lib/libssl.a /home/sam/MPD/output/android/lib/aarch64-linux-android/root/lib/libcrypto.a...
Looks like it's caused by Curl's CMake scripts. As a work around, this patch reverts back to compile Curl with autotools. ```patch From ade14e3a704d0e8d8491bee3ef419569bb534897 Mon Sep 17 00:00:00 2001 From:...
I've tracked the problem down to SDL's [EV_IsJoystick function](https://github.com/libsdl-org/SDL-1.2/blob/main/src/joystick/linux/SDL_sysjoystick.c#L382-L398). For a device to be classed as a joystick, it must: - have either X and Y axes or a X...
@berarma You're right. I assumed the problem was caused by SDL-1.2 since sdl2-jstest found the devices where as sdl-jstest didn't, and because I noticed that it only worked when an...
This didn't work me either. I verified that ID_INPUT_JOYSTICK=1 with `udevadm info --query=all`, and when that didn't work, I set ID_INPUT_ACCELEROMETER=0, which also didn't work.
> Does it something when runing Wine/Proton directly without Steam? It works with the same game running through Steam on Wine.
@MurakamiShinyu thank you for your help. This solution works for the PDF, although moving the footer element to the top of the body element means the HTML file displays the...