Aetf

Results 96 comments of Aetf

The existing tests are for manual testing only as they require inputs. I need to replace those with proper unit tests. Will keep this as enhancement.

I do have some comments. Could you create a PR with that patch and we can continue there?

Hi, thanks for the suggestion! I already have an AUR package [libtsm-patched-git](https://aur.archlinux.org/packages/libtsm-patched-git/), which provides libtsm. As for COPR, I don't know much about it, but I imagine you could do...

Probably related to this https://github.com/libretro/RetroArch/issues/13513

I bet that has something to do with wine's fullscreen implementation on wayland. Maybe wine just uses a maximized window for the game so the game never actually got fullscreen...

The game may achieve fullscreen using something else then. Either way, if somehow kwin doesn't think the game is fullscreen, or doesn't emit fullscreen signals for them, there's little this...

Interesting. The script actually prints detailed states to debug outputs in kwin. It'd be great if you could get kwin logging outputs (either here: https://community.kde.org/KWin/Debugging#Getting_debug_log_output, or `journalctl --user -u plasma-kwin_wayland`...

I don't see any script related output. Probably you need to enable it first: https://develop.kde.org/docs/extend/plasma/kwin/#output

From the log it looks like the maximize handler got called correctly. But those lines with `alwaysopenonfocusedscreen` look suspecious. Probably the window is first moved to a new desktop, but...

I don't think this is implemented. PRs are welcome :)