You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have bisected this bug. Commit 60d33f2 introduces this.
Describe the bug
When I have two single instance Kitty windows open and one of them is "hidden" by switching my tiling mode to Tabbed on Sway, all windows of that Kitty instance freeze and don't render new frames.
To Reproduce
Steps to reproduce the behavior:
Open two Kitty windows using single instance mode
Move one window to a separate workspace alongside some other arbitrary window and "hide" it by switching to a stacking/tabbed layout
Try to interact with still visible window
Screenshots
recording.webm
In this video I am opening kitty instances using a hotkey that runs kitty -1
Additional context
Reproducible using kitty --config NONE
Git Bisection:
# bad: [16a4845a72d1a488d243ac5e43c8a06744c41873] version 0.26.0
# good: [ad128a3c29729e3a9a03791a6e924e18a39b572c] version 0.25.2
git bisect start 'v0.26.0' 'v0.25.2'
# bad: [5d2a276172f5137a4de5e48b5f72ee691ab3d6d3] ...
git bisect bad 5d2a276172f5137a4de5e48b5f72ee691ab3d6d3
# bad: [512db660a184ff46b07cf823a4b7caf189fb48e7] macOS: Fix unable to open new tab/window when there is no OS window
git bisect bad 512db660a184ff46b07cf823a4b7caf189fb48e7
# good: [a89e1b55739273b1c4e78e01aca564e35da74bb1] Fix horizontal wheel events not being reported to client programs when they grab the mouse
git bisect good a89e1b55739273b1c4e78e01aca564e35da74bb1
# good: [c3df6d2fe360ce9cbbc29f6ca8b510783a943a9f] Remove executable perms from kitten files
git bisect good c3df6d2fe360ce9cbbc29f6ca8b510783a943a9f
# bad: [a94a0f30266a9ed0dfc89d4bffa20e6fc9190183] Fix fd leak in prewarm zygote
git bisect bad a94a0f30266a9ed0dfc89d4bffa20e6fc9190183
# bad: [4f29dea8ef6400e50042005fbc52c2131b898100] Utility function to detect when running inside tmux
git bisect bad 4f29dea8ef6400e50042005fbc52c2131b898100
# bad: [295fbe42ad2c6f31d4d01ca21b3013fc4b2b9af7] Merge branch 'misc' of https://github.com/page-down/kitty
git bisect bad 295fbe42ad2c6f31d4d01ca21b3013fc4b2b9af7
# good: [cd369f633a24e88d787c3ec6030093fba0575a32] Wayland: Ensure that opengl buffer swapping does not happen till the xdg surface is configured
git bisect good cd369f633a24e88d787c3ec6030093fba0575a32
# bad: [60d33f28471d4fb247ebe8f8205211240b7c4382] Wayland: Reduce flicker at startup by not using render frames immediately after a resize
git bisect bad 60d33f28471d4fb247ebe8f8205211240b7c4382
# first bad commit: [60d33f28471d4fb247ebe8f8205211240b7c4382] Wayland: Reduce flicker at startup by not using render frames immediately after a resize
The text was updated successfully, but these errors were encountered:
I have bisected this bug. Commit 60d33f2 introduces this.
Describe the bug
When I have two single instance Kitty windows open and one of them is "hidden" by switching my tiling mode to Tabbed on Sway, all windows of that Kitty instance freeze and don't render new frames.
To Reproduce
Steps to reproduce the behavior:
Screenshots
recording.webm
In this video I am opening kitty instances using a hotkey that runs
kitty -1
Environment details
Additional context
Reproducible using
kitty --config NONE
Git Bisection:
The text was updated successfully, but these errors were encountered: