Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fedora 39, Wayland, Gnome 45.3, Alacritty 0.13.1, default config] Alacritty indefinitely displays the block cursor until its window is resized, maximized or hidden-then-restored #7620

Closed
sgtpep opened this issue Jan 14, 2024 · 13 comments

Comments

@sgtpep
Copy link

sgtpep commented Jan 14, 2024

Even with no user config, after updating to Alacritty 0.13.1 on Fedora 39, it indefinitely displays the block cursor and nothing else until I perform maximize, resize or hide-and-restore operation on its window (i.e. somehow initiate the window redrawing). That happens only if there's no other window behind Alacritty. Contrarily, if I happen to have any other window open, and Alacritty gets opened above it, it becomes operational immediately.

Wasn't an issue with Alacritty 0.12.*.

Screenshot from 2024-01-14 11-38-42

System

OS: Linux, Fedora 39
Version: 0.13.1
Linux/BSD: Wayland, Gnome 45.3

Logs

Created log file at "/tmp/Alacritty-21864.log"
[0.000006669s] [INFO ] [alacritty] Welcome to Alacritty
[0.000121577s] [INFO ] [alacritty] Version 0.13.1
[0.000142748s] [INFO ] [alacritty] Running on Wayland
[0.000266622s] [INFO ] [alacritty_config_derive] No config file found; using default
[0.000636514s] [INFO ] [alacritty] winit event: NewEvents(Init)
[0.000675323s] [INFO ] [alacritty] winit event: Resumed
[0.030307320s] [INFO ] [alacritty] Using EGL 1.5
[0.030380406s] [DEBUG] [alacritty] Picked GL Config:
                                     buffer_type: Some(Rgb { r_size: 8, g_size: 8, b_size: 8 })
                                     alpha_size: 8
                                     num_samples: 0
                                     hardware_accelerated: true
                                     supports_transparency: Some(true)
                                     config_api: Api(OPENGL | GLES1 | GLES2 | GLES3)
                                     srgb_capable: true
[0.050835256s] [TRACE] [crossfont] Number of fonts is 25
[0.050928051s] [TRACE] [crossfont] Got font path="/usr/share/fonts/abattis-cantarell-fonts/Cantarell-Bold.otf", index=0
[0.051069290s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.055797890s] [INFO ] [alacritty] Window scale factor: 1
[0.057476761s] [DEBUG] [alacritty] Loading "monospace" font
[0.058006865s] [TRACE] [crossfont] Number of fonts is 23
[0.058050304s] [TRACE] [crossfont] Got font path="/usr/share/fonts/google-noto-vf/NotoSansMono[wght].ttf", index=0
[0.058123628s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.058900992s] [TRACE] [crossfont] Number of fonts is 24
[0.058947760s] [TRACE] [crossfont] Got font path="/usr/share/fonts/google-noto-vf/NotoSansMono[wght].ttf", index=262144
[0.059035310s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.059842514s] [TRACE] [crossfont] Number of fonts is 22
[0.059903201s] [TRACE] [crossfont] Got font path="/usr/share/fonts/google-noto-vf/NotoSansMono[wght].ttf", index=0
[0.059931429s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: NO_BITMAP | TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.060693482s] [TRACE] [crossfont] Number of fonts is 23
[0.060730858s] [TRACE] [crossfont] Got font path="/usr/share/fonts/google-noto-vf/NotoSansMono[wght].ttf", index=262144
[0.060747147s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: NO_BITMAP | TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.064221980s] [INFO ] [alacritty] Running on Mesa Intel(R) HD Graphics 6000 (BDW GT3)
[0.064267112s] [INFO ] [alacritty] OpenGL version 4.6 (Core Profile) Mesa 23.3.3, shader_version 4.60
[0.064283028s] [INFO ] [alacritty] Using OpenGL 3.3 renderer
[0.074007649s] [DEBUG] [alacritty] Enabled debug logging for OpenGL
[0.074233336s] [DEBUG] [alacritty] Filling glyph cache with common glyphs
[0.079530417s] [INFO ] [alacritty] Cell size: 9 x 22
[0.079561882s] [INFO ] [alacritty] Padding: 0 x 0
[0.079573652s] [INFO ] [alacritty] Width: 800, Height: 600
[0.079612567s] [TRACE] [alacritty] Deriving dim colors from normal colors
[0.079629009s] [INFO ] [alacritty] PTY dimensions: 27 x 88
[0.081763625s] [INFO ] [alacritty] Initialisation complete
[0.081829950s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: Resized(PhysicalSize { width: 800, height: 600 }) }
[0.084191834s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: RedrawRequested }
[0.086796465s] [INFO ] [alacritty] winit event: AboutToWait
[0.086825488s] [TRACE] [alacritty_terminal] Setting private mode: BracketedPaste
[0.086913624s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5022, tv_nsec: 137988775 }, requested_resume: None })
[0.086946335s] [INFO ] [alacritty] winit event: AboutToWait
[0.086990086s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5022, tv_nsec: 138103997 }, requested_resume: None })
[0.087010297s] [INFO ] [alacritty] winit event: UserEvent(Event { window_id: Some(WindowId(WindowId(94790587536304))), payload: Terminal(Wakeup) })
[0.087029178s] [INFO ] [alacritty] winit event: AboutToWait
[0.087047518s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5022, tv_nsec: 138165248 }, requested_resume: None })
[0.087060103s] [INFO ] [alacritty] winit event: AboutToWait
[0.088114733s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5022, tv_nsec: 138195100 }, requested_resume: None })
[0.088157809s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: ScaleFactorChanged { scale_factor: 1.0, inner_size_writer: InnerSizeWriter { new_inner_size: (Weak) } } }
[0.088175028s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: Resized(PhysicalSize { width: 800, height: 600 }) }
[0.088187986s] [INFO ] [alacritty] winit event: AboutToWait
[0.088678715s] [TRACE] [crossfont] Number of fonts is 23
[0.089434344s] [TRACE] [crossfont] Number of fonts is 24
[0.090193206s] [TRACE] [crossfont] Number of fonts is 22
[0.090849698s] [TRACE] [crossfont] Number of fonts is 23
[0.090998671s] [INFO ] [alacritty] Font size changed to 15.0 px
[0.091018390s] [INFO ] [alacritty] Cell size: 9 x 22
[3.749258861s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5025, tv_nsec: 674223724 }, requested_resume: None })
[3.749340587s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: Occluded(true) }
[3.751822489s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: RedrawRequested }
[3.752145612s] [INFO ] [alacritty] winit event: AboutToWait
[3.776336976s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5025, tv_nsec: 822168132 }, requested_resume: None })
[3.776415057s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: Focused(true) }
[3.776440378s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: ModifiersChanged(Modifiers { state: ModifiersState(0x0), pressed_mods: ModifiersKeys(0x0) }) }
[3.776463757s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: Ime(Enabled) }
[3.776483136s] [INFO ] [alacritty] winit event: AboutToWait
[3.778292529s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5025, tv_nsec: 827630492 }, requested_resume: None })
[3.778359331s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: Ime(Preedit("", None)) }
[3.778388307s] [INFO ] [alacritty] winit event: AboutToWait
[4.915634064s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5025, tv_nsec: 842488100 }, requested_resume: None })
[4.915766190s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Code(ControlLeft), logical_key: Named(Control), text: None, location: Left, state: Pressed, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Named(Control), text_with_all_modifiers: None } }, is_synthetic: false } }
[4.915849558s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: ModifiersChanged(Modifiers { state: ModifiersState(CONTROL), pressed_mods: ModifiersKeys(0x0) }) }
[4.915947087s] [INFO ] [alacritty] winit event: AboutToWait
[4.923478661s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5026, tv_nsec: 967123205 }, requested_resume: None })
[4.923630726s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[4.923706938s] [INFO ] [alacritty] winit event: AboutToWait
[4.948204854s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5026, tv_nsec: 974877179 }, requested_resume: None })
[4.948336595s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Code(SuperLeft), logical_key: Named(Alt), text: None, location: Left, state: Pressed, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Named(Alt), text_with_all_modifiers: None } }, is_synthetic: false } }
[4.948396837s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: ModifiersChanged(Modifiers { state: ModifiersState(CONTROL | ALT), pressed_mods: ModifiersKeys(0x0) }) }
[4.948441639s] [INFO ] [alacritty] winit event: AboutToWait
[5.423683706s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5026, tv_nsec: 999616172 }, requested_resume: None })
[5.423845358s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.423996339s] [INFO ] [alacritty] winit event: AboutToWait
[5.454187928s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 475191909 }, requested_resume: None })
[5.454321304s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.454391397s] [INFO ] [alacritty] winit event: AboutToWait
[5.484688634s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 505566635 }, requested_resume: None })
[5.484821210s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.484934865s] [INFO ] [alacritty] winit event: AboutToWait
[5.515196414s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 536120573 }, requested_resume: None })
[5.515345436s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.515467741s] [INFO ] [alacritty] winit event: AboutToWait
[5.545705471s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 566650295 }, requested_resume: None })
[5.545852788s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.545984473s] [INFO ] [alacritty] winit event: AboutToWait
[5.576158200s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 597163777 }, requested_resume: None })
[5.576295831s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.576362659s] [INFO ] [alacritty] winit event: AboutToWait
[5.606665376s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 627538107 }, requested_resume: None })
[5.606802647s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.606873180s] [INFO ] [alacritty] winit event: AboutToWait
[5.637174652s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 658088095 }, requested_resume: None })
[5.637345570s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.637443304s] [INFO ] [alacritty] winit event: AboutToWait
[5.667605241s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 688621832 }, requested_resume: None })
[5.667740642s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.667810565s] [INFO ] [alacritty] winit event: AboutToWait
[5.698115571s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 718988458 }, requested_resume: None })
[5.698251217s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.698375623s] [INFO ] [alacritty] winit event: AboutToWait
[5.728622903s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 749557321 }, requested_resume: None })
[5.728788880s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.728916935s] [INFO ] [alacritty] winit event: AboutToWait
[5.759129799s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 780098904 }, requested_resume: None })
[5.759265355s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.759336778s] [INFO ] [alacritty] winit event: AboutToWait
[5.789633690s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 810512466 }, requested_resume: None })
[5.789768565s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.789838519s] [INFO ] [alacritty] winit event: AboutToWait
[5.820142371s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 841054213 }, requested_resume: None })
[5.820293868s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.820364651s] [INFO ] [alacritty] winit event: AboutToWait
[5.850649618s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 871540194 }, requested_resume: None })
[5.850801754s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.850929010s] [INFO ] [alacritty] winit event: AboutToWait
[5.881156610s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 902110918 }, requested_resume: None })
[5.881295376s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.881421411s] [INFO ] [alacritty] winit event: AboutToWait
[5.911662625s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 932602900 }, requested_resume: None })
[5.911800256s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.911872559s] [INFO ] [alacritty] winit event: AboutToWait
[5.942169082s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 963089449 }, requested_resume: None })
[5.942344544s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.942442964s] [INFO ] [alacritty] winit event: AboutToWait
[5.972679577s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5027, tv_nsec: 993620327 }, requested_resume: None })
[5.972816998s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.972923228s] [INFO ] [alacritty] winit event: AboutToWait
[6.003187324s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 24104282 }, requested_resume: None })
[6.003323345s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.003394388s] [INFO ] [alacritty] winit event: AboutToWait
[6.033692435s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 54570951 }, requested_resume: None })
[6.033865748s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.034007744s] [INFO ] [alacritty] winit event: AboutToWait
[6.064197851s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 85183562 }, requested_resume: None })
[6.064333607s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.064456542s] [INFO ] [alacritty] winit event: AboutToWait
[6.094711543s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 115638245 }, requested_resume: None })
[6.094849619s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.094962894s] [INFO ] [alacritty] winit event: AboutToWait
[6.125215138s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 146139127 }, requested_resume: None })
[6.125351189s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.125422062s] [INFO ] [alacritty] winit event: AboutToWait
[6.155722630s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 176597881 }, requested_resume: None })
[6.155940235s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.156030674s] [INFO ] [alacritty] winit event: AboutToWait
[6.186227876s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 207206482 }, requested_resume: None })
[6.186363877s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.186434645s] [INFO ] [alacritty] winit event: AboutToWait
[6.216741377s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 237611078 }, requested_resume: None })
[6.216912855s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.216987218s] [INFO ] [alacritty] winit event: AboutToWait
[6.247244854s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 268164356 }, requested_resume: None })
[6.247419191s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.247569613s] [INFO ] [alacritty] winit event: AboutToWait
[6.277752929s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 298752936 }, requested_resume: None })
[6.277924782s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.277999245s] [INFO ] [alacritty] winit event: AboutToWait
[6.308264025s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 329173853 }, requested_resume: None })
[6.308399551s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.308471009s] [INFO ] [alacritty] winit event: AboutToWait
[6.338707705s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 359646738 }, requested_resume: None })
[6.338913029s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.339027919s] [INFO ] [alacritty] winit event: AboutToWait
[6.369220770s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 390207182 }, requested_resume: None })
[6.369356361s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.369426589s] [INFO ] [alacritty] winit event: AboutToWait
[6.399733497s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 420603053 }, requested_resume: None })
[6.399873153s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.399983948s] [INFO ] [alacritty] winit event: AboutToWait
[6.430240873s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 451159847 }, requested_resume: None })
[6.430434947s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.430549017s] [INFO ] [alacritty] winit event: AboutToWait
[6.460749289s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 481728395 }, requested_resume: None })
[6.460945897s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.461018596s] [INFO ] [alacritty] winit event: AboutToWait
[6.491163302s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 512194444 }, requested_resume: None })
[6.491313273s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.491385686s] [INFO ] [alacritty] winit event: AboutToWait
[6.521569311s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 542561005 }, requested_resume: None })
[6.521645292s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.521680898s] [INFO ] [alacritty] winit event: AboutToWait
[6.552023267s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 572831675 }, requested_resume: None })
[6.552188944s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.552293044s] [INFO ] [alacritty] winit event: AboutToWait
[6.583167361s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 603953993 }, requested_resume: None })
[6.583220036s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.583246593s] [INFO ] [alacritty] winit event: AboutToWait
[6.583841276s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 634394322 }, requested_resume: None })
[6.583937722s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Code(ControlLeft), logical_key: Named(Control), text: None, location: Left, state: Released, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Named(Control), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.583976827s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: ModifiersChanged(Modifiers { state: ModifiersState(ALT), pressed_mods: ModifiersKeys(0x0) }) }
[6.584006957s] [INFO ] [alacritty] winit event: AboutToWait
[6.584475046s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 635156029 }, requested_resume: None })
[6.584514908s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Code(F3), logical_key: Named(F3), text: None, location: Standard, state: Released, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Named(F3), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.584536784s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Code(SuperLeft), logical_key: Named(Alt), text: None, location: Left, state: Released, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Named(Alt), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.584552075s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: ModifiersChanged(Modifiers { state: ModifiersState(0x0), pressed_mods: ModifiersKeys(0x0) }) }
[6.584566900s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Released, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.584584034s] [INFO ] [alacritty] winit event: AboutToWait
[6.639037755s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 5028, tv_nsec: 664628152 }, requested_resume: None })
[6.639292812s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: ModifiersChanged(Modifiers { state: ModifiersState(0x0), pressed_mods: ModifiersKeys(0x0) }) }
[6.639340127s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94790587536304)), event: Focused(false) }
[6.639371440s] [INFO ] [alacritty] winit event: AboutToWait
@kchibisov
Copy link
Member

It's a gnome bug.

@kchibisov
Copy link
Member

Could you post me WAYLAND_DEBUG=1 alacritty log so I'll update upstream issue in gnome to include that maximize is not really required to trigger the bug?

@kchibisov
Copy link
Member

See #7465

@sgtpep
Copy link
Author

sgtpep commented Jan 14, 2024

Could you post me WAYLAND_DEBUG=1 alacritty log

Sure:

[2642466.129]  -> [email protected]_registry(new id wl_registry@2)
[2642466.179]  -> [email protected](new id wl_callback@3)
[2642466.386] [email protected]_id(3)
[2642466.418] [email protected](1, "wl_compositor", 5)
[2642466.437] [email protected](2, "wl_drm", 2)
[2642466.448] [email protected](3, "wl_shm", 1)
[2642466.458] [email protected](4, "wl_output", 4)
[2642466.468] [email protected](5, "zxdg_output_manager_v1", 3)
[2642466.478] [email protected](6, "wl_data_device_manager", 3)
[2642466.488] [email protected](7, "zwp_primary_selection_device_manager_v1", 1)
[2642466.498] [email protected](8, "wl_subcompositor", 1)
[2642466.508] [email protected](9, "xdg_wm_base", 6)
[2642466.518] [email protected](10, "gtk_shell1", 5)
[2642466.528] [email protected](11, "wp_viewporter", 1)
[2642466.537] [email protected](12, "wp_fractional_scale_manager_v1", 1)
[2642466.547] [email protected](13, "zwp_pointer_gestures_v1", 3)
[2642466.557] [email protected](14, "zwp_tablet_manager_v2", 1)
[2642466.566] [email protected](15, "wl_seat", 8)
[2642466.576] [email protected](16, "zwp_relative_pointer_manager_v1", 1)
[2642466.586] [email protected](17, "zwp_pointer_constraints_v1", 1)
[2642466.595] [email protected](18, "zxdg_exporter_v2", 1)
[2642466.605] [email protected](19, "zxdg_importer_v2", 1)
[2642466.615] [email protected](20, "zxdg_exporter_v1", 1)
[2642466.624] [email protected](21, "zxdg_importer_v1", 1)
[2642466.634] [email protected](22, "zwp_linux_dmabuf_v1", 4)
[2642466.644] [email protected](23, "wp_single_pixel_buffer_manager_v1", 1)
[2642466.653] [email protected](24, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1)
[2642466.663] [email protected](25, "zwp_text_input_manager_v3", 1)
[2642466.673] [email protected](26, "wp_presentation", 1)
[2642466.683] [email protected](27, "xdg_activation_v1", 1)
[2642466.692] [email protected](28, "zwp_idle_inhibit_manager_v1", 1)
[2642466.702] [email protected](22611)
[2642466.767]  -> [email protected](1, "wl_compositor", 5, new id [unknown]@3)
[2642466.787]  -> [email protected](8, "wl_subcompositor", 1, new id [unknown]@4)
[2642466.819]  -> [email protected](4, "wl_output", 4, new id [unknown]@5)
[2642466.836]  -> [email protected](5, "zxdg_output_manager_v1", 3, new id [unknown]@6)
[2642466.857]  -> [email protected]_xdg_output(new id zxdg_output_v1@7, wl_output@5)
[2642466.874]  -> [email protected](15, "wl_seat", 7, new id [unknown]@8)
[2642466.905]  -> [email protected](12, "wp_fractional_scale_manager_v1", 1, new id [unknown]@9)
[2642466.920]  -> [email protected](11, "wp_viewporter", 1, new id [unknown]@10)
[2642466.933]  -> [email protected](3, "wl_shm", 1, new id [unknown]@11)
[2642466.945]  -> [email protected](9, "xdg_wm_base", 6, new id [unknown]@12)
[2642466.958]  -> [email protected](27, "xdg_activation_v1", 1, new id [unknown]@13)
[2642466.977]  -> [email protected](25, "zwp_text_input_manager_v3", 1, new id [unknown]@14)
[2642466.990]  -> [email protected](16, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@15)
[2642467.002]  -> [email protected](17, "zwp_pointer_constraints_v1", 1, new id [unknown]@16)
[2642467.017]  -> [email protected](new id wl_callback@17)
[2642467.277] [email protected]_id(17)
[2642467.304] [email protected](0, 0, 260, 140, 0, "APP", "Color LCD", 0)
[2642467.320] [email protected](3, 1366, 768, 60000)
[2642467.339] [email protected](1)
[2642467.349] [email protected]("eDP-1")
[2642467.359] [email protected]("Built-in display")
[2642467.368] [email protected]()
[2642467.376] [email protected]_position(0, 0)
[2642467.386] [email protected]_size(1366, 768)
[2642467.395] [email protected]("eDP-1")
[2642467.404] [email protected]("Built-in display")
[2642467.413] [email protected]()
[2642467.425] [email protected](0)
[2642467.435] [email protected]("seat0")
[2642467.444] [email protected](0)
[2642467.453] [email protected](1)
[2642467.461] [email protected](875708993)
[2642467.470] [email protected](875709016)
[2642467.500] [email protected](909199186)
[2642467.511] [email protected](808669761)
[2642467.520] [email protected](808669784)
[2642467.528] [email protected](808665665)
[2642467.536] [email protected](808665688)
[2642467.545] [email protected](1211388481)
[2642467.553] [email protected](1211388504)
[2642467.562] [email protected](1211384385)
[2642467.570] [email protected](1211384408)
[2642467.578] [email protected](22611)
[2642468.801]  -> [email protected]_registry(new id wl_registry@17)
[2642468.872]  -> [email protected](new id wl_callback@18)
[2642469.119] [email protected]_id(18)
[2642469.150] [email protected](1, "wl_compositor", 5)
[2642469.186] [email protected](2, "wl_drm", 2)
[2642469.209] [email protected](3, "wl_shm", 1)
[2642469.229] [email protected](4, "wl_output", 4)
[2642469.247] [email protected](5, "zxdg_output_manager_v1", 3)
[2642469.267] [email protected](6, "wl_data_device_manager", 3)
[2642469.287] [email protected](7, "zwp_primary_selection_device_manager_v1", 1)
[2642469.307] [email protected](8, "wl_subcompositor", 1)
[2642469.326] [email protected](9, "xdg_wm_base", 6)
[2642469.346] [email protected](10, "gtk_shell1", 5)
[2642469.366] [email protected](11, "wp_viewporter", 1)
[2642469.389] [email protected](12, "wp_fractional_scale_manager_v1", 1)
[2642469.408] [email protected](13, "zwp_pointer_gestures_v1", 3)
[2642469.428] [email protected](14, "zwp_tablet_manager_v2", 1)
[2642469.447] [email protected](15, "wl_seat", 8)
[2642469.467] [email protected](16, "zwp_relative_pointer_manager_v1", 1)
[2642469.489] [email protected](17, "zwp_pointer_constraints_v1", 1)
[2642469.516] [email protected](18, "zxdg_exporter_v2", 1)
[2642469.537] [email protected](19, "zxdg_importer_v2", 1)
[2642469.557] [email protected](20, "zxdg_exporter_v1", 1)
[2642469.580] [email protected](21, "zxdg_importer_v1", 1)
[2642469.599] [email protected](22, "zwp_linux_dmabuf_v1", 4)
[2642469.619] [email protected](23, "wp_single_pixel_buffer_manager_v1", 1)
[2642469.638] [email protected](24, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1)
[2642469.658] [email protected](25, "zwp_text_input_manager_v3", 1)
[2642469.680] [email protected](26, "wp_presentation", 1)
[2642469.701] [email protected](27, "xdg_activation_v1", 1)
[2642469.720] [email protected](28, "zwp_idle_inhibit_manager_v1", 1)
[2642469.740] [email protected](22611)
[2642469.825]  -> [email protected](6, "wl_data_device_manager", 3, new id [unknown]@18)
[2642469.859]  -> [email protected](7, "zwp_primary_selection_device_manager_v1", 1, new id [unknown]@19)
[2642469.890]  -> [email protected](15, "wl_seat", 7, new id [unknown]@20)
[2642470.098] [email protected](0)
[2642470.135] [email protected]("seat0")
[2642471.967]  -> [email protected]_registry(new id wl_registry@21)
[2642471.995]  -> [email protected](new id wl_callback@22)
[2642472.256] [email protected](1, "wl_compositor", 5)
[2642472.263] [email protected]_id(22)
[2642472.296] [email protected](2, "wl_drm", 2)
[2642472.343] [email protected](3, "wl_shm", 1)
[2642472.355] [email protected](4, "wl_output", 4)
[2642472.365] [email protected](5, "zxdg_output_manager_v1", 3)
[2642472.374] [email protected](6, "wl_data_device_manager", 3)
[2642472.384] [email protected](7, "zwp_primary_selection_device_manager_v1", 1)
[2642472.393] [email protected](8, "wl_subcompositor", 1)
[2642472.403] [email protected](9, "xdg_wm_base", 6)
[2642472.412] [email protected](10, "gtk_shell1", 5)
[2642472.422] [email protected](11, "wp_viewporter", 1)
[2642472.432] [email protected](12, "wp_fractional_scale_manager_v1", 1)
[2642472.441] [email protected](13, "zwp_pointer_gestures_v1", 3)
[2642472.451] [email protected](14, "zwp_tablet_manager_v2", 1)
[2642472.460] [email protected](15, "wl_seat", 8)
[2642472.470] [email protected](16, "zwp_relative_pointer_manager_v1", 1)
[2642472.479] [email protected](17, "zwp_pointer_constraints_v1", 1)
[2642472.506] [email protected](18, "zxdg_exporter_v2", 1)
[2642472.517] [email protected](19, "zxdg_importer_v2", 1)
[2642472.527] [email protected](20, "zxdg_exporter_v1", 1)
[2642472.537] [email protected](21, "zxdg_importer_v1", 1)
[2642472.546] [email protected](22, "zwp_linux_dmabuf_v1", 4)
[2642472.558]  -> [email protected](22, "zwp_linux_dmabuf_v1", 4, new id [unknown]@23)
[2642472.569] [email protected](23, "wp_single_pixel_buffer_manager_v1", 1)
[2642472.578] [email protected](24, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1)
[2642472.588] [email protected](25, "zwp_text_input_manager_v3", 1)
[2642472.597] [email protected](26, "wp_presentation", 1)
[2642472.607] [email protected](27, "xdg_activation_v1", 1)
[2642472.617] [email protected](28, "zwp_idle_inhibit_manager_v1", 1)
[2642472.626] [email protected](22611)
[2642472.637]  -> [email protected]_default_feedback(new id zwp_linux_dmabuf_feedback_v1@22)
[2642472.648]  -> [email protected](new id wl_callback@24)
[2642472.826] [email protected]_id(24)
[2642472.835] [email protected]_table(fd 14, 896)
[2642472.891] [email protected]_device(array[8])
[2642473.308] [email protected]_target_device(array[8])
[2642473.324] [email protected]_flags(0)
[2642473.334] [email protected]_formats(array[112])
[2642473.350] [email protected]_done()
[2642473.360] [email protected]()
[2642473.369] [email protected](22611)
[2642473.387]  -> [email protected]()
[2642499.652]  -> [email protected]_surface(new id wl_surface@24)
[2642499.686]  -> [email protected]_xdg_surface(new id xdg_surface@25, wl_surface@24)
[2642499.697]  -> [email protected]_toplevel(new id xdg_toplevel@26)
[2642499.707]  -> [email protected]_viewport(new id wp_viewport@27, wl_surface@24)
[2642499.716]  -> [email protected]_fractional_scale(new id wp_fractional_scale_v1@28, wl_surface@24)
[2642499.725]  -> [email protected]_opaque_region(nil)
[2642499.734]  -> [email protected]_app_id("Alacritty")
[2642499.742]  -> [email protected]_title("Alacritty")
[2642499.750]  -> [email protected]_min_size(2, 1)
[2642499.757]  -> [email protected]_max_size(0, 0)
[2642499.764]  -> [email protected]()
[2642499.774]  -> [email protected](new id wl_callback@29)
[2642503.423] [email protected]_id(22)
[2642503.432] [email protected]_id(29)
[2642503.504] [email protected]_bounds(1366, 768)
[2642503.523] [email protected]_capabilities(array[16])
[2642503.547] [email protected](0, 0, array[0])
[2642503.559] [email protected](813)
[2642503.571] [email protected](22611)
[2642503.593]  -> [email protected]_configure(813)
[2642508.589]  -> [email protected]_pool(new id wl_shm_pool@29, fd 20, 1)
[2642508.669]  -> [email protected]_surface(new id wl_surface@22)
[2642508.699]  -> [email protected]_subsurface(new id wl_subsurface@30, wl_surface@22, wl_surface@24)
[2642508.722]  -> [email protected]_sync()
[2642508.740]  -> [email protected]_surface(new id wl_surface@31)
[2642508.760]  -> [email protected]_subsurface(new id wl_subsurface@32, wl_surface@31, wl_surface@24)
[2642508.778]  -> [email protected]_sync()
[2642508.794]  -> [email protected]_surface(new id wl_surface@33)
[2642508.820]  -> [email protected]_subsurface(new id wl_subsurface@34, wl_surface@33, wl_surface@24)
[2642508.838]  -> [email protected]_sync()
[2642508.854]  -> [email protected]_surface(new id wl_surface@35)
[2642508.871]  -> [email protected]_subsurface(new id wl_subsurface@36, wl_surface@35, wl_surface@24)
[2642508.889]  -> [email protected]_sync()
[2642508.904]  -> [email protected]_surface(new id wl_surface@37)
[2642508.919]  -> [email protected]_subsurface(new id wl_subsurface@38, wl_surface@37, wl_surface@24)
[2642508.934]  -> [email protected]_sync()
[2642525.539]  -> [email protected]_opaque_region(nil)
[2642525.614]  -> [email protected]_window_geometry(0, -35, 800, 635)
[2642525.641]  -> [email protected]_destination(800, 600)
[2642525.671]  -> [email protected]_region(new id wl_region@39)
[2642525.694]  -> [email protected](0, 0, 2147483647, 2147483647)
[2642525.707]  -> [email protected]_opaque_region(wl_region@39)
[2642525.716]  -> [email protected]()
[2642531.529]  -> [email protected]_surface_feedback(new id zwp_linux_dmabuf_feedback_v1@40, wl_surface@24)
[2642531.565]  -> [email protected](new id wl_callback@41)
[2642532.133] [email protected]_id(39)
[2642532.158] [email protected]_id(41)
[2642532.211] [email protected](22611)
[2642532.874] [email protected]_table(fd 20, 896)
[2642532.910] [email protected]_device(array[8])
[2642532.925] [email protected]_target_device(array[8])
[2642532.936] [email protected]_flags(0)
[2642532.947] [email protected]_formats(array[112])
[2642532.962] [email protected]_done()
[2642532.975] [email protected]()
[2642552.875]  -> [email protected](156288)
[2642552.970]  -> [email protected]_buffer(new id wl_buffer@41, 0, 888, 44, 3552, 0)
[2642553.920]  -> [email protected]_sync()
[2642553.946]  -> [email protected]_buffer_scale(1)
[2642553.958]  -> [email protected]_position(-44, -79)
[2642553.971]  -> [email protected](wl_buffer@41, 0, 0)
[2642553.982]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[2642553.996]  -> [email protected]_region(new id wl_region@39)
[2642554.009]  -> [email protected](32, 32, 824, 12)
[2642554.020]  -> [email protected]_input_region(wl_region@39)
[2642554.028]  -> [email protected]()
[2642554.038]  -> [email protected]()
[2642554.053]  -> [email protected](312576)
[2642554.092]  -> [email protected]_buffer(new id wl_buffer@42, 156288, 44, 635, 176, 0)
[2642554.364]  -> [email protected]_sync()
[2642554.376]  -> [email protected]_buffer_scale(1)
[2642554.384]  -> [email protected]_position(-44, -35)
[2642554.393]  -> [email protected](wl_buffer@42, 0, 0)
[2642554.401]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[2642554.410]  -> [email protected]_region(new id wl_region@43)
[2642554.421]  -> [email protected](32, 0, 12, 635)
[2642554.430]  -> [email protected]_input_region(wl_region@43)
[2642554.438]  -> [email protected]()
[2642554.446]  -> [email protected]()
[2642554.457]  -> [email protected](625152)
[2642554.492]  -> [email protected]_buffer(new id wl_buffer@44, 268096, 44, 635, 176, 0)
[2642554.747]  -> [email protected]_sync()
[2642554.758]  -> [email protected]_buffer_scale(1)
[2642554.766]  -> [email protected]_position(800, -35)
[2642554.773]  -> [email protected](wl_buffer@44, 0, 0)
[2642554.781]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[2642554.790]  -> [email protected]_region(new id wl_region@45)
[2642554.798]  -> [email protected](0, 0, 12, 635)
[2642554.819]  -> [email protected]_input_region(wl_region@45)
[2642554.828]  -> [email protected]()
[2642554.836]  -> [email protected]()
[2642554.844]  -> [email protected]_buffer(new id wl_buffer@46, 379904, 888, 44, 3552, 0)
[2642555.137]  -> [email protected]_sync()
[2642555.148]  -> [email protected]_buffer_scale(1)
[2642555.155]  -> [email protected]_position(-44, 600)
[2642555.163]  -> [email protected](wl_buffer@46, 0, 0)
[2642555.171]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[2642555.179]  -> [email protected]_region(new id wl_region@47)
[2642555.187]  -> [email protected](32, 0, 824, 12)
[2642555.195]  -> [email protected]_input_region(wl_region@47)
[2642555.202]  -> [email protected]()
[2642555.209]  -> [email protected]()
[2642555.220]  -> [email protected](1250304)
[2642555.255]  -> [email protected]_buffer(new id wl_buffer@48, 536192, 802, 35, 3208, 0)
[2642555.756]  -> [email protected]_sync()
[2642555.775]  -> [email protected]_buffer_scale(1)
[2642555.797]  -> [email protected]_position(-1, -35)
[2642555.827]  -> [email protected](wl_buffer@48, 0, 0)
[2642555.838]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[2642555.847]  -> [email protected]()
[2642556.834]  -> [email protected](new id wl_callback@49)
[2642558.544]  -> [email protected]_params(new id zwp_linux_buffer_params_v1@50)
[2642558.603]  -> [email protected](fd 27, 0, 0, 3200, 16777216, 2)
[2642558.619]  -> [email protected]_immed(new id wl_buffer@51, 800, 600, 875713089, 0)
[2642558.627]  -> [email protected]()
[2642558.635]  -> [email protected](wl_buffer@51, 0, 0)
[2642558.644]  -> [email protected]_buffer(0, 0, 800, 600)
[2642558.651]  -> [email protected]()
[2642558.658]  -> [email protected](new id wl_callback@52)
[2642559.847] [email protected]_id(39)
[2642559.885] [email protected]_id(45)
[2642559.895] [email protected]_id(47)
[2642559.902] [email protected]_id(50)
[2642559.910] [email protected]_id(52)
[2642559.853] [email protected]_id(43)
[2642559.947] [email protected]_scale(120)
[2642559.964] [email protected]()
[2642559.975]  -> [email protected]()
[2642559.985] [email protected]()
[2642560.001]  -> [email protected]()
[2642560.009] [email protected]()
[2642560.015]  -> [email protected]()
[2642560.022] [email protected]()
[2642560.028]  -> [email protected]()
[2642560.035] [email protected]()
[2642560.042]  -> [email protected]()
[2650699.656] [email protected]_id(44)
[2650699.729] [email protected]_id(48)
[2650699.751] [email protected]_id(41)
[2650699.766] [email protected]_id(42)
[2650699.779] [email protected]_id(46)
[2650699.792] [email protected]_position(0, 0)
[2650699.825] [email protected]_size(1366, 768)
[2650699.843] [email protected]()
[2650847.648] [email protected]_id(49)
[2650847.846] [email protected]_bounds(1366, 768)
[2650847.889] [email protected](800, 635, array[8])
[2650847.909] [email protected](814)
[2650847.926] [email protected](wl_output@5)
[2650847.942] [email protected](wl_output@5)
[2650847.956] [email protected](wl_output@5)
[2650847.964] [email protected](wl_output@5)
[2650847.972] [email protected](wl_output@5)
[2650847.979] [email protected](wl_output@5)
[2650847.986] [email protected](13363488)
[2650848.005]  -> [email protected]_configure(814)
[2650848.049]  -> [email protected]_buffer(new id wl_buffer@49, 0, 888, 44, 3552, 0)
[2650848.900]  -> [email protected]_sync()
[2650848.942]  -> [email protected]_buffer_scale(1)
[2650848.959]  -> [email protected]_position(-44, -79)
[2650848.973]  -> [email protected](wl_buffer@49, 0, 0)
[2650848.992]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[2650849.011]  -> [email protected]_region(new id wl_region@46)
[2650849.029]  -> [email protected](32, 32, 824, 12)
[2650849.046]  -> [email protected]_input_region(wl_region@46)
[2650849.059]  -> [email protected]()
[2650849.074]  -> [email protected]()
[2650849.090]  -> [email protected]_buffer(new id wl_buffer@42, 156288, 44, 635, 176, 0)
[2650849.282]  -> [email protected]_sync()
[2650849.295]  -> [email protected]_buffer_scale(1)
[2650849.303]  -> [email protected]_position(-44, -35)
[2650849.312]  -> [email protected](wl_buffer@42, 0, 0)
[2650849.320]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[2650849.329]  -> [email protected]_region(new id wl_region@41)
[2650849.338]  -> [email protected](32, 0, 12, 635)
[2650849.346]  -> [email protected]_input_region(wl_region@41)
[2650849.354]  -> [email protected]()
[2650849.362]  -> [email protected]()
[2650849.370]  -> [email protected]_buffer(new id wl_buffer@48, 268096, 44, 635, 176, 0)
[2650849.535]  -> [email protected]_sync()
[2650849.544]  -> [email protected]_buffer_scale(1)
[2650849.552]  -> [email protected]_position(800, -35)
[2650849.560]  -> [email protected](wl_buffer@48, 0, 0)
[2650849.585]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[2650849.595]  -> [email protected]_region(new id wl_region@44)
[2650849.603]  -> [email protected](0, 0, 12, 635)
[2650849.612]  -> [email protected]_input_region(wl_region@44)
[2650849.619]  -> [email protected]()
[2650849.626]  -> [email protected]()
[2650849.634]  -> [email protected]_buffer(new id wl_buffer@43, 379904, 888, 44, 3552, 0)
[2650849.979]  -> [email protected]_sync()
[2650849.997]  -> [email protected]_buffer_scale(1)
[2650850.005]  -> [email protected]_position(-44, 600)
[2650850.014]  -> [email protected](wl_buffer@43, 0, 0)
[2650850.022]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[2650850.032]  -> [email protected]_region(new id wl_region@50)
[2650850.040]  -> [email protected](32, 0, 824, 12)
[2650850.048]  -> [email protected]_input_region(wl_region@50)
[2650850.056]  -> [email protected]()
[2650850.063]  -> [email protected]()
[2650850.072]  -> [email protected]_buffer(new id wl_buffer@47, 536192, 802, 35, 3208, 0)
[2650850.396]  -> [email protected]_sync()
[2650850.410]  -> [email protected]_buffer_scale(1)
[2650850.419]  -> [email protected]_position(-1, -35)
[2650850.427]  -> [email protected](wl_buffer@47, 0, 0)
[2650850.436]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[2650850.444]  -> [email protected]()
[2650860.795] [email protected](2)
[2650860.908] [email protected](3)
[2650860.937]  -> [email protected]_keyboard(new id wl_keyboard@45)
[2650863.881] [email protected](2)
[2650863.976] [email protected](3)
[2650864.002]  -> [email protected]_keyboard(new id wl_keyboard@39)
[2650864.032]  -> [email protected]_data_device(new id wl_data_device@53, wl_seat@20)
[2650864.054]  -> [email protected]_device(new id zwp_primary_selection_device_v1@54, wl_seat@20)
[2650864.071]  -> [email protected]_pointer(new id wl_pointer@55)
[2650870.026] [email protected]_id(46)
[2650870.075] [email protected]_id(41)
[2650870.095] [email protected]_id(44)
[2650870.111] [email protected]_id(50)
[2650870.126] [email protected](1, fd 28, 71531)
[2650870.144] [email protected]_info(33, 500)
[2650870.159] [email protected](22601, wl_surface@24, array[0])
[2650870.174] [email protected](22601, 0, 0, 0, 0)
[2650870.189] [email protected](22599, wl_surface@22, 586.71484375, 39.77734375)
[2650870.213] [email protected]()
[2650870.388]  -> [email protected]_text_input(new id zwp_text_input_v3@50, wl_seat@8)
[2650870.419]  -> [email protected]_surface(new id wl_surface@44)
[2650870.437]  -> [email protected]_pointer(new id wl_pointer@41)
[2650870.457]  -> [email protected]_relative_pointer(new id zwp_relative_pointer_v1@46, wl_pointer@41)
[2650870.474] [email protected](1, fd 27, 71531)
[2650870.488] [email protected]_info(33, 500)
[2650870.500] [email protected](22601, wl_surface@24, array[0])
[2650870.514] [email protected](22601, 0, 0, 0, 0)
[2650884.075] [email protected](wl_surface@24)
[2650884.125] [email protected](22599, wl_surface@22, 586.71484375, 39.77734375)
[2650884.149] [email protected]()
[2650884.174]  -> [email protected]()
[2650884.191]  -> [email protected]_content_type(0, 13)
[2650884.205]  -> [email protected]()
[2650884.283]  -> [email protected]_pool(new id wl_shm_pool@56, fd 27, 1024)
[2650884.626]  -> [email protected](3328)
[2650884.657]  -> [email protected]_buffer(new id wl_buffer@57, 1024, 24, 24, 96, 0)
[2650884.682]  -> [email protected]_buffer_scale(1)
[2650884.699]  -> [email protected](wl_buffer@57, 0, 0)
[2650884.715]  -> [email protected]_buffer(0, 0, 24, 24)
[2650884.729]  -> [email protected]()
[2650884.743]  -> [email protected]_cursor(22599, wl_surface@44, 13, 6)
[2650886.420] [email protected](wl_output@5)
[2650887.721] [email protected](1)
[2651006.235] [email protected](22612, 13363476, 272, 0)
[2651006.315] [email protected]()
[2651006.250] [email protected](22612, 13363476, 272, 0)
[2651006.398] [email protected]()
[2651006.426]  -> [email protected](wl_seat@8, 22612, 1)
[2652111.605] [email protected](22613, 13364758, 58, 1)
[2652111.708] [email protected](22614, 4, 0, 0, 0)
[2652111.619] [email protected](22613, 13364758, 58, 1)
[2652111.884] [email protected](22614, 4, 0, 0, 0)
[2652127.675] [email protected](22615, 13364774, 125, 1)
[2652127.694] [email protected](22615, 13364774, 125, 1)
[2652127.869] [email protected](22616, 4108, 0, 0, 0)
[2652127.783] [email protected](22616, 4108, 0, 0, 0)
[2652376.152] [email protected]()
[2652377.589]  -> [email protected]()
[2652377.639]  -> [email protected]()
[2652377.666]  -> [email protected]()
[2652377.685]  -> [email protected]()
[2652377.699]  -> [email protected]()
[2652377.713]  -> [email protected]()
[2652377.726]  -> [email protected]()
[2652377.737]  -> [email protected]()
[2652377.749]  -> [email protected]()
[2652377.760]  -> [email protected]()
[2652377.771]  -> [email protected]()
[2652377.781]  -> [email protected]()
[2652377.794]  -> [email protected]()
[2652378.080]  -> [email protected]()
[2652378.103]  -> [email protected]()
[2652378.117]  -> [email protected]()
[2652378.148]  -> [email protected](new id wl_callback@58)
[2652383.288] discarded [unknown]@22.[event 1](0 fd, 12 byte)
[2652383.331] discarded [unknown]@31.[event 1](0 fd, 12 byte)
[2652383.346] discarded [unknown]@33.[event 1](0 fd, 12 byte)
[2652383.357] discarded [unknown]@35.[event 1](0 fd, 12 byte)
[2652383.367] discarded [unknown]@37.[event 1](0 fd, 12 byte)
[2652383.378] discarded [unknown]@24.[event 1](0 fd, 12 byte)
[2652383.401] [email protected]_id(28)
[2652383.416] [email protected]_id(27)
[2652383.454] [email protected]_id(22)
[2652383.471] [email protected]_id(32)
[2652383.484] [email protected]_id(31)
[2652383.497] [email protected]_id(34)
[2652383.509] [email protected]_id(33)
[2652383.521] [email protected]_id(36)
[2652383.532] [email protected]_id(35)
[2652383.545] [email protected]_id(38)
[2652383.557] [email protected]_id(37)
[2652383.571] [email protected]_id(29)
[2652383.586] [email protected]_id(26)
[2652383.600] [email protected]_id(25)
[2652383.614] [email protected]_id(24)
[2652383.418] [email protected]_id(30)
[2652383.661] [email protected](22617, nil)
[2652383.689] [email protected]()
[2652383.699] [email protected]()
[2652383.710]  -> [email protected]()
[2652383.725] [email protected]()
[2652383.737]  -> [email protected]()
[2652383.750] [email protected]()
[2652383.762]  -> [email protected]()
[2652383.785] [email protected]()
[2652383.796]  -> [email protected]()
[2652383.826] [email protected]()
[2652383.840]  -> [email protected]()
[2652383.854] [email protected](22618, nil)
[2652383.873] [email protected](nil)
[2652383.890] [email protected](22618)
[2652383.627] [email protected]_id(58)
[2652383.919]  -> [email protected]()
[2652384.060]  -> [email protected]()
[2652384.278] [email protected](22617, nil)
[2652384.319] [email protected]()
[2652384.338] [email protected](22618, nil)
[2652384.393]  -> [email protected]()
[2652384.417]  -> [email protected]()
[2652384.668]  -> [email protected]()
[2652384.698]  -> [email protected]()
[2652384.715]  -> [email protected]()
[2652384.975]  -> [email protected]()
[2652385.187]  -> [email protected]()
[2652385.210]  -> [email protected]()

@kchibisov
Copy link
Member

Could you post WAYLAND_DEBUG=1 alacritty --print-events log when you have the issue. I see that the gnome emitted that the window is suspended, but I'd like to know a bit more.

@sgtpep
Copy link
Author

sgtpep commented Jan 14, 2024

@kchibisov:

[3522390.077]  -> [email protected]_registry(new id wl_registry@2)
[3522390.127]  -> [email protected](new id wl_callback@3)
[3522390.368] [email protected]_id(3)
[3522390.401] [email protected](1, "wl_compositor", 5)
[3522390.425] [email protected](2, "wl_drm", 2)
[3522390.437] [email protected](3, "wl_shm", 1)
[3522390.447] [email protected](4, "wl_output", 4)
[3522390.457] [email protected](5, "zxdg_output_manager_v1", 3)
[3522390.468] [email protected](6, "wl_data_device_manager", 3)
[3522390.478] [email protected](7, "zwp_primary_selection_device_manager_v1", 1)
[3522390.488] [email protected](8, "wl_subcompositor", 1)
[3522390.498] [email protected](9, "xdg_wm_base", 6)
[3522390.508] [email protected](10, "gtk_shell1", 5)
[3522390.518] [email protected](11, "wp_viewporter", 1)
[3522390.528] [email protected](12, "wp_fractional_scale_manager_v1", 1)
[3522390.538] [email protected](13, "zwp_pointer_gestures_v1", 3)
[3522390.547] [email protected](14, "zwp_tablet_manager_v2", 1)
[3522390.557] [email protected](15, "wl_seat", 8)
[3522390.567] [email protected](16, "zwp_relative_pointer_manager_v1", 1)
[3522390.576] [email protected](17, "zwp_pointer_constraints_v1", 1)
[3522390.586] [email protected](18, "zxdg_exporter_v2", 1)
[3522390.596] [email protected](19, "zxdg_importer_v2", 1)
[3522390.606] [email protected](20, "zxdg_exporter_v1", 1)
[3522390.615] [email protected](21, "zxdg_importer_v1", 1)
[3522390.625] [email protected](22, "zwp_linux_dmabuf_v1", 4)
[3522390.635] [email protected](23, "wp_single_pixel_buffer_manager_v1", 1)
[3522390.645] [email protected](24, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1)
[3522390.654] [email protected](25, "zwp_text_input_manager_v3", 1)
[3522390.664] [email protected](26, "wp_presentation", 1)
[3522390.674] [email protected](27, "xdg_activation_v1", 1)
[3522390.684] [email protected](28, "zwp_idle_inhibit_manager_v1", 1)
[3522390.694] [email protected](23760)
[3522390.756]  -> [email protected](1, "wl_compositor", 5, new id [unknown]@3)
[3522390.776]  -> [email protected](8, "wl_subcompositor", 1, new id [unknown]@4)
[3522390.795]  -> [email protected](4, "wl_output", 4, new id [unknown]@5)
[3522390.808]  -> [email protected](5, "zxdg_output_manager_v1", 3, new id [unknown]@6)
[3522390.832]  -> [email protected]_xdg_output(new id zxdg_output_v1@7, wl_output@5)
[3522390.848]  -> [email protected](15, "wl_seat", 7, new id [unknown]@8)
[3522390.874]  -> [email protected](12, "wp_fractional_scale_manager_v1", 1, new id [unknown]@9)
[3522390.888]  -> [email protected](11, "wp_viewporter", 1, new id [unknown]@10)
[3522390.900]  -> [email protected](3, "wl_shm", 1, new id [unknown]@11)
[3522390.913]  -> [email protected](9, "xdg_wm_base", 6, new id [unknown]@12)
[3522390.925]  -> [email protected](27, "xdg_activation_v1", 1, new id [unknown]@13)
[3522390.938]  -> [email protected](25, "zwp_text_input_manager_v3", 1, new id [unknown]@14)
[3522390.950]  -> [email protected](16, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@15)
[3522390.962]  -> [email protected](17, "zwp_pointer_constraints_v1", 1, new id [unknown]@16)
[3522390.976]  -> [email protected](new id wl_callback@17)
[3522391.188] [email protected]_id(17)
[3522391.216] [email protected](0, 0, 260, 140, 0, "APP", "Color LCD", 0)
[3522391.232] [email protected](3, 1366, 768, 60000)
[3522391.243] [email protected](1)
[3522391.252] [email protected]("eDP-1")
[3522391.261] [email protected]("Built-in display")
[3522391.270] [email protected]()
[3522391.279] [email protected]_position(0, 0)
[3522391.288] [email protected]_size(1366, 768)
[3522391.297] [email protected]("eDP-1")
[3522391.310] [email protected]("Built-in display")
[3522391.320] [email protected]()
[3522391.328] [email protected](0)
[3522391.337] [email protected]("seat0")
[3522391.346] [email protected](0)
[3522391.354] [email protected](1)
[3522391.363] [email protected](875708993)
[3522391.371] [email protected](875709016)
[3522391.400] [email protected](909199186)
[3522391.410] [email protected](808669761)
[3522391.419] [email protected](808669784)
[3522391.427] [email protected](808665665)
[3522391.435] [email protected](808665688)
[3522391.443] [email protected](1211388481)
[3522391.451] [email protected](1211388504)
[3522391.459] [email protected](1211384385)
[3522391.467] [email protected](1211384408)
[3522391.475] [email protected](23760)
Created log file at "/tmp/Alacritty-25957.log"
[0.000007060s] [INFO ] [alacritty] Welcome to Alacritty
[0.000077565s] [INFO ] [alacritty] Version 0.13.1
[0.000096951s] [INFO ] [alacritty] Running on Wayland
[0.000219642s] [INFO ] [alacritty_config_derive] No config file found; using default
[0.000619711s] [INFO ] [alacritty] winit event: NewEvents(Init)
[0.000658982s] [INFO ] [alacritty] winit event: Resumed
[3522392.808]  -> [email protected]_registry(new id wl_registry@17)
[3522392.847]  -> [email protected](new id wl_callback@18)
[3522393.136] [email protected]_id(18)
[3522393.166] [email protected](1, "wl_compositor", 5)
[3522393.191] [email protected](2, "wl_drm", 2)
[3522393.204] [email protected](3, "wl_shm", 1)
[3522393.214] [email protected](4, "wl_output", 4)
[3522393.224] [email protected](5, "zxdg_output_manager_v1", 3)
[3522393.234] [email protected](6, "wl_data_device_manager", 3)
[3522393.244] [email protected](7, "zwp_primary_selection_device_manager_v1", 1)
[3522393.254] [email protected](8, "wl_subcompositor", 1)
[3522393.264] [email protected](9, "xdg_wm_base", 6)
[3522393.274] [email protected](10, "gtk_shell1", 5)
[3522393.284] [email protected](11, "wp_viewporter", 1)
[3522393.298] [email protected](12, "wp_fractional_scale_manager_v1", 1)
[3522393.308] [email protected](13, "zwp_pointer_gestures_v1", 3)
[3522393.318] [email protected](14, "zwp_tablet_manager_v2", 1)
[3522393.327] [email protected](15, "wl_seat", 8)
[3522393.337] [email protected](16, "zwp_relative_pointer_manager_v1", 1)
[3522393.347] [email protected](17, "zwp_pointer_constraints_v1", 1)
[3522393.363] [email protected](18, "zxdg_exporter_v2", 1)
[3522393.375] [email protected](19, "zxdg_importer_v2", 1)
[3522393.385] [email protected](20, "zxdg_exporter_v1", 1)
[3522393.395] [email protected](21, "zxdg_importer_v1", 1)
[3522393.405] [email protected](22, "zwp_linux_dmabuf_v1", 4)
[3522393.415] [email protected](23, "wp_single_pixel_buffer_manager_v1", 1)
[3522393.426] [email protected](24, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1)
[3522393.436] [email protected](25, "zwp_text_input_manager_v3", 1)
[3522393.446] [email protected](26, "wp_presentation", 1)
[3522393.456] [email protected](27, "xdg_activation_v1", 1)
[3522393.466] [email protected](28, "zwp_idle_inhibit_manager_v1", 1)
[3522393.476] [email protected](23760)
[3522393.525]  -> [email protected](6, "wl_data_device_manager", 3, new id [unknown]@18)
[3522393.546]  -> [email protected](7, "zwp_primary_selection_device_manager_v1", 1, new id [unknown]@19)
[3522393.562]  -> [email protected](15, "wl_seat", 7, new id [unknown]@20)
[3522393.732] [email protected](0)
[3522393.755] [email protected]("seat0")
[3522395.547]  -> [email protected]_registry(new id wl_registry@21)
[3522395.574]  -> [email protected](new id wl_callback@22)
[3522395.786] [email protected]_id(22)
[3522395.789] [email protected](1, "wl_compositor", 5)
[3522395.849] [email protected](2, "wl_drm", 2)
[3522395.860] [email protected](3, "wl_shm", 1)
[3522395.869] [email protected](4, "wl_output", 4)
[3522395.878] [email protected](5, "zxdg_output_manager_v1", 3)
[3522395.887] [email protected](6, "wl_data_device_manager", 3)
[3522395.895] [email protected](7, "zwp_primary_selection_device_manager_v1", 1)
[3522395.904] [email protected](8, "wl_subcompositor", 1)
[3522395.918] [email protected](9, "xdg_wm_base", 6)
[3522395.928] [email protected](10, "gtk_shell1", 5)
[3522395.937] [email protected](11, "wp_viewporter", 1)
[3522395.962] [email protected](12, "wp_fractional_scale_manager_v1", 1)
[3522395.972] [email protected](13, "zwp_pointer_gestures_v1", 3)
[3522395.981] [email protected](14, "zwp_tablet_manager_v2", 1)
[3522395.990] [email protected](15, "wl_seat", 8)
[3522395.999] [email protected](16, "zwp_relative_pointer_manager_v1", 1)
[3522396.008] [email protected](17, "zwp_pointer_constraints_v1", 1)
[3522396.017] [email protected](18, "zxdg_exporter_v2", 1)
[3522396.042] [email protected](19, "zxdg_importer_v2", 1)
[3522396.053] [email protected](20, "zxdg_exporter_v1", 1)
[3522396.063] [email protected](21, "zxdg_importer_v1", 1)
[3522396.072] [email protected](22, "zwp_linux_dmabuf_v1", 4)
[3522396.082]  -> [email protected](22, "zwp_linux_dmabuf_v1", 4, new id [unknown]@23)
[3522396.093] [email protected](23, "wp_single_pixel_buffer_manager_v1", 1)
[3522396.102] [email protected](24, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1)
[3522396.111] [email protected](25, "zwp_text_input_manager_v3", 1)
[3522396.120] [email protected](26, "wp_presentation", 1)
[3522396.129] [email protected](27, "xdg_activation_v1", 1)
[3522396.138] [email protected](28, "zwp_idle_inhibit_manager_v1", 1)
[3522396.147] [email protected](23760)
[3522396.157]  -> [email protected]_default_feedback(new id zwp_linux_dmabuf_feedback_v1@22)
[3522396.167]  -> [email protected](new id wl_callback@24)
[3522396.320] [email protected]_id(24)
[3522396.325] [email protected]_table(fd 14, 896)
[3522396.381] [email protected]_device(array[8])
[3522396.780] [email protected]_target_device(array[8])
[3522396.795] [email protected]_flags(0)
[3522396.804] [email protected]_formats(array[112])
[3522396.818] [email protected]_done()
[3522396.827] [email protected]()
[3522396.835] [email protected](23760)
[3522396.845]  -> [email protected]()
[0.031460952s] [INFO ] [alacritty] Using EGL 1.5
[3522423.413]  -> [email protected]_surface(new id wl_surface@24)
[3522423.436]  -> [email protected]_xdg_surface(new id xdg_surface@25, wl_surface@24)
[3522423.448]  -> [email protected]_toplevel(new id xdg_toplevel@26)
[3522423.459]  -> [email protected]_viewport(new id wp_viewport@27, wl_surface@24)
[3522423.468]  -> [email protected]_fractional_scale(new id wp_fractional_scale_v1@28, wl_surface@24)
[3522423.479]  -> [email protected]_opaque_region(nil)
[3522423.488]  -> [email protected]_app_id("Alacritty")
[3522423.496]  -> [email protected]_title("Alacritty")
[3522423.504]  -> [email protected]_min_size(2, 1)
[3522423.512]  -> [email protected]_max_size(0, 0)
[3522423.520]  -> [email protected]()
[3522423.533]  -> [email protected](new id wl_callback@29)
[3522425.651] [email protected]_id(22)
[3522425.656] [email protected]_id(29)
[3522425.716] [email protected]_bounds(1366, 768)
[3522425.729] [email protected]_capabilities(array[16])
[3522425.743] [email protected](0, 0, array[0])
[3522425.756] [email protected](873)
[3522425.769] [email protected](23760)
[3522425.793]  -> [email protected]_configure(873)
[3522429.915]  -> [email protected]_pool(new id wl_shm_pool@29, fd 21, 1)
[3522429.987]  -> [email protected]_surface(new id wl_surface@22)
[3522430.012]  -> [email protected]_subsurface(new id wl_subsurface@30, wl_surface@22, wl_surface@24)
[3522430.048]  -> [email protected]_sync()
[3522430.066]  -> [email protected]_surface(new id wl_surface@31)
[3522430.084]  -> [email protected]_subsurface(new id wl_subsurface@32, wl_surface@31, wl_surface@24)
[3522430.099]  -> [email protected]_sync()
[3522430.113]  -> [email protected]_surface(new id wl_surface@33)
[3522430.127]  -> [email protected]_subsurface(new id wl_subsurface@34, wl_surface@33, wl_surface@24)
[3522430.142]  -> [email protected]_sync()
[3522430.156]  -> [email protected]_surface(new id wl_surface@35)
[3522430.197]  -> [email protected]_subsurface(new id wl_subsurface@36, wl_surface@35, wl_surface@24)
[3522430.214]  -> [email protected]_sync()
[3522430.228]  -> [email protected]_surface(new id wl_surface@37)
[3522430.243]  -> [email protected]_subsurface(new id wl_subsurface@38, wl_surface@37, wl_surface@24)
[3522430.268]  -> [email protected]_sync()
[3522446.325]  -> [email protected]_opaque_region(nil)
[3522446.375]  -> [email protected]_window_geometry(0, -35, 800, 635)
[3522446.396]  -> [email protected]_destination(800, 600)
[3522446.429]  -> [email protected]_region(new id wl_region@39)
[3522446.450]  -> [email protected](0, 0, 2147483647, 2147483647)
[3522446.465]  -> [email protected]_opaque_region(wl_region@39)
[3522446.474]  -> [email protected]()
[0.054922120s] [INFO ] [alacritty] Window scale factor: 1
[3522452.071]  -> [email protected]_surface_feedback(new id zwp_linux_dmabuf_feedback_v1@40, wl_surface@24)
[3522452.110]  -> [email protected](new id wl_callback@41)
[3522452.635] [email protected]_id(39)
[3522452.649] [email protected]_id(41)
[3522452.687] [email protected](23760)
[3522453.275] [email protected]_table(fd 21, 896)
[3522453.308] [email protected]_device(array[8])
[3522453.320] [email protected]_target_device(array[8])
[3522453.329] [email protected]_flags(0)
[3522453.338] [email protected]_formats(array[112])
[3522453.351] [email protected]_done()
[3522453.363] [email protected]()
[0.063177641s] [INFO ] [alacritty] Running on Mesa Intel(R) HD Graphics 6000 (BDW GT3)
[0.063219261s] [INFO ] [alacritty] OpenGL version 4.6 (Core Profile) Mesa 23.3.3, shader_version 4.60
[0.063237388s] [INFO ] [alacritty] Using OpenGL 3.3 renderer
[0.078721439s] [INFO ] [alacritty] Cell size: 9 x 22
[0.078769241s] [INFO ] [alacritty] Padding: 0 x 0
[0.078781445s] [INFO ] [alacritty] Width: 800, Height: 600
[0.078823820s] [INFO ] [alacritty] PTY dimensions: 27 x 88
[0.081045170s] [INFO ] [alacritty] Initialisation complete
[0.081111824s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: Resized(PhysicalSize { width: 800, height: 600 }) }
[3522472.735]  -> [email protected](156288)
[3522472.799]  -> [email protected]_buffer(new id wl_buffer@41, 0, 888, 44, 3552, 0)
[3522473.636]  -> [email protected]_sync()
[3522473.655]  -> [email protected]_buffer_scale(1)
[3522473.664]  -> [email protected]_position(-44, -79)
[3522473.673]  -> [email protected](wl_buffer@41, 0, 0)
[3522473.682]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[3522473.693]  -> [email protected]_region(new id wl_region@39)
[3522473.703]  -> [email protected](32, 32, 824, 12)
[3522473.712]  -> [email protected]_input_region(wl_region@39)
[3522473.719]  -> [email protected]()
[3522473.728]  -> [email protected]()
[3522473.739]  -> [email protected](312576)
[3522473.775]  -> [email protected]_buffer(new id wl_buffer@42, 156288, 44, 635, 176, 0)
[3522474.073]  -> [email protected]_sync()
[3522474.087]  -> [email protected]_buffer_scale(1)
[3522474.095]  -> [email protected]_position(-44, -35)
[3522474.103]  -> [email protected](wl_buffer@42, 0, 0)
[3522474.111]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[3522474.120]  -> [email protected]_region(new id wl_region@43)
[3522474.128]  -> [email protected](32, 0, 12, 635)
[3522474.135]  -> [email protected]_input_region(wl_region@43)
[3522474.142]  -> [email protected]()
[3522474.150]  -> [email protected]()
[3522474.160]  -> [email protected](625152)
[3522474.196]  -> [email protected]_buffer(new id wl_buffer@44, 268096, 44, 635, 176, 0)
[3522474.444]  -> [email protected]_sync()
[3522474.454]  -> [email protected]_buffer_scale(1)
[3522474.461]  -> [email protected]_position(800, -35)
[3522474.469]  -> [email protected](wl_buffer@44, 0, 0)
[3522474.491]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[3522474.503]  -> [email protected]_region(new id wl_region@45)
[3522474.514]  -> [email protected](0, 0, 12, 635)
[3522474.522]  -> [email protected]_input_region(wl_region@45)
[3522474.529]  -> [email protected]()
[3522474.537]  -> [email protected]()
[3522474.545]  -> [email protected]_buffer(new id wl_buffer@46, 379904, 888, 44, 3552, 0)
[3522474.825]  -> [email protected]_sync()
[3522474.836]  -> [email protected]_buffer_scale(1)
[3522474.843]  -> [email protected]_position(-44, 600)
[3522474.850]  -> [email protected](wl_buffer@46, 0, 0)
[3522474.858]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[3522474.866]  -> [email protected]_region(new id wl_region@47)
[3522474.873]  -> [email protected](32, 0, 824, 12)
[3522474.881]  -> [email protected]_input_region(wl_region@47)
[3522474.888]  -> [email protected]()
[3522474.895]  -> [email protected]()
[3522474.904]  -> [email protected](1250304)
[3522474.938]  -> [email protected]_buffer(new id wl_buffer@48, 536192, 802, 35, 3208, 0)
[3522475.440]  -> [email protected]_sync()
[3522475.461]  -> [email protected]_buffer_scale(1)
[3522475.470]  -> [email protected]_position(-1, -35)
[3522475.479]  -> [email protected](wl_buffer@48, 0, 0)
[3522475.487]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[3522475.495]  -> [email protected]()
[0.083942569s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: RedrawRequested }
[3522476.431]  -> [email protected](new id wl_callback@49)
[3522478.107]  -> [email protected]_params(new id zwp_linux_buffer_params_v1@50)
[3522478.163]  -> [email protected](fd 28, 0, 0, 3200, 16777216, 2)
[3522478.180]  -> [email protected]_immed(new id wl_buffer@51, 800, 600, 875713089, 0)
[3522478.191]  -> [email protected]()
[3522478.202]  -> [email protected](wl_buffer@51, 0, 0)
[3522478.217]  -> [email protected]_buffer(0, 0, 800, 600)
[3522478.226]  -> [email protected]()
[3522478.233]  -> [email protected](new id wl_callback@52)
[0.086698186s] [INFO ] [alacritty] winit event: AboutToWait
[0.086751745s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14055, tv_nsec: 745269766 }, requested_resume: None })
[0.086769427s] [INFO ] [alacritty] winit event: UserEvent(Event { window_id: Some(WindowId(WindowId(94509548982848))), payload: Terminal(Wakeup) })
[0.086789272s] [INFO ] [alacritty] winit event: AboutToWait
[0.086807511s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14055, tv_nsec: 745339726 }, requested_resume: None })
[0.086820343s] [INFO ] [alacritty] winit event: AboutToWait
[3522479.385] [email protected]_id(39)
[3522479.390] [email protected]_id(43)
[3522479.421] [email protected]_id(45)
[3522479.458] [email protected]_id(50)
[3522479.470] [email protected]_id(52)
[3522479.442] [email protected]_id(47)
[3522479.507] [email protected]_scale(120)
[3522479.520] [email protected]()
[3522479.530]  -> [email protected]()
[3522479.538] [email protected]()
[3522479.553]  -> [email protected]()
[3522479.560] [email protected]()
[3522479.567]  -> [email protected]()
[3522479.574] [email protected]()
[3522479.580]  -> [email protected]()
[3522479.587] [email protected]()
[3522479.594]  -> [email protected]()
[0.088051419s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14055, tv_nsec: 745369519 }, requested_resume: None })
[0.088079475s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: ScaleFactorChanged { scale_factor: 1.0, inner_size_writer: InnerSizeWriter { new_inner_size: (Weak) } } }
[0.088096080s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: Resized(PhysicalSize { width: 800, height: 600 }) }
[0.088125059s] [INFO ] [alacritty] winit event: AboutToWait
[0.090005553s] [INFO ] [alacritty] Font size changed to 15.0 px
[0.090031891s] [INFO ] [alacritty] Cell size: 9 x 22
[3526614.949] [email protected]_id(41)
[3526615.072] [email protected]_id(44)
[3526615.162] [email protected]_id(48)
[3526615.183] [email protected]_id(46)
[3526615.199] [email protected]_id(42)
[3526616.055] [email protected]_position(0, 0)
[3526616.099] [email protected]_size(1366, 768)
[3526616.124] [email protected]()
[3526741.257] [email protected]_id(49)
[3526741.677] [email protected]_bounds(1366, 768)
[3526741.717] [email protected](800, 635, array[8])
[3526741.739] [email protected](874)
[3526741.755] [email protected](wl_output@5)
[3526741.771] [email protected](wl_output@5)
[3526741.786] [email protected](wl_output@5)
[3526741.799] [email protected](wl_output@5)
[3526741.811] [email protected](wl_output@5)
[3526741.823] [email protected](wl_output@5)
[3526741.836] [email protected](14059998)
[3526741.862]  -> [email protected]_configure(874)
[4.350351565s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14059, tv_nsec: 883137106 }, requested_resume: None })
[4.350400597s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: Occluded(true) }
[3526742.001]  -> [email protected]_buffer(new id wl_buffer@49, 0, 888, 44, 3552, 0)
[3526742.881]  -> [email protected]_sync()
[3526742.918]  -> [email protected]_buffer_scale(1)
[3526742.936]  -> [email protected]_position(-44, -79)
[3526742.953]  -> [email protected](wl_buffer@49, 0, 0)
[3526742.971]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[3526742.988]  -> [email protected]_region(new id wl_region@41)
[3526743.003]  -> [email protected](32, 32, 824, 12)
[3526743.018]  -> [email protected]_input_region(wl_region@41)
[3526743.047]  -> [email protected]()
[3526743.063]  -> [email protected]()
[3526743.081]  -> [email protected]_buffer(new id wl_buffer@42, 156288, 44, 635, 176, 0)
[3526743.358]  -> [email protected]_sync()
[3526743.381]  -> [email protected]_buffer_scale(1)
[3526743.397]  -> [email protected]_position(-44, -35)
[3526743.413]  -> [email protected](wl_buffer@42, 0, 0)
[3526743.426]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[3526743.441]  -> [email protected]_region(new id wl_region@46)
[3526743.456]  -> [email protected](32, 0, 12, 635)
[3526743.470]  -> [email protected]_input_region(wl_region@46)
[3526743.483]  -> [email protected]()
[3526743.497]  -> [email protected]()
[3526743.514]  -> [email protected]_buffer(new id wl_buffer@48, 268096, 44, 635, 176, 0)
[3526743.758]  -> [email protected]_sync()
[3526743.780]  -> [email protected]_buffer_scale(1)
[3526743.794]  -> [email protected]_position(800, -35)
[3526743.811]  -> [email protected](wl_buffer@48, 0, 0)
[3526743.826]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[3526743.843]  -> [email protected]_region(new id wl_region@44)
[3526743.859]  -> [email protected](0, 0, 12, 635)
[3526743.874]  -> [email protected]_input_region(wl_region@44)
[3526743.887]  -> [email protected]()
[3526743.900]  -> [email protected]()
[3526743.914]  -> [email protected]_buffer(new id wl_buffer@47, 379904, 888, 44, 3552, 0)
[3526744.418]  -> [email protected]_sync()
[3526744.472]  -> [email protected]_buffer_scale(1)
[3526744.489]  -> [email protected]_position(-44, 600)
[3526744.506]  -> [email protected](wl_buffer@47, 0, 0)
[3526744.520]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[3526744.537]  -> [email protected]_region(new id wl_region@50)
[3526744.552]  -> [email protected](32, 0, 824, 12)
[3526744.567]  -> [email protected]_input_region(wl_region@50)
[3526744.579]  -> [email protected]()
[3526744.594]  -> [email protected]()
[3526744.611]  -> [email protected]_buffer(new id wl_buffer@45, 536192, 802, 35, 3208, 0)
[3526745.157]  -> [email protected]_sync()
[3526745.189]  -> [email protected]_buffer_scale(1)
[3526745.206]  -> [email protected]_position(-1, -35)
[3526745.222]  -> [email protected](wl_buffer@45, 0, 0)
[3526745.237]  -> [email protected]_buffer(0, 0, 2147483647, 2147483647)
[3526745.252]  -> [email protected]()
[4.353704859s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: RedrawRequested }
[4.353750020s] [INFO ] [alacritty] winit event: AboutToWait
[3526753.565] [email protected](2)
[3526753.617]  -> [email protected]_keyboard(new id wl_keyboard@43)
[3526754.936] [email protected](2)
[3526754.984]  -> [email protected]_keyboard(new id wl_keyboard@39)
[3526755.012]  -> [email protected]_data_device(new id wl_data_device@53, wl_seat@20)
[3526755.039]  -> [email protected]_device(new id zwp_primary_selection_device_v1@54, wl_seat@20)
[3526759.135] [email protected]_id(41)
[3526759.182] [email protected]_id(46)
[3526759.197] [email protected]_id(44)
[3526759.209] [email protected]_id(50)
[3526759.221] [email protected](1, fd 29, 71531)
[3526759.238] [email protected]_info(33, 500)
[3526759.252] [email protected](23738, wl_surface@24, array[0])
[3526759.268] [email protected](23738, 0, 0, 0, 0)
[3526763.506]  -> [email protected]_text_input(new id zwp_text_input_v3@50, wl_seat@8)
[3526763.557] [email protected](1, fd 28, 71531)
[3526763.576] [email protected]_info(33, 500)
[3526763.590] [email protected](23738, wl_surface@24, array[0])
[3526763.607] [email protected](23738, 0, 0, 0, 0)
[4.377207910s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14060, tv_nsec: 12310928 }, requested_resume: None })
[4.377277099s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: Focused(true) }
[4.377303019s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: ModifiersChanged(Modifiers { state: ModifiersState(0x0), pressed_mods: ModifiersKeys(0x0) }) }
[4.377329161s] [INFO ] [alacritty] winit event: AboutToWait
[3526786.419] [email protected](wl_surface@24)
[3526786.478]  -> [email protected]()
[3526786.497]  -> [email protected]_content_type(0, 13)
[3526786.511]  -> [email protected]()
[4.394973752s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14060, tv_nsec: 35890783 }, requested_resume: None })
[4.395019622s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: Ime(Enabled) }
[4.395044202s] [INFO ] [alacritty] winit event: AboutToWait
[3526789.848] [email protected](1)
[4.398342803s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14060, tv_nsec: 53603206 }, requested_resume: None })
[4.398397716s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: Ime(Preedit("", None)) }
[4.398424804s] [INFO ] [alacritty] winit event: AboutToWait
[3526791.302] [email protected](3)
[3526791.354]  -> [email protected]_surface(new id wl_surface@44)
[3526791.379]  -> [email protected]_pointer(new id wl_pointer@46)
[3526791.400]  -> [email protected]_relative_pointer(new id zwp_relative_pointer_v1@41, wl_pointer@46)
[3526791.444] [email protected](3)
[3526791.470]  -> [email protected]_pointer(new id wl_pointer@55)
[3527228.448] [email protected](23761, 14060490, 29, 1)
[3527228.464] [email protected](23761, 14060490, 29, 1)
[3527228.631] [email protected](23762, 4, 0, 0, 0)
[3527228.552] [email protected](23762, 4, 0, 0, 0)
[4.837165371s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14060, tv_nsec: 58401859 }, requested_resume: None })
[4.837242494s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Code(ControlLeft), logical_key: Named(Control), text: None, location: Left, state: Pressed, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Named(Control), text_with_all_modifiers: None } }, is_synthetic: false } }
[4.837322332s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: ModifiersChanged(Modifiers { state: ModifiersState(CONTROL), pressed_mods: ModifiersKeys(0x0) }) }
[4.837364354s] [INFO ] [alacritty] winit event: AboutToWait
[3527251.316] [email protected](23763, 14060514, 125, 1)
[3527251.382] [email protected](23763, 14060514, 125, 1)
[3527251.468] [email protected](23764, 4108, 0, 0, 0)
[3527251.402] [email protected](23764, 4108, 0, 0, 0)
[4.860023348s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14060, tv_nsec: 495945271 }, requested_resume: None })
[4.860113531s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Code(SuperLeft), logical_key: Named(Alt), text: None, location: Left, state: Pressed, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Named(Alt), text_with_all_modifiers: None } }, is_synthetic: false } }
[4.860171044s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: ModifiersChanged(Modifiers { state: ModifiersState(CONTROL | ALT), pressed_mods: ModifiersKeys(0x0) }) }
[4.860214846s] [INFO ] [alacritty] winit event: AboutToWait
[3527307.578] [email protected](23765, 14060570, 464, 1)
[3527307.605] [email protected](23765, 14060570, 464, 1)
[4.916138842s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14060, tv_nsec: 518805850 }, requested_resume: None })
[4.916240636s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[4.916306859s] [INFO ] [alacritty] winit event: AboutToWait
[5.416232370s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14060, tv_nsec: 574897548 }, requested_resume: None })
[5.416425988s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.416641862s] [INFO ] [alacritty] winit event: AboutToWait
[5.446645523s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14061, tv_nsec: 75275508 }, requested_resume: None })
[5.446807995s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.446914865s] [INFO ] [alacritty] winit event: AboutToWait
[3527843.872] [email protected](23766, 14061106, 464, 0)
[3527843.898] [email protected](23766, 14061106, 464, 0)
[5.452579382s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14061, tv_nsec: 105551346 }, requested_resume: None })
[5.452707007s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Released, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.452778830s] [INFO ] [alacritty] winit event: AboutToWait
[3527939.793] [email protected](23767, 14061202, 464, 1)
[3527939.822] [email protected](23767, 14061202, 464, 1)
[5.548498864s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14061, tv_nsec: 135665257 }, requested_resume: None })
[5.548594608s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[5.548661050s] [INFO ] [alacritty] winit event: AboutToWait
[6.048572237s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14061, tv_nsec: 207249349 }, requested_resume: None })
[6.048834123s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.048965949s] [INFO ] [alacritty] winit event: AboutToWait
[6.078946069s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14061, tv_nsec: 707578454 }, requested_resume: None })
[6.079077379s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.079148192s] [INFO ] [alacritty] winit event: AboutToWait
[6.109328651s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14061, tv_nsec: 737737811 }, requested_resume: None })
[6.109459281s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.109586286s] [INFO ] [alacritty] winit event: AboutToWait
[6.139710753s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14061, tv_nsec: 768203342 }, requested_resume: None })
[6.139841068s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.139975799s] [INFO ] [alacritty] winit event: AboutToWait
[6.170114440s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14061, tv_nsec: 798723154 }, requested_resume: None })
[6.170293493s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.170401472s] [INFO ] [alacritty] winit event: AboutToWait
[6.200533929s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14061, tv_nsec: 829043269 }, requested_resume: None })
[6.200664034s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.200731602s] [INFO ] [alacritty] winit event: AboutToWait
[6.230941623s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14061, tv_nsec: 859332142 }, requested_resume: None })
[6.231102835s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.231205284s] [INFO ] [alacritty] winit event: AboutToWait
[6.261354166s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14061, tv_nsec: 889816424 }, requested_resume: None })
[6.261600997s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.261710841s] [INFO ] [alacritty] winit event: AboutToWait
[6.291748119s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14061, tv_nsec: 920331152 }, requested_resume: None })
[6.291885445s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.291969063s] [INFO ] [alacritty] winit event: AboutToWait
[6.322253741s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14061, tv_nsec: 950581613 }, requested_resume: None })
[6.322391632s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.322550484s] [INFO ] [alacritty] winit event: AboutToWait
[6.352760654s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14061, tv_nsec: 981147843 }, requested_resume: None })
[6.352910595s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.353015139s] [INFO ] [alacritty] winit event: AboutToWait
[6.383260711s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 11609294 }, requested_resume: None })
[6.383398202s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.383508932s] [INFO ] [alacritty] winit event: AboutToWait
[6.413768568s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 42105681 }, requested_resume: None })
[6.413905324s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.413975242s] [INFO ] [alacritty] winit event: AboutToWait
[6.444218809s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 72564971 }, requested_resume: None })
[6.444383791s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.444456619s] [INFO ] [alacritty] winit event: AboutToWait
[6.474678710s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 103077145 }, requested_resume: None })
[6.474835316s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.474926445s] [INFO ] [alacritty] winit event: AboutToWait
[6.505179612s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 133518619 }, requested_resume: None })
[6.505317617s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.505440782s] [INFO ] [alacritty] winit event: AboutToWait
[6.535688074s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 164078064 }, requested_resume: None })
[6.535825415s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.535896187s] [INFO ] [alacritty] winit event: AboutToWait
[6.566191501s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 194487052 }, requested_resume: None })
[6.566366668s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.566500309s] [INFO ] [alacritty] winit event: AboutToWait
[6.596696074s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 225097638 }, requested_resume: None })
[6.596832634s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.596902917s] [INFO ] [alacritty] winit event: AboutToWait
[6.627199321s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 255494526 }, requested_resume: None })
[6.627335762s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.627406900s] [INFO ] [alacritty] winit event: AboutToWait
[6.657636341s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 285996959 }, requested_resume: None })
[6.657828059s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.657934573s] [INFO ] [alacritty] winit event: AboutToWait
[6.688012360s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 316551688 }, requested_resume: None })
[6.688082728s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.688143691s] [INFO ] [alacritty] winit event: AboutToWait
[6.718480684s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 346712346 }, requested_resume: None })
[6.718605395s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.718677038s] [INFO ] [alacritty] winit event: AboutToWait
[6.748824987s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 377267382 }, requested_resume: None })
[6.748913520s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Pressed, repeat: true, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.748974059s] [INFO ] [alacritty] winit event: AboutToWait
[3529151.851] [email protected](23768, 14062338, 29, 0)
[3529151.864] [email protected](23768, 14062338, 29, 0)
[3529151.940] [email protected](23769, 4104, 0, 0, 0)
[3529151.976] [email protected](23769, 4104, 0, 0, 0)
[3529151.998] [email protected](23770, 14062338, 62, 0)
[3529152.020] [email protected](23770, 14062338, 62, 0)
[3529152.050] [email protected](23771, 14062338, 125, 0)
[3529152.069] [email protected](23771, 14062338, 125, 0)
[3529152.092] [email protected](23772, 0, 0, 0, 0)
[3529152.109] [email protected](23772, 0, 0, 0, 0)
[3529152.131] [email protected](23773, 14062338, 464, 0)
[3529152.151] [email protected](23773, 14062338, 464, 0)
[6.760635024s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 407557020 }, requested_resume: None })
[6.760683833s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Code(ControlLeft), logical_key: Named(Control), text: None, location: Left, state: Released, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Named(Control), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.760718823s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: ModifiersChanged(Modifiers { state: ModifiersState(ALT), pressed_mods: ModifiersKeys(0x0) }) }
[6.760743949s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Code(F4), logical_key: Named(F4), text: None, location: Standard, state: Released, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Named(F4), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.760767952s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Code(SuperLeft), logical_key: Named(Alt), text: None, location: Left, state: Released, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Named(Alt), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.760813192s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: ModifiersChanged(Modifiers { state: ModifiersState(0x0), pressed_mods: ModifiersKeys(0x0) }) }
[6.760837313s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: KeyboardInput { device_id: DeviceId(Wayland(DeviceId)), event: KeyEvent { physical_key: Unidentified(Xkb(0x01D0)), logical_key: Unidentified(Xkb(0x100811D0)), text: None, location: Standard, state: Released, repeat: false, platform_specific: KeyEventExtra { key_without_modifiers: Unidentified(Xkb(0x100811D0)), text_with_all_modifiers: None } }, is_synthetic: false } }
[6.760872130s] [INFO ] [alacritty] winit event: AboutToWait
[3529209.023] [email protected](23774, wl_surface@24)
[3529209.103] [email protected](1)
[3529209.139]  -> [email protected]()
[3529209.186] [email protected](23774, wl_surface@24)
[3529209.262] [email protected](1)
[3529209.305]  -> [email protected]()
[3529209.339]  -> [email protected]()
[3529209.360]  -> [email protected]()
[3529209.577]  -> [email protected]()
[6.818065874s] [INFO ] [alacritty] winit event: NewEvents(WaitCancelled { start: Instant { tv_sec: 14062, tv_nsec: 437694614 }, requested_resume: None })
[6.818133724s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: ModifiersChanged(Modifiers { state: ModifiersState(0x0), pressed_mods: ModifiersKeys(0x0) }) }
[6.818166236s] [INFO ] [alacritty] winit event: WindowEvent { window_id: WindowId(WindowId(94509548982848)), event: Focused(false) }
[6.818193037s] [INFO ] [alacritty] winit event: AboutToWait
[3529210.768] [email protected]_id(43)
[3529210.814] [email protected]_id(54)
[3529210.835] [email protected]_id(39)
[3529210.850] [email protected]_id(50)
[3529210.778] [email protected]_id(53)
[3529210.864] [email protected](0)
[3529210.888] [email protected](0)
[3529210.912]  -> [email protected]()
[3529210.951]  -> [email protected]()
[3529210.969]  -> [email protected]()
[3529210.980]  -> [email protected]()

@sgtpep
Copy link
Author

sgtpep commented Jan 14, 2024

FWIW:

  • The issue is reproducible even with no user config ~/.config/alacritty.{toml,yml}
  • Adding window.dimensions produces the same result.
  • Adding startup_mode: Maximized leads to creating a completely transparent and unresponsive window that can't be closed or unsuspended.

@kchibisov
Copy link
Member

yeah, it's a gnome bug, they should fix it.

@sgtpep
Copy link
Author

sgtpep commented Jan 15, 2024

Thanks for looking into it @kchibisov!

I understand that it's technically some other project's bug. But practically, in the software production it's pretty common to go an extra mile to make sure the software would actually work properly on some specific target platforms with extra testing and sometimes tweaking it to address the target platform's quirks and even bugs. No one's interested in the software that doesn't work, even if it's stopped working because of some external causes.

Alacritty is amazing (when it works), and with all due respect to your hard job (I know, maintaining is hard and not always grateful), running an upgrade and finding out that it stops working, to me is unacceptable for such a critical piece of software as the terminal emulator. That makes me interested in exploring the alternatives further (foot, kitty, etc.) none of which happen to have such an issue under the apparently buggy Mutter.

@kchibisov
Copy link
Member

kchibisov commented Jan 15, 2024

I understand that it's technically some other project's bug. But practically, in the software production it's pretty common to go an extra mile to make sure the software would actually work properly on some specific target platforms with extra testing and sometimes tweaking it to address the target platform's quirks and even bugs. No one's interested in the software that doesn't work, even if it's stopped working because of some external causes.

I tested on gnome 44.2 and it worked, they released 45.2 and it doesn't anymore, they even provided a fix upstream but not yet applied. They explicitly tell us to stop rendering right on start and never try to make it back. This all requires really recent protocol which probably only alacritty supports and handles the way protocol wanted, we can workaround and
just discard the state on the window, but it's tricky and someone should do correct handling so people fix their bugs.

I physically can't test all compositors and their versions since I'd need to test 3 gnome releases, sway-git, sway, hyprland, smithay compositors, kde (with various versions).

That makes me interested in exploring the alternatives further (foot, kitty, etc.) none of which happen to have such an issue under the apparently buggy Mutter.

Please, follow the upstream bug, no one except alacritty is likely handling this event(window state), so that's likely why this had lack of testing on compositor side since mutter is not the only one to had bugs (hyprland also had similar bug, they've fixed it). In general if compositor devs can't test something they shouldn't merge stuff like that, probably they just opted into testing on real clients and you just out-of-luck now, I've linked a workaround patch, but I'm not adding workarounds for not my bugs.

I've pinged fedora package maintainer wrt that, maybe you'll get a workaround applied downstream. But that's all I want to do, otherwise no-one ever fix their bugs.

@sgtpep
Copy link
Author

sgtpep commented Jan 15, 2024

@kchibisov Thanks for the extra details! Looks like things are indeed complicated with so many compositors and other Wayland abstractions, and things are moving too fast. I kinda miss times when Xorg and Rxvt just worked (at least for me) %)

Thanks for not taking my rant personally. Appreciate your principles and all the hard work.

@sgtpep
Copy link
Author

sgtpep commented Jan 16, 2024

This all requires really recent protocol which probably only alacritty supports and handles the way protocol wanted

On the second thought, the fact that Alacritty uses the 'recent' protocol that a very few apps (especially other terminal emulators) are currently using, and hence such a protocol can be assumed not very stable, means that Alacritty values performance number (I assume it was used for the 'better' performance metrics?) more than stability. Otherwise, imo, the right thing to do would be restrain from using it and hinding it behind some experimental flag until its support and awareness about it across Wayland software grows bigger.

That's why I think without shifting the paradigm more to the 'stable' and less experimental side of things, Alacritty would be doomed to become unfunctional occasionally - not what I expected from the terminal emulator.

@kchibisov
Copy link
Member

it's a stable protocol that got a newer version adding one extra state, please complain to people not testing the code they write on compositor side. The last workaround for gnome I added 3 years ago is still present.

There's nothing experimental in using the most recent version of the stable protocol. This protocol is how you get the window on screen on Wayland, used by all clients.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants