Attila Fidan

Results 49 comments of Attila Fidan

wtype uses virtual keyboard, not text-input (IME). Does it still happen in master? I'm unable to get it to crash on my machine.

The modifiers event comes from calling `wlr_seat_keyboard_send_modifiers` inside `wlr_seat_keyboard_enter`. Removing the virtual keyboard makes `keyboard_state.keyboard` NULL until something like a key press/release happens to call `wlr_seat_set_keyboard`. In this case, by...

Missing return, use `return self.get_connection(request.url, proxies)`

Does this still occur? If so, outside of Steam, within dwl: * what happens with `gamescope --backend wayland -- eglgears_x11`? * if the above works, what happens with `gamescope --backend...

Does this occur when the wine application gracefully exits/you alt+f4, or only when you close the gamescope window (by compositor sending close() on the toplevel via keybinding or a server...

Ok, I can't reproduce this issue then, sorry. I just had a separate issue with my custom pressure-vessel/proton wrapper and umu that had similar symptoms, but the processes/explorer.exe did respond...

>btrfs, ext4 and XFS all have the same 255 byte filename limit as ZFS In the case of Btrfs it does seem like it is possible to support over 255...

The SDL backend doesn't have the same symptoms in the OP, but after testing more it has its own related issues. I wouldn't be surprised if the behaviour in both...

A workaround for games that do this is to start something like eglgears_x11, then your application, so that gamescope returns to displaying eglgears_x11 instead of removing the window when the...

The fd wasn't available because the host compositor (sway/wlroots) actually just threw a protocol error (xdg_surface unconfigured_buffer, message="xdg_surface has never been configured") so the connection died. Log is attached, annotated...