alacritty / alacritty

A cross-platform, OpenGL terminal emulator.
https://alacritty.org
Apache License 2.0
56.4k stars 3.02k forks source link

Crash when window is moved or resized #7346

Closed jbohanon closed 1 year ago

jbohanon commented 1 year ago

After a kernel update to 6.4.15-200.fc38.x86_64, alacritty began crashing when the window is resized or moved.

System

OS: Linux Version: alacritty 0.13.0-dev (f01dea86) and alacritty 0.12.3 Linux/BSD: Wayland, Gnome 44.5

Config

window:
  opacity: 0.8
  dimensions:
    lines: 115
    columns: 257
  position:
    x: 1550
    y: 0
selection:
  save_to_clipboard: true
shell:
  program: /usr/bin/zsh
  args:
    - -l
    - -c
    - zellij attach || zellij
font:
  normal:
    family: FiraCode Nerd Font
    style: regular

Logs

RUST_BACKTRACE=full alacritty -vv produces the following logs (some duplicate debug lines removed for brevity and replaced with ...)

[0.000002619s] [INFO ] [alacritty] Welcome to Alacritty
[0.000026102s] [INFO ] [alacritty] Version 0.12.3
[0.000029326s] [INFO ] [alacritty] Running on Wayland
[0.000193128s] [INFO ] [alacritty] Configuration files loaded from:
                                     "/home/jacob/.config/alacritty/alacritty.yml"
[0.017128808s] [INFO ] [alacritty] Using EGL 1.5
[0.029132126s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.033996044s] [INFO ] [alacritty] Window scale factor: 1
[0.034925348s] [DEBUG] [alacritty] Loading "FiraCode Nerd Font" font
[0.035775906s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.036997083s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.038149996s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: NO_BITMAP | TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.039220835s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: NO_BITMAP | TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.044585252s] [INFO ] [alacritty] Running on Mesa Intel(R) Graphics (ADL GT2)
[0.044609786s] [INFO ] [alacritty] Using OpenGL 3.3 renderer
[0.050716727s] [DEBUG] [alacritty] Filling glyph cache with common glyphs
[0.059409396s] [INFO ] [alacritty] Cell size: 9 x 19
[0.059440405s] [INFO ] [alacritty] Padding: 0 x 0
[0.059446052s] [INFO ] [alacritty] Width: 2313, Height: 2185
[0.059480816s] [INFO ] [alacritty] PTY dimensions: 115 x 257
[0.062174470s] [INFO ] [alacritty] Initialisation complete
[0.096182889s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.098160822s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.100101281s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: NO_BITMAP | TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.101824987s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: NO_BITMAP | TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[0.102465488s] [INFO ] [alacritty] Font size changed to Size(22) with scale factor of 2
[0.102474767s] [INFO ] [alacritty] Cell size: 18 x 38
[0.102487019s] [DEBUG] [alacritty_terminal] Term::resize dimensions unchanged
[0.116430796s] [INFO ] [alacritty] Padding: 0 x 0
[0.116469606s] [INFO ] [alacritty] Width: 4626, Height: 4370
[0.165325818s] [DEBUG] [alacritty_terminal] [Unhandled CSI] action='h', params=[1015], intermediates=[63]
[0.173491341s] [DEBUG] [alacritty_terminal] Term got unhandled attr: CancelBlink
...
[0.189816025s] [DEBUG] [alacritty_terminal] Term got unhandled attr: CancelBlink
[0.191494345s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[5.958570261s] [DEBUG] [alacritty_terminal] New num_cols is 426 and num_lines is 110
[5.959144688s] [INFO ] [alacritty] Padding: 0 x 0
[5.959154124s] [INFO ] [alacritty] Width: 7680, Height: 4186
[5.967681384s] [DEBUG] [alacritty_terminal] Term got unhandled attr: CancelBlink
...
[5.986747193s] [DEBUG] [alacritty_terminal] Term got unhandled attr: CancelBlink
[6.232843047s] [INFO ] [alacritty] Font size changed to Size(22) with scale factor of 1
[6.232889052s] [INFO ] [alacritty] Cell size: 9 x 19
[6.232903236s] [DEBUG] [alacritty_terminal] Term::resize dimensions unchanged
[6.241217769s] [INFO ] [alacritty] Padding: 0 x 0
[6.241241171s] [INFO ] [alacritty] Width: 3840, Height: 2093
[6.242501622s] [DEBUG] [alacritty_terminal] Term got unhandled attr: CancelBlink
...
[6.244172404s] [DEBUG] [alacritty_terminal] Term got unhandled attr: CancelBlink
[6.246967349s] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Bold, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[6.247045142s] [DEBUG] [alacritty_terminal] Term got unhandled attr: CancelBlink
...
[6.249421335s] [DEBUG] [alacritty_terminal] Term got unhandled attr: CancelBlink
[6.948891002s] [DEBUG] [alacritty_terminal] New num_cols is 257 and num_lines is 115
[6.956596473s] [INFO ] [alacritty] Padding: 0 x 0
[6.956617037s] [INFO ] [alacritty] Width: 2313, Height: 2185
[6.957111091s] [DEBUG] [alacritty_terminal] Term got unhandled attr: CancelBlink
...
[6.963026662s] [DEBUG] [alacritty_terminal] Term got unhandled attr: CancelBlink
[6.972668789s] [INFO ] [alacritty] Font size changed to Size(22) with scale factor of 2
[6.972703892s] [INFO ] [alacritty] Cell size: 18 x 38
[6.972713722s] [DEBUG] [alacritty_terminal] Term::resize dimensions unchanged
[6.980641908s] [INFO ] [alacritty] Padding: 0 x 0
[6.980675102s] [INFO ] [alacritty] Width: 4626, Height: 4370
[7.027615953s] [DEBUG] [alacritty_terminal] Term got unhandled attr: CancelBlink
...
[7.029766537s] [DEBUG] [alacritty_terminal] Term got unhandled attr: CancelBlink
wl_surface@43: error 2: Buffer size (10x2185) must be an integer multiple of the buffer_scale (2).
thread 'main' panicked at 'failed to dispatch wayland event queue: Os { code: 71, kind: Uncategorized, message: "Protocol error" }', src/event.rs:1566:30
stack backtrace:
   0:     0x55bc6e304b31 - <unknown>
   1:     0x55bc6e33376f - <unknown>
   2:     0x55bc6e2ffa99 - <unknown>
   3:     0x55bc6e304945 - <unknown>
   4:     0x55bc6e306023 - <unknown>
   5:     0x55bc6e305db4 - <unknown>
   6:     0x55bc6e3065a9 - <unknown>
   7:     0x55bc6e3064a7 - <unknown>
   8:     0x55bc6e304f96 - <unknown>
   9:     0x55bc6e3061f2 - <unknown>
  10:     0x55bc6df28a13 - <unknown>
  11:     0x55bc6df28eb3 - <unknown>
  12:     0x55bc6e00edc9 - <unknown>
  13:     0x55bc6e00af34 - <unknown>
  14:     0x55bc6e03fdea - <unknown>
  15:     0x55bc6e03acf2 - <unknown>
  16:     0x55bc6df619f6 - <unknown>
  17:     0x55bc6df62585 - <unknown>
  18:     0x55bc6e2f963b - <unknown>
  19:     0x55bc6e065bf7 - <unknown>
  20:     0x7fb086fa5b8a - __libc_start_call_main
  21:     0x7fb086fa5c4b - __libc_start_main_alias_2
  22:     0x55bc6df29175 - <unknown>
  23:                0x0 - <unknown>
warning: queue 0x7fb078000ca0 destroyed while proxies still attached:
  zwp_primary_selection_offer_v1@4278190082 still attached
  wl_data_offer@4278190083 still attached
  zwp_primary_selection_device_v1@30 still attached
  zwp_primary_selection_device_manager_v1@24 still attached
  wl_data_device@29 still attached
  wl_seat@28 still attached
  wl_data_device_manager@25 still attached
  wl_registry@23 still attached
warning: queue 0x55bc6e5c6740 destroyed while proxies still attached:
  wl_buffer@59 still attached
  wl_buffer@55 still attached
  wl_shm_pool@62 still attached
  wl_subsurface@46 still attached
  wl_surface@45 still attached
  wl_subsurface@44 still attached
  wl_surface@43 still attached
  wl_subsurface@42 still attached
  wl_surface@41 still attached
  wl_subsurface@40 still attached
  wl_surface@39 still attached
  wl_subsurface@38 still attached
  wl_surface@37 still attached
  xdg_wm_base@35 still attached
  wl_output@16 still attached
  wl_output@15 still attached
  xdg_activation_v1@14 still attached
  zwp_text_input_manager_v3@13 still attached
  zwp_pointer_constraints_v1@12 still attached
  zwp_relative_pointer_manager_v1@11 still attached
  wl_seat@10 still attached
  wp_fractional_scale_manager_v1@9 still attached
  wp_viewporter@8 still attached
  wl_subcompositor@7 still attached
  wl_output@6 still attached
  wl_shm@5 still attached
  wl_compositor@4 still attached
  wl_registry@2 still attached
warning: queue 0x55bc6e5f2950 destroyed while proxies still attached:
  wl_callback@67 still attached
  wl_surface@27 still attached
kchibisov commented 1 year ago

The kernel update is not relevant for any of that, but I'm not sure how you managed to get this crash, given that alacritty is not multithreaded.

Could you post a WAYLAND_DEBUG=1 log?

jbohanon commented 1 year ago

Could you post a WAYLAND_DEBUG=1 log?

log ```log [3236347.872] -> wl_display@1.get_registry(new id wl_registry@2) [3236347.882] -> wl_display@1.sync(new id wl_callback@3) [3236348.102] wl_display@1.delete_id(3) [3236348.115] wl_registry@2.global(1, "wl_compositor", 5) [3236348.134] -> wl_registry@2.bind(1, "wl_compositor", 5, new id [unknown]@4) [3236348.139] wl_registry@2.global(2, "wl_drm", 2) [3236348.141] wl_registry@2.global(3, "wl_shm", 1) [3236348.146] -> wl_registry@2.bind(3, "wl_shm", 1, new id [unknown]@5) [3236348.148] wl_registry@2.global(4, "wl_output", 4) [3236348.151] -> wl_registry@2.bind(4, "wl_output", 4, new id [unknown]@6) [3236348.154] wl_registry@2.global(5, "zxdg_output_manager_v1", 3) [3236348.156] wl_registry@2.global(6, "wl_data_device_manager", 3) [3236348.160] wl_registry@2.global(7, "zwp_primary_selection_device_manager_v1", 1) [3236348.162] wl_registry@2.global(8, "wl_subcompositor", 1) [3236348.165] -> wl_registry@2.bind(8, "wl_subcompositor", 1, new id [unknown]@7) [3236348.167] wl_registry@2.global(9, "xdg_wm_base", 4) [3236348.169] wl_registry@2.global(10, "gtk_shell1", 5) [3236348.171] wl_registry@2.global(11, "wp_viewporter", 1) [3236348.173] -> wl_registry@2.bind(11, "wp_viewporter", 1, new id [unknown]@8) [3236348.178] wl_registry@2.global(12, "wp_fractional_scale_manager_v1", 1) [3236348.181] -> wl_registry@2.bind(12, "wp_fractional_scale_manager_v1", 1, new id [unknown]@9) [3236348.184] wl_registry@2.global(13, "zwp_pointer_gestures_v1", 3) [3236348.186] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1) [3236348.188] wl_registry@2.global(15, "wl_seat", 8) [3236348.191] -> wl_registry@2.bind(15, "wl_seat", 6, new id [unknown]@10) [3236348.194] wl_registry@2.global(16, "zwp_relative_pointer_manager_v1", 1) [3236348.203] -> wl_registry@2.bind(16, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@11) [3236348.206] wl_registry@2.global(17, "zwp_pointer_constraints_v1", 1) [3236348.212] -> wl_registry@2.bind(17, "zwp_pointer_constraints_v1", 1, new id [unknown]@12) [3236348.215] wl_registry@2.global(18, "zxdg_exporter_v2", 1) [3236348.217] wl_registry@2.global(19, "zxdg_importer_v2", 1) [3236348.219] wl_registry@2.global(20, "zxdg_exporter_v1", 1) [3236348.222] wl_registry@2.global(21, "zxdg_importer_v1", 1) [3236348.224] wl_registry@2.global(22, "zwp_linux_dmabuf_v1", 4) [3236348.226] wl_registry@2.global(23, "wp_single_pixel_buffer_manager_v1", 1) [3236348.228] wl_registry@2.global(24, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1) [3236348.231] wl_registry@2.global(25, "zwp_text_input_manager_v3", 1) [3236348.235] -> wl_registry@2.bind(25, "zwp_text_input_manager_v3", 1, new id [unknown]@13) [3236348.238] wl_registry@2.global(26, "wp_presentation", 1) [3236348.241] wl_registry@2.global(27, "xdg_activation_v1", 1) [3236348.244] -> wl_registry@2.bind(27, "xdg_activation_v1", 1, new id [unknown]@14) [3236348.247] wl_registry@2.global(30, "wl_output", 4) [3236348.250] -> wl_registry@2.bind(30, "wl_output", 4, new id [unknown]@15) [3236348.254] wl_registry@2.global(32, "wl_output", 4) [3236348.257] -> wl_registry@2.bind(32, "wl_output", 4, new id [unknown]@16) [3236348.260] wl_callback@3.done(3468) [3236348.265] -> wl_display@1.sync(new id wl_callback@3) [3236348.427] wl_display@1.delete_id(3) [3236348.430] wl_shm@5.format(0) [3236348.436] wl_shm@5.format(1) [3236348.438] wl_shm@5.format(875708993) [3236348.441] wl_shm@5.format(875709016) [3236348.443] wl_shm@5.format(909199186) [3236348.446] wl_shm@5.format(808669761) [3236348.448] wl_shm@5.format(808669784) [3236348.450] wl_shm@5.format(808665665) [3236348.452] wl_shm@5.format(808665688) [3236348.456] wl_shm@5.format(1211388481) [3236348.458] wl_shm@5.format(1211388504) [3236348.460] wl_shm@5.format(1211384385) [3236348.463] wl_shm@5.format(1211384408) [3236348.465] wl_output@6.geometry(0, 2160, 340, 190, 0, "CSO", "0x1508", 0) [3236348.471] wl_output@6.mode(3, 3840, 2160, 60000) [3236348.474] wl_output@6.scale(2) [3236348.476] wl_output@6.name("eDP-1") [3236348.479] wl_output@6.description("Built-in display") [3236348.482] wl_output@6.done() [3236348.485] wl_seat@10.capabilities(3) [3236348.488] wl_seat@10.name("seat0") [3236348.491] wl_output@15.geometry(3840, 1080, 530, 300, 0, "BNQ", "BenQ GW2480", 3) [3236348.495] wl_output@15.mode(3, 1920, 1080, 60000) [3236348.497] wl_output@15.scale(1) [3236348.500] wl_output@15.name("DP-1") [3236348.502] wl_output@15.description("BenQ Corporation 24"") [3236348.505] wl_output@15.done() [3236348.507] wl_output@16.geometry(0, 0, 600, 340, 0, "GSM", "LG HDR 4K", 0) [3236348.511] wl_output@16.mode(3, 3840, 2160, 59996) [3236348.513] wl_output@16.scale(1) [3236348.516] wl_output@16.name("HDMI-1") [3236348.519] wl_output@16.description("LG Electronics 27"") [3236348.522] wl_output@16.done() [3236348.524] wl_callback@3.done(3468) [3236348.542] -> wl_compositor@4.create_surface(new id wl_surface@3) [3236348.547] -> wl_seat@10.get_pointer(new id wl_pointer@17) [3236348.554] -> zwp_relative_pointer_manager_v1@11.get_relative_pointer(new id zwp_relative_pointer_v1@18, wl_pointer@17) [3236348.558] -> wl_seat@10.get_keyboard(new id wl_keyboard@19) [3236350.640] -> zwp_text_input_manager_v3@13.get_text_input(new id zwp_text_input_v3@20, wl_seat@10) [3236351.361] -> wl_display@1.get_registry(new id wl_registry@21) [3236351.370] -> wl_display@1.sync(new id wl_callback@22) [3236351.503] wl_display@1.delete_id(22) [3236351.507] wl_registry@21.global(1, "wl_compositor", 5) [3236351.520] wl_registry@21.global(2, "wl_drm", 2) [3236351.523] wl_registry@21.global(3, "wl_shm", 1) [3236351.525] wl_registry@21.global(4, "wl_output", 4) [3236351.527] wl_registry@21.global(5, "zxdg_output_manager_v1", 3) [3236351.529] wl_registry@21.global(6, "wl_data_device_manager", 3) [3236351.533] -> wl_registry@21.bind(6, "wl_data_device_manager", 3, new id [unknown]@23) [3236351.536] wl_registry@21.global(7, "zwp_primary_selection_device_manager_v1", 1) [3236351.539] wl_registry@21.global(8, "wl_subcompositor", 1) [3236351.541] wl_registry@21.global(9, "xdg_wm_base", 4) [3236351.546] wl_registry@21.global(10, "gtk_shell1", 5) [3236351.548] wl_registry@21.global(11, "wp_viewporter", 1) [3236351.550] wl_registry@21.global(12, "wp_fractional_scale_manager_v1", 1) [3236351.553] wl_registry@21.global(13, "zwp_pointer_gestures_v1", 3) [3236351.555] wl_registry@21.global(14, "zwp_tablet_manager_v2", 1) [3236351.557] wl_registry@21.global(15, "wl_seat", 8) [3236351.560] -> wl_registry@21.bind(15, "wl_seat", 6, new id [unknown]@24) [3236351.564] wl_registry@21.global(16, "zwp_relative_pointer_manager_v1", 1) [3236351.566] wl_registry@21.global(17, "zwp_pointer_constraints_v1", 1) [3236351.568] wl_registry@21.global(18, "zxdg_exporter_v2", 1) [3236351.574] wl_registry@21.global(19, "zxdg_importer_v2", 1) [3236351.576] wl_registry@21.global(20, "zxdg_exporter_v1", 1) [3236351.579] wl_registry@21.global(21, "zxdg_importer_v1", 1) [3236351.581] wl_registry@21.global(22, "zwp_linux_dmabuf_v1", 4) [3236351.607] wl_registry@21.global(23, "wp_single_pixel_buffer_manager_v1", 1) [3236351.613] wl_registry@21.global(24, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1) [3236351.617] wl_registry@21.global(25, "zwp_text_input_manager_v3", 1) [3236351.621] wl_registry@21.global(26, "wp_presentation", 1) [3236351.625] wl_registry@21.global(27, "xdg_activation_v1", 1) [3236351.629] wl_registry@21.global(30, "wl_output", 4) [3236351.632] wl_registry@21.global(32, "wl_output", 4) [3236351.636] wl_callback@22.done(3468) [3236351.641] -> wl_display@1.sync(new id wl_callback@22) [3236351.733] wl_display@1.delete_id(22) [3236351.741] wl_seat@24.capabilities(3) [3236351.746] wl_seat@24.name("seat0") [3236351.753] -> wl_data_device_manager@23.get_data_device(new id wl_data_device@25, wl_seat@24) [3236351.759] wl_callback@22.done(3468) [3236351.765] -> wl_registry@21.bind(7, "zwp_primary_selection_device_manager_v1", 1, new id [unknown]@22) [3236351.775] -> zwp_primary_selection_device_manager_v1@22.get_device(new id zwp_primary_selection_device_v1@26, wl_seat@24) [3236351.785] -> wl_seat@24.get_keyboard(new id wl_keyboard@27) [3236351.789] -> wl_seat@24.get_pointer(new id wl_pointer@28) [3236352.217] -> wl_display@1.get_registry(new id wl_registry@29) [3236352.222] -> wl_display@1.sync(new id wl_callback@30) [3236352.500] wl_display@1.delete_id(30) [3236352.505] wl_registry@29.global(1, "wl_compositor", 5) [3236352.508] wl_registry@29.global(2, "wl_drm", 2) [3236352.510] wl_registry@29.global(3, "wl_shm", 1) [3236352.511] wl_registry@29.global(4, "wl_output", 4) [3236352.513] wl_registry@29.global(5, "zxdg_output_manager_v1", 3) [3236352.514] wl_registry@29.global(6, "wl_data_device_manager", 3) [3236352.516] wl_registry@29.global(7, "zwp_primary_selection_device_manager_v1", 1) [3236352.519] wl_registry@29.global(8, "wl_subcompositor", 1) [3236352.520] wl_registry@29.global(9, "xdg_wm_base", 4) [3236352.521] wl_registry@29.global(10, "gtk_shell1", 5) [3236352.522] wl_registry@29.global(11, "wp_viewporter", 1) [3236352.525] wl_registry@29.global(12, "wp_fractional_scale_manager_v1", 1) [3236352.527] wl_registry@29.global(13, "zwp_pointer_gestures_v1", 3) [3236352.529] wl_registry@29.global(14, "zwp_tablet_manager_v2", 1) [3236352.531] wl_registry@29.global(15, "wl_seat", 8) [3236352.533] wl_registry@29.global(16, "zwp_relative_pointer_manager_v1", 1) [3236352.534] wl_registry@29.global(17, "zwp_pointer_constraints_v1", 1) [3236352.535] wl_registry@29.global(18, "zxdg_exporter_v2", 1) [3236352.539] wl_registry@29.global(19, "zxdg_importer_v2", 1) [3236352.542] wl_registry@29.global(20, "zxdg_exporter_v1", 1) [3236352.544] wl_registry@29.global(21, "zxdg_importer_v1", 1) [3236352.546] wl_registry@29.global(22, "zwp_linux_dmabuf_v1", 4) [3236352.548] -> wl_registry@29.bind(22, "zwp_linux_dmabuf_v1", 4, new id [unknown]@31) [3236352.551] wl_registry@29.global(23, "wp_single_pixel_buffer_manager_v1", 1) [3236352.557] wl_registry@29.global(24, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1) [3236352.558] wl_registry@29.global(25, "zwp_text_input_manager_v3", 1) [3236352.559] wl_registry@29.global(26, "wp_presentation", 1) [3236352.561] wl_registry@29.global(27, "xdg_activation_v1", 1) [3236352.562] wl_registry@29.global(30, "wl_output", 4) [3236352.564] wl_registry@29.global(32, "wl_output", 4) [3236352.566] wl_callback@30.done(3468) [3236352.568] -> zwp_linux_dmabuf_v1@31.get_default_feedback(new id zwp_linux_dmabuf_feedback_v1@30) [3236352.572] -> wl_display@1.sync(new id wl_callback@32) [3236352.621] wl_display@1.delete_id(32) [3236352.623] zwp_linux_dmabuf_feedback_v1@30.format_table(fd 15, 1024) [3236352.629] zwp_linux_dmabuf_feedback_v1@30.main_device(array[8]) [3236352.848] zwp_linux_dmabuf_feedback_v1@30.tranche_target_device(array[8]) [3236352.850] zwp_linux_dmabuf_feedback_v1@30.tranche_flags(0) [3236352.852] zwp_linux_dmabuf_feedback_v1@30.tranche_formats(array[128]) [3236352.857] zwp_linux_dmabuf_feedback_v1@30.tranche_done() [3236352.858] zwp_linux_dmabuf_feedback_v1@30.done() [3236352.859] wl_callback@32.done(3468) [3236352.861] -> zwp_linux_dmabuf_feedback_v1@30.destroy() [3236352.906] wl_keyboard@27.keymap(1, fd 13, 67356) [3236352.966] wl_keyboard@27.repeat_info(33, 500) [3236366.203] -> wl_compositor@4.create_surface(new id wl_surface@32) [3236366.211] -> wp_fractional_scale_manager_v1@9.get_fractional_scale(new id wp_fractional_scale_v1@33, wl_surface@32) [3236366.215] -> wp_viewporter@8.get_viewport(new id wp_viewport@34, wl_surface@32) [3236366.221] -> wl_registry@2.bind(9, "xdg_wm_base", 2, new id [unknown]@35) [3236366.238] -> wl_shm@5.create_pool(new id wl_shm_pool@36, fd 19, 4096) [3236375.762] -> wl_compositor@4.create_surface(new id wl_surface@37) [3236375.770] -> wl_subcompositor@7.get_subsurface(new id wl_subsurface@38, wl_surface@37, wl_surface@32) [3236375.773] -> wl_compositor@4.create_surface(new id wl_surface@39) [3236375.774] -> wl_subcompositor@7.get_subsurface(new id wl_subsurface@40, wl_surface@39, wl_surface@32) [3236375.776] -> wl_compositor@4.create_surface(new id wl_surface@41) [3236375.779] -> wl_subcompositor@7.get_subsurface(new id wl_subsurface@42, wl_surface@41, wl_surface@32) [3236375.780] -> wl_compositor@4.create_surface(new id wl_surface@43) [3236375.781] -> wl_subcompositor@7.get_subsurface(new id wl_subsurface@44, wl_surface@43, wl_surface@32) [3236375.783] -> wl_compositor@4.create_surface(new id wl_surface@45) [3236375.785] -> wl_subcompositor@7.get_subsurface(new id wl_subsurface@46, wl_surface@45, wl_surface@32) [3236375.788] -> xdg_wm_base@35.get_xdg_surface(new id xdg_surface@47, wl_surface@32) [3236375.793] -> xdg_surface@47.get_toplevel(new id xdg_toplevel@48) [3236375.796] -> wl_surface@32.commit() [3236375.800] -> xdg_toplevel@48.set_min_size(2, 36) [3236375.802] -> xdg_surface@47.set_window_geometry(0, -35, 800, 635) [3236375.807] -> wl_compositor@4.create_surface(new id wl_surface@49) [3236375.809] -> wl_seat@10.get_pointer(new id wl_pointer@50) [3236375.814] -> xdg_toplevel@48.set_min_size(2, 36) [3236375.817] -> xdg_toplevel@48.set_max_size(0, 0) [3236375.819] -> xdg_toplevel@48.set_app_id("Alacritty") [3236375.820] -> xdg_toplevel@48.set_min_size(2, 36) [3236375.822] -> xdg_toplevel@48.set_max_size(0, 0) [3236375.905] -> xdg_toplevel@48.set_title("Alacritty") [3236375.907] -> wl_surface@32.commit() [3236375.910] -> wl_surface@32.set_opaque_region(nil) [3236375.915] -> wl_display@1.sync(new id wl_callback@51) [3236375.917] wl_keyboard@19.keymap(1, fd 14, 67356) [3236377.064] wl_keyboard@19.repeat_info(33, 500) [3236379.488] wl_display@1.delete_id(30) [3236379.493] wl_display@1.delete_id(51) [3236379.494] xdg_toplevel@48.configure(0, 0, array[0]) [3236379.498] xdg_surface@47.configure(136) [3236379.502] -> xdg_surface@47.ack_configure(136) [3236379.506] wl_callback@51.done(3468) [3236379.621] -> wl_shm_pool@36.resize(147600) [3236379.633] -> wl_shm_pool@36.create_buffer(new id wl_buffer@51, 0, 820, 45, 3280, 0) [3236379.755] -> wl_subsurface@38.set_position(-10, -45) [3236379.758] -> wl_surface@37.attach(wl_buffer@51, 0, 0) [3236379.760] -> wl_surface@37.damage_buffer(0, 0, 820, 45) [3236379.763] -> wl_surface@37.commit() [3236379.765] -> wl_shm_pool@36.resize(295200) [3236379.776] -> wl_shm_pool@36.create_buffer(new id wl_buffer@30, 147600, 820, 10, 3280, 0) [3236379.790] -> wl_subsurface@46.set_position(-10, 600) [3236379.792] -> wl_surface@45.attach(wl_buffer@30, 0, 0) [3236379.793] -> wl_surface@45.damage_buffer(0, 0, 820, 10) [3236379.795] -> wl_surface@45.commit() [3236379.797] -> wl_shm_pool@36.create_buffer(new id wl_buffer@52, 180400, 10, 600, 40, 0) [3236379.814] -> wl_subsurface@42.set_position(-10, 0) [3236379.816] -> wl_surface@41.attach(wl_buffer@52, 0, 0) [3236379.818] -> wl_surface@41.damage_buffer(0, 0, 10, 600) [3236379.819] -> wl_surface@41.commit() [3236379.820] -> wl_shm_pool@36.create_buffer(new id wl_buffer@53, 204400, 10, 600, 40, 0) [3236379.833] -> wl_subsurface@44.set_position(800, 0) [3236379.836] -> wl_surface@43.attach(wl_buffer@53, 0, 0) [3236379.840] -> wl_surface@43.damage_buffer(0, 0, 10, 600) [3236379.842] -> wl_surface@43.commit() [3236385.580] -> zwp_linux_dmabuf_v1@31.get_surface_feedback(new id zwp_linux_dmabuf_feedback_v1@54, wl_surface@32) [3236385.592] -> wl_display@1.sync(new id wl_callback@55) [3236386.041] wl_display@1.delete_id(55) [3236386.043] wl_callback@55.done(3468) [3236386.961] zwp_linux_dmabuf_feedback_v1@54.format_table(fd 14, 1024) [3236386.967] zwp_linux_dmabuf_feedback_v1@54.main_device(array[8]) [3236386.968] zwp_linux_dmabuf_feedback_v1@54.tranche_target_device(array[8]) [3236386.969] zwp_linux_dmabuf_feedback_v1@54.tranche_flags(0) [3236386.971] zwp_linux_dmabuf_feedback_v1@54.tranche_formats(array[128]) [3236386.973] zwp_linux_dmabuf_feedback_v1@54.tranche_done() [3236386.975] zwp_linux_dmabuf_feedback_v1@54.done() [3236402.034] -> wl_surface@32.set_opaque_region(nil) [3236402.044] -> xdg_surface@47.set_window_geometry(0, -35, 2313, 2220) [3236402.058] -> wl_shm_pool@36.resize(648352) [3236402.078] -> wl_shm_pool@36.create_buffer(new id wl_buffer@55, 228400, 2333, 45, 9332, 0) [3236402.329] -> wl_subsurface@38.set_position(-10, -45) [3236402.332] -> wl_surface@37.attach(wl_buffer@55, 0, 0) [3236402.334] -> wl_surface@37.damage_buffer(0, 0, 2333, 45) [3236402.337] -> wl_surface@37.commit() [3236402.340] -> wl_shm_pool@36.resize(1296704) [3236402.353] -> wl_shm_pool@36.create_buffer(new id wl_buffer@56, 648352, 2333, 10, 9332, 0) [3236402.389] -> wl_subsurface@46.set_position(-10, 2185) [3236402.391] -> wl_surface@45.attach(wl_buffer@56, 0, 0) [3236402.393] -> wl_surface@45.damage_buffer(0, 0, 2333, 10) [3236402.394] -> wl_surface@45.commit() [3236402.396] -> wl_shm_pool@36.create_buffer(new id wl_buffer@57, 741680, 10, 2185, 40, 0) [3236402.431] -> wl_subsurface@42.set_position(-10, 0) [3236402.433] -> wl_surface@41.attach(wl_buffer@57, 0, 0) [3236402.436] -> wl_surface@41.damage_buffer(0, 0, 10, 2185) [3236402.439] -> wl_surface@41.commit() [3236402.441] -> wl_shm_pool@36.create_buffer(new id wl_buffer@58, 829088, 10, 2185, 40, 0) [3236402.482] -> wl_subsurface@44.set_position(2313, 0) [3236402.484] -> wl_surface@43.attach(wl_buffer@58, 0, 0) [3236402.485] -> wl_surface@43.damage_buffer(0, 0, 10, 2185) [3236402.487] -> wl_surface@43.commit() [3236402.837] -> wl_surface@32.frame(new id wl_callback@59) [3236403.331] -> zwp_linux_dmabuf_v1@31.create_params(new id zwp_linux_buffer_params_v1@60) [3236403.343] -> zwp_linux_buffer_params_v1@60.add(fd 25, 0, 0, 9728, 16777216, 8) [3236403.348] -> zwp_linux_buffer_params_v1@60.add(fd 26, 1, 21495808, 1216, 16777216, 8) [3236403.351] -> zwp_linux_buffer_params_v1@60.add(fd 27, 2, 21581824, 64, 16777216, 8) [3236403.353] -> zwp_linux_buffer_params_v1@60.create_immed(new id wl_buffer@61, 2313, 2185, 875713089, 0) [3236403.356] -> zwp_linux_buffer_params_v1@60.destroy() [3236403.358] -> wl_surface@32.attach(wl_buffer@61, 0, 0) [3236403.361] -> wl_surface@32.damage_buffer(0, 0, 2313, 2185) [3236403.363] -> wl_surface@32.commit() [3236403.364] -> wl_display@1.sync(new id wl_callback@62) [3236404.221] wl_display@1.delete_id(60) [3236404.223] wl_display@1.delete_id(62) [3236404.224] wl_buffer@51.release() [3236404.227] -> wl_buffer@51.destroy() [3236404.231] wl_buffer@30.release() [3236404.232] -> wl_buffer@30.destroy() [3236404.234] wl_buffer@52.release() [3236404.234] -> wl_buffer@52.destroy() [3236404.236] wl_buffer@53.release() [3236404.237] -> wl_buffer@53.destroy() [3236404.503] wl_buffer@58.release() [3236404.505] -> wl_buffer@58.destroy() [3236404.506] wl_buffer@57.release() [3236404.507] -> wl_buffer@57.destroy() [3236404.508] wl_buffer@56.release() [3236404.509] -> wl_buffer@56.destroy() [3236404.510] wl_buffer@55.release() [3236404.511] -> wl_buffer@55.destroy() [3236412.392] wl_display@1.delete_id(51) [3236412.402] wl_display@1.delete_id(30) [3236412.404] wl_display@1.delete_id(52) [3236412.405] wl_display@1.delete_id(53) [3236412.406] wl_display@1.delete_id(58) [3236412.407] wl_display@1.delete_id(57) [3236412.408] wl_display@1.delete_id(56) [3236412.409] wl_display@1.delete_id(55) [3236412.410] xdg_toplevel@48.configure(2313, 2220, array[4]) [3236412.416] xdg_surface@47.configure(138) [3236412.420] -> xdg_surface@47.ack_configure(138) [3236412.426] wl_keyboard@19.modifiers(3470, 0, 0, 16, 0) [3236412.435] wl_keyboard@19.enter(3470, wl_surface@32, array[4]) [3236412.439] zwp_text_input_v3@20.enter(wl_surface@32) [3236412.442] -> zwp_text_input_v3@20.enable() [3236412.444] -> zwp_text_input_v3@20.set_content_type(0, 13) [3236412.446] -> zwp_text_input_v3@20.commit() [3236412.448] wl_surface@32.enter(wl_output@6) [3236412.452] wl_surface@32.enter(wl_output@16) [3236412.454] wp_fractional_scale_v1@33.preferred_scale(240) [3236412.456] wl_surface@37.enter(wl_output@16) [3236412.461] wl_surface@41.enter(wl_output@6) [3236412.464] -> wl_surface@41.set_buffer_scale(2) [3236412.466] -> wl_surface@41.commit() [3236412.468] wl_surface@41.enter(wl_output@16) [3236412.469] wl_surface@43.enter(wl_output@6) [3236412.471] -> wl_surface@43.set_buffer_scale(2) [3236412.472] -> wl_surface@43.commit() [3236412.474] wl_surface@43.enter(wl_output@16) [3236412.475] wl_surface@45.enter(wl_output@6) [3236412.477] -> wl_surface@45.set_buffer_scale(2) [3236412.478] -> wl_surface@45.commit() [3236412.488] -> wp_viewport@34.set_destination(2313, 2185) [3236412.491] -> xdg_surface@47.set_window_geometry(0, -35, 2313, 2220) [3236412.596] -> wl_shm_pool@36.create_buffer(new id wl_buffer@55, 0, 2333, 45, 9332, 0) [3236412.812] -> wl_subsurface@38.set_position(-10, -45) [3236412.815] -> wl_surface@37.attach(wl_buffer@55, 0, 0) [3236412.817] -> wl_surface@37.damage_buffer(0, 0, 2333, 45) [3236412.819] -> wl_surface@37.commit() [3236412.821] -> wl_shm_pool@36.create_buffer(new id wl_buffer@56, 419952, 4666, 20, 18664, 0) [3236412.888] -> wl_subsurface@46.set_position(-10, 2185) [3236412.890] -> wl_surface@45.attach(wl_buffer@56, 0, 0) [3236412.892] -> wl_surface@45.damage_buffer(0, 0, 4666, 20) [3236412.894] -> wl_surface@45.commit() [3236412.895] -> wl_shm_pool@36.create_buffer(new id wl_buffer@57, 793232, 20, 4370, 80, 0) [3236413.007] -> wl_subsurface@42.set_position(-10, 0) [3236413.009] -> wl_surface@41.attach(wl_buffer@57, 0, 0) [3236413.011] -> wl_surface@41.damage_buffer(0, 0, 20, 4370) [3236413.013] -> wl_surface@41.commit() [3236413.019] -> wl_shm_pool@36.resize(2593408) [3236413.057] -> wl_shm_pool@36.create_buffer(new id wl_buffer@58, 1142832, 20, 4370, 80, 0) [3236413.190] -> wl_subsurface@44.set_position(2313, 0) [3236413.192] -> wl_surface@43.attach(wl_buffer@58, 0, 0) [3236413.194] -> wl_surface@43.damage_buffer(0, 0, 20, 4370) [3236413.196] -> wl_surface@43.commit() [3236413.198] -> wl_surface@32.set_opaque_region(nil) [3236417.491] wl_display@1.delete_id(59) [3236417.499] zwp_text_input_v3@20.done(1) [3236417.506] wl_callback@59.done(3027287) [3236417.698] wl_keyboard@27.modifiers(3470, 0, 0, 16, 0) [3236417.714] wl_keyboard@27.enter(3470, wl_surface@32, array[4]) [3236417.720] wl_data_device@25.data_offer(new id wl_data_offer@4278190080) [3236417.725] wl_data_offer@4278190080.offer("text/plain;charset=utf-8") [3236417.730] wl_data_offer@4278190080.offer("text/plain") [3236417.732] wl_data_offer@4278190080.offer("text/html") [3236417.735] wl_data_offer@4278190080.offer("TEXT") [3236417.737] wl_data_offer@4278190080.offer("UTF8_STRING") [3236417.740] wl_data_offer@4278190080.offer("STRING") [3236417.742] wl_data_offer@4278190080.offer("MULTIPLE") [3236417.744] wl_data_offer@4278190080.offer("SAVE_TARGETS") [3236417.746] wl_data_offer@4278190080.offer("TARGETS") [3236417.750] wl_data_offer@4278190080.offer("TIMESTAMP") [3236417.752] wl_data_device@25.selection(wl_data_offer@4278190080) [3236417.755] zwp_primary_selection_device_v1@26.data_offer(new id zwp_primary_selection_offer_v1@4278190081) [3236417.760] zwp_primary_selection_offer_v1@4278190081.offer("text/plain;charset=utf-8") [3236417.763] zwp_primary_selection_offer_v1@4278190081.offer("text/plain") [3236417.765] zwp_primary_selection_offer_v1@4278190081.offer("TEXT") [3236417.767] zwp_primary_selection_offer_v1@4278190081.offer("UTF8_STRING") [3236417.769] zwp_primary_selection_offer_v1@4278190081.offer("STRING") [3236417.772] zwp_primary_selection_offer_v1@4278190081.offer("MULTIPLE") [3236417.774] zwp_primary_selection_offer_v1@4278190081.offer("SAVE_TARGETS") [3236417.776] zwp_primary_selection_offer_v1@4278190081.offer("TARGETS") [3236417.778] zwp_primary_selection_offer_v1@4278190081.offer("TIMESTAMP") [3236417.783] zwp_primary_selection_device_v1@26.selection(zwp_primary_selection_offer_v1@4278190081) [3236421.526] wl_callback@62.done(3468) [3236428.806] -> wl_surface@32.frame(new id wl_callback@62) [3236429.069] -> zwp_linux_dmabuf_v1@31.create_params(new id zwp_linux_buffer_params_v1@59) [3236429.081] -> zwp_linux_buffer_params_v1@59.add(fd 25, 0, 0, 18944, 16777216, 8) [3236429.084] -> zwp_linux_buffer_params_v1@59.add(fd 26, 1, 83099648, 2368, 16777216, 8) [3236429.087] -> zwp_linux_buffer_params_v1@59.add(fd 27, 2, 83427328, 64, 16777216, 8) [3236429.089] -> zwp_linux_buffer_params_v1@59.create_immed(new id wl_buffer@53, 4626, 4370, 875713089, 0) [3236429.092] -> zwp_linux_buffer_params_v1@59.destroy() [3236429.094] -> wl_surface@32.attach(wl_buffer@53, 0, 0) [3236429.096] -> wl_surface@32.damage_buffer(0, 0, 4626, 4370) [3236429.098] -> wl_surface@32.damage_buffer(0, 0, 54, 57) [3236429.100] -> wl_surface@32.commit() [3236429.102] -> wl_display@1.sync(new id wl_callback@52) [3236429.120] -> zwp_text_input_v3@20.set_cursor_rectangle(0, 19, 0, 0) [3236429.122] -> zwp_text_input_v3@20.commit() [3236429.221] wl_display@1.delete_id(59) [3236429.223] wl_display@1.delete_id(52) [3236429.471] zwp_text_input_v3@20.done(2) [3236430.372] wl_buffer@58.release() [3236430.380] -> wl_buffer@58.destroy() [3236430.384] wl_buffer@57.release() [3236430.387] -> wl_buffer@57.destroy() [3236430.389] wl_buffer@56.release() [3236430.391] -> wl_buffer@56.destroy() [3236430.392] wl_buffer@55.release() [3236430.394] -> wl_buffer@55.destroy() [3236448.435] wl_display@1.delete_id(58) [3236448.446] wl_display@1.delete_id(57) [3236448.448] wl_display@1.delete_id(56) [3236448.449] wl_display@1.delete_id(55) [3236448.451] wl_display@1.delete_id(62) [3236448.453] wl_callback@62.done(3027322) [3236449.211] wl_keyboard@19.key(3471, 3027321, 28, 0) [3236450.110] wl_keyboard@27.key(3471, 3027321, 28, 0) [3236482.948] wl_callback@52.done(3470) [3236482.957] wl_buffer@61.release() [3236482.959] -> wl_buffer@61.destroy() [3236490.104] -> wl_surface@32.frame(new id wl_callback@52) [3236490.298] -> zwp_linux_dmabuf_v1@31.create_params(new id zwp_linux_buffer_params_v1@62) [3236490.312] -> zwp_linux_buffer_params_v1@62.add(fd 25, 0, 0, 18944, 16777216, 8) [3236490.316] -> zwp_linux_buffer_params_v1@62.add(fd 26, 1, 83099648, 2368, 16777216, 8) [3236490.319] -> zwp_linux_buffer_params_v1@62.add(fd 27, 2, 83427328, 64, 16777216, 8) [3236490.321] -> zwp_linux_buffer_params_v1@62.create_immed(new id wl_buffer@55, 4626, 4370, 875713089, 0) [3236490.324] -> zwp_linux_buffer_params_v1@62.destroy() [3236490.326] -> wl_surface@32.attach(wl_buffer@55, 0, 0) [3236490.330] -> wl_surface@32.damage_buffer(0, 0, 4626, 4370) [3236490.332] -> wl_surface@32.commit() [3236490.334] -> wl_display@1.sync(new id wl_callback@56) [3236490.357] -> zwp_text_input_v3@20.set_cursor_rectangle(0, 38, 0, 0) [3236490.359] -> zwp_text_input_v3@20.commit() [3236490.595] wl_display@1.delete_id(61) [3236490.597] wl_display@1.delete_id(62) [3236490.598] wl_display@1.delete_id(56) [3236490.828] zwp_text_input_v3@20.done(3) [3236502.810] wl_display@1.delete_id(52) [3236502.819] wl_callback@52.done(3027376) [3236503.130] wl_callback@56.done(3471) [3236503.133] wl_buffer@53.release() [3236504.098] -> wl_surface@32.frame(new id wl_callback@56) [3236504.159] -> wl_surface@32.attach(wl_buffer@53, 0, 0) [3236504.162] -> wl_surface@32.damage_buffer(0, 0, 4626, 4370) [3236504.164] -> wl_surface@32.commit() [3236504.166] -> wl_display@1.sync(new id wl_callback@52) [3236504.179] -> zwp_text_input_v3@20.set_cursor_rectangle(45, 114, 0, 0) [3236504.181] -> zwp_text_input_v3@20.commit() [3236504.555] wl_display@1.delete_id(52) [3236504.559] zwp_text_input_v3@20.done(4) [3236519.526] wl_display@1.delete_id(56) [3236519.542] wl_callback@56.done(3027393) [3236552.871] wl_surface@41.leave(wl_output@6) [3236552.906] -> wl_surface@41.set_buffer_scale(1) [3236552.917] -> wl_surface@41.commit() [3236552.924] wl_surface@41.leave(wl_output@16) [3237164.540] wl_pointer@50.enter(3475, wl_surface@32, 2311.65234375, 450.98828125) [3237164.581] wl_pointer@17.enter(3475, wl_surface@32, 2311.65234375, 450.98828125) [3237164.640] -> wl_shm@5.create_pool(new id wl_shm_pool@56, fd 25, 1024) [3237165.043] -> wl_shm_pool@56.resize(3328) [3237165.055] -> wl_shm_pool@56.create_buffer(new id wl_buffer@62, 1024, 24, 24, 96, 0) [3237165.068] -> wl_surface@3.set_buffer_scale(1) [3237165.074] -> wl_surface@3.attach(wl_buffer@62, 0, 0) [3237165.081] -> wl_surface@3.damage_buffer(0, 0, 24, 24) [3237165.086] -> wl_surface@3.commit() [3237165.097] -> wl_pointer@17.set_cursor(3475, wl_surface@3, 4, 4) [3237165.105] wl_pointer@50.frame() [3237165.109] wl_pointer@17.frame() [3237165.114] xdg_wm_base@35.ping(3028038) [3237165.124] -> xdg_wm_base@35.pong(3028038) [3237165.128] wl_pointer@50.motion(3028038, 2311.65234375, 450.98828125) [3237165.133] wl_pointer@17.motion(3028038, 2311.65234375, 450.98828125) [3237165.138] zwp_relative_pointer_v1@18.relative_motion(0, 3028038077, -25.83203125, -8.33203125, -31.00000000, -10.00000000) [3237165.146] wl_pointer@50.frame() [3237165.149] wl_pointer@17.frame() [3237166.043] wl_surface@3.enter(wl_output@16) [3237166.086] xdg_wm_base@35.ping(3028040) [3237166.093] -> xdg_wm_base@35.pong(3028040) [3237166.099] wl_pointer@50.motion(3028040, 2282.48437500, 440.15625000) [3237166.106] wl_pointer@17.motion(3028040, 2282.48437500, 440.15625000) [3237166.113] zwp_relative_pointer_v1@18.relative_motion(0, 3028040081, -29.16796875, -10.83203125, -35.00000000, -13.00000000) [3237166.119] wl_pointer@50.frame() [3237166.123] wl_pointer@17.frame() [3237168.157] xdg_wm_base@35.ping(3028042) [3237168.176] -> xdg_wm_base@35.pong(3028042) [3237168.182] wl_pointer@50.motion(3028042, 2257.48437500, 431.82421875) [3237168.191] wl_pointer@17.motion(3028042, 2257.48437500, 431.82421875) [3237168.198] zwp_relative_pointer_v1@18.relative_motion(0, 3028042072, -25.00000000, -8.33203125, -30.00000000, -10.00000000) [3237168.207] wl_pointer@50.frame() [3237168.210] wl_pointer@17.frame() [3237170.190] xdg_wm_base@35.ping(3028044) [3237170.212] -> xdg_wm_base@35.pong(3028044) [3237170.219] wl_pointer@50.motion(3028044, 2239.15234375, 424.32421875) [3237170.228] wl_pointer@17.motion(3028044, 2239.15234375, 424.32421875) [3237170.235] zwp_relative_pointer_v1@18.relative_motion(0, 3028044084, -18.33203125, -7.50000000, -22.00000000, -9.00000000) [3237170.242] wl_pointer@50.frame() [3237170.246] wl_pointer@17.frame() [3237172.219] xdg_wm_base@35.ping(3028046) [3237172.246] -> xdg_wm_base@35.pong(3028046) [3237172.254] wl_pointer@50.motion(3028046, 2209.98437500, 412.65625000) [3237172.264] wl_pointer@17.motion(3028046, 2209.98437500, 412.65625000) [3237172.273] zwp_relative_pointer_v1@18.relative_motion(0, 3028046082, -29.16796875, -11.66796875, -35.00000000, -14.00000000) [3237172.281] wl_pointer@50.frame() [3237172.285] wl_pointer@17.frame() [3237174.453] xdg_wm_base@35.ping(3028048) [3237174.480] -> xdg_wm_base@35.pong(3028048) [3237174.487] wl_pointer@50.motion(3028048, 2195.81640625, 405.98828125) [3237174.498] wl_pointer@17.motion(3028048, 2195.81640625, 405.98828125) [3237174.506] zwp_relative_pointer_v1@18.relative_motion(0, 3028048103, -14.16796875, -6.66796875, -17.00000000, -8.00000000) [3237174.515] wl_pointer@50.frame() [3237174.519] wl_pointer@17.frame() [3237176.249] xdg_wm_base@35.ping(3028050) [3237176.274] -> xdg_wm_base@35.pong(3028050) [3237176.282] wl_pointer@50.motion(3028050, 2172.48437500, 394.32421875) [3237176.293] wl_pointer@17.motion(3028050, 2172.48437500, 394.32421875) [3237176.301] zwp_relative_pointer_v1@18.relative_motion(0, 3028050084, -23.33203125, -11.66796875, -28.00000000, -14.00000000) [3237176.310] wl_pointer@50.frame() [3237176.314] wl_pointer@17.frame() [3237178.412] xdg_wm_base@35.ping(3028051) [3237178.436] -> xdg_wm_base@35.pong(3028051) [3237178.444] wl_pointer@50.motion(3028051, 2154.15234375, 384.32421875) [3237178.455] wl_pointer@17.motion(3028051, 2154.15234375, 384.32421875) [3237178.463] zwp_relative_pointer_v1@18.relative_motion(0, 3028051975, -18.33203125, -10.00000000, -22.00000000, -12.00000000) [3237178.472] wl_pointer@50.frame() [3237178.478] wl_pointer@17.frame() [3237178.729] wl_pointer@28.enter(3475, wl_surface@32, 2311.65234375, 450.98828125) [3237178.760] wl_pointer@28.frame() [3237178.768] wl_pointer@28.motion(3028038, 2311.65234375, 450.98828125) [3237178.776] wl_pointer@28.frame() [3237178.782] wl_pointer@28.motion(3028040, 2282.48437500, 440.15625000) [3237178.789] wl_pointer@28.frame() [3237178.794] wl_pointer@28.motion(3028042, 2257.48437500, 431.82421875) [3237178.801] wl_pointer@28.frame() [3237178.806] wl_pointer@28.motion(3028044, 2239.15234375, 424.32421875) [3237178.813] wl_pointer@28.frame() [3237178.820] wl_pointer@28.motion(3028046, 2209.98437500, 412.65625000) [3237178.826] wl_pointer@28.frame() [3237178.832] wl_pointer@28.motion(3028048, 2195.81640625, 405.98828125) [3237178.851] wl_pointer@28.frame() [3237178.858] wl_pointer@28.motion(3028050, 2172.48437500, 394.32421875) [3237178.864] wl_pointer@28.frame() [3237178.869] wl_pointer@28.motion(3028051, 2154.15234375, 384.32421875) [3237178.875] wl_pointer@28.frame() [3237180.489] xdg_wm_base@35.ping(3028054) [3237180.514] -> xdg_wm_base@35.pong(3028054) [3237180.521] wl_pointer@50.motion(3028054, 2139.98437500, 376.82421875) [3237180.530] wl_pointer@17.motion(3028054, 2139.98437500, 376.82421875) [3237180.538] zwp_relative_pointer_v1@18.relative_motion(0, 3028054012, -14.16796875, -7.50000000, -17.00000000, -9.00000000) [3237180.546] wl_pointer@50.frame() [3237180.550] wl_pointer@17.frame() [3237182.358] xdg_wm_base@35.ping(3028056) [3237182.380] -> xdg_wm_base@35.pong(3028056) [3237182.386] wl_pointer@50.motion(3028056, 2126.65234375, 369.32421875) [3237182.395] wl_pointer@17.motion(3028056, 2126.65234375, 369.32421875) [3237182.402] zwp_relative_pointer_v1@18.relative_motion(0, 3028056073, -13.33203125, -7.50000000, -16.00000000, -9.00000000) [3237182.409] wl_pointer@50.frame() [3237182.413] wl_pointer@17.frame() [3237184.239] xdg_wm_base@35.ping(3028058) [3237184.259] -> xdg_wm_base@35.pong(3028058) [3237184.265] wl_pointer@50.motion(3028058, 2109.98437500, 357.65625000) [3237184.273] wl_pointer@17.motion(3028058, 2109.98437500, 357.65625000) [3237184.280] zwp_relative_pointer_v1@18.relative_motion(0, 3028058096, -16.66796875, -11.66796875, -20.00000000, -14.00000000) [3237184.287] wl_pointer@50.frame() [3237184.290] wl_pointer@17.frame() [3237186.324] xdg_wm_base@35.ping(3028060) [3237186.347] -> xdg_wm_base@35.pong(3028060) [3237186.353] wl_pointer@50.motion(3028060, 2097.48437500, 349.32421875) [3237186.362] wl_pointer@17.motion(3028060, 2097.48437500, 349.32421875) [3237186.369] zwp_relative_pointer_v1@18.relative_motion(0, 3028060071, -12.50000000, -8.33203125, -15.00000000, -10.00000000) [3237186.377] wl_pointer@50.frame() [3237186.381] wl_pointer@17.frame() [3237188.255] xdg_wm_base@35.ping(3028062) [3237188.279] -> xdg_wm_base@35.pong(3028062) [3237188.286] wl_pointer@50.motion(3028062, 2086.65234375, 340.98828125) [3237188.296] wl_pointer@17.motion(3028062, 2086.65234375, 340.98828125) [3237188.304] zwp_relative_pointer_v1@18.relative_motion(0, 3028062079, -10.83203125, -8.33203125, -13.00000000, -10.00000000) [3237188.312] wl_pointer@50.frame() [3237188.316] wl_pointer@17.frame() [3237190.447] xdg_wm_base@35.ping(3028064) [3237190.474] -> xdg_wm_base@35.pong(3028064) [3237190.481] wl_pointer@50.motion(3028064, 2076.65234375, 333.48828125) [3237190.492] wl_pointer@17.motion(3028064, 2076.65234375, 333.48828125) [3237190.500] zwp_relative_pointer_v1@18.relative_motion(0, 3028064095, -10.00000000, -7.50000000, -12.00000000, -9.00000000) [3237190.509] wl_pointer@50.frame() [3237190.513] wl_pointer@17.frame() [3237192.387] xdg_wm_base@35.ping(3028066) [3237192.418] -> xdg_wm_base@35.pong(3028066) [3237192.426] wl_pointer@50.motion(3028066, 2069.98437500, 328.48828125) [3237192.437] wl_pointer@17.motion(3028066, 2069.98437500, 328.48828125) [3237192.447] zwp_relative_pointer_v1@18.relative_motion(0, 3028066090, -6.66796875, -5.00000000, -8.00000000, -6.00000000) [3237192.456] wl_pointer@50.frame() [3237192.461] wl_pointer@17.frame() [3237194.334] xdg_wm_base@35.ping(3028068) [3237194.361] -> xdg_wm_base@35.pong(3028068) [3237194.369] wl_pointer@50.motion(3028068, 2062.48437500, 322.65625000) [3237194.379] wl_pointer@17.motion(3028068, 2062.48437500, 322.65625000) [3237194.388] zwp_relative_pointer_v1@18.relative_motion(0, 3028068008, -7.50000000, -5.83203125, -9.00000000, -7.00000000) [3237194.397] wl_pointer@50.frame() [3237194.401] wl_pointer@17.frame() [3237194.996] wl_pointer@28.motion(3028054, 2139.98437500, 376.82421875) [3237195.025] wl_pointer@28.frame() [3237195.032] wl_pointer@28.motion(3028056, 2126.65234375, 369.32421875) [3237195.038] wl_pointer@28.frame() [3237195.042] wl_pointer@28.motion(3028058, 2109.98437500, 357.65625000) [3237195.047] wl_pointer@28.frame() [3237195.051] wl_pointer@28.motion(3028060, 2097.48437500, 349.32421875) [3237195.056] wl_pointer@28.frame() [3237195.060] wl_pointer@28.motion(3028062, 2086.65234375, 340.98828125) [3237195.065] wl_pointer@28.frame() [3237195.068] wl_pointer@28.motion(3028064, 2076.65234375, 333.48828125) [3237195.073] wl_pointer@28.frame() [3237195.076] wl_pointer@28.motion(3028066, 2069.98437500, 328.48828125) [3237195.081] wl_pointer@28.frame() [3237195.084] wl_pointer@28.motion(3028068, 2062.48437500, 322.65625000) [3237195.089] wl_pointer@28.frame() [3237196.603] xdg_wm_base@35.ping(3028070) [3237196.625] -> xdg_wm_base@35.pong(3028070) [3237196.632] wl_pointer@50.motion(3028070, 2054.98437500, 316.82421875) [3237196.641] wl_pointer@17.motion(3028070, 2054.98437500, 316.82421875) [3237196.648] zwp_relative_pointer_v1@18.relative_motion(0, 3028070080, -7.50000000, -5.83203125, -9.00000000, -7.00000000) [3237196.655] wl_pointer@50.frame() [3237196.659] wl_pointer@17.frame() [3237198.301] xdg_wm_base@35.ping(3028072) [3237198.321] -> xdg_wm_base@35.pong(3028072) [3237198.327] wl_pointer@50.motion(3028072, 2048.31640625, 310.98828125) [3237198.335] wl_pointer@17.motion(3028072, 2048.31640625, 310.98828125) [3237198.342] zwp_relative_pointer_v1@18.relative_motion(0, 3028072071, -6.66796875, -5.83203125, -8.00000000, -7.00000000) [3237198.348] wl_pointer@50.frame() [3237198.352] wl_pointer@17.frame() [3237200.416] xdg_wm_base@35.ping(3028074) [3237200.435] -> xdg_wm_base@35.pong(3028074) [3237200.440] wl_pointer@50.motion(3028074, 2044.15234375, 307.65625000) [3237200.448] wl_pointer@17.motion(3028074, 2044.15234375, 307.65625000) [3237200.454] zwp_relative_pointer_v1@18.relative_motion(0, 3028074089, -4.16796875, -3.33203125, -5.00000000, -4.00000000) [3237200.461] wl_pointer@50.frame() [3237200.464] wl_pointer@17.frame() [3237202.314] xdg_wm_base@35.ping(3028076) [3237202.332] -> xdg_wm_base@35.pong(3028076) [3237202.338] wl_pointer@50.motion(3028076, 2041.05078125, 305.32812500) [3237202.346] wl_pointer@17.motion(3028076, 2041.05078125, 305.32812500) [3237202.353] zwp_relative_pointer_v1@18.relative_motion(0, 3028076076, -3.10156250, -2.32421875, -4.00000000, -3.00000000) [3237202.360] wl_pointer@50.frame() [3237202.363] wl_pointer@17.frame() [3237204.321] xdg_wm_base@35.ping(3028078) [3237204.346] -> xdg_wm_base@35.pong(3028078) [3237204.353] wl_pointer@50.motion(3028078, 2039.17968750, 304.70703125) [3237204.363] wl_pointer@17.motion(3028078, 2039.17968750, 304.70703125) [3237204.371] zwp_relative_pointer_v1@18.relative_motion(0, 3028078089, -1.87109375, -0.62500000, -3.00000000, -1.00000000) [3237204.379] wl_pointer@50.frame() [3237204.383] wl_pointer@17.frame() [3237206.423] xdg_wm_base@35.ping(3028080) [3237206.451] -> xdg_wm_base@35.pong(3028080) [3237206.459] wl_pointer@50.motion(3028080, 2038.72265625, 304.24609375) [3237206.469] wl_pointer@17.motion(3028080, 2038.72265625, 304.24609375) [3237206.477] zwp_relative_pointer_v1@18.relative_motion(0, 3028080083, -0.45703125, -0.45703125, -1.00000000, -1.00000000) [3237206.486] wl_pointer@50.frame() [3237206.490] wl_pointer@17.frame() [3237211.174] wl_pointer@28.motion(3028070, 2054.98437500, 316.82421875) [3237211.206] wl_pointer@28.frame() [3237211.214] wl_pointer@28.motion(3028072, 2048.31640625, 310.98828125) [3237211.221] wl_pointer@28.frame() [3237211.226] wl_pointer@28.motion(3028074, 2044.15234375, 307.65625000) [3237211.232] wl_pointer@28.frame() [3237211.237] wl_pointer@28.motion(3028076, 2041.05078125, 305.32812500) [3237211.243] wl_pointer@28.frame() [3237211.247] wl_pointer@28.motion(3028078, 2039.17968750, 304.70703125) [3237211.252] wl_pointer@28.frame() [3237211.257] wl_pointer@28.motion(3028080, 2038.72265625, 304.24609375) [3237211.262] wl_pointer@28.frame() [3237242.405] xdg_wm_base@35.ping(3028115) [3237242.438] -> xdg_wm_base@35.pong(3028115) [3237242.447] wl_pointer@50.motion(3028115, 2039.09765625, 304.24609375) [3237242.461] wl_pointer@17.motion(3028115, 2039.09765625, 304.24609375) [3237242.472] zwp_relative_pointer_v1@18.relative_motion(0, 3028115993, 0.37500000, 0.00000000, 1.00000000, 0.00000000) [3237242.481] wl_pointer@50.frame() [3237242.486] wl_pointer@17.frame() [3237243.566] wl_pointer@28.motion(3028115, 2039.09765625, 304.24609375) [3237243.600] wl_pointer@28.frame() [3237244.286] xdg_wm_base@35.ping(3028117) [3237244.314] -> xdg_wm_base@35.pong(3028117) [3237244.322] wl_pointer@50.motion(3028117, 2039.47265625, 304.24609375) [3237244.334] wl_pointer@17.motion(3028117, 2039.47265625, 304.24609375) [3237244.342] zwp_relative_pointer_v1@18.relative_motion(0, 3028117976, 0.37500000, 0.00000000, 1.00000000, 0.00000000) [3237244.351] wl_pointer@50.frame() [3237244.355] wl_pointer@17.frame() [3237246.281] xdg_wm_base@35.ping(3028119) [3237246.307] -> xdg_wm_base@35.pong(3028119) [3237246.314] wl_pointer@50.motion(3028119, 2039.47265625, 304.66406250) [3237246.325] wl_pointer@17.motion(3028119, 2039.47265625, 304.66406250) [3237246.333] zwp_relative_pointer_v1@18.relative_motion(0, 3028119978, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3237246.341] wl_pointer@50.frame() [3237246.345] wl_pointer@17.frame() [3237248.410] xdg_wm_base@35.ping(3028122) [3237248.436] -> xdg_wm_base@35.pong(3028122) [3237248.444] wl_pointer@50.motion(3028122, 2039.89062500, 305.08203125) [3237248.455] wl_pointer@17.motion(3028122, 2039.89062500, 305.08203125) [3237248.472] zwp_relative_pointer_v1@18.relative_motion(0, 3028122076, 0.41796875, 0.41796875, 1.00000000, 1.00000000) [3237248.486] wl_pointer@50.frame() [3237248.496] wl_pointer@17.frame() [3237250.140] xdg_wm_base@35.ping(3028123) [3237250.166] -> xdg_wm_base@35.pong(3028123) [3237250.175] wl_pointer@50.motion(3028123, 2040.73828125, 305.50390625) [3237250.185] wl_pointer@17.motion(3028123, 2040.73828125, 305.50390625) [3237250.194] zwp_relative_pointer_v1@18.relative_motion(0, 3028123981, 0.84765625, 0.42187500, 2.00000000, 1.00000000) [3237250.204] wl_pointer@50.frame() [3237250.209] wl_pointer@17.frame() [3237252.181] xdg_wm_base@35.ping(3028125) [3237252.209] -> xdg_wm_base@35.pong(3028125) [3237252.220] wl_pointer@50.motion(3028125, 2041.69921875, 306.46484375) [3237252.232] wl_pointer@17.motion(3028125, 2041.69921875, 306.46484375) [3237252.242] zwp_relative_pointer_v1@18.relative_motion(0, 3028125979, 0.96093750, 0.96093750, 2.00000000, 2.00000000) [3237252.253] wl_pointer@50.frame() [3237252.260] wl_pointer@17.frame() [3237255.010] xdg_wm_base@35.ping(3028127) [3237255.036] -> xdg_wm_base@35.pong(3028127) [3237255.047] wl_pointer@50.motion(3028127, 2043.32031250, 307.54687500) [3237255.059] wl_pointer@17.motion(3028127, 2043.32031250, 307.54687500) [3237255.068] zwp_relative_pointer_v1@18.relative_motion(0, 3028127976, 1.62109375, 1.08203125, 3.00000000, 2.00000000) [3237255.077] wl_pointer@50.frame() [3237255.083] wl_pointer@17.frame() [3237256.230] xdg_wm_base@35.ping(3028129) [3237256.249] -> xdg_wm_base@35.pong(3028129) [3237256.256] wl_pointer@50.motion(3028129, 2045.05078125, 308.69921875) [3237256.265] wl_pointer@17.motion(3028129, 2045.05078125, 308.69921875) [3237256.272] zwp_relative_pointer_v1@18.relative_motion(0, 3028129982, 1.73046875, 1.15625000, 3.00000000, 2.00000000) [3237256.280] wl_pointer@50.frame() [3237256.284] wl_pointer@17.frame() [3237258.119] xdg_wm_base@35.ping(3028131) [3237258.133] -> xdg_wm_base@35.pong(3028131) [3237258.139] wl_pointer@50.motion(3028131, 2046.87500000, 310.52343750) [3237258.146] wl_pointer@17.motion(3028131, 2046.87500000, 310.52343750) [3237258.153] zwp_relative_pointer_v1@18.relative_motion(0, 3028131979, 1.82421875, 1.82421875, 3.00000000, 3.00000000) [3237258.161] wl_pointer@50.frame() [3237258.164] wl_pointer@17.frame() [3237259.822] wl_pointer@28.motion(3028117, 2039.47265625, 304.24609375) [3237259.848] wl_pointer@28.frame() [3237259.855] wl_pointer@28.motion(3028119, 2039.47265625, 304.66406250) [3237259.861] wl_pointer@28.frame() [3237259.865] wl_pointer@28.motion(3028122, 2039.89062500, 305.08203125) [3237259.874] wl_pointer@28.frame() [3237259.877] wl_pointer@28.motion(3028123, 2040.73828125, 305.50390625) [3237259.882] wl_pointer@28.frame() [3237259.888] wl_pointer@28.motion(3028125, 2041.69921875, 306.46484375) [3237259.896] wl_pointer@28.frame() [3237259.904] wl_pointer@28.motion(3028127, 2043.32031250, 307.54687500) [3237259.908] wl_pointer@28.frame() [3237259.912] wl_pointer@28.motion(3028129, 2045.05078125, 308.69921875) [3237259.916] wl_pointer@28.frame() [3237259.919] wl_pointer@28.motion(3028131, 2046.87500000, 310.52343750) [3237259.922] wl_pointer@28.frame() [3237259.981] xdg_wm_base@35.ping(3028133) [3237259.992] -> xdg_wm_base@35.pong(3028133) [3237259.996] wl_pointer@50.motion(3028133, 2049.57421875, 312.54687500) [3237260.001] wl_pointer@17.motion(3028133, 2049.57421875, 312.54687500) [3237260.005] zwp_relative_pointer_v1@18.relative_motion(0, 3028133979, 2.69921875, 2.02343750, 4.00000000, 3.00000000) [3237260.010] wl_pointer@50.frame() [3237260.013] wl_pointer@17.frame() [3237262.128] xdg_wm_base@35.ping(3028135) [3237262.135] -> xdg_wm_base@35.pong(3028135) [3237262.138] wl_pointer@50.motion(3028135, 2051.59765625, 314.57031250) [3237262.141] wl_pointer@17.motion(3028135, 2051.59765625, 314.57031250) [3237262.144] zwp_relative_pointer_v1@18.relative_motion(0, 3028135979, 2.02343750, 2.02343750, 3.00000000, 3.00000000) [3237262.147] wl_pointer@50.frame() [3237262.149] wl_pointer@17.frame() [3237263.972] xdg_wm_base@35.ping(3028137) [3237263.979] -> xdg_wm_base@35.pong(3028137) [3237263.981] wl_pointer@50.motion(3028137, 2054.30859375, 316.60546875) [3237263.984] wl_pointer@17.motion(3028137, 2054.30859375, 316.60546875) [3237263.986] zwp_relative_pointer_v1@18.relative_motion(0, 3028137951, 2.71093750, 2.03515625, 4.00000000, 3.00000000) [3237263.990] wl_pointer@50.frame() [3237263.991] wl_pointer@17.frame() [3237266.070] xdg_wm_base@35.ping(3028139) [3237266.080] -> xdg_wm_base@35.pong(3028139) [3237266.082] wl_pointer@50.motion(3028139, 2054.85937500, 317.15625000) [3237266.085] wl_pointer@17.motion(3028139, 2054.85937500, 317.15625000) [3237266.089] zwp_relative_pointer_v1@18.relative_motion(0, 3028139982, 0.55078125, 0.55078125, 1.00000000, 1.00000000) [3237266.091] wl_pointer@50.frame() [3237266.099] wl_pointer@17.frame() [3237267.960] xdg_wm_base@35.ping(3028141) [3237267.967] -> xdg_wm_base@35.pong(3028141) [3237267.970] wl_pointer@50.motion(3028141, 2056.39062500, 318.68750000) [3237267.972] wl_pointer@17.motion(3028141, 2056.39062500, 318.68750000) [3237267.976] zwp_relative_pointer_v1@18.relative_motion(0, 3028141979, 1.53125000, 1.53125000, 3.00000000, 3.00000000) [3237267.982] wl_pointer@50.frame() [3237267.983] wl_pointer@17.frame() [3237269.945] xdg_wm_base@35.ping(3028143) [3237269.952] -> xdg_wm_base@35.pong(3028143) [3237269.954] wl_pointer@50.motion(3028143, 2058.30468750, 320.60156250) [3237269.957] wl_pointer@17.motion(3028143, 2058.30468750, 320.60156250) [3237269.959] zwp_relative_pointer_v1@18.relative_motion(0, 3028143979, 1.91406250, 1.91406250, 3.00000000, 3.00000000) [3237269.962] wl_pointer@50.frame() [3237269.963] wl_pointer@17.frame() [3237272.063] xdg_wm_base@35.ping(3028146) [3237272.065] -> xdg_wm_base@35.pong(3028146) [3237272.067] wl_pointer@50.motion(3028146, 2059.50390625, 322.40234375) [3237272.068] wl_pointer@17.motion(3028146, 2059.50390625, 322.40234375) [3237272.069] zwp_relative_pointer_v1@18.relative_motion(0, 3028146081, 1.19921875, 1.79687500, 2.00000000, 3.00000000) [3237272.071] wl_pointer@50.frame() [3237272.072] wl_pointer@17.frame() [3237274.101] xdg_wm_base@35.ping(3028148) [3237274.104] -> xdg_wm_base@35.pong(3028148) [3237274.105] wl_pointer@50.motion(3028148, 2061.41796875, 324.94921875) [3237274.108] wl_pointer@17.motion(3028148, 2061.41796875, 324.94921875) [3237274.109] zwp_relative_pointer_v1@18.relative_motion(0, 3028148068, 1.91015625, 2.54687500, 3.00000000, 4.00000000) [3237274.111] wl_pointer@50.frame() [3237274.112] wl_pointer@17.frame() [3237276.009] xdg_wm_base@35.ping(3028150) [3237276.011] -> xdg_wm_base@35.pong(3028150) [3237276.012] wl_pointer@50.motion(3028150, 2063.44531250, 326.97656250) [3237276.014] wl_pointer@17.motion(3028150, 2063.44531250, 326.97656250) [3237276.015] zwp_relative_pointer_v1@18.relative_motion(0, 3028150071, 2.02734375, 2.02734375, 3.00000000, 3.00000000) [3237276.017] wl_pointer@50.frame() [3237276.018] wl_pointer@17.frame() [3237276.144] wl_pointer@28.motion(3028133, 2049.57421875, 312.54687500) [3237276.155] wl_pointer@28.frame() [3237276.157] wl_pointer@28.motion(3028135, 2051.59765625, 314.57031250) [3237276.159] wl_pointer@28.frame() [3237276.161] wl_pointer@28.motion(3028137, 2054.30859375, 316.60546875) [3237276.162] wl_pointer@28.frame() [3237276.164] wl_pointer@28.motion(3028139, 2054.85937500, 317.15625000) [3237276.165] wl_pointer@28.frame() [3237276.167] wl_pointer@28.motion(3028141, 2056.39062500, 318.68750000) [3237276.168] wl_pointer@28.frame() [3237276.170] wl_pointer@28.motion(3028143, 2058.30468750, 320.60156250) [3237276.171] wl_pointer@28.frame() [3237276.173] wl_pointer@28.motion(3028146, 2059.50390625, 322.40234375) [3237276.174] wl_pointer@28.frame() [3237276.176] wl_pointer@28.motion(3028148, 2061.41796875, 324.94921875) [3237276.177] wl_pointer@28.frame() [3237276.179] wl_pointer@28.motion(3028150, 2063.44531250, 326.97656250) [3237276.180] wl_pointer@28.frame() [3237278.037] xdg_wm_base@35.ping(3028152) [3237278.038] -> xdg_wm_base@35.pong(3028152) [3237278.040] wl_pointer@50.motion(3028152, 2064.75781250, 329.60156250) [3237278.042] wl_pointer@17.motion(3028152, 2064.75781250, 329.60156250) [3237278.043] zwp_relative_pointer_v1@18.relative_motion(0, 3028152005, 1.31250000, 2.62500000, 2.00000000, 4.00000000) [3237278.045] wl_pointer@50.frame() [3237278.047] wl_pointer@17.frame() [3237280.201] xdg_wm_base@35.ping(3028154) [3237280.204] -> xdg_wm_base@35.pong(3028154) [3237280.207] wl_pointer@50.motion(3028154, 2067.74218750, 333.33593750) [3237280.209] wl_pointer@17.motion(3028154, 2067.74218750, 333.33593750) [3237280.211] zwp_relative_pointer_v1@18.relative_motion(0, 3028154093, 2.98828125, 3.73437500, 4.00000000, 5.00000000) [3237280.213] wl_pointer@50.frame() [3237280.214] wl_pointer@17.frame() [3237282.132] xdg_wm_base@35.ping(3028155) [3237282.135] -> xdg_wm_base@35.pong(3028155) [3237282.137] wl_pointer@50.motion(3028155, 2069.24218750, 336.33593750) [3237282.139] wl_pointer@17.motion(3028155, 2069.24218750, 336.33593750) [3237282.140] zwp_relative_pointer_v1@18.relative_motion(0, 3028155994, 1.50000000, 3.00390625, 2.00000000, 4.00000000) [3237282.142] wl_pointer@50.frame() [3237282.144] wl_pointer@17.frame() [3237284.096] xdg_wm_base@35.ping(3028157) [3237284.100] -> xdg_wm_base@35.pong(3028157) [3237284.102] wl_pointer@50.motion(3028157, 2071.45703125, 340.02734375) [3237284.103] wl_pointer@17.motion(3028157, 2071.45703125, 340.02734375) [3237284.104] zwp_relative_pointer_v1@18.relative_motion(0, 3028157978, 2.21484375, 3.69140625, 3.00000000, 5.00000000) [3237284.106] wl_pointer@50.frame() [3237284.107] wl_pointer@17.frame() [3237286.018] xdg_wm_base@35.ping(3028159) [3237286.026] -> xdg_wm_base@35.pong(3028159) [3237286.028] wl_pointer@50.motion(3028159, 2074.72656250, 344.11328125) [3237286.030] wl_pointer@17.motion(3028159, 2074.72656250, 344.11328125) [3237286.031] zwp_relative_pointer_v1@18.relative_motion(0, 3028159986, 3.26562500, 4.08203125, 4.00000000, 5.00000000) [3237286.033] wl_pointer@50.frame() [3237286.035] wl_pointer@17.frame() [3237288.028] xdg_wm_base@35.ping(3028161) [3237288.035] -> xdg_wm_base@35.pong(3028161) [3237288.038] wl_pointer@50.motion(3028161, 2078.05859375, 349.11328125) [3237288.041] wl_pointer@17.motion(3028161, 2078.05859375, 349.11328125) [3237288.044] zwp_relative_pointer_v1@18.relative_motion(0, 3028161980, 3.33203125, 5.00000000, 4.00000000, 6.00000000) [3237288.046] wl_pointer@50.frame() [3237288.048] wl_pointer@17.frame() [3237290.115] xdg_wm_base@35.ping(3028163) [3237290.117] -> xdg_wm_base@35.pong(3028163) [3237290.120] wl_pointer@50.motion(3028163, 2082.22656250, 353.28125000) [3237290.122] wl_pointer@17.motion(3028163, 2082.22656250, 353.28125000) [3237290.124] zwp_relative_pointer_v1@18.relative_motion(0, 3028163981, 4.16796875, 4.16796875, 5.00000000, 5.00000000) [3237290.126] wl_pointer@50.frame() [3237290.128] wl_pointer@17.frame() [3237292.088] xdg_wm_base@35.ping(3028165) [3237292.099] -> xdg_wm_base@35.pong(3028165) [3237292.101] wl_pointer@50.motion(3028165, 2086.39062500, 358.28125000) [3237292.103] wl_pointer@17.motion(3028165, 2086.39062500, 358.28125000) [3237292.104] zwp_relative_pointer_v1@18.relative_motion(0, 3028165977, 4.16796875, 5.00000000, 5.00000000, 6.00000000) [3237292.106] wl_pointer@50.frame() [3237292.107] wl_pointer@17.frame() [3237292.292] wl_pointer@28.motion(3028152, 2064.75781250, 329.60156250) [3237292.302] wl_pointer@28.frame() [3237292.305] wl_pointer@28.motion(3028154, 2067.74218750, 333.33593750) [3237292.308] wl_pointer@28.frame() [3237292.310] wl_pointer@28.motion(3028155, 2069.24218750, 336.33593750) [3237292.312] wl_pointer@28.frame() [3237292.314] wl_pointer@28.motion(3028157, 2071.45703125, 340.02734375) [3237292.316] wl_pointer@28.frame() [3237292.318] wl_pointer@28.motion(3028159, 2074.72656250, 344.11328125) [3237292.320] wl_pointer@28.frame() [3237292.321] wl_pointer@28.motion(3028161, 2078.05859375, 349.11328125) [3237292.323] wl_pointer@28.frame() [3237292.325] wl_pointer@28.motion(3028163, 2082.22656250, 353.28125000) [3237292.327] wl_pointer@28.frame() [3237292.329] wl_pointer@28.motion(3028165, 2086.39062500, 358.28125000) [3237292.331] wl_pointer@28.frame() [3237294.221] xdg_wm_base@35.ping(3028167) [3237294.227] -> xdg_wm_base@35.pong(3028167) [3237294.230] wl_pointer@50.motion(3028167, 2087.90234375, 360.54296875) [3237294.233] wl_pointer@17.motion(3028167, 2087.90234375, 360.54296875) [3237294.235] zwp_relative_pointer_v1@18.relative_motion(0, 3028167980, 1.50781250, 2.26171875, 2.00000000, 3.00000000) [3237294.238] wl_pointer@50.frame() [3237294.239] wl_pointer@17.frame() [3237308.554] wl_pointer@28.motion(3028167, 2087.90234375, 360.54296875) [3237308.578] wl_pointer@28.frame() [3237453.320] wl_pointer@50.axis_source(0) [3237453.357] wl_pointer@17.axis_source(0) [3237453.365] wl_pointer@50.frame() [3237453.370] wl_pointer@17.frame() [3237453.375] wl_pointer@50.axis_source(0) [3237453.380] wl_pointer@50.axis_discrete(0, -1) [3237453.385] wl_pointer@50.axis(3028326, 0, -10.00000000) [3237453.392] wl_pointer@17.axis_source(0) [3237453.396] wl_pointer@17.axis_discrete(0, -1) [3237453.401] wl_pointer@17.axis(3028326, 0, -10.00000000) [3237453.408] wl_pointer@50.frame() [3237453.412] wl_pointer@17.frame() [3237454.165] wl_pointer@28.axis_source(0) [3237454.207] wl_pointer@28.frame() [3237454.216] wl_pointer@28.axis_source(0) [3237454.222] wl_pointer@28.axis_discrete(0, -1) [3237454.229] wl_pointer@28.axis(3028326, 0, -10.00000000) [3237454.236] wl_pointer@28.frame() [3237463.719] wl_callback@52.done(3471) [3237463.750] wl_buffer@55.release() [3237464.020] -> wl_surface@32.frame(new id wl_callback@52) [3237464.181] -> wl_surface@32.attach(wl_buffer@55, 0, 0) [3237464.190] -> wl_surface@32.damage_buffer(0, 57, 4626, 4218) [3237464.195] -> wl_surface@32.commit() [3237464.200] -> wl_display@1.sync(new id wl_callback@61) [3237464.231] -> zwp_text_input_v3@20.set_cursor_rectangle(45, 114, 0, 0) [3237464.237] -> zwp_text_input_v3@20.commit() [3237464.917] wl_display@1.delete_id(61) [3237464.938] zwp_text_input_v3@20.done(5) [3237469.231] wl_surface@41.enter(wl_output@6) [3237469.272] -> wl_surface@41.set_buffer_scale(2) [3237469.281] -> wl_surface@41.commit() [3237469.286] wl_surface@41.enter(wl_output@16) [3237471.281] wl_display@1.delete_id(52) [3237471.311] wl_callback@52.done(3028345) [3237502.956] xdg_wm_base@35.ping(3028376) [3237502.984] wl_pointer@28.motion(3028376, 2087.90234375, 360.14453125) [3237503.009] -> xdg_wm_base@35.pong(3028376) [3237503.072] wl_pointer@50.motion(3028376, 2087.90234375, 360.14453125) [3237503.105] wl_pointer@28.frame() [3237503.132] wl_pointer@17.motion(3028376, 2087.90234375, 360.14453125) [3237503.151] zwp_relative_pointer_v1@18.relative_motion(0, 3028376256, 0.00000000, -0.39453125, 0.00000000, -1.00000000) [3237503.167] wl_pointer@50.frame() [3237503.174] wl_pointer@17.frame() [3237504.512] xdg_wm_base@35.ping(3028378) [3237504.546] -> xdg_wm_base@35.pong(3028378) [3237504.557] wl_pointer@50.motion(3028378, 2087.90234375, 358.97265625) [3237504.570] wl_pointer@17.motion(3028378, 2087.90234375, 358.97265625) [3237504.582] zwp_relative_pointer_v1@18.relative_motion(0, 3028378083, 0.00000000, -1.17187500, 0.00000000, -3.00000000) [3237504.594] wl_pointer@50.frame() [3237504.600] wl_pointer@17.frame() [3237506.744] xdg_wm_base@35.ping(3028380) [3237506.789] -> xdg_wm_base@35.pong(3028380) [3237506.799] wl_pointer@50.motion(3028380, 2088.35156250, 358.97265625) [3237506.815] wl_pointer@17.motion(3028380, 2088.35156250, 358.97265625) [3237506.828] zwp_relative_pointer_v1@18.relative_motion(0, 3028380154, 0.45312500, 0.00000000, 1.00000000, 0.00000000) [3237506.872] wl_pointer@50.frame() [3237506.880] wl_pointer@17.frame() [3237508.435] xdg_wm_base@35.ping(3028382) [3237508.464] -> xdg_wm_base@35.pong(3028382) [3237508.472] wl_pointer@50.motion(3028382, 2088.35156250, 358.55468750) [3237508.484] wl_pointer@17.motion(3028382, 2088.35156250, 358.55468750) [3237508.492] zwp_relative_pointer_v1@18.relative_motion(0, 3028382132, 0.00000000, -0.41796875, 0.00000000, -1.00000000) [3237508.502] wl_pointer@50.frame() [3237508.507] wl_pointer@17.frame() [3237510.417] xdg_wm_base@35.ping(3028384) [3237510.444] -> xdg_wm_base@35.pong(3028384) [3237510.452] wl_pointer@50.motion(3028384, 2088.35156250, 357.71875000) [3237510.463] wl_pointer@17.motion(3028384, 2088.35156250, 357.71875000) [3237510.471] zwp_relative_pointer_v1@18.relative_motion(0, 3028384091, 0.00000000, -0.83593750, 0.00000000, -2.00000000) [3237510.480] wl_pointer@50.frame() [3237510.484] wl_pointer@17.frame() [3237512.448] xdg_wm_base@35.ping(3028386) [3237512.474] -> xdg_wm_base@35.pong(3028386) [3237512.482] wl_pointer@50.motion(3028386, 2088.35156250, 357.30078125) [3237512.492] wl_pointer@17.motion(3028386, 2088.35156250, 357.30078125) [3237512.500] zwp_relative_pointer_v1@18.relative_motion(0, 3028386084, 0.00000000, -0.41796875, 0.00000000, -1.00000000) [3237512.509] wl_pointer@50.frame() [3237512.513] wl_pointer@17.frame() [3237514.313] xdg_wm_base@35.ping(3028388) [3237514.334] -> xdg_wm_base@35.pong(3028388) [3237514.341] wl_pointer@50.motion(3028388, 2089.18750000, 357.30078125) [3237514.350] wl_pointer@17.motion(3028388, 2089.18750000, 357.30078125) [3237514.358] zwp_relative_pointer_v1@18.relative_motion(0, 3028388079, 0.83593750, 0.00000000, 2.00000000, 0.00000000) [3237514.365] wl_pointer@50.frame() [3237514.369] wl_pointer@17.frame() [3237516.712] xdg_wm_base@35.ping(3028390) [3237516.746] -> xdg_wm_base@35.pong(3028390) [3237516.754] wl_pointer@50.motion(3028390, 2090.57421875, 357.30078125) [3237516.766] wl_pointer@17.motion(3028390, 2090.57421875, 357.30078125) [3237516.776] zwp_relative_pointer_v1@18.relative_motion(0, 3028390226, 1.38671875, 0.00000000, 3.00000000, 0.00000000) [3237516.784] wl_pointer@50.frame() [3237516.789] wl_pointer@17.frame() [3237519.353] wl_pointer@28.motion(3028378, 2087.90234375, 358.97265625) [3237519.398] wl_pointer@28.frame() [3237519.406] wl_pointer@28.motion(3028380, 2088.35156250, 358.97265625) [3237519.412] wl_pointer@28.frame() [3237519.417] wl_pointer@28.motion(3028382, 2088.35156250, 358.55468750) [3237519.422] wl_pointer@28.frame() [3237519.426] wl_pointer@28.motion(3028384, 2088.35156250, 357.71875000) [3237519.431] wl_pointer@28.frame() [3237519.435] wl_pointer@28.motion(3028386, 2088.35156250, 357.30078125) [3237519.441] wl_pointer@28.frame() [3237519.444] wl_pointer@28.motion(3028388, 2089.18750000, 357.30078125) [3237519.450] wl_pointer@28.frame() [3237519.454] wl_pointer@28.motion(3028390, 2090.57421875, 357.30078125) [3237519.459] wl_pointer@28.frame() [3237524.483] xdg_wm_base@35.ping(3028398) [3237524.523] -> xdg_wm_base@35.pong(3028398) [3237524.531] wl_pointer@50.motion(3028398, 2090.99218750, 357.30078125) [3237524.546] wl_pointer@17.motion(3028398, 2090.99218750, 357.30078125) [3237524.557] zwp_relative_pointer_v1@18.relative_motion(0, 3028398074, 0.41796875, 0.00000000, 1.00000000, 0.00000000) [3237524.566] wl_pointer@50.frame() [3237524.570] wl_pointer@17.frame() [3237530.911] xdg_wm_base@35.ping(3028404) [3237530.958] -> xdg_wm_base@35.pong(3028404) [3237530.969] wl_pointer@50.motion(3028404, 2090.61718750, 357.30078125) [3237530.986] wl_pointer@17.motion(3028404, 2090.61718750, 357.30078125) [3237530.999] zwp_relative_pointer_v1@18.relative_motion(0, 3028404227, -0.37500000, 0.00000000, -1.00000000, 0.00000000) [3237531.011] wl_pointer@50.frame() [3237531.017] wl_pointer@17.frame() [3237532.835] xdg_wm_base@35.ping(3028406) [3237532.968] -> xdg_wm_base@35.pong(3028406) [3237532.979] wl_pointer@50.motion(3028406, 2090.61718750, 356.88281250) [3237532.994] wl_pointer@17.motion(3028406, 2090.61718750, 356.88281250) [3237533.005] zwp_relative_pointer_v1@18.relative_motion(0, 3028406223, 0.00000000, -0.41406250, 0.00000000, -1.00000000) [3237533.016] wl_pointer@50.frame() [3237533.021] wl_pointer@17.frame() [3237535.685] wl_pointer@28.motion(3028398, 2090.99218750, 357.30078125) [3237535.717] wl_pointer@28.frame() [3237535.725] wl_pointer@28.motion(3028404, 2090.61718750, 357.30078125) [3237535.731] wl_pointer@28.frame() [3237535.736] wl_pointer@28.motion(3028406, 2090.61718750, 356.88281250) [3237535.741] wl_pointer@28.frame() [3237538.433] xdg_wm_base@35.ping(3028412) [3237538.469] -> xdg_wm_base@35.pong(3028412) [3237538.478] wl_pointer@50.motion(3028412, 2090.61718750, 356.46875000) [3237538.492] wl_pointer@17.motion(3028412, 2090.61718750, 356.46875000) [3237538.502] zwp_relative_pointer_v1@18.relative_motion(0, 3028412095, 0.00000000, -0.41796875, 0.00000000, -1.00000000) [3237538.512] wl_pointer@50.frame() [3237538.517] wl_pointer@17.frame() [3237542.484] xdg_wm_base@35.ping(3028416) [3237542.515] -> xdg_wm_base@35.pong(3028416) [3237542.524] wl_pointer@50.motion(3028416, 2090.19921875, 356.05078125) [3237542.536] wl_pointer@17.motion(3028416, 2090.19921875, 356.05078125) [3237542.545] zwp_relative_pointer_v1@18.relative_motion(0, 3028416105, -0.41796875, -0.41796875, -1.00000000, -1.00000000) [3237542.554] wl_pointer@50.frame() [3237542.558] wl_pointer@17.frame() [3237544.441] xdg_wm_base@35.ping(3028418) [3237544.466] -> xdg_wm_base@35.pong(3028418) [3237544.473] wl_pointer@50.motion(3028418, 2089.78515625, 355.63281250) [3237544.483] wl_pointer@17.motion(3028418, 2089.78515625, 355.63281250) [3237544.492] zwp_relative_pointer_v1@18.relative_motion(0, 3028418080, -0.41796875, -0.41796875, -1.00000000, -1.00000000) [3237544.500] wl_pointer@50.frame() [3237544.505] wl_pointer@17.frame() [3237546.429] xdg_wm_base@35.ping(3028420) [3237546.452] -> xdg_wm_base@35.pong(3028420) [3237546.459] wl_pointer@50.motion(3028420, 2089.36718750, 355.21875000) [3237546.468] wl_pointer@17.motion(3028420, 2089.36718750, 355.21875000) [3237546.475] zwp_relative_pointer_v1@18.relative_motion(0, 3028420083, -0.41796875, -0.41796875, -1.00000000, -1.00000000) [3237546.483] wl_pointer@50.frame() [3237546.487] wl_pointer@17.frame() [3237548.480] xdg_wm_base@35.ping(3028422) [3237548.502] -> xdg_wm_base@35.pong(3028422) [3237548.509] wl_pointer@50.motion(3028422, 2088.52343750, 354.79687500) [3237548.519] wl_pointer@17.motion(3028422, 2088.52343750, 354.79687500) [3237548.526] zwp_relative_pointer_v1@18.relative_motion(0, 3028422114, -0.84375000, -0.42187500, -2.00000000, -1.00000000) [3237548.534] wl_pointer@50.frame() [3237548.538] wl_pointer@17.frame() [3237550.388] xdg_wm_base@35.ping(3028424) [3237550.414] -> xdg_wm_base@35.pong(3028424) [3237550.430] wl_pointer@50.motion(3028424, 2088.52343750, 354.37500000) [3237550.442] wl_pointer@17.motion(3028424, 2088.52343750, 354.37500000) [3237550.451] zwp_relative_pointer_v1@18.relative_motion(0, 3028424124, 0.00000000, -0.42187500, 0.00000000, -1.00000000) [3237550.462] wl_pointer@50.frame() [3237550.467] wl_pointer@17.frame() [3237551.959] wl_pointer@28.motion(3028412, 2090.61718750, 356.46875000) [3237552.140] wl_pointer@28.frame() [3237552.155] wl_pointer@28.motion(3028416, 2090.19921875, 356.05078125) [3237552.163] wl_pointer@28.frame() [3237552.166] wl_pointer@28.motion(3028418, 2089.78515625, 355.63281250) [3237552.171] wl_pointer@28.frame() [3237552.175] wl_pointer@28.motion(3028420, 2089.36718750, 355.21875000) [3237552.179] wl_pointer@28.frame() [3237552.182] wl_pointer@28.motion(3028422, 2088.52343750, 354.79687500) [3237552.187] wl_pointer@28.frame() [3237552.190] wl_pointer@28.motion(3028424, 2088.52343750, 354.37500000) [3237552.194] wl_pointer@28.frame() [3237552.362] xdg_wm_base@35.ping(3028426) [3237552.390] -> xdg_wm_base@35.pong(3028426) [3237552.401] wl_pointer@50.motion(3028426, 2087.65625000, 353.50781250) [3237552.415] wl_pointer@17.motion(3028426, 2087.65625000, 353.50781250) [3237552.424] zwp_relative_pointer_v1@18.relative_motion(0, 3028426084, -0.86718750, -0.86718750, -2.00000000, -2.00000000) [3237552.435] wl_pointer@50.frame() [3237552.441] wl_pointer@17.frame() [3237554.182] xdg_wm_base@35.ping(3028427) [3237554.206] -> xdg_wm_base@35.pong(3028427) [3237554.214] wl_pointer@50.motion(3028427, 2086.00390625, 352.40625000) [3237554.224] wl_pointer@17.motion(3028427, 2086.00390625, 352.40625000) [3237554.232] zwp_relative_pointer_v1@18.relative_motion(0, 3028427994, -1.65234375, -1.10156250, -3.00000000, -2.00000000) [3237554.241] wl_pointer@50.frame() [3237554.245] wl_pointer@17.frame() [3237556.584] xdg_wm_base@35.ping(3028430) [3237556.620] -> xdg_wm_base@35.pong(3028430) [3237556.632] wl_pointer@50.motion(3028430, 2084.28515625, 351.26171875) [3237556.647] wl_pointer@17.motion(3028430, 2084.28515625, 351.26171875) [3237556.659] zwp_relative_pointer_v1@18.relative_motion(0, 3028430151, -1.71875000, -1.14453125, -3.00000000, -2.00000000) [3237556.670] wl_pointer@50.frame() [3237556.676] wl_pointer@17.frame() [3237558.347] xdg_wm_base@35.ping(3028432) [3237558.373] -> xdg_wm_base@35.pong(3028432) [3237558.384] wl_pointer@50.motion(3028432, 2082.57812500, 350.12109375) [3237558.398] wl_pointer@17.motion(3028432, 2082.57812500, 350.12109375) [3237558.409] zwp_relative_pointer_v1@18.relative_motion(0, 3028432103, -1.70703125, -1.13671875, -3.00000000, -2.00000000) [3237558.421] wl_pointer@50.frame() [3237558.425] wl_pointer@17.frame() [3237560.328] xdg_wm_base@35.ping(3028434) [3237560.356] -> xdg_wm_base@35.pong(3028434) [3237560.365] wl_pointer@50.motion(3028434, 2080.72656250, 348.26953125) [3237560.376] wl_pointer@17.motion(3028434, 2080.72656250, 348.26953125) [3237560.386] zwp_relative_pointer_v1@18.relative_motion(0, 3028434051, -1.85156250, -1.85156250, -3.00000000, -3.00000000) [3237560.395] wl_pointer@50.frame() [3237560.400] wl_pointer@17.frame() [3237562.436] xdg_wm_base@35.ping(3028436) [3237562.467] -> xdg_wm_base@35.pong(3028436) [3237562.477] wl_pointer@50.motion(3028436, 2078.02734375, 346.24609375) [3237562.490] wl_pointer@17.motion(3028436, 2078.02734375, 346.24609375) [3237562.500] zwp_relative_pointer_v1@18.relative_motion(0, 3028436094, -2.69921875, -2.02343750, -4.00000000, -3.00000000) [3237562.511] wl_pointer@50.frame() [3237562.516] wl_pointer@17.frame() [3237564.441] xdg_wm_base@35.ping(3028438) [3237564.472] -> xdg_wm_base@35.pong(3028438) [3237564.481] wl_pointer@50.motion(3028438, 2075.22265625, 344.14062500) [3237564.493] wl_pointer@17.motion(3028438, 2075.22265625, 344.14062500) [3237564.503] zwp_relative_pointer_v1@18.relative_motion(0, 3028438129, -2.80468750, -2.10546875, -4.00000000, -3.00000000) [3237564.514] wl_pointer@50.frame() [3237564.519] wl_pointer@17.frame() [3237566.482] xdg_wm_base@35.ping(3028440) [3237566.516] -> xdg_wm_base@35.pong(3028440) [3237566.526] wl_pointer@50.motion(3028440, 2072.49218750, 342.77734375) [3237566.541] wl_pointer@17.motion(3028440, 2072.49218750, 342.77734375) [3237566.552] zwp_relative_pointer_v1@18.relative_motion(0, 3028440122, -2.72656250, -1.36328125, -4.00000000, -2.00000000) [3237566.563] wl_pointer@50.frame() [3237566.569] wl_pointer@17.frame() [3237568.300] wl_pointer@28.motion(3028426, 2087.65625000, 353.50781250) [3237568.343] wl_pointer@28.frame() [3237568.350] wl_pointer@28.motion(3028427, 2086.00390625, 352.40625000) [3237568.357] wl_pointer@28.frame() [3237568.362] wl_pointer@28.motion(3028430, 2084.28515625, 351.26171875) [3237568.368] wl_pointer@28.frame() [3237568.372] wl_pointer@28.motion(3028432, 2082.57812500, 350.12109375) [3237568.378] wl_pointer@28.frame() [3237568.383] wl_pointer@28.motion(3028434, 2080.72656250, 348.26953125) [3237568.388] wl_pointer@28.frame() [3237568.393] wl_pointer@28.motion(3028436, 2078.02734375, 346.24609375) [3237568.399] wl_pointer@28.frame() [3237568.403] wl_pointer@28.motion(3028438, 2075.22265625, 344.14062500) [3237568.408] wl_pointer@28.frame() [3237568.413] wl_pointer@28.motion(3028440, 2072.49218750, 342.77734375) [3237568.419] wl_pointer@28.frame() [3237568.546] xdg_wm_base@35.ping(3028442) [3237568.581] -> xdg_wm_base@35.pong(3028442) [3237568.591] wl_pointer@50.motion(3028442, 2068.74218750, 339.77734375) [3237568.605] wl_pointer@17.motion(3028442, 2068.74218750, 339.77734375) [3237568.616] zwp_relative_pointer_v1@18.relative_motion(0, 3028442133, -3.75000000, -3.00000000, -5.00000000, -4.00000000) [3237568.628] wl_pointer@50.frame() [3237568.634] wl_pointer@17.frame() [3237570.258] xdg_wm_base@35.ping(3028444) [3237570.288] -> xdg_wm_base@35.pong(3028444) [3237570.297] wl_pointer@50.motion(3028444, 2063.74218750, 336.44531250) [3237570.310] wl_pointer@17.motion(3028444, 2063.74218750, 336.44531250) [3237570.320] zwp_relative_pointer_v1@18.relative_motion(0, 3028444029, -5.00000000, -3.33203125, -6.00000000, -4.00000000) [3237570.330] wl_pointer@50.frame() [3237570.335] wl_pointer@17.frame() [3237572.330] xdg_wm_base@35.ping(3028446) [3237572.356] -> xdg_wm_base@35.pong(3028446) [3237572.363] wl_pointer@50.motion(3028446, 2057.07421875, 332.27734375) [3237572.374] wl_pointer@17.motion(3028446, 2057.07421875, 332.27734375) [3237572.382] zwp_relative_pointer_v1@18.relative_motion(0, 3028446072, -6.66796875, -4.16796875, -8.00000000, -5.00000000) [3237572.390] wl_pointer@50.frame() [3237572.395] wl_pointer@17.frame() [3237574.384] xdg_wm_base@35.ping(3028448) [3237574.413] -> xdg_wm_base@35.pong(3028448) [3237574.421] wl_pointer@50.motion(3028448, 2051.24218750, 328.94531250) [3237574.432] wl_pointer@17.motion(3028448, 2051.24218750, 328.94531250) [3237574.441] zwp_relative_pointer_v1@18.relative_motion(0, 3028448107, -5.83203125, -3.33203125, -7.00000000, -4.00000000) [3237574.450] wl_pointer@50.frame() [3237574.455] wl_pointer@17.frame() [3237576.113] xdg_wm_base@35.ping(3028449) [3237576.137] -> xdg_wm_base@35.pong(3028449) [3237576.145] wl_pointer@50.motion(3028449, 2045.41015625, 325.60937500) [3237576.155] wl_pointer@17.motion(3028449, 2045.41015625, 325.60937500) [3237576.163] zwp_relative_pointer_v1@18.relative_motion(0, 3028449984, -5.83203125, -3.33203125, -7.00000000, -4.00000000) [3237576.171] wl_pointer@50.frame() [3237576.176] wl_pointer@17.frame() [3237578.142] xdg_wm_base@35.ping(3028451) [3237578.162] -> xdg_wm_base@35.pong(3028451) [3237578.169] wl_pointer@50.motion(3028451, 2039.57421875, 322.27734375) [3237578.178] wl_pointer@17.motion(3028451, 2039.57421875, 322.27734375) [3237578.185] zwp_relative_pointer_v1@18.relative_motion(0, 3028451993, -5.83203125, -3.33203125, -7.00000000, -4.00000000) [3237578.192] wl_pointer@50.frame() [3237578.196] wl_pointer@17.frame() [3237580.307] xdg_wm_base@35.ping(3028454) [3237580.327] -> xdg_wm_base@35.pong(3028454) [3237580.333] wl_pointer@50.motion(3028454, 2032.91015625, 318.94531250) [3237580.342] wl_pointer@17.motion(3028454, 2032.91015625, 318.94531250) [3237580.349] zwp_relative_pointer_v1@18.relative_motion(0, 3028454102, -6.66796875, -3.33203125, -8.00000000, -4.00000000) [3237580.356] wl_pointer@50.frame() [3237580.360] wl_pointer@17.frame() [3237582.370] xdg_wm_base@35.ping(3028456) [3237582.394] -> xdg_wm_base@35.pong(3028456) [3237582.402] wl_pointer@50.motion(3028456, 2027.07421875, 315.60937500) [3237582.412] wl_pointer@17.motion(3028456, 2027.07421875, 315.60937500) [3237582.420] zwp_relative_pointer_v1@18.relative_motion(0, 3028456116, -5.83203125, -3.33203125, -7.00000000, -4.00000000) [3237582.429] wl_pointer@50.frame() [3237582.434] wl_pointer@17.frame() [3237584.344] xdg_wm_base@35.ping(3028458) [3237584.368] -> xdg_wm_base@35.pong(3028458) [3237584.376] wl_pointer@50.motion(3028458, 2019.57421875, 312.27734375) [3237584.387] wl_pointer@17.motion(3028458, 2019.57421875, 312.27734375) [3237584.395] zwp_relative_pointer_v1@18.relative_motion(0, 3028458103, -7.50000000, -3.33203125, -9.00000000, -4.00000000) [3237584.403] wl_pointer@50.frame() [3237584.408] wl_pointer@17.frame() [3237584.609] wl_pointer@28.motion(3028442, 2068.74218750, 339.77734375) [3237584.644] wl_pointer@28.frame() [3237584.649] wl_pointer@28.motion(3028444, 2063.74218750, 336.44531250) [3237584.654] wl_pointer@28.frame() [3237584.659] wl_pointer@28.motion(3028446, 2057.07421875, 332.27734375) [3237584.663] wl_pointer@28.frame() [3237584.667] wl_pointer@28.motion(3028448, 2051.24218750, 328.94531250) [3237584.671] wl_pointer@28.frame() [3237584.675] wl_pointer@28.motion(3028449, 2045.41015625, 325.60937500) [3237584.679] wl_pointer@28.frame() [3237584.682] wl_pointer@28.motion(3028451, 2039.57421875, 322.27734375) [3237584.687] wl_pointer@28.frame() [3237584.690] wl_pointer@28.motion(3028454, 2032.91015625, 318.94531250) [3237584.694] wl_pointer@28.frame() [3237584.697] wl_pointer@28.motion(3028456, 2027.07421875, 315.60937500) [3237584.702] wl_pointer@28.frame() [3237584.705] wl_pointer@28.motion(3028458, 2019.57421875, 312.27734375) [3237584.710] wl_pointer@28.frame() [3237586.218] xdg_wm_base@35.ping(3028460) [3237586.245] -> xdg_wm_base@35.pong(3028460) [3237586.253] wl_pointer@50.motion(3028460, 2014.57421875, 309.77734375) [3237586.264] wl_pointer@17.motion(3028460, 2014.57421875, 309.77734375) [3237586.273] zwp_relative_pointer_v1@18.relative_motion(0, 3028460000, -5.00000000, -2.50000000, -6.00000000, -3.00000000) [3237586.283] wl_pointer@50.frame() [3237586.287] wl_pointer@17.frame() [3237588.279] xdg_wm_base@35.ping(3028462) [3237588.301] -> xdg_wm_base@35.pong(3028462) [3237588.308] wl_pointer@50.motion(3028462, 2007.07421875, 307.27734375) [3237588.318] wl_pointer@17.motion(3028462, 2007.07421875, 307.27734375) [3237588.325] zwp_relative_pointer_v1@18.relative_motion(0, 3028462046, -7.50000000, -2.50000000, -9.00000000, -3.00000000) [3237588.333] wl_pointer@50.frame() [3237588.337] wl_pointer@17.frame() [3237590.340] xdg_wm_base@35.ping(3028464) [3237590.363] -> xdg_wm_base@35.pong(3028464) [3237590.370] wl_pointer@50.motion(3028464, 1998.74218750, 303.10937500) [3237590.379] wl_pointer@17.motion(3028464, 1998.74218750, 303.10937500) [3237590.387] zwp_relative_pointer_v1@18.relative_motion(0, 3028464112, -8.33203125, -4.16796875, -10.00000000, -5.00000000) [3237590.395] wl_pointer@50.frame() [3237590.399] wl_pointer@17.frame() [3237592.314] xdg_wm_base@35.ping(3028466) [3237592.337] -> xdg_wm_base@35.pong(3028466) [3237592.344] wl_pointer@50.motion(3028466, 1991.24218750, 300.60937500) [3237592.353] wl_pointer@17.motion(3028466, 1991.24218750, 300.60937500) [3237592.361] zwp_relative_pointer_v1@18.relative_motion(0, 3028466100, -7.50000000, -2.50000000, -9.00000000, -3.00000000) [3237592.369] wl_pointer@50.frame() [3237592.373] wl_pointer@17.frame() [3237594.346] xdg_wm_base@35.ping(3028468) [3237594.370] -> xdg_wm_base@35.pong(3028468) [3237594.378] wl_pointer@50.motion(3028468, 1983.74218750, 297.27734375) [3237594.388] wl_pointer@17.motion(3028468, 1983.74218750, 297.27734375) [3237594.396] zwp_relative_pointer_v1@18.relative_motion(0, 3028468091, -7.50000000, -3.33203125, -9.00000000, -4.00000000) [3237594.405] wl_pointer@50.frame() [3237594.409] wl_pointer@17.frame() [3237596.377] xdg_wm_base@35.ping(3028470) [3237596.401] -> xdg_wm_base@35.pong(3028470) [3237596.408] wl_pointer@50.motion(3028470, 1977.91015625, 294.77734375) [3237596.418] wl_pointer@17.motion(3028470, 1977.91015625, 294.77734375) [3237596.427] zwp_relative_pointer_v1@18.relative_motion(0, 3028470121, -5.83203125, -2.50000000, -7.00000000, -3.00000000) [3237596.435] wl_pointer@50.frame() [3237596.440] wl_pointer@17.frame() [3237598.377] xdg_wm_base@35.ping(3028472) [3237598.403] -> xdg_wm_base@35.pong(3028472) [3237598.410] wl_pointer@50.motion(3028472, 1970.41015625, 291.44531250) [3237598.420] wl_pointer@17.motion(3028472, 1970.41015625, 291.44531250) [3237598.428] zwp_relative_pointer_v1@18.relative_motion(0, 3028472118, -7.50000000, -3.33203125, -9.00000000, -4.00000000) [3237598.437] wl_pointer@50.frame() [3237598.441] wl_pointer@17.frame() [3237600.399] xdg_wm_base@35.ping(3028474) [3237600.427] -> xdg_wm_base@35.pong(3028474) [3237600.435] wl_pointer@50.motion(3028474, 1963.74218750, 288.94531250) [3237600.446] wl_pointer@17.motion(3028474, 1963.74218750, 288.94531250) [3237600.455] zwp_relative_pointer_v1@18.relative_motion(0, 3028474121, -6.66796875, -2.50000000, -8.00000000, -3.00000000) [3237600.465] wl_pointer@50.frame() [3237600.470] wl_pointer@17.frame() [3237600.915] wl_pointer@28.motion(3028460, 2014.57421875, 309.77734375) [3237600.945] wl_pointer@28.frame() [3237600.950] wl_pointer@28.motion(3028462, 2007.07421875, 307.27734375) [3237600.955] wl_pointer@28.frame() [3237600.959] wl_pointer@28.motion(3028464, 1998.74218750, 303.10937500) [3237600.963] wl_pointer@28.frame() [3237600.966] wl_pointer@28.motion(3028466, 1991.24218750, 300.60937500) [3237600.971] wl_pointer@28.frame() [3237600.974] wl_pointer@28.motion(3028468, 1983.74218750, 297.27734375) [3237600.978] wl_pointer@28.frame() [3237600.981] wl_pointer@28.motion(3028470, 1977.91015625, 294.77734375) [3237600.986] wl_pointer@28.frame() [3237600.989] wl_pointer@28.motion(3028472, 1970.41015625, 291.44531250) [3237600.993] wl_pointer@28.frame() [3237600.996] wl_pointer@28.motion(3028474, 1963.74218750, 288.94531250) [3237601.001] wl_pointer@28.frame() [3237602.351] xdg_wm_base@35.ping(3028476) [3237602.378] -> xdg_wm_base@35.pong(3028476) [3237602.386] wl_pointer@50.motion(3028476, 1954.57421875, 285.60937500) [3237602.397] wl_pointer@17.motion(3028476, 1954.57421875, 285.60937500) [3237602.406] zwp_relative_pointer_v1@18.relative_motion(0, 3028476062, -9.16796875, -3.33203125, -11.00000000, -4.00000000) [3237602.416] wl_pointer@50.frame() [3237602.421] wl_pointer@17.frame() [3237604.160] xdg_wm_base@35.ping(3028477) [3237604.185] -> xdg_wm_base@35.pong(3028477) [3237604.192] wl_pointer@50.motion(3028477, 1948.74218750, 283.10937500) [3237604.202] wl_pointer@17.motion(3028477, 1948.74218750, 283.10937500) [3237604.210] zwp_relative_pointer_v1@18.relative_motion(0, 3028477989, -5.83203125, -2.50000000, -7.00000000, -3.00000000) [3237604.219] wl_pointer@50.frame() [3237604.223] wl_pointer@17.frame() [3237606.333] xdg_wm_base@35.ping(3028480) [3237606.358] -> xdg_wm_base@35.pong(3028480) [3237606.366] wl_pointer@50.motion(3028480, 1942.91015625, 280.60937500) [3237606.376] wl_pointer@17.motion(3028480, 1942.91015625, 280.60937500) [3237606.384] zwp_relative_pointer_v1@18.relative_motion(0, 3028480085, -5.83203125, -2.50000000, -7.00000000, -3.00000000) [3237606.393] wl_pointer@50.frame() [3237606.397] wl_pointer@17.frame() [3237608.337] xdg_wm_base@35.ping(3028482) [3237608.362] -> xdg_wm_base@35.pong(3028482) [3237608.369] wl_pointer@50.motion(3028482, 1937.91015625, 278.10937500) [3237608.380] wl_pointer@17.motion(3028482, 1937.91015625, 278.10937500) [3237608.388] zwp_relative_pointer_v1@18.relative_motion(0, 3028482085, -5.00000000, -2.50000000, -6.00000000, -3.00000000) [3237608.396] wl_pointer@50.frame() [3237608.401] wl_pointer@17.frame() [3237610.133] xdg_wm_base@35.ping(3028484) [3237610.155] -> xdg_wm_base@35.pong(3028484) [3237610.162] wl_pointer@50.motion(3028484, 1934.90234375, 277.35937500) [3237610.172] wl_pointer@17.motion(3028484, 1934.90234375, 277.35937500) [3237610.179] zwp_relative_pointer_v1@18.relative_motion(0, 3028484004, -3.00781250, -0.75000000, -4.00000000, -1.00000000) [3237610.187] wl_pointer@50.frame() [3237610.191] wl_pointer@17.frame() [3237612.591] xdg_wm_base@35.ping(3028486) [3237612.626] -> xdg_wm_base@35.pong(3028486) [3237612.635] wl_pointer@50.motion(3028486, 1931.42968750, 275.27734375) [3237612.648] wl_pointer@17.motion(3028486, 1931.42968750, 275.27734375) [3237612.658] zwp_relative_pointer_v1@18.relative_motion(0, 3028486180, -3.46875000, -2.08203125, -5.00000000, -3.00000000) [3237612.668] wl_pointer@50.frame() [3237612.672] wl_pointer@17.frame() [3237614.659] xdg_wm_base@35.ping(3028488) [3237614.695] -> xdg_wm_base@35.pong(3028488) [3237614.703] wl_pointer@50.motion(3028488, 1926.75390625, 273.71875000) [3237614.717] wl_pointer@17.motion(3028488, 1926.75390625, 273.71875000) [3237614.727] zwp_relative_pointer_v1@18.relative_motion(0, 3028488257, -4.67968750, -1.55859375, -6.00000000, -2.00000000) [3237614.736] wl_pointer@50.frame() [3237614.740] wl_pointer@17.frame() [3237616.371] xdg_wm_base@35.ping(3028490) [3237616.396] -> xdg_wm_base@35.pong(3028490) [3237616.404] wl_pointer@50.motion(3028490, 1920.94140625, 270.39453125) [3237616.414] wl_pointer@17.motion(3028490, 1920.94140625, 270.39453125) [3237616.422] zwp_relative_pointer_v1@18.relative_motion(0, 3028490104, -5.81250000, -3.32031250, -7.00000000, -4.00000000) [3237616.431] wl_pointer@50.frame() [3237616.435] wl_pointer@17.frame() [3237617.085] wl_pointer@28.motion(3028476, 1954.57421875, 285.60937500) [3237617.114] wl_pointer@28.frame() [3237617.119] wl_pointer@28.motion(3028477, 1948.74218750, 283.10937500) [3237617.124] wl_pointer@28.frame() [3237617.127] wl_pointer@28.motion(3028480, 1942.91015625, 280.60937500) [3237617.131] wl_pointer@28.frame() [3237617.134] wl_pointer@28.motion(3028482, 1937.91015625, 278.10937500) [3237617.138] wl_pointer@28.frame() [3237617.141] wl_pointer@28.motion(3028484, 1934.90234375, 277.35937500) [3237617.145] wl_pointer@28.frame() [3237617.148] wl_pointer@28.motion(3028486, 1931.42968750, 275.27734375) [3237617.152] wl_pointer@28.frame() [3237617.155] wl_pointer@28.motion(3028488, 1926.75390625, 273.71875000) [3237617.159] wl_pointer@28.frame() [3237617.162] wl_pointer@28.motion(3028490, 1920.94140625, 270.39453125) [3237617.166] wl_pointer@28.frame() [3237618.168] xdg_wm_base@35.ping(3028491) [3237618.193] -> xdg_wm_base@35.pong(3028491) [3237618.201] wl_pointer@50.motion(3028491, 1916.78515625, 267.90234375) [3237618.211] wl_pointer@17.motion(3028491, 1916.78515625, 267.90234375) [3237618.219] zwp_relative_pointer_v1@18.relative_motion(0, 3028491998, -4.15625000, -2.49218750, -5.00000000, -3.00000000) [3237618.227] wl_pointer@50.frame() [3237618.232] wl_pointer@17.frame() [3237620.201] xdg_wm_base@35.ping(3028494) [3237620.226] -> xdg_wm_base@35.pong(3028494) [3237620.234] wl_pointer@50.motion(3028494, 1913.83593750, 266.42968750) [3237620.244] wl_pointer@17.motion(3028494, 1913.83593750, 266.42968750) [3237620.252] zwp_relative_pointer_v1@18.relative_motion(0, 3028494030, -2.94921875, -1.47265625, -4.00000000, -2.00000000) [3237620.260] wl_pointer@50.frame() [3237620.265] wl_pointer@17.frame() [3237622.240] xdg_wm_base@35.ping(3028496) [3237622.258] -> xdg_wm_base@35.pong(3028496) [3237622.264] wl_pointer@50.motion(3028496, 1910.35937500, 265.03515625) [3237622.271] wl_pointer@17.motion(3028496, 1910.35937500, 265.03515625) [3237622.277] zwp_relative_pointer_v1@18.relative_motion(0, 3028496067, -3.47656250, -1.39062500, -5.00000000, -2.00000000) [3237622.284] wl_pointer@50.frame() [3237622.287] wl_pointer@17.frame() [3237624.281] xdg_wm_base@35.ping(3028498) [3237624.301] -> xdg_wm_base@35.pong(3028498) [3237624.307] wl_pointer@50.motion(3028498, 1908.30078125, 262.98046875) [3237624.316] wl_pointer@17.motion(3028498, 1908.30078125, 262.98046875) [3237624.322] zwp_relative_pointer_v1@18.relative_motion(0, 3028498094, -2.05468750, -2.05468750, -3.00000000, -3.00000000) [3237624.329] wl_pointer@50.frame() [3237624.333] wl_pointer@17.frame() [3237626.145] xdg_wm_base@35.ping(3028499) [3237626.164] -> xdg_wm_base@35.pong(3028499) [3237626.170] wl_pointer@50.motion(3028499, 1905.66796875, 261.66406250) [3237626.179] wl_pointer@17.motion(3028499, 1905.66796875, 261.66406250) [3237626.185] zwp_relative_pointer_v1@18.relative_motion(0, 3028499987, -2.63281250, -1.31640625, -4.00000000, -2.00000000) [3237626.192] wl_pointer@50.frame() [3237626.195] wl_pointer@17.frame() [3237628.327] xdg_wm_base@35.ping(3028502) [3237628.347] -> xdg_wm_base@35.pong(3028502) [3237628.354] wl_pointer@50.motion(3028502, 1903.80078125, 260.41796875) [3237628.363] wl_pointer@17.motion(3028502, 1903.80078125, 260.41796875) [3237628.370] zwp_relative_pointer_v1@18.relative_motion(0, 3028502087, -1.86718750, -1.24609375, -3.00000000, -2.00000000) [3237628.377] wl_pointer@50.frame() [3237628.381] wl_pointer@17.frame() [3237630.577] xdg_wm_base@35.ping(3028504) [3237630.607] -> xdg_wm_base@35.pong(3028504) [3237630.614] wl_pointer@50.motion(3028504, 1902.03906250, 258.65625000) [3237630.626] wl_pointer@17.motion(3028504, 1902.03906250, 258.65625000) [3237630.635] zwp_relative_pointer_v1@18.relative_motion(0, 3028504226, -1.75781250, -1.75781250, -3.00000000, -3.00000000) [3237630.642] wl_pointer@50.frame() [3237630.646] wl_pointer@17.frame() [3237632.342] xdg_wm_base@35.ping(3028506) [3237632.364] -> xdg_wm_base@35.pong(3028506) [3237632.370] wl_pointer@50.motion(3028506, 1899.45312500, 257.36328125) [3237632.379] wl_pointer@17.motion(3028506, 1899.45312500, 257.36328125) [3237632.386] zwp_relative_pointer_v1@18.relative_motion(0, 3028506129, -2.58593750, -1.29296875, -4.00000000, -2.00000000) [3237632.393] wl_pointer@50.frame() [3237632.397] wl_pointer@17.frame() [3237633.259] wl_pointer@28.motion(3028491, 1916.78515625, 267.90234375) [3237633.296] wl_pointer@28.frame() [3237633.300] wl_pointer@28.motion(3028494, 1913.83593750, 266.42968750) [3237633.305] wl_pointer@28.frame() [3237633.308] wl_pointer@28.motion(3028496, 1910.35937500, 265.03515625) [3237633.312] wl_pointer@28.frame() [3237633.315] wl_pointer@28.motion(3028498, 1908.30078125, 262.98046875) [3237633.319] wl_pointer@28.frame() [3237633.322] wl_pointer@28.motion(3028499, 1905.66796875, 261.66406250) [3237633.325] wl_pointer@28.frame() [3237633.328] wl_pointer@28.motion(3028502, 1903.80078125, 260.41796875) [3237633.332] wl_pointer@28.frame() [3237633.335] wl_pointer@28.motion(3028504, 1902.03906250, 258.65625000) [3237633.338] wl_pointer@28.frame() [3237633.341] wl_pointer@28.motion(3028506, 1899.45312500, 257.36328125) [3237633.345] wl_pointer@28.frame() [3237634.334] xdg_wm_base@35.ping(3028508) [3237634.357] -> xdg_wm_base@35.pong(3028508) [3237634.364] wl_pointer@50.motion(3028508, 1897.55859375, 256.10156250) [3237634.374] wl_pointer@17.motion(3028508, 1897.55859375, 256.10156250) [3237634.381] zwp_relative_pointer_v1@18.relative_motion(0, 3028508105, -1.89453125, -1.26171875, -3.00000000, -2.00000000) [3237634.389] wl_pointer@50.frame() [3237634.393] wl_pointer@17.frame() [3237636.290] xdg_wm_base@35.ping(3028510) [3237636.311] -> xdg_wm_base@35.pong(3028510) [3237636.318] wl_pointer@50.motion(3028510, 1895.71875000, 254.26171875) [3237636.327] wl_pointer@17.motion(3028510, 1895.71875000, 254.26171875) [3237636.335] zwp_relative_pointer_v1@18.relative_motion(0, 3028510080, -1.83593750, -1.83593750, -3.00000000, -3.00000000) [3237636.343] wl_pointer@50.frame() [3237636.347] wl_pointer@17.frame() [3237638.553] xdg_wm_base@35.ping(3028512) [3237638.579] -> xdg_wm_base@35.pong(3028512) [3237638.586] wl_pointer@50.motion(3028512, 1893.79687500, 252.33984375) [3237638.596] wl_pointer@17.motion(3028512, 1893.79687500, 252.33984375) [3237638.603] zwp_relative_pointer_v1@18.relative_motion(0, 3028512082, -1.92187500, -1.92187500, -3.00000000, -3.00000000) [3237638.611] wl_pointer@50.frame() [3237638.614] wl_pointer@17.frame() [3237640.421] xdg_wm_base@35.ping(3028514) [3237640.447] -> xdg_wm_base@35.pong(3028514) [3237640.455] wl_pointer@50.motion(3028514, 1891.10546875, 250.32031250) [3237640.464] wl_pointer@17.motion(3028514, 1891.10546875, 250.32031250) [3237640.472] zwp_relative_pointer_v1@18.relative_motion(0, 3028514091, -2.69140625, -2.01953125, -4.00000000, -3.00000000) [3237640.480] wl_pointer@50.frame() [3237640.484] wl_pointer@17.frame() [3237642.449] xdg_wm_base@35.ping(3028516) [3237642.474] -> xdg_wm_base@35.pong(3028516) [3237642.482] wl_pointer@50.motion(3028516, 1889.08984375, 248.30859375) [3237642.492] wl_pointer@17.motion(3028516, 1889.08984375, 248.30859375) [3237642.501] zwp_relative_pointer_v1@18.relative_motion(0, 3028516108, -2.01562500, -2.01562500, -3.00000000, -3.00000000) [3237642.509] wl_pointer@50.frame() [3237642.513] wl_pointer@17.frame() [3237644.459] xdg_wm_base@35.ping(3028518) [3237644.483] -> xdg_wm_base@35.pong(3028518) [3237644.491] wl_pointer@50.motion(3028518, 1887.18359375, 246.40234375) [3237644.501] wl_pointer@17.motion(3028518, 1887.18359375, 246.40234375) [3237644.509] zwp_relative_pointer_v1@18.relative_motion(0, 3028518122, -1.90625000, -1.90625000, -3.00000000, -3.00000000) [3237644.518] wl_pointer@50.frame() [3237644.522] wl_pointer@17.frame() [3237646.495] xdg_wm_base@35.ping(3028520) [3237646.522] -> xdg_wm_base@35.pong(3028520) [3237646.530] wl_pointer@50.motion(3028520, 1884.49609375, 244.38671875) [3237646.543] wl_pointer@17.motion(3028520, 1884.49609375, 244.38671875) [3237646.552] zwp_relative_pointer_v1@18.relative_motion(0, 3028520130, -2.68750000, -2.01562500, -4.00000000, -3.00000000) [3237646.561] wl_pointer@50.frame() [3237646.566] wl_pointer@17.frame() [3237648.719] xdg_wm_base@35.ping(3028522) [3237648.761] -> xdg_wm_base@35.pong(3028522) [3237648.771] wl_pointer@50.motion(3028522, 1882.48828125, 242.37500000) [3237648.787] wl_pointer@17.motion(3028522, 1882.48828125, 242.37500000) [3237648.800] zwp_relative_pointer_v1@18.relative_motion(0, 3028522167, -2.00781250, -2.00781250, -3.00000000, -3.00000000) [3237648.811] wl_pointer@50.frame() [3237648.817] wl_pointer@17.frame() [3237649.466] wl_pointer@28.motion(3028508, 1897.55859375, 256.10156250) [3237649.504] wl_pointer@28.frame() [3237649.510] wl_pointer@28.motion(3028510, 1895.71875000, 254.26171875) [3237649.517] wl_pointer@28.frame() [3237649.521] wl_pointer@28.motion(3028512, 1893.79687500, 252.33984375) [3237649.526] wl_pointer@28.frame() [3237649.530] wl_pointer@28.motion(3028514, 1891.10546875, 250.32031250) [3237649.536] wl_pointer@28.frame() [3237649.540] wl_pointer@28.motion(3028516, 1889.08984375, 248.30859375) [3237649.545] wl_pointer@28.frame() [3237649.549] wl_pointer@28.motion(3028518, 1887.18359375, 246.40234375) [3237649.555] wl_pointer@28.frame() [3237649.558] wl_pointer@28.motion(3028520, 1884.49609375, 244.38671875) [3237649.563] wl_pointer@28.frame() [3237649.568] wl_pointer@28.motion(3028522, 1882.48828125, 242.37500000) [3237649.573] wl_pointer@28.frame() [3237650.344] xdg_wm_base@35.ping(3028524) [3237650.369] -> xdg_wm_base@35.pong(3028524) [3237650.377] wl_pointer@50.motion(3028524, 1880.56250000, 240.44921875) [3237650.389] wl_pointer@17.motion(3028524, 1880.56250000, 240.44921875) [3237650.398] zwp_relative_pointer_v1@18.relative_motion(0, 3028524097, -1.92578125, -1.92578125, -3.00000000, -3.00000000) [3237650.407] wl_pointer@50.frame() [3237650.412] wl_pointer@17.frame() [3237652.357] xdg_wm_base@35.ping(3028526) [3237652.381] -> xdg_wm_base@35.pong(3028526) [3237652.389] wl_pointer@50.motion(3028526, 1877.70312500, 237.59375000) [3237652.399] wl_pointer@17.motion(3028526, 1877.70312500, 237.59375000) [3237652.407] zwp_relative_pointer_v1@18.relative_motion(0, 3028526088, -2.85546875, -2.85546875, -4.00000000, -4.00000000) [3237652.416] wl_pointer@50.frame() [3237652.420] wl_pointer@17.frame() [3237655.466] xdg_wm_base@35.ping(3028528) [3237655.494] -> xdg_wm_base@35.pong(3028528) [3237655.503] wl_pointer@50.motion(3028528, 1875.58203125, 235.47265625) [3237655.514] wl_pointer@17.motion(3028528, 1875.58203125, 235.47265625) [3237655.523] zwp_relative_pointer_v1@18.relative_motion(0, 3028528087, -2.12109375, -2.12109375, -3.00000000, -3.00000000) [3237655.532] wl_pointer@50.frame() [3237655.537] wl_pointer@17.frame() [3237656.319] xdg_wm_base@35.ping(3028530) [3237656.346] -> xdg_wm_base@35.pong(3028530) [3237656.354] wl_pointer@50.motion(3028530, 1871.85937500, 232.49218750) [3237656.364] wl_pointer@17.motion(3028530, 1871.85937500, 232.49218750) [3237656.372] zwp_relative_pointer_v1@18.relative_motion(0, 3028530037, -3.72265625, -2.98046875, -5.00000000, -4.00000000) [3237656.381] wl_pointer@50.frame() [3237656.385] wl_pointer@17.frame() [3237658.620] xdg_wm_base@35.ping(3028532) [3237658.656] -> xdg_wm_base@35.pong(3028532) [3237658.665] wl_pointer@50.motion(3028532, 1868.67187500, 229.30468750) [3237658.679] wl_pointer@17.motion(3028532, 1868.67187500, 229.30468750) [3237658.690] zwp_relative_pointer_v1@18.relative_motion(0, 3028532155, -3.18750000, -3.18750000, -4.00000000, -4.00000000) [3237658.699] wl_pointer@50.frame() [3237658.703] wl_pointer@17.frame() [3237660.443] xdg_wm_base@35.ping(3028534) [3237660.479] -> xdg_wm_base@35.pong(3028534) [3237660.487] wl_pointer@50.motion(3028534, 1865.64062500, 226.27343750) [3237660.500] wl_pointer@17.motion(3028534, 1865.64062500, 226.27343750) [3237660.511] zwp_relative_pointer_v1@18.relative_motion(0, 3028534160, -3.03125000, -3.03125000, -4.00000000, -4.00000000) [3237660.520] wl_pointer@50.frame() [3237660.525] wl_pointer@17.frame() [3237662.681] xdg_wm_base@35.ping(3028536) [3237662.717] -> xdg_wm_base@35.pong(3028536) [3237662.726] wl_pointer@50.motion(3028536, 1861.60937500, 223.05078125) [3237662.741] wl_pointer@17.motion(3028536, 1861.60937500, 223.05078125) [3237662.754] zwp_relative_pointer_v1@18.relative_motion(0, 3028536160, -4.03125000, -3.22656250, -5.00000000, -4.00000000) [3237662.765] wl_pointer@50.frame() [3237662.770] wl_pointer@17.frame() [3237664.428] xdg_wm_base@35.ping(3028538) [3237664.453] -> xdg_wm_base@35.pong(3028538) [3237664.467] wl_pointer@50.motion(3028538, 1858.34375000, 219.78515625) [3237664.481] wl_pointer@17.motion(3028538, 1858.34375000, 219.78515625) [3237664.493] zwp_relative_pointer_v1@18.relative_motion(0, 3028538095, -3.26562500, -3.26562500, -4.00000000, -4.00000000) [3237664.502] wl_pointer@50.frame() [3237664.508] wl_pointer@17.frame() [3237665.773] wl_pointer@28.motion(3028524, 1880.56250000, 240.44921875) [3237665.806] wl_pointer@28.frame() [3237665.812] wl_pointer@28.motion(3028526, 1877.70312500, 237.59375000) [3237665.818] wl_pointer@28.frame() [3237665.821] wl_pointer@28.motion(3028528, 1875.58203125, 235.47265625) [3237665.826] wl_pointer@28.frame() [3237665.830] wl_pointer@28.motion(3028530, 1871.85937500, 232.49218750) [3237665.835] wl_pointer@28.frame() [3237665.861] wl_pointer@28.motion(3028532, 1868.67187500, 229.30468750) [3237665.871] wl_pointer@28.frame() [3237665.875] wl_pointer@28.motion(3028534, 1865.64062500, 226.27343750) [3237665.880] wl_pointer@28.frame() [3237665.884] wl_pointer@28.motion(3028536, 1861.60937500, 223.05078125) [3237665.889] wl_pointer@28.frame() [3237665.892] wl_pointer@28.motion(3028538, 1858.34375000, 219.78515625) [3237665.897] wl_pointer@28.frame() [3237666.492] xdg_wm_base@35.ping(3028540) [3237666.520] -> xdg_wm_base@35.pong(3028540) [3237666.528] wl_pointer@50.motion(3028540, 1853.38671875, 215.65234375) [3237666.539] wl_pointer@17.motion(3028540, 1853.38671875, 215.65234375) [3237666.548] zwp_relative_pointer_v1@18.relative_motion(0, 3028540088, -4.95703125, -4.13281250, -6.00000000, -5.00000000) [3237666.557] wl_pointer@50.frame() [3237666.562] wl_pointer@17.frame() [3237668.310] xdg_wm_base@35.ping(3028542) [3237668.340] -> xdg_wm_base@35.pong(3028542) [3237668.349] wl_pointer@50.motion(3028542, 1849.21875000, 211.48828125) [3237668.362] wl_pointer@17.motion(3028542, 1849.21875000, 211.48828125) [3237668.372] zwp_relative_pointer_v1@18.relative_motion(0, 3028542094, -4.16796875, -4.16796875, -5.00000000, -5.00000000) [3237668.382] wl_pointer@50.frame() [3237668.387] wl_pointer@17.frame() [3237670.275] xdg_wm_base@35.ping(3028544) [3237670.302] -> xdg_wm_base@35.pong(3028544) [3237670.310] wl_pointer@50.motion(3028544, 1845.05468750, 207.32031250) [3237670.322] wl_pointer@17.motion(3028544, 1845.05468750, 207.32031250) [3237670.331] zwp_relative_pointer_v1@18.relative_motion(0, 3028544094, -4.16796875, -4.16796875, -5.00000000, -5.00000000) [3237670.341] wl_pointer@50.frame() [3237670.345] wl_pointer@17.frame() [3237672.373] xdg_wm_base@35.ping(3028546) [3237672.399] -> xdg_wm_base@35.pong(3028546) [3237672.406] wl_pointer@50.motion(3028546, 1840.92187500, 204.83984375) [3237672.417] wl_pointer@17.motion(3028546, 1840.92187500, 204.83984375) [3237672.425] zwp_relative_pointer_v1@18.relative_motion(0, 3028546085, -4.13281250, -2.48046875, -5.00000000, -3.00000000) [3237672.433] wl_pointer@50.frame() [3237672.438] wl_pointer@17.frame() [3237674.328] xdg_wm_base@35.ping(3028548) [3237674.349] -> xdg_wm_base@35.pong(3028548) [3237674.357] wl_pointer@50.motion(3028548, 1836.78906250, 199.88281250) [3237674.366] wl_pointer@17.motion(3028548, 1836.78906250, 199.88281250) [3237674.373] zwp_relative_pointer_v1@18.relative_motion(0, 3028548084, -4.13281250, -4.96093750, -5.00000000, -6.00000000) [3237674.381] wl_pointer@50.frame() [3237674.385] wl_pointer@17.frame() [3237676.412] xdg_wm_base@35.ping(3028550) [3237676.434] -> xdg_wm_base@35.pong(3028550) [3237676.441] wl_pointer@50.motion(3028550, 1830.12109375, 194.04687500) [3237676.451] wl_pointer@17.motion(3028550, 1830.12109375, 194.04687500) [3237676.459] zwp_relative_pointer_v1@18.relative_motion(0, 3028550094, -6.66796875, -5.83203125, -8.00000000, -7.00000000) [3237676.466] wl_pointer@50.frame() [3237676.470] wl_pointer@17.frame() [3237678.668] xdg_wm_base@35.ping(3028552) [3237678.704] -> xdg_wm_base@35.pong(3028552) [3237678.712] wl_pointer@50.motion(3028552, 1824.28906250, 189.04687500) [3237678.726] wl_pointer@17.motion(3028552, 1824.28906250, 189.04687500) [3237678.737] zwp_relative_pointer_v1@18.relative_motion(0, 3028552156, -5.83203125, -5.00000000, -7.00000000, -6.00000000) [3237678.746] wl_pointer@50.frame() [3237678.750] wl_pointer@17.frame() [3237680.386] xdg_wm_base@35.ping(3028554) [3237680.409] -> xdg_wm_base@35.pong(3028554) [3237680.417] wl_pointer@50.motion(3028554, 1818.45703125, 184.04687500) [3237680.428] wl_pointer@17.motion(3028554, 1818.45703125, 184.04687500) [3237680.436] zwp_relative_pointer_v1@18.relative_motion(0, 3028554108, -5.83203125, -5.00000000, -7.00000000, -6.00000000) [3237680.444] wl_pointer@50.frame() [3237680.448] wl_pointer@17.frame() [3237682.097] wl_pointer@28.motion(3028540, 1853.38671875, 215.65234375) [3237682.145] wl_pointer@28.frame() [3237682.151] wl_pointer@28.motion(3028542, 1849.21875000, 211.48828125) [3237682.157] wl_pointer@28.frame() [3237682.161] wl_pointer@28.motion(3028544, 1845.05468750, 207.32031250) [3237682.166] wl_pointer@28.frame() [3237682.170] wl_pointer@28.motion(3028546, 1840.92187500, 204.83984375) [3237682.175] wl_pointer@28.frame() [3237682.178] wl_pointer@28.motion(3028548, 1836.78906250, 199.88281250) [3237682.183] wl_pointer@28.frame() [3237682.187] wl_pointer@28.motion(3028550, 1830.12109375, 194.04687500) [3237682.192] wl_pointer@28.frame() [3237682.195] wl_pointer@28.motion(3028552, 1824.28906250, 189.04687500) [3237682.200] wl_pointer@28.frame() [3237682.203] wl_pointer@28.motion(3028554, 1818.45703125, 184.04687500) [3237682.208] wl_pointer@28.frame() [3237682.732] xdg_wm_base@35.ping(3028556) [3237682.762] -> xdg_wm_base@35.pong(3028556) [3237682.770] wl_pointer@50.motion(3028556, 1812.62109375, 178.21484375) [3237682.784] wl_pointer@17.motion(3028556, 1812.62109375, 178.21484375) [3237682.795] zwp_relative_pointer_v1@18.relative_motion(0, 3028556169, -5.83203125, -5.83203125, -7.00000000, -7.00000000) [3237682.805] wl_pointer@50.frame() [3237682.810] wl_pointer@17.frame() [3237684.330] xdg_wm_base@35.ping(3028558) [3237684.354] -> xdg_wm_base@35.pong(3028558) [3237684.362] wl_pointer@50.motion(3028558, 1808.45703125, 174.04687500) [3237684.372] wl_pointer@17.motion(3028558, 1808.45703125, 174.04687500) [3237684.380] zwp_relative_pointer_v1@18.relative_motion(0, 3028558103, -4.16796875, -4.16796875, -5.00000000, -5.00000000) [3237684.389] wl_pointer@50.frame() [3237684.393] wl_pointer@17.frame() [3237687.707] xdg_wm_base@35.ping(3028560) [3237687.744] -> xdg_wm_base@35.pong(3028560) [3237687.751] wl_pointer@50.motion(3028560, 1801.78906250, 169.04687500) [3237687.763] wl_pointer@17.motion(3028560, 1801.78906250, 169.04687500) [3237687.772] zwp_relative_pointer_v1@18.relative_motion(0, 3028560104, -6.66796875, -5.00000000, -8.00000000, -6.00000000) [3237687.780] wl_pointer@50.frame() [3237687.783] wl_pointer@17.frame() [3237688.129] xdg_wm_base@35.ping(3028561) [3237688.150] -> xdg_wm_base@35.pong(3028561) [3237688.156] wl_pointer@50.motion(3028561, 1793.45703125, 160.71484375) [3237688.165] wl_pointer@17.motion(3028561, 1793.45703125, 160.71484375) [3237688.172] zwp_relative_pointer_v1@18.relative_motion(0, 3028561997, -8.33203125, -8.33203125, -10.00000000, -10.00000000) [3237688.180] wl_pointer@50.frame() [3237688.184] wl_pointer@17.frame() [3237690.394] xdg_wm_base@35.ping(3028564) [3237690.417] -> xdg_wm_base@35.pong(3028564) [3237690.424] wl_pointer@50.motion(3028564, 1785.95703125, 154.88281250) [3237690.434] wl_pointer@17.motion(3028564, 1785.95703125, 154.88281250) [3237690.441] zwp_relative_pointer_v1@18.relative_motion(0, 3028564104, -7.50000000, -5.83203125, -9.00000000, -7.00000000) [3237690.449] wl_pointer@50.frame() [3237690.453] wl_pointer@17.frame() [3237692.314] xdg_wm_base@35.ping(3028566) [3237692.336] -> xdg_wm_base@35.pong(3028566) [3237692.343] wl_pointer@50.motion(3028566, 1778.45703125, 147.38281250) [3237692.352] wl_pointer@17.motion(3028566, 1778.45703125, 147.38281250) [3237692.360] zwp_relative_pointer_v1@18.relative_motion(0, 3028566120, -7.50000000, -7.50000000, -9.00000000, -9.00000000) [3237692.368] wl_pointer@50.frame() [3237692.371] wl_pointer@17.frame() [3237694.447] xdg_wm_base@35.ping(3028568) [3237694.472] -> xdg_wm_base@35.pong(3028568) [3237694.480] wl_pointer@50.motion(3028568, 1774.28906250, 144.04687500) [3237694.490] wl_pointer@17.motion(3028568, 1774.28906250, 144.04687500) [3237694.498] zwp_relative_pointer_v1@18.relative_motion(0, 3028568122, -4.16796875, -3.33203125, -5.00000000, -4.00000000) [3237694.507] wl_pointer@50.frame() [3237694.511] wl_pointer@17.frame() [3237696.517] xdg_wm_base@35.ping(3028570) [3237696.544] -> xdg_wm_base@35.pong(3028570) [3237696.552] wl_pointer@50.motion(3028570, 1765.95703125, 137.38281250) [3237696.563] wl_pointer@17.motion(3028570, 1765.95703125, 137.38281250) [3237696.573] zwp_relative_pointer_v1@18.relative_motion(0, 3028570123, -8.33203125, -6.66796875, -10.00000000, -8.00000000) [3237696.582] wl_pointer@50.frame() [3237696.587] wl_pointer@17.frame() [3237698.324] wl_pointer@28.motion(3028556, 1812.62109375, 178.21484375) [3237698.358] wl_pointer@28.frame() [3237698.364] wl_pointer@28.motion(3028558, 1808.45703125, 174.04687500) [3237698.370] wl_pointer@28.frame() [3237698.374] wl_pointer@28.motion(3028560, 1801.78906250, 169.04687500) [3237698.378] wl_pointer@28.frame() [3237698.382] wl_pointer@28.motion(3028561, 1793.45703125, 160.71484375) [3237698.387] wl_pointer@28.frame() [3237698.390] wl_pointer@28.motion(3028564, 1785.95703125, 154.88281250) [3237698.395] wl_pointer@28.frame() [3237698.399] wl_pointer@28.motion(3028566, 1778.45703125, 147.38281250) [3237698.403] wl_pointer@28.frame() [3237698.407] wl_pointer@28.motion(3028568, 1774.28906250, 144.04687500) [3237698.411] wl_pointer@28.frame() [3237698.415] wl_pointer@28.motion(3028570, 1765.95703125, 137.38281250) [3237698.420] wl_pointer@28.frame() [3237698.487] xdg_wm_base@35.ping(3028572) [3237698.515] -> xdg_wm_base@35.pong(3028572) [3237698.527] wl_pointer@50.motion(3028572, 1758.45703125, 130.71484375) [3237698.540] wl_pointer@17.motion(3028572, 1758.45703125, 130.71484375) [3237698.550] zwp_relative_pointer_v1@18.relative_motion(0, 3028572123, -7.50000000, -6.66796875, -9.00000000, -8.00000000) [3237698.561] wl_pointer@50.frame() [3237698.567] wl_pointer@17.frame() [3237700.548] xdg_wm_base@35.ping(3028574) [3237700.578] -> xdg_wm_base@35.pong(3028574) [3237700.588] wl_pointer@50.motion(3028574, 1748.45703125, 121.54687500) [3237700.600] wl_pointer@17.motion(3028574, 1748.45703125, 121.54687500) [3237700.610] zwp_relative_pointer_v1@18.relative_motion(0, 3028574128, -10.00000000, -9.16796875, -12.00000000, -11.00000000) [3237700.621] wl_pointer@50.frame() [3237700.626] wl_pointer@17.frame() [3237702.337] xdg_wm_base@35.ping(3028576) [3237702.368] -> xdg_wm_base@35.pong(3028576) [3237702.377] wl_pointer@50.motion(3028576, 1742.62109375, 115.71484375) [3237702.389] wl_pointer@17.motion(3028576, 1742.62109375, 115.71484375) [3237702.399] zwp_relative_pointer_v1@18.relative_motion(0, 3028576092, -5.83203125, -5.83203125, -7.00000000, -7.00000000) [3237702.410] wl_pointer@50.frame() [3237702.415] wl_pointer@17.frame() [3237704.492] xdg_wm_base@35.ping(3028578) [3237704.523] -> xdg_wm_base@35.pong(3028578) [3237704.532] wl_pointer@50.motion(3028578, 1734.28906250, 109.88281250) [3237704.545] wl_pointer@17.motion(3028578, 1734.28906250, 109.88281250) [3237704.555] zwp_relative_pointer_v1@18.relative_motion(0, 3028578099, -8.33203125, -5.83203125, -10.00000000, -7.00000000) [3237704.565] wl_pointer@50.frame() [3237704.570] wl_pointer@17.frame() [3237706.479] xdg_wm_base@35.ping(3028580) [3237706.504] -> xdg_wm_base@35.pong(3028580) [3237706.512] wl_pointer@50.motion(3028580, 1726.78906250, 103.21484375) [3237706.523] wl_pointer@17.motion(3028580, 1726.78906250, 103.21484375) [3237706.530] zwp_relative_pointer_v1@18.relative_motion(0, 3028580086, -7.50000000, -6.66796875, -9.00000000, -8.00000000) [3237706.539] wl_pointer@50.frame() [3237706.543] wl_pointer@17.frame() [3237708.435] xdg_wm_base@35.ping(3028582) [3237708.458] -> xdg_wm_base@35.pong(3028582) [3237708.465] wl_pointer@50.motion(3028582, 1720.95703125, 97.38281250) [3237708.475] wl_pointer@17.motion(3028582, 1720.95703125, 97.38281250) [3237708.482] zwp_relative_pointer_v1@18.relative_motion(0, 3028582122, -5.83203125, -5.83203125, -7.00000000, -7.00000000) [3237708.490] wl_pointer@50.frame() [3237708.494] wl_pointer@17.frame() [3237710.363] xdg_wm_base@35.ping(3028584) [3237710.388] -> xdg_wm_base@35.pong(3028584) [3237710.395] wl_pointer@50.motion(3028584, 1713.45703125, 91.54687500) [3237710.405] wl_pointer@17.motion(3028584, 1713.45703125, 91.54687500) [3237710.413] zwp_relative_pointer_v1@18.relative_motion(0, 3028584081, -7.50000000, -5.83203125, -9.00000000, -7.00000000) [3237710.421] wl_pointer@50.frame() [3237710.426] wl_pointer@17.frame() [3237712.442] xdg_wm_base@35.ping(3028586) [3237712.469] -> xdg_wm_base@35.pong(3028586) [3237712.477] wl_pointer@50.motion(3028586, 1705.95703125, 85.71484375) [3237712.488] wl_pointer@17.motion(3028586, 1705.95703125, 85.71484375) [3237712.497] zwp_relative_pointer_v1@18.relative_motion(0, 3028586102, -7.50000000, -5.83203125, -9.00000000, -7.00000000) [3237712.506] wl_pointer@50.frame() [3237712.511] wl_pointer@17.frame() [3237714.550] xdg_wm_base@35.ping(3028588) [3237714.579] -> xdg_wm_base@35.pong(3028588) [3237714.588] wl_pointer@50.motion(3028588, 1699.28906250, 79.04687500) [3237714.600] wl_pointer@17.motion(3028588, 1699.28906250, 79.04687500) [3237714.610] zwp_relative_pointer_v1@18.relative_motion(0, 3028588129, -6.66796875, -6.66796875, -8.00000000, -8.00000000) [3237714.619] wl_pointer@50.frame() [3237714.624] wl_pointer@17.frame() [3237714.622] wl_pointer@28.motion(3028572, 1758.45703125, 130.71484375) [3237714.660] wl_pointer@28.frame() [3237714.666] wl_pointer@28.motion(3028574, 1748.45703125, 121.54687500) [3237714.671] wl_pointer@28.frame() [3237714.675] wl_pointer@28.motion(3028576, 1742.62109375, 115.71484375) [3237714.680] wl_pointer@28.frame() [3237714.684] wl_pointer@28.motion(3028578, 1734.28906250, 109.88281250) [3237714.694] wl_pointer@28.frame() [3237714.700] wl_pointer@28.motion(3028580, 1726.78906250, 103.21484375) [3237714.705] wl_pointer@28.frame() [3237714.711] wl_pointer@28.motion(3028582, 1720.95703125, 97.38281250) [3237714.717] wl_pointer@28.frame() [3237714.722] wl_pointer@28.motion(3028584, 1713.45703125, 91.54687500) [3237714.728] wl_pointer@28.frame() [3237714.732] wl_pointer@28.motion(3028586, 1705.95703125, 85.71484375) [3237714.739] wl_pointer@28.frame() [3237714.743] wl_pointer@28.motion(3028588, 1699.28906250, 79.04687500) [3237714.750] wl_pointer@28.frame() [3237716.515] xdg_wm_base@35.ping(3028590) [3237716.546] -> xdg_wm_base@35.pong(3028590) [3237716.555] wl_pointer@50.motion(3028590, 1692.62109375, 73.21484375) [3237716.569] wl_pointer@17.motion(3028590, 1692.62109375, 73.21484375) [3237716.578] zwp_relative_pointer_v1@18.relative_motion(0, 3028590137, -6.66796875, -5.83203125, -8.00000000, -7.00000000) [3237716.587] wl_pointer@50.frame() [3237716.592] wl_pointer@17.frame() [3237718.269] xdg_wm_base@35.ping(3028592) [3237718.297] -> xdg_wm_base@35.pong(3028592) [3237718.306] wl_pointer@50.motion(3028592, 1685.12109375, 67.38281250) [3237718.319] wl_pointer@17.motion(3028592, 1685.12109375, 67.38281250) [3237718.328] zwp_relative_pointer_v1@18.relative_motion(0, 3028592091, -7.50000000, -5.83203125, -9.00000000, -7.00000000) [3237718.339] wl_pointer@50.frame() [3237718.344] wl_pointer@17.frame() [3237720.295] xdg_wm_base@35.ping(3028594) [3237720.325] -> xdg_wm_base@35.pong(3028594) [3237720.334] wl_pointer@50.motion(3028594, 1679.28906250, 62.38281250) [3237720.346] wl_pointer@17.motion(3028594, 1679.28906250, 62.38281250) [3237720.356] zwp_relative_pointer_v1@18.relative_motion(0, 3028594091, -5.83203125, -5.00000000, -7.00000000, -6.00000000) [3237720.366] wl_pointer@50.frame() [3237720.372] wl_pointer@17.frame() [3237722.391] xdg_wm_base@35.ping(3028596) [3237722.416] -> xdg_wm_base@35.pong(3028596) [3237722.423] wl_pointer@50.motion(3028596, 1671.78906250, 56.54687500) [3237722.434] wl_pointer@17.motion(3028596, 1671.78906250, 56.54687500) [3237722.442] zwp_relative_pointer_v1@18.relative_motion(0, 3028596099, -7.50000000, -5.83203125, -9.00000000, -7.00000000) [3237722.451] wl_pointer@50.frame() [3237722.455] wl_pointer@17.frame() [3237724.459] xdg_wm_base@35.ping(3028598) [3237724.484] -> xdg_wm_base@35.pong(3028598) [3237724.493] wl_pointer@50.motion(3028598, 1665.12109375, 50.71484375) [3237724.505] wl_pointer@17.motion(3028598, 1665.12109375, 50.71484375) [3237724.516] zwp_relative_pointer_v1@18.relative_motion(0, 3028598086, -6.66796875, -5.83203125, -8.00000000, -7.00000000) [3237724.524] wl_pointer@50.frame() [3237724.529] wl_pointer@17.frame() [3237726.314] xdg_wm_base@35.ping(3028600) [3237726.338] -> xdg_wm_base@35.pong(3028600) [3237726.345] wl_pointer@50.motion(3028600, 1659.28906250, 45.71484375) [3237726.355] wl_pointer@17.motion(3028600, 1659.28906250, 45.71484375) [3237726.362] zwp_relative_pointer_v1@18.relative_motion(0, 3028600088, -5.83203125, -5.00000000, -7.00000000, -6.00000000) [3237726.370] wl_pointer@50.frame() [3237726.374] wl_pointer@17.frame() [3237728.339] xdg_wm_base@35.ping(3028602) [3237728.362] -> xdg_wm_base@35.pong(3028602) [3237728.368] wl_pointer@50.motion(3028602, 1653.45703125, 40.71484375) [3237728.378] wl_pointer@17.motion(3028602, 1653.45703125, 40.71484375) [3237728.385] zwp_relative_pointer_v1@18.relative_motion(0, 3028602097, -5.83203125, -5.00000000, -7.00000000, -6.00000000) [3237728.393] wl_pointer@50.frame() [3237728.397] wl_pointer@17.frame() [3237730.341] xdg_wm_base@35.ping(3028604) [3237730.365] -> xdg_wm_base@35.pong(3028604) [3237730.373] wl_pointer@50.motion(3028604, 1647.62109375, 35.71484375) [3237730.383] wl_pointer@17.motion(3028604, 1647.62109375, 35.71484375) [3237730.391] zwp_relative_pointer_v1@18.relative_motion(0, 3028604069, -5.83203125, -5.00000000, -7.00000000, -6.00000000) [3237730.400] wl_pointer@50.frame() [3237730.404] wl_pointer@17.frame() [3237730.943] wl_pointer@28.motion(3028590, 1692.62109375, 73.21484375) [3237730.972] wl_pointer@28.frame() [3237730.978] wl_pointer@28.motion(3028592, 1685.12109375, 67.38281250) [3237730.983] wl_pointer@28.frame() [3237730.986] wl_pointer@28.motion(3028594, 1679.28906250, 62.38281250) [3237730.991] wl_pointer@28.frame() [3237730.994] wl_pointer@28.motion(3028596, 1671.78906250, 56.54687500) [3237730.998] wl_pointer@28.frame() [3237731.002] wl_pointer@28.motion(3028598, 1665.12109375, 50.71484375) [3237731.006] wl_pointer@28.frame() [3237731.010] wl_pointer@28.motion(3028600, 1659.28906250, 45.71484375) [3237731.014] wl_pointer@28.frame() [3237731.017] wl_pointer@28.motion(3028602, 1653.45703125, 40.71484375) [3237731.021] wl_pointer@28.frame() [3237731.025] wl_pointer@28.motion(3028604, 1647.62109375, 35.71484375) [3237731.029] wl_pointer@28.frame() [3237732.471] xdg_wm_base@35.ping(3028606) [3237732.496] -> xdg_wm_base@35.pong(3028606) [3237732.503] wl_pointer@50.motion(3028606, 1645.22656250, 33.32031250) [3237732.513] wl_pointer@17.motion(3028606, 1645.22656250, 33.32031250) [3237732.521] zwp_relative_pointer_v1@18.relative_motion(0, 3028606131, -2.39453125, -2.39453125, -3.00000000, -3.00000000) [3237732.530] wl_pointer@50.frame() [3237732.534] wl_pointer@17.frame() [3237734.439] xdg_wm_base@35.ping(3028608) [3237734.466] -> xdg_wm_base@35.pong(3028608) [3237734.475] wl_pointer@50.motion(3028608, 1640.55468750, 29.42578125) [3237734.486] wl_pointer@17.motion(3028608, 1640.55468750, 29.42578125) [3237734.494] zwp_relative_pointer_v1@18.relative_motion(0, 3028608126, -4.67187500, -3.89453125, -6.00000000, -5.00000000) [3237734.504] wl_pointer@50.frame() [3237734.509] wl_pointer@17.frame() [3237736.342] xdg_wm_base@35.ping(3028610) [3237736.365] -> xdg_wm_base@35.pong(3028610) [3237736.372] wl_pointer@50.motion(3028610, 1635.55468750, 24.42578125) [3237736.381] wl_pointer@17.motion(3028610, 1635.55468750, 24.42578125) [3237736.388] zwp_relative_pointer_v1@18.relative_motion(0, 3028610091, -5.00000000, -5.00000000, -6.00000000, -6.00000000) [3237736.396] wl_pointer@50.frame() [3237736.400] wl_pointer@17.frame() [3237738.581] xdg_wm_base@35.ping(3028612) [3237738.601] -> xdg_wm_base@35.pong(3028612) [3237738.607] wl_pointer@50.motion(3028612, 1630.55468750, 20.25781250) [3237738.615] wl_pointer@17.motion(3028612, 1630.55468750, 20.25781250) [3237738.622] zwp_relative_pointer_v1@18.relative_motion(0, 3028612084, -5.00000000, -4.16796875, -6.00000000, -5.00000000) [3237738.629] wl_pointer@50.frame() [3237738.632] wl_pointer@17.frame() [3237740.429] xdg_wm_base@35.ping(3028614) [3237740.448] -> xdg_wm_base@35.pong(3028614) [3237740.454] wl_pointer@50.motion(3028614, 1627.26562500, 16.96875000) [3237740.463] wl_pointer@17.motion(3028614, 1627.26562500, 16.96875000) [3237740.469] zwp_relative_pointer_v1@18.relative_motion(0, 3028614116, -3.28906250, -3.28906250, -4.00000000, -4.00000000) [3237740.476] wl_pointer@50.frame() [3237740.479] wl_pointer@17.frame() [3237742.404] xdg_wm_base@35.ping(3028616) [3237742.425] -> xdg_wm_base@35.pong(3028616) [3237742.431] wl_pointer@50.motion(3028616, 1623.23828125, 13.75000000) [3237742.440] wl_pointer@17.motion(3028616, 1623.23828125, 13.75000000) [3237742.447] zwp_relative_pointer_v1@18.relative_motion(0, 3028616090, -4.02734375, -3.22265625, -5.00000000, -4.00000000) [3237742.454] wl_pointer@50.frame() [3237742.458] wl_pointer@17.frame() [3237744.473] xdg_wm_base@35.ping(3028618) [3237744.495] -> xdg_wm_base@35.pong(3028618) [3237744.502] wl_pointer@50.motion(3028618, 1620.91796875, 10.65625000) [3237744.511] wl_pointer@17.motion(3028618, 1620.91796875, 10.65625000) [3237744.518] zwp_relative_pointer_v1@18.relative_motion(0, 3028618133, -2.32031250, -3.09375000, -3.00000000, -4.00000000) [3237744.526] wl_pointer@50.frame() [3237744.530] wl_pointer@17.frame() [3237746.450] xdg_wm_base@35.ping(3028620) [3237746.475] -> xdg_wm_base@35.pong(3028620) [3237746.483] wl_pointer@50.motion(3028620, 1617.96093750, 7.69921875) [3237746.493] wl_pointer@17.motion(3028620, 1617.96093750, 7.69921875) [3237746.501] zwp_relative_pointer_v1@18.relative_motion(0, 3028620115, -2.95703125, -2.95703125, -4.00000000, -4.00000000) [3237746.509] wl_pointer@50.frame() [3237746.514] wl_pointer@17.frame() [3237747.111] wl_pointer@28.motion(3028606, 1645.22656250, 33.32031250) [3237747.140] wl_pointer@28.frame() [3237747.145] wl_pointer@28.motion(3028608, 1640.55468750, 29.42578125) [3237747.150] wl_pointer@28.frame() [3237747.154] wl_pointer@28.motion(3028610, 1635.55468750, 24.42578125) [3237747.158] wl_pointer@28.frame() [3237747.162] wl_pointer@28.motion(3028612, 1630.55468750, 20.25781250) [3237747.166] wl_pointer@28.frame() [3237747.169] wl_pointer@28.motion(3028614, 1627.26562500, 16.96875000) [3237747.174] wl_pointer@28.frame() [3237747.177] wl_pointer@28.motion(3028616, 1623.23828125, 13.75000000) [3237747.181] wl_pointer@28.frame() [3237747.185] wl_pointer@28.motion(3028618, 1620.91796875, 10.65625000) [3237747.189] wl_pointer@28.frame() [3237747.192] wl_pointer@28.motion(3028620, 1617.96093750, 7.69921875) [3237747.197] wl_pointer@28.frame() [3237748.468] xdg_wm_base@35.ping(3028622) [3237748.496] -> xdg_wm_base@35.pong(3028622) [3237748.504] wl_pointer@50.motion(3028622, 1615.72265625, 4.71484375) [3237748.515] wl_pointer@17.motion(3028622, 1615.72265625, 4.71484375) [3237748.525] zwp_relative_pointer_v1@18.relative_motion(0, 3028622098, -2.23828125, -2.98437500, -3.00000000, -4.00000000) [3237748.534] wl_pointer@50.frame() [3237748.538] wl_pointer@17.frame() [3237750.355] xdg_wm_base@35.ping(3028624) [3237750.380] -> xdg_wm_base@35.pong(3028624) [3237750.388] wl_pointer@50.motion(3028624, 1612.76562500, 1.75390625) [3237750.399] wl_pointer@17.motion(3028624, 1612.76562500, 1.75390625) [3237750.408] zwp_relative_pointer_v1@18.relative_motion(0, 3028624131, -2.95703125, -2.95703125, -4.00000000, -4.00000000) [3237750.417] wl_pointer@50.frame() [3237750.422] wl_pointer@17.frame() [3237752.655] wl_pointer@50.leave(3476, wl_surface@32) [3237752.684] wl_pointer@17.leave(3476, wl_surface@32) [3237752.693] wl_pointer@50.frame() [3237752.697] wl_pointer@17.frame() [3237752.701] wl_pointer@50.enter(3477, wl_surface@37, 1620.64843750, 44.63671875) [3237752.713] -> wl_surface@49.set_buffer_scale(1) [3237752.721] -> wl_surface@49.attach(wl_buffer@62, 0, 0) [3237752.729] -> wl_surface@49.damage_buffer(0, 0, 24, 24) [3237752.735] -> wl_surface@49.commit() [3237752.741] -> wl_pointer@50.set_cursor(3477, wl_surface@49, 4, 4) [3237752.748] wl_pointer@17.enter(3477, wl_surface@37, 1620.64843750, 44.63671875) [3237752.754] wl_pointer@50.frame() [3237752.758] wl_pointer@17.frame() [3237752.762] xdg_wm_base@35.ping(3028626) [3237752.768] -> xdg_wm_base@35.pong(3028626) [3237752.773] wl_pointer@50.motion(3028626, 1620.64843750, 44.63671875) [3237752.778] wl_pointer@17.motion(3028626, 1620.64843750, 44.63671875) [3237752.783] zwp_relative_pointer_v1@18.relative_motion(0, 3028626090, -2.11718750, -2.11718750, -3.00000000, -3.00000000) [3237752.791] wl_pointer@50.frame() [3237752.797] wl_pointer@17.frame() [3237752.824] -> wl_shm_pool@36.create_buffer(new id wl_buffer@52, 0, 2333, 45, 9332, 0) [3237753.397] -> wl_subsurface@38.set_position(-10, -45) [3237753.406] -> wl_surface@37.attach(wl_buffer@52, 0, 0) [3237753.412] -> wl_surface@37.damage_buffer(0, 0, 2333, 45) [3237753.418] -> wl_surface@37.commit() [3237753.423] -> wl_shm_pool@36.create_buffer(new id wl_buffer@57, 419952, 4666, 20, 18664, 0) [3237753.650] -> wl_subsurface@46.set_position(-10, 2185) [3237753.657] -> wl_surface@45.attach(wl_buffer@57, 0, 0) [3237753.662] -> wl_surface@45.damage_buffer(0, 0, 4666, 20) [3237753.669] -> wl_surface@45.commit() [3237753.675] -> wl_shm_pool@36.create_buffer(new id wl_buffer@58, 793232, 20, 4370, 80, 0) [3237753.988] -> wl_subsurface@42.set_position(-10, 0) [3237753.995] -> wl_surface@41.attach(wl_buffer@58, 0, 0) [3237754.004] -> wl_surface@41.damage_buffer(0, 0, 20, 4370) [3237754.009] -> wl_surface@41.commit() [3237754.013] -> wl_shm_pool@36.create_buffer(new id wl_buffer@59, 1142832, 20, 4370, 80, 0) [3237754.107] -> wl_subsurface@44.set_position(2313, 0) [3237754.112] -> wl_surface@43.attach(wl_buffer@59, 0, 0) [3237754.118] -> wl_surface@43.damage_buffer(0, 0, 20, 4370) [3237754.124] -> wl_surface@43.commit() [3237754.879] wl_callback@61.done(3475) [3237754.889] wl_buffer@53.release() [3237755.149] -> wl_surface@32.frame(new id wl_callback@61) [3237755.305] -> wl_surface@32.attach(wl_buffer@53, 0, 0) [3237755.314] -> wl_surface@32.damage_buffer(72, 171, 54, 76) [3237755.321] -> wl_surface@32.commit() [3237755.325] -> wl_display@1.sync(new id wl_callback@30) [3237755.361] wl_surface@49.enter(wl_output@16) [3237755.373] xdg_wm_base@35.ping(3028628) [3237755.379] -> xdg_wm_base@35.pong(3028628) [3237755.384] wl_pointer@50.motion(3028628, 1617.75781250, 41.75000000) [3237755.392] wl_pointer@17.motion(3028628, 1617.75781250, 41.75000000) [3237755.398] zwp_relative_pointer_v1@18.relative_motion(0, 3028628001, -2.89062500, -2.89062500, -4.00000000, -4.00000000) [3237755.406] wl_pointer@50.frame() [3237755.409] wl_pointer@17.frame() [3237755.421] -> zwp_text_input_v3@20.set_cursor_rectangle(45, 114, 0, 0) [3237755.427] -> zwp_text_input_v3@20.commit() [3237755.929] wl_display@1.delete_id(30) [3237755.936] zwp_text_input_v3@20.done(6) [3237756.201] xdg_wm_base@35.ping(3028630) [3237756.207] -> xdg_wm_base@35.pong(3028630) [3237756.212] wl_pointer@50.motion(3028630, 1615.62890625, 39.61718750) [3237756.217] wl_pointer@17.motion(3028630, 1615.62890625, 39.61718750) [3237756.223] zwp_relative_pointer_v1@18.relative_motion(0, 3028630087, -2.12890625, -2.12890625, -3.00000000, -3.00000000) [3237756.229] wl_pointer@50.frame() [3237756.232] wl_pointer@17.frame() [3237756.915] wl_buffer@59.release() [3237756.921] -> wl_buffer@59.destroy() [3237756.927] wl_buffer@58.release() [3237756.930] -> wl_buffer@58.destroy() [3237756.936] wl_buffer@57.release() [3237756.941] -> wl_buffer@57.destroy() [3237756.945] wl_buffer@52.release() [3237756.949] -> wl_buffer@52.destroy() [3237757.874] wl_surface@41.leave(wl_output@6) [3237757.887] -> wl_surface@41.set_buffer_scale(1) [3237757.892] -> wl_surface@41.commit() [3237757.896] wl_surface@41.leave(wl_output@16) [3237758.083] wl_display@1.delete_id(59) [3237758.089] wl_display@1.delete_id(58) [3237758.092] wl_display@1.delete_id(57) [3237758.096] wl_display@1.delete_id(52) [3237758.101] xdg_wm_base@35.ping(3028632) [3237758.106] -> xdg_wm_base@35.pong(3028632) [3237758.110] wl_pointer@50.motion(3028632, 1614.34765625, 37.05468750) [3237758.115] wl_pointer@17.motion(3028632, 1614.34765625, 37.05468750) [3237758.122] zwp_relative_pointer_v1@18.relative_motion(0, 3028632090, -1.28125000, -2.56250000, -2.00000000, -4.00000000) [3237758.127] wl_pointer@50.frame() [3237758.132] wl_pointer@17.frame() [3237760.431] xdg_wm_base@35.ping(3028634) [3237760.458] -> xdg_wm_base@35.pong(3028634) [3237760.467] wl_pointer@50.motion(3028634, 1612.40234375, 35.10937500) [3237760.479] wl_pointer@17.motion(3028634, 1612.40234375, 35.10937500) [3237760.492] zwp_relative_pointer_v1@18.relative_motion(0, 3028634096, -1.94531250, -1.94531250, -3.00000000, -3.00000000) [3237760.505] wl_pointer@50.frame() [3237760.511] wl_pointer@17.frame() [3237762.439] xdg_wm_base@35.ping(3028636) [3237762.462] -> xdg_wm_base@35.pong(3028636) [3237762.471] wl_pointer@50.motion(3028636, 1610.49218750, 33.19921875) [3237762.485] wl_pointer@17.motion(3028636, 1610.49218750, 33.19921875) [3237762.494] zwp_relative_pointer_v1@18.relative_motion(0, 3028636105, -1.91015625, -1.91015625, -3.00000000, -3.00000000) [3237762.506] wl_pointer@50.frame() [3237762.511] wl_pointer@17.frame() [3237763.284] wl_pointer@28.motion(3028622, 1615.72265625, 4.71484375) [3237763.323] wl_pointer@28.frame() [3237763.330] wl_pointer@28.motion(3028624, 1612.76562500, 1.75390625) [3237763.337] wl_pointer@28.frame() [3237763.344] wl_pointer@28.leave(3476, wl_surface@32) [3237763.349] wl_pointer@28.frame() [3237763.356] wl_pointer@28.enter(3477, wl_surface@37, 1620.64843750, 44.63671875) [3237763.365] wl_pointer@28.frame() [3237763.369] wl_pointer@28.motion(3028626, 1620.64843750, 44.63671875) [3237763.376] wl_pointer@28.frame() [3237763.379] wl_pointer@28.motion(3028628, 1617.75781250, 41.75000000) [3237763.385] wl_pointer@28.frame() [3237763.389] wl_pointer@28.motion(3028630, 1615.62890625, 39.61718750) [3237763.394] wl_pointer@28.frame() [3237763.403] wl_pointer@28.motion(3028632, 1614.34765625, 37.05468750) [3237763.409] wl_pointer@28.frame() [3237763.413] wl_pointer@28.motion(3028634, 1612.40234375, 35.10937500) [3237763.419] wl_pointer@28.frame() [3237763.424] wl_pointer@28.motion(3028636, 1610.49218750, 33.19921875) [3237763.430] wl_pointer@28.frame() [3237764.550] xdg_wm_base@35.ping(3028638) [3237764.577] -> xdg_wm_base@35.pong(3028638) [3237764.586] wl_pointer@50.motion(3028638, 1608.46875000, 30.50390625) [3237764.597] wl_pointer@17.motion(3028638, 1608.46875000, 30.50390625) [3237764.605] zwp_relative_pointer_v1@18.relative_motion(0, 3028638095, -2.02343750, -2.69921875, -3.00000000, -4.00000000) [3237764.614] wl_pointer@50.frame() [3237764.619] wl_pointer@17.frame() [3237766.493] xdg_wm_base@35.ping(3028640) [3237766.521] -> xdg_wm_base@35.pong(3028640) [3237766.529] wl_pointer@50.motion(3028640, 1606.44140625, 28.47656250) [3237766.540] wl_pointer@17.motion(3028640, 1606.44140625, 28.47656250) [3237766.548] zwp_relative_pointer_v1@18.relative_motion(0, 3028640097, -2.02734375, -2.02734375, -3.00000000, -3.00000000) [3237766.557] wl_pointer@50.frame() [3237766.562] wl_pointer@17.frame() [3237768.490] xdg_wm_base@35.ping(3028642) [3237768.518] -> xdg_wm_base@35.pong(3028642) [3237768.527] wl_pointer@50.motion(3028642, 1605.22656250, 26.65234375) [3237768.541] wl_pointer@17.motion(3028642, 1605.22656250, 26.65234375) [3237768.549] zwp_relative_pointer_v1@18.relative_motion(0, 3028642093, -1.21484375, -1.82421875, -2.00000000, -3.00000000) [3237768.561] wl_pointer@50.frame() [3237768.568] wl_pointer@17.frame() [3237770.293] xdg_wm_base@35.ping(3028644) [3237770.317] -> xdg_wm_base@35.pong(3028644) [3237770.325] wl_pointer@50.motion(3028644, 1603.40234375, 24.82812500) [3237770.340] wl_pointer@17.motion(3028644, 1603.40234375, 24.82812500) [3237770.351] zwp_relative_pointer_v1@18.relative_motion(0, 3028644095, -1.82421875, -1.82421875, -3.00000000, -3.00000000) [3237770.361] wl_pointer@50.frame() [3237770.368] wl_pointer@17.frame() [3237772.109] wl_display@1.delete_id(61) [3237772.133] wl_callback@61.done(3028646) [3237772.314] xdg_wm_base@35.ping(3028646) [3237772.340] -> xdg_wm_base@35.pong(3028646) [3237772.349] wl_pointer@50.motion(3028646, 1602.18750000, 23.00390625) [3237772.361] wl_pointer@17.motion(3028646, 1602.18750000, 23.00390625) [3237772.370] zwp_relative_pointer_v1@18.relative_motion(0, 3028646094, -1.21484375, -1.82421875, -2.00000000, -3.00000000) [3237772.380] wl_pointer@50.frame() [3237772.386] wl_pointer@17.frame() [3237774.472] xdg_wm_base@35.ping(3028648) [3237774.502] -> xdg_wm_base@35.pong(3028648) [3237774.513] wl_pointer@50.motion(3028648, 1600.25781250, 20.43359375) [3237774.532] wl_pointer@17.motion(3028648, 1600.25781250, 20.43359375) [3237774.543] zwp_relative_pointer_v1@18.relative_motion(0, 3028648103, -1.92968750, -2.57031250, -3.00000000, -4.00000000) [3237774.554] wl_pointer@50.frame() [3237774.561] wl_pointer@17.frame() [3237776.513] xdg_wm_base@35.ping(3028650) [3237776.545] -> xdg_wm_base@35.pong(3028650) [3237776.556] wl_pointer@50.motion(3028650, 1598.96875000, 18.50390625) [3237776.572] wl_pointer@17.motion(3028650, 1598.96875000, 18.50390625) [3237776.584] zwp_relative_pointer_v1@18.relative_motion(0, 3028650101, -1.28515625, -1.92968750, -2.00000000, -3.00000000) [3237776.598] wl_pointer@50.frame() [3237776.603] wl_pointer@17.frame() [3237778.359] xdg_wm_base@35.ping(3028652) [3237778.385] -> xdg_wm_base@35.pong(3028652) [3237778.392] wl_pointer@50.motion(3028652, 1597.14062500, 16.67578125) [3237778.402] wl_pointer@17.motion(3028652, 1597.14062500, 16.67578125) [3237778.409] zwp_relative_pointer_v1@18.relative_motion(0, 3028652088, -1.82812500, -1.82812500, -3.00000000, -3.00000000) [3237778.418] wl_pointer@50.frame() [3237778.422] wl_pointer@17.frame() [3237779.538] wl_pointer@28.motion(3028638, 1608.46875000, 30.50390625) [3237779.563] wl_pointer@28.frame() [3237779.568] wl_pointer@28.motion(3028640, 1606.44140625, 28.47656250) [3237779.573] wl_pointer@28.frame() [3237779.576] wl_pointer@28.motion(3028642, 1605.22656250, 26.65234375) [3237779.580] wl_pointer@28.frame() [3237779.583] wl_pointer@28.motion(3028644, 1603.40234375, 24.82812500) [3237779.587] wl_pointer@28.frame() [3237779.590] wl_pointer@28.motion(3028646, 1602.18750000, 23.00390625) [3237779.594] wl_pointer@28.frame() [3237779.597] wl_pointer@28.motion(3028648, 1600.25781250, 20.43359375) [3237779.601] wl_pointer@28.frame() [3237779.604] wl_pointer@28.motion(3028650, 1598.96875000, 18.50390625) [3237779.608] wl_pointer@28.frame() [3237779.611] wl_pointer@28.motion(3028652, 1597.14062500, 16.67578125) [3237779.615] wl_pointer@28.frame() [3237780.477] xdg_wm_base@35.ping(3028654) [3237780.499] -> xdg_wm_base@35.pong(3028654) [3237780.506] wl_pointer@50.motion(3028654, 1595.23046875, 14.76171875) [3237780.515] wl_pointer@17.motion(3028654, 1595.23046875, 14.76171875) [3237780.522] zwp_relative_pointer_v1@18.relative_motion(0, 3028654106, -1.91406250, -1.91406250, -3.00000000, -3.00000000) [3237780.530] wl_pointer@50.frame() [3237780.536] wl_pointer@17.frame() [3237782.452] xdg_wm_base@35.ping(3028656) [3237782.477] -> xdg_wm_base@35.pong(3028656) [3237782.485] wl_pointer@50.motion(3028656, 1593.20703125, 12.06640625) [3237782.498] wl_pointer@17.motion(3028656, 1593.20703125, 12.06640625) [3237782.513] zwp_relative_pointer_v1@18.relative_motion(0, 3028656093, -2.02343750, -2.69531250, -3.00000000, -4.00000000) [3237782.524] wl_pointer@50.frame() [3237782.530] wl_pointer@17.frame() [3237784.464] xdg_wm_base@35.ping(3028658) [3237784.489] -> xdg_wm_base@35.pong(3028658) [3237784.497] wl_pointer@50.motion(3028658, 1591.26953125, 10.77734375) [3237784.507] wl_pointer@17.motion(3028658, 1591.26953125, 10.77734375) [3237784.514] zwp_relative_pointer_v1@18.relative_motion(0, 3028658096, -1.93750000, -1.28906250, -3.00000000, -2.00000000) [3237784.522] wl_pointer@50.frame() [3237784.527] wl_pointer@17.frame() [3237786.515] wl_pointer@50.leave(3478, wl_surface@37) [3237786.547] wl_pointer@17.leave(3478, wl_surface@37) [3237786.558] wl_pointer@50.frame() [3237786.566] wl_pointer@17.frame() [3237786.584] -> wl_shm_pool@36.create_buffer(new id wl_buffer@61, 0, 2333, 45, 9332, 0) [3237786.973] -> wl_subsurface@38.set_position(-10, -45) [3237786.986] -> wl_surface@37.attach(wl_buffer@61, 0, 0) [3237786.994] -> wl_surface@37.damage_buffer(0, 0, 2333, 45) [3237787.001] -> wl_surface@37.commit() [3237787.008] -> wl_shm_pool@36.create_buffer(new id wl_buffer@52, 419952, 4666, 20, 18664, 0) [3237787.069] -> wl_subsurface@46.set_position(-10, 2185) [3237787.075] -> wl_surface@45.attach(wl_buffer@52, 0, 0) [3237787.081] -> wl_surface@45.damage_buffer(0, 0, 4666, 20) [3237787.087] -> wl_surface@45.commit() [3237787.092] -> wl_shm_pool@36.create_buffer(new id wl_buffer@57, 793232, 10, 2185, 40, 0) [3237787.144] -> wl_subsurface@42.set_position(-10, 0) [3237787.151] -> wl_surface@41.attach(wl_buffer@57, 0, 0) [3237787.157] -> wl_surface@41.damage_buffer(0, 0, 10, 2185) [3237787.162] -> wl_surface@41.commit() [3237787.167] -> wl_shm_pool@36.create_buffer(new id wl_buffer@58, 880640, 20, 4370, 80, 0) [3237787.308] -> wl_subsurface@44.set_position(2313, 0) [3237787.315] -> wl_surface@43.attach(wl_buffer@58, 0, 0) [3237787.320] -> wl_surface@43.damage_buffer(0, 0, 20, 4370) [3237787.325] -> wl_surface@43.commit() [3237788.382] wl_callback@30.done(3477) [3237788.397] wl_buffer@55.release() [3237788.724] -> wl_surface@32.frame(new id wl_callback@30) [3237788.946] -> wl_surface@32.attach(wl_buffer@55, 0, 0) [3237788.956] -> wl_surface@32.damage_buffer(72, 171, 54, 76) [3237788.966] -> wl_surface@32.commit() [3237788.973] -> wl_display@1.sync(new id wl_callback@59) [3237789.015] -> zwp_text_input_v3@20.set_cursor_rectangle(45, 114, 0, 0) [3237789.024] -> zwp_text_input_v3@20.commit() [3237791.358] wl_display@1.delete_id(59) [3237791.382] wl_buffer@58.release() [3237791.390] -> wl_buffer@58.destroy() [3237791.400] wl_buffer@57.release() [3237791.404] -> wl_buffer@57.destroy() [3237791.408] wl_buffer@52.release() [3237791.412] -> wl_buffer@52.destroy() [3237791.416] wl_buffer@61.release() [3237791.419] -> wl_buffer@61.destroy() [3237791.424] zwp_text_input_v3@20.done(7) [3237795.864] wl_pointer@28.motion(3028654, 1595.23046875, 14.76171875) [3237795.898] wl_pointer@28.frame() [3237795.904] wl_pointer@28.motion(3028656, 1593.20703125, 12.06640625) [3237795.909] wl_pointer@28.frame() [3237795.913] wl_pointer@28.motion(3028658, 1591.26953125, 10.77734375) [3237795.917] wl_pointer@28.frame() [3237795.921] wl_pointer@28.leave(3478, wl_surface@37) [3237795.926] wl_pointer@28.frame() [3237804.739] wl_display@1.delete_id(58) [3237804.765] wl_display@1.delete_id(57) [3237804.771] wl_display@1.delete_id(52) [3237804.777] wl_display@1.delete_id(61) [3237804.780] wl_display@1.delete_id(30) [3237804.786] wl_callback@30.done(3028678) [3238174.959] wl_pointer@50.enter(3479, wl_surface@37, 1587.99609375, 10.33203125) [3238175.016] -> wl_surface@49.set_buffer_scale(1) [3238175.029] -> wl_surface@49.attach(wl_buffer@62, 0, 0) [3238175.039] -> wl_surface@49.damage_buffer(0, 0, 24, 24) [3238175.048] -> wl_surface@49.commit() [3238175.056] -> wl_pointer@50.set_cursor(3479, wl_surface@49, 4, 4) [3238175.067] wl_pointer@17.enter(3479, wl_surface@37, 1587.99609375, 10.33203125) [3238175.081] wl_pointer@50.frame() [3238175.086] wl_pointer@17.frame() [3238175.091] xdg_wm_base@35.ping(3029048) [3238175.102] -> xdg_wm_base@35.pong(3029048) [3238175.109] wl_pointer@50.motion(3029048, 1587.99609375, 10.33203125) [3238175.116] wl_pointer@17.motion(3029048, 1587.99609375, 10.33203125) [3238175.123] zwp_relative_pointer_v1@18.relative_motion(0, 3029048131, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238175.135] wl_pointer@50.frame() [3238175.142] wl_pointer@17.frame() [3238176.414] xdg_wm_base@35.ping(3029050) [3238176.447] -> xdg_wm_base@35.pong(3029050) [3238176.457] wl_pointer@50.motion(3029050, 1587.99609375, 11.16796875) [3238176.470] wl_pointer@17.motion(3029050, 1587.99609375, 11.16796875) [3238176.478] zwp_relative_pointer_v1@18.relative_motion(0, 3029050043, 0.00000000, 0.83984375, 0.00000000, 2.00000000) [3238176.488] wl_pointer@50.frame() [3238176.494] wl_pointer@17.frame() [3238178.558] xdg_wm_base@35.ping(3029052) [3238178.584] -> xdg_wm_base@35.pong(3029052) [3238178.592] wl_pointer@50.motion(3029052, 1587.99609375, 11.58984375) [3238178.602] wl_pointer@17.motion(3029052, 1587.99609375, 11.58984375) [3238178.609] zwp_relative_pointer_v1@18.relative_motion(0, 3029052120, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238178.618] wl_pointer@50.frame() [3238178.622] wl_pointer@17.frame() [3238180.455] xdg_wm_base@35.ping(3029054) [3238180.481] -> xdg_wm_base@35.pong(3029054) [3238180.488] wl_pointer@50.motion(3029054, 1588.41015625, 12.00390625) [3238180.499] wl_pointer@17.motion(3029054, 1588.41015625, 12.00390625) [3238180.506] zwp_relative_pointer_v1@18.relative_motion(0, 3029054101, 0.41796875, 0.41796875, 1.00000000, 1.00000000) [3238180.514] wl_pointer@50.frame() [3238180.519] wl_pointer@17.frame() [3238182.518] xdg_wm_base@35.ping(3029056) [3238182.544] -> xdg_wm_base@35.pong(3029056) [3238182.552] wl_pointer@50.motion(3029056, 1588.41015625, 12.83984375) [3238182.562] wl_pointer@17.motion(3029056, 1588.41015625, 12.83984375) [3238182.569] zwp_relative_pointer_v1@18.relative_motion(0, 3029056106, 0.00000000, 0.83593750, 0.00000000, 2.00000000) [3238182.581] wl_pointer@50.frame() [3238182.586] wl_pointer@17.frame() [3238184.379] wl_pointer@28.enter(3479, wl_surface@37, 1587.99609375, 10.33203125) [3238184.416] wl_pointer@28.frame() [3238184.422] wl_pointer@28.motion(3029048, 1587.99609375, 10.33203125) [3238184.428] wl_pointer@28.frame() [3238184.432] wl_pointer@28.motion(3029050, 1587.99609375, 11.16796875) [3238184.436] wl_pointer@28.frame() [3238184.440] wl_pointer@28.motion(3029052, 1587.99609375, 11.58984375) [3238184.445] wl_pointer@28.frame() [3238184.449] wl_pointer@28.motion(3029054, 1588.41015625, 12.00390625) [3238184.454] wl_pointer@28.frame() [3238184.458] wl_pointer@28.motion(3029056, 1588.41015625, 12.83984375) [3238184.462] wl_pointer@28.frame() [3238184.549] xdg_wm_base@35.ping(3029058) [3238184.576] -> xdg_wm_base@35.pong(3029058) [3238184.584] wl_pointer@50.motion(3029058, 1588.41015625, 13.69140625) [3238184.596] wl_pointer@17.motion(3029058, 1588.41015625, 13.69140625) [3238184.603] zwp_relative_pointer_v1@18.relative_motion(0, 3029058103, 0.00000000, 0.84765625, 0.00000000, 2.00000000) [3238184.612] wl_pointer@50.frame() [3238184.617] wl_pointer@17.frame() [3238186.398] xdg_wm_base@35.ping(3029060) [3238186.406] -> xdg_wm_base@35.pong(3029060) [3238186.411] wl_pointer@50.motion(3029060, 1588.41015625, 14.10937500) [3238186.418] wl_pointer@17.motion(3029060, 1588.41015625, 14.10937500) [3238186.423] zwp_relative_pointer_v1@18.relative_motion(0, 3029060135, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238186.430] wl_pointer@50.frame() [3238186.434] wl_pointer@17.frame() [3238188.499] xdg_wm_base@35.ping(3029062) [3238188.530] -> xdg_wm_base@35.pong(3029062) [3238188.538] wl_pointer@50.motion(3029062, 1588.83593750, 14.95312500) [3238188.548] wl_pointer@17.motion(3029062, 1588.83593750, 14.95312500) [3238188.555] zwp_relative_pointer_v1@18.relative_motion(0, 3029062041, 0.42187500, 0.84765625, 1.00000000, 2.00000000) [3238188.564] wl_pointer@50.frame() [3238188.569] wl_pointer@17.frame() [3238190.547] xdg_wm_base@35.ping(3029064) [3238190.570] -> xdg_wm_base@35.pong(3029064) [3238190.577] wl_pointer@50.motion(3029064, 1588.83593750, 15.37890625) [3238190.586] wl_pointer@17.motion(3029064, 1588.83593750, 15.37890625) [3238190.592] zwp_relative_pointer_v1@18.relative_motion(0, 3029064115, 0.00000000, 0.42187500, 0.00000000, 1.00000000) [3238190.600] wl_pointer@50.frame() [3238190.604] wl_pointer@17.frame() [3238192.511] xdg_wm_base@35.ping(3029066) [3238192.535] -> xdg_wm_base@35.pong(3029066) [3238192.543] wl_pointer@50.motion(3029066, 1588.83593750, 15.79296875) [3238192.553] wl_pointer@17.motion(3029066, 1588.83593750, 15.79296875) [3238192.559] zwp_relative_pointer_v1@18.relative_motion(0, 3029066096, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238192.568] wl_pointer@50.frame() [3238192.572] wl_pointer@17.frame() [3238194.601] xdg_wm_base@35.ping(3029068) [3238194.629] -> xdg_wm_base@35.pong(3029068) [3238194.638] wl_pointer@50.motion(3029068, 1589.25781250, 16.63671875) [3238194.649] wl_pointer@17.motion(3029068, 1589.25781250, 16.63671875) [3238194.656] zwp_relative_pointer_v1@18.relative_motion(0, 3029068116, 0.42187500, 0.84375000, 1.00000000, 2.00000000) [3238194.665] wl_pointer@50.frame() [3238194.670] wl_pointer@17.frame() [3238196.510] xdg_wm_base@35.ping(3029070) [3238196.537] -> xdg_wm_base@35.pong(3029070) [3238196.545] wl_pointer@50.motion(3029070, 1589.25781250, 17.05859375) [3238196.557] wl_pointer@17.motion(3029070, 1589.25781250, 17.05859375) [3238196.564] zwp_relative_pointer_v1@18.relative_motion(0, 3029070145, 0.00000000, 0.42187500, 0.00000000, 1.00000000) [3238196.574] wl_pointer@50.frame() [3238196.578] wl_pointer@17.frame() [3238198.672] xdg_wm_base@35.ping(3029072) [3238198.702] -> xdg_wm_base@35.pong(3029072) [3238198.711] wl_pointer@50.motion(3029072, 1589.25781250, 17.47656250) [3238198.724] wl_pointer@17.motion(3029072, 1589.25781250, 17.47656250) [3238198.732] zwp_relative_pointer_v1@18.relative_motion(0, 3029072124, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238198.743] wl_pointer@50.frame() [3238198.748] wl_pointer@17.frame() [3238200.569] wl_pointer@28.motion(3029058, 1588.41015625, 13.69140625) [3238200.600] wl_pointer@28.frame() [3238200.605] wl_pointer@28.motion(3029060, 1588.41015625, 14.10937500) [3238200.610] wl_pointer@28.frame() [3238200.613] wl_pointer@28.motion(3029062, 1588.83593750, 14.95312500) [3238200.647] xdg_wm_base@35.ping(3029074) [3238200.667] wl_pointer@28.frame() [3238200.669] -> xdg_wm_base@35.pong(3029074) [3238200.699] wl_pointer@50.motion(3029074, 1589.25781250, 17.89062500) [3238200.710] wl_pointer@17.motion(3029074, 1589.25781250, 17.89062500) [3238200.721] wl_pointer@28.motion(3029064, 1588.83593750, 15.37890625) [3238200.731] zwp_relative_pointer_v1@18.relative_motion(0, 3029074142, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238200.748] wl_pointer@50.frame() [3238200.757] wl_pointer@17.frame() [3238200.738] wl_pointer@28.frame() [3238200.778] wl_pointer@28.motion(3029066, 1588.83593750, 15.79296875) [3238200.785] wl_pointer@28.frame() [3238200.789] wl_pointer@28.motion(3029068, 1589.25781250, 16.63671875) [3238200.795] wl_pointer@28.frame() [3238200.798] wl_pointer@28.motion(3029070, 1589.25781250, 17.05859375) [3238200.803] wl_pointer@28.frame() [3238200.808] wl_pointer@28.motion(3029072, 1589.25781250, 17.47656250) [3238200.815] wl_pointer@28.frame() [3238200.820] wl_pointer@28.motion(3029074, 1589.25781250, 17.89062500) [3238200.825] wl_pointer@28.frame() [3238202.642] xdg_wm_base@35.ping(3029076) [3238202.667] -> xdg_wm_base@35.pong(3029076) [3238202.674] wl_pointer@50.motion(3029076, 1589.25781250, 18.72656250) [3238202.685] wl_pointer@17.motion(3029076, 1589.25781250, 18.72656250) [3238202.692] zwp_relative_pointer_v1@18.relative_motion(0, 3029076143, 0.00000000, 0.83593750, 0.00000000, 2.00000000) [3238202.700] wl_pointer@50.frame() [3238202.705] wl_pointer@17.frame() [3238204.347] xdg_wm_base@35.ping(3029078) [3238204.369] -> xdg_wm_base@35.pong(3029078) [3238204.376] wl_pointer@50.motion(3029078, 1589.25781250, 19.14453125) [3238204.386] wl_pointer@17.motion(3029078, 1589.25781250, 19.14453125) [3238204.392] zwp_relative_pointer_v1@18.relative_motion(0, 3029078075, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238204.400] wl_pointer@50.frame() [3238204.404] wl_pointer@17.frame() [3238206.570] xdg_wm_base@35.ping(3029080) [3238206.595] -> xdg_wm_base@35.pong(3029080) [3238206.603] wl_pointer@50.motion(3029080, 1589.67187500, 19.56250000) [3238206.613] wl_pointer@17.motion(3029080, 1589.67187500, 19.56250000) [3238206.620] zwp_relative_pointer_v1@18.relative_motion(0, 3029080099, 0.41796875, 0.41796875, 1.00000000, 1.00000000) [3238206.628] wl_pointer@50.frame() [3238206.633] wl_pointer@17.frame() [3238208.379] xdg_wm_base@35.ping(3029082) [3238208.404] -> xdg_wm_base@35.pong(3029082) [3238208.411] wl_pointer@50.motion(3029082, 1589.67187500, 19.98046875) [3238208.422] wl_pointer@17.motion(3029082, 1589.67187500, 19.98046875) [3238208.428] zwp_relative_pointer_v1@18.relative_motion(0, 3029082103, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238208.437] wl_pointer@50.frame() [3238208.441] wl_pointer@17.frame() [3238210.579] xdg_wm_base@35.ping(3029084) [3238210.606] -> xdg_wm_base@35.pong(3029084) [3238210.614] wl_pointer@50.motion(3029084, 1589.67187500, 20.39453125) [3238210.626] wl_pointer@17.motion(3029084, 1589.67187500, 20.39453125) [3238210.633] zwp_relative_pointer_v1@18.relative_motion(0, 3029084103, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238210.642] wl_pointer@50.frame() [3238210.647] wl_pointer@17.frame() [3238212.672] xdg_wm_base@35.ping(3029086) [3238212.702] -> xdg_wm_base@35.pong(3029086) [3238212.711] wl_pointer@50.motion(3029086, 1589.67187500, 20.81250000) [3238212.724] wl_pointer@17.motion(3029086, 1589.67187500, 20.81250000) [3238212.732] zwp_relative_pointer_v1@18.relative_motion(0, 3029086142, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238212.742] wl_pointer@50.frame() [3238212.748] wl_pointer@17.frame() [3238214.604] xdg_wm_base@35.ping(3029088) [3238214.631] -> xdg_wm_base@35.pong(3029088) [3238214.640] wl_pointer@50.motion(3029088, 1589.67187500, 21.23046875) [3238214.654] wl_pointer@17.motion(3029088, 1589.67187500, 21.23046875) [3238214.662] zwp_relative_pointer_v1@18.relative_motion(0, 3029088122, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238214.673] wl_pointer@50.frame() [3238214.678] wl_pointer@17.frame() [3238217.057] wl_pointer@28.motion(3029076, 1589.25781250, 18.72656250) [3238217.094] wl_pointer@28.frame() [3238217.100] wl_pointer@28.motion(3029078, 1589.25781250, 19.14453125) [3238217.107] wl_pointer@28.frame() [3238217.111] wl_pointer@28.motion(3029080, 1589.67187500, 19.56250000) [3238217.116] wl_pointer@28.frame() [3238217.120] wl_pointer@28.motion(3029082, 1589.67187500, 19.98046875) [3238217.126] wl_pointer@28.frame() [3238217.130] wl_pointer@28.motion(3029084, 1589.67187500, 20.39453125) [3238217.135] wl_pointer@28.frame() [3238217.139] wl_pointer@28.motion(3029086, 1589.67187500, 20.81250000) [3238217.144] wl_pointer@28.frame() [3238217.148] wl_pointer@28.motion(3029088, 1589.67187500, 21.23046875) [3238217.154] wl_pointer@28.frame() [3238218.674] xdg_wm_base@35.ping(3029092) [3238218.705] -> xdg_wm_base@35.pong(3029092) [3238218.714] wl_pointer@50.motion(3029092, 1589.67187500, 21.64453125) [3238218.727] wl_pointer@17.motion(3029092, 1589.67187500, 21.64453125) [3238218.735] zwp_relative_pointer_v1@18.relative_motion(0, 3029092142, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238218.745] wl_pointer@50.frame() [3238218.750] wl_pointer@17.frame() [3238220.360] xdg_wm_base@35.ping(3029094) [3238220.388] -> xdg_wm_base@35.pong(3029094) [3238220.396] wl_pointer@50.motion(3029094, 1589.67187500, 22.06250000) [3238220.407] wl_pointer@17.motion(3029094, 1589.67187500, 22.06250000) [3238220.415] zwp_relative_pointer_v1@18.relative_motion(0, 3029094014, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238220.425] wl_pointer@50.frame() [3238220.429] wl_pointer@17.frame() [3238224.639] xdg_wm_base@35.ping(3029098) [3238224.672] -> xdg_wm_base@35.pong(3029098) [3238224.681] wl_pointer@50.motion(3029098, 1590.08984375, 22.48046875) [3238224.693] wl_pointer@17.motion(3029098, 1590.08984375, 22.48046875) [3238224.701] zwp_relative_pointer_v1@18.relative_motion(0, 3029098151, 0.41796875, 0.41796875, 1.00000000, 1.00000000) [3238224.710] wl_pointer@50.frame() [3238224.715] wl_pointer@17.frame() [3238230.278] xdg_wm_base@35.ping(3029104) [3238230.301] -> xdg_wm_base@35.pong(3029104) [3238230.307] wl_pointer@50.motion(3029104, 1590.08984375, 22.89453125) [3238230.317] wl_pointer@17.motion(3029104, 1590.08984375, 22.89453125) [3238230.323] zwp_relative_pointer_v1@18.relative_motion(0, 3029104040, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238230.331] wl_pointer@50.frame() [3238230.339] wl_pointer@17.frame() [3238233.240] wl_pointer@28.motion(3029092, 1589.67187500, 21.64453125) [3238233.270] wl_pointer@28.frame() [3238233.275] wl_pointer@28.motion(3029094, 1589.67187500, 22.06250000) [3238233.280] wl_pointer@28.frame() [3238233.284] wl_pointer@28.motion(3029098, 1590.08984375, 22.48046875) [3238233.288] wl_pointer@28.frame() [3238233.292] wl_pointer@28.motion(3029104, 1590.08984375, 22.89453125) [3238233.296] wl_pointer@28.frame() [3238234.439] xdg_wm_base@35.ping(3029108) [3238234.465] -> xdg_wm_base@35.pong(3029108) [3238234.472] wl_pointer@50.motion(3029108, 1590.08984375, 23.31250000) [3238234.482] wl_pointer@17.motion(3029108, 1590.08984375, 23.31250000) [3238234.490] zwp_relative_pointer_v1@18.relative_motion(0, 3029108083, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238234.498] wl_pointer@50.frame() [3238234.503] wl_pointer@17.frame() [3238238.403] xdg_wm_base@35.ping(3029112) [3238238.425] -> xdg_wm_base@35.pong(3029112) [3238238.432] wl_pointer@50.motion(3029112, 1590.08984375, 23.73046875) [3238238.441] wl_pointer@17.motion(3029112, 1590.08984375, 23.73046875) [3238238.450] zwp_relative_pointer_v1@18.relative_motion(0, 3029112010, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238238.457] wl_pointer@50.frame() [3238238.463] wl_pointer@17.frame() [3238246.501] xdg_wm_base@35.ping(3029120) [3238246.532] -> xdg_wm_base@35.pong(3029120) [3238246.544] wl_pointer@50.motion(3029120, 1590.08984375, 24.13281250) [3238246.559] wl_pointer@17.motion(3029120, 1590.08984375, 24.13281250) [3238246.568] zwp_relative_pointer_v1@18.relative_motion(0, 3029120013, 0.00000000, 0.40234375, 0.00000000, 1.00000000) [3238246.580] wl_pointer@50.frame() [3238246.585] wl_pointer@17.frame() [3238249.499] wl_pointer@28.motion(3029108, 1590.08984375, 23.31250000) [3238249.537] wl_pointer@28.frame() [3238249.547] wl_pointer@28.motion(3029112, 1590.08984375, 23.73046875) [3238249.556] wl_pointer@28.frame() [3238249.562] wl_pointer@28.motion(3029120, 1590.08984375, 24.13281250) [3238249.571] wl_pointer@28.frame() [3238250.429] xdg_wm_base@35.ping(3029123) [3238250.460] -> xdg_wm_base@35.pong(3029123) [3238250.471] wl_pointer@50.motion(3029123, 1590.08984375, 24.53906250) [3238250.486] wl_pointer@17.motion(3029123, 1590.08984375, 24.53906250) [3238250.496] zwp_relative_pointer_v1@18.relative_motion(0, 3029123981, 0.00000000, 0.40234375, 0.00000000, 1.00000000) [3238250.508] wl_pointer@50.frame() [3238250.516] wl_pointer@17.frame() [3238252.556] xdg_wm_base@35.ping(3029126) [3238252.587] -> xdg_wm_base@35.pong(3029126) [3238252.598] wl_pointer@50.motion(3029126, 1590.08984375, 24.95312500) [3238252.612] wl_pointer@17.motion(3029126, 1590.08984375, 24.95312500) [3238252.623] zwp_relative_pointer_v1@18.relative_motion(0, 3029126004, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238252.635] wl_pointer@50.frame() [3238252.641] wl_pointer@17.frame() [3238256.492] xdg_wm_base@35.ping(3029130) [3238256.521] -> xdg_wm_base@35.pong(3029130) [3238256.532] wl_pointer@50.motion(3029130, 1590.08984375, 25.37109375) [3238256.546] wl_pointer@17.motion(3029130, 1590.08984375, 25.37109375) [3238256.556] zwp_relative_pointer_v1@18.relative_motion(0, 3029130005, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238256.568] wl_pointer@50.frame() [3238256.575] wl_pointer@17.frame() [3238260.476] xdg_wm_base@35.ping(3029134) [3238260.507] -> xdg_wm_base@35.pong(3029134) [3238260.519] wl_pointer@50.motion(3029134, 1590.08984375, 25.78906250) [3238260.535] wl_pointer@17.motion(3029134, 1590.08984375, 25.78906250) [3238260.547] zwp_relative_pointer_v1@18.relative_motion(0, 3029134005, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238260.557] wl_pointer@50.frame() [3238260.563] wl_pointer@17.frame() [3238262.690] xdg_wm_base@35.ping(3029136) [3238262.726] -> xdg_wm_base@35.pong(3029136) [3238262.740] wl_pointer@50.motion(3029136, 1590.08984375, 26.20312500) [3238262.755] wl_pointer@17.motion(3029136, 1590.08984375, 26.20312500) [3238262.767] zwp_relative_pointer_v1@18.relative_motion(0, 3029136120, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238262.781] wl_pointer@50.frame() [3238262.790] wl_pointer@17.frame() [3238265.760] wl_pointer@28.motion(3029123, 1590.08984375, 24.53906250) [3238265.803] wl_pointer@28.frame() [3238265.810] wl_pointer@28.motion(3029126, 1590.08984375, 24.95312500) [3238265.816] wl_pointer@28.frame() [3238265.821] wl_pointer@28.motion(3029130, 1590.08984375, 25.37109375) [3238265.827] wl_pointer@28.frame() [3238265.832] wl_pointer@28.motion(3029134, 1590.08984375, 25.78906250) [3238265.873] wl_pointer@28.frame() [3238265.884] wl_pointer@28.motion(3029136, 1590.08984375, 26.20312500) [3238265.891] wl_pointer@28.frame() [3238266.824] xdg_wm_base@35.ping(3029140) [3238266.890] -> xdg_wm_base@35.pong(3029140) [3238266.900] wl_pointer@50.motion(3029140, 1590.08984375, 26.62109375) [3238266.913] wl_pointer@17.motion(3029140, 1590.08984375, 26.62109375) [3238266.922] zwp_relative_pointer_v1@18.relative_motion(0, 3029140096, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238266.932] wl_pointer@50.frame() [3238266.937] wl_pointer@17.frame() [3238268.682] xdg_wm_base@35.ping(3029142) [3238268.713] -> xdg_wm_base@35.pong(3029142) [3238268.722] wl_pointer@50.motion(3029142, 1590.08984375, 27.03906250) [3238268.734] wl_pointer@17.motion(3029142, 1590.08984375, 27.03906250) [3238268.743] zwp_relative_pointer_v1@18.relative_motion(0, 3029142116, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238268.753] wl_pointer@50.frame() [3238268.759] wl_pointer@17.frame() [3238270.744] xdg_wm_base@35.ping(3029144) [3238270.770] -> xdg_wm_base@35.pong(3029144) [3238270.778] wl_pointer@50.motion(3029144, 1590.08984375, 27.45312500) [3238270.788] wl_pointer@17.motion(3029144, 1590.08984375, 27.45312500) [3238270.795] zwp_relative_pointer_v1@18.relative_motion(0, 3029144016, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238270.804] wl_pointer@50.frame() [3238270.808] wl_pointer@17.frame() [3238272.402] xdg_wm_base@35.ping(3029146) [3238272.424] -> xdg_wm_base@35.pong(3029146) [3238272.431] wl_pointer@50.motion(3029146, 1590.08984375, 27.87109375) [3238272.441] wl_pointer@17.motion(3029146, 1590.08984375, 27.87109375) [3238272.447] zwp_relative_pointer_v1@18.relative_motion(0, 3029146120, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238272.455] wl_pointer@50.frame() [3238272.459] wl_pointer@17.frame() [3238274.543] xdg_wm_base@35.ping(3029148) [3238274.567] -> xdg_wm_base@35.pong(3029148) [3238274.574] wl_pointer@50.motion(3029148, 1590.08984375, 28.28906250) [3238274.585] wl_pointer@17.motion(3029148, 1590.08984375, 28.28906250) [3238274.592] zwp_relative_pointer_v1@18.relative_motion(0, 3029148117, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238274.600] wl_pointer@50.frame() [3238274.605] wl_pointer@17.frame() [3238276.532] xdg_wm_base@35.ping(3029150) [3238276.556] -> xdg_wm_base@35.pong(3029150) [3238276.564] wl_pointer@50.motion(3029150, 1590.08984375, 28.70312500) [3238276.574] wl_pointer@17.motion(3029150, 1590.08984375, 28.70312500) [3238276.581] zwp_relative_pointer_v1@18.relative_motion(0, 3029150097, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238276.590] wl_pointer@50.frame() [3238276.594] wl_pointer@17.frame() [3238278.622] xdg_wm_base@35.ping(3029152) [3238278.649] -> xdg_wm_base@35.pong(3029152) [3238278.657] wl_pointer@50.motion(3029152, 1590.08984375, 29.12109375) [3238278.668] wl_pointer@17.motion(3029152, 1590.08984375, 29.12109375) [3238278.676] zwp_relative_pointer_v1@18.relative_motion(0, 3029152150, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238278.685] wl_pointer@50.frame() [3238278.690] wl_pointer@17.frame() [3238280.635] xdg_wm_base@35.ping(3029154) [3238280.662] -> xdg_wm_base@35.pong(3029154) [3238280.670] wl_pointer@50.motion(3029154, 1590.08984375, 29.53906250) [3238280.682] wl_pointer@17.motion(3029154, 1590.08984375, 29.53906250) [3238280.689] zwp_relative_pointer_v1@18.relative_motion(0, 3029154128, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238280.699] wl_pointer@50.frame() [3238280.703] wl_pointer@17.frame() [3238281.980] wl_pointer@28.motion(3029140, 1590.08984375, 26.62109375) [3238282.012] wl_pointer@28.frame() [3238282.018] wl_pointer@28.motion(3029142, 1590.08984375, 27.03906250) [3238282.024] wl_pointer@28.frame() [3238282.028] wl_pointer@28.motion(3029144, 1590.08984375, 27.45312500) [3238282.033] wl_pointer@28.frame() [3238282.036] wl_pointer@28.motion(3029146, 1590.08984375, 27.87109375) [3238282.041] wl_pointer@28.frame() [3238282.045] wl_pointer@28.motion(3029148, 1590.08984375, 28.28906250) [3238282.049] wl_pointer@28.frame() [3238282.053] wl_pointer@28.motion(3029150, 1590.08984375, 28.70312500) [3238282.058] wl_pointer@28.frame() [3238282.061] wl_pointer@28.motion(3029152, 1590.08984375, 29.12109375) [3238282.066] wl_pointer@28.frame() [3238282.072] wl_pointer@28.motion(3029154, 1590.08984375, 29.53906250) [3238282.079] wl_pointer@28.frame() [3238282.606] xdg_wm_base@35.ping(3029156) [3238282.636] -> xdg_wm_base@35.pong(3029156) [3238282.645] wl_pointer@50.motion(3029156, 1590.08984375, 29.95312500) [3238282.658] wl_pointer@17.motion(3029156, 1590.08984375, 29.95312500) [3238282.667] zwp_relative_pointer_v1@18.relative_motion(0, 3029156086, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238282.677] wl_pointer@50.frame() [3238282.682] wl_pointer@17.frame() [3238284.654] xdg_wm_base@35.ping(3029158) [3238284.679] -> xdg_wm_base@35.pong(3029158) [3238284.686] wl_pointer@50.motion(3029158, 1590.08984375, 30.37109375) [3238284.697] wl_pointer@17.motion(3029158, 1590.08984375, 30.37109375) [3238284.704] zwp_relative_pointer_v1@18.relative_motion(0, 3029158143, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238284.712] wl_pointer@50.frame() [3238284.716] wl_pointer@17.frame() [3238286.408] xdg_wm_base@35.ping(3029160) [3238286.432] -> xdg_wm_base@35.pong(3029160) [3238286.440] wl_pointer@50.motion(3029160, 1590.08984375, 30.78906250) [3238286.450] wl_pointer@17.motion(3029160, 1590.08984375, 30.78906250) [3238286.458] zwp_relative_pointer_v1@18.relative_motion(0, 3029160105, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238286.466] wl_pointer@50.frame() [3238286.470] wl_pointer@17.frame() [3238288.584] xdg_wm_base@35.ping(3029162) [3238288.606] -> xdg_wm_base@35.pong(3029162) [3238288.613] wl_pointer@50.motion(3029162, 1590.08984375, 31.20312500) [3238288.623] wl_pointer@17.motion(3029162, 1590.08984375, 31.20312500) [3238288.629] zwp_relative_pointer_v1@18.relative_motion(0, 3029162111, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238288.637] wl_pointer@50.frame() [3238288.641] wl_pointer@17.frame() [3238292.452] xdg_wm_base@35.ping(3029166) [3238292.476] -> xdg_wm_base@35.pong(3029166) [3238292.483] wl_pointer@50.motion(3029166, 1590.08984375, 31.62109375) [3238292.494] wl_pointer@17.motion(3029166, 1590.08984375, 31.62109375) [3238292.501] zwp_relative_pointer_v1@18.relative_motion(0, 3029166146, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238292.509] wl_pointer@50.frame() [3238292.514] wl_pointer@17.frame() [3238294.658] xdg_wm_base@35.ping(3029168) [3238294.688] -> xdg_wm_base@35.pong(3029168) [3238294.698] wl_pointer@50.motion(3029168, 1590.08984375, 32.03906250) [3238294.710] wl_pointer@17.motion(3029168, 1590.08984375, 32.03906250) [3238294.719] zwp_relative_pointer_v1@18.relative_motion(0, 3029168141, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238294.729] wl_pointer@50.frame() [3238294.735] wl_pointer@17.frame() [3238296.511] xdg_wm_base@35.ping(3029170) [3238296.538] -> xdg_wm_base@35.pong(3029170) [3238296.547] wl_pointer@50.motion(3029170, 1590.08984375, 32.45312500) [3238296.558] wl_pointer@17.motion(3029170, 1590.08984375, 32.45312500) [3238296.566] zwp_relative_pointer_v1@18.relative_motion(0, 3029170089, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238296.575] wl_pointer@50.frame() [3238296.580] wl_pointer@17.frame() [3238298.159] wl_pointer@28.motion(3029156, 1590.08984375, 29.95312500) [3238298.186] wl_pointer@28.frame() [3238298.190] wl_pointer@28.motion(3029158, 1590.08984375, 30.37109375) [3238298.195] wl_pointer@28.frame() [3238298.198] wl_pointer@28.motion(3029160, 1590.08984375, 30.78906250) [3238298.202] wl_pointer@28.frame() [3238298.206] wl_pointer@28.motion(3029162, 1590.08984375, 31.20312500) [3238298.210] wl_pointer@28.frame() [3238298.213] wl_pointer@28.motion(3029166, 1590.08984375, 31.62109375) [3238298.217] wl_pointer@28.frame() [3238298.220] wl_pointer@28.motion(3029168, 1590.08984375, 32.03906250) [3238298.224] wl_pointer@28.frame() [3238298.227] wl_pointer@28.motion(3029170, 1590.08984375, 32.45312500) [3238298.231] wl_pointer@28.frame() [3238298.530] xdg_wm_base@35.ping(3029172) [3238298.553] -> xdg_wm_base@35.pong(3029172) [3238298.559] wl_pointer@50.motion(3029172, 1590.08984375, 32.87109375) [3238298.569] wl_pointer@17.motion(3029172, 1590.08984375, 32.87109375) [3238298.575] zwp_relative_pointer_v1@18.relative_motion(0, 3029172082, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238298.583] wl_pointer@50.frame() [3238298.587] wl_pointer@17.frame() [3238302.554] xdg_wm_base@35.ping(3029176) [3238302.572] -> xdg_wm_base@35.pong(3029176) [3238302.579] wl_pointer@50.motion(3029176, 1590.08984375, 33.28906250) [3238302.589] wl_pointer@17.motion(3029176, 1590.08984375, 33.28906250) [3238302.595] zwp_relative_pointer_v1@18.relative_motion(0, 3029176077, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238302.603] wl_pointer@50.frame() [3238302.606] wl_pointer@17.frame() [3238306.548] xdg_wm_base@35.ping(3029180) [3238306.570] -> xdg_wm_base@35.pong(3029180) [3238306.577] wl_pointer@50.motion(3029180, 1590.08984375, 33.70312500) [3238306.587] wl_pointer@17.motion(3029180, 1590.08984375, 33.70312500) [3238306.593] zwp_relative_pointer_v1@18.relative_motion(0, 3029180131, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238306.601] wl_pointer@50.frame() [3238306.605] wl_pointer@17.frame() [3238308.587] xdg_wm_base@35.ping(3029182) [3238308.612] -> xdg_wm_base@35.pong(3029182) [3238308.619] wl_pointer@50.motion(3029182, 1590.50781250, 33.70312500) [3238308.630] wl_pointer@17.motion(3029182, 1590.50781250, 33.70312500) [3238308.637] zwp_relative_pointer_v1@18.relative_motion(0, 3029182144, 0.41796875, 0.00000000, 1.00000000, 0.00000000) [3238308.645] wl_pointer@50.frame() [3238308.649] wl_pointer@17.frame() [3238312.599] xdg_wm_base@35.ping(3029186) [3238312.626] -> xdg_wm_base@35.pong(3029186) [3238312.635] wl_pointer@50.motion(3029186, 1590.50781250, 34.12109375) [3238312.646] wl_pointer@17.motion(3029186, 1590.50781250, 34.12109375) [3238312.653] zwp_relative_pointer_v1@18.relative_motion(0, 3029186148, 0.00000000, 0.41796875, 0.00000000, 1.00000000) [3238312.663] wl_pointer@50.frame() [3238312.668] wl_pointer@17.frame() [3238314.313] wl_pointer@28.motion(3029172, 1590.08984375, 32.87109375) [3238314.342] wl_pointer@28.frame() [3238314.347] wl_pointer@28.motion(3029176, 1590.08984375, 33.28906250) [3238314.352] wl_pointer@28.frame() [3238314.355] wl_pointer@28.motion(3029180, 1590.08984375, 33.70312500) [3238314.359] wl_pointer@28.frame() [3238314.363] wl_pointer@28.motion(3029182, 1590.50781250, 33.70312500) [3238314.367] wl_pointer@28.frame() [3238314.371] wl_pointer@28.motion(3029186, 1590.50781250, 34.12109375) [3238314.375] wl_pointer@28.frame() [3238328.647] xdg_wm_base@35.ping(3029202) [3238328.683] -> xdg_wm_base@35.pong(3029202) [3238328.693] wl_pointer@50.motion(3029202, 1590.87890625, 34.12109375) [3238328.706] wl_pointer@17.motion(3029202, 1590.87890625, 34.12109375) [3238328.716] zwp_relative_pointer_v1@18.relative_motion(0, 3029202099, 0.37109375, 0.00000000, 1.00000000, 0.00000000) [3238328.727] wl_pointer@50.frame() [3238328.732] wl_pointer@17.frame() [3238330.488] wl_pointer@28.motion(3029202, 1590.87890625, 34.12109375) [3238330.521] wl_pointer@28.frame() [3238338.605] xdg_wm_base@35.ping(3029212) [3238338.631] -> xdg_wm_base@35.pong(3029212) [3238338.639] wl_pointer@50.motion(3029212, 1590.87890625, 33.85546875) [3238338.650] wl_pointer@17.motion(3029212, 1590.87890625, 33.85546875) [3238338.657] zwp_relative_pointer_v1@18.relative_motion(0, 3029212151, 0.00000000, -0.26562500, 0.00000000, -1.00000000) [3238338.666] wl_pointer@50.frame() [3238338.671] wl_pointer@17.frame() [3238340.809] wl_pointer@50.motion(3029214, 1591.27734375, 33.85546875) [3238340.837] wl_pointer@17.motion(3029214, 1591.27734375, 33.85546875) [3238340.869] zwp_relative_pointer_v1@18.relative_motion(0, 3029214120, 0.39843750, 0.00000000, 1.00000000, 0.00000000) [3238340.878] wl_pointer@50.frame() [3238340.886] wl_pointer@17.frame() [3238346.637] wl_pointer@28.motion(3029212, 1590.87890625, 33.85546875) [3238346.666] wl_pointer@28.frame() [3238346.672] wl_pointer@28.motion(3029214, 1591.27734375, 33.85546875) [3238346.677] wl_pointer@28.frame() [3238350.681] xdg_wm_base@35.ping(3029224) [3238350.713] -> xdg_wm_base@35.pong(3029224) [3238350.722] wl_pointer@50.motion(3029224, 1591.68359375, 33.44531250) [3238350.735] wl_pointer@17.motion(3029224, 1591.68359375, 33.44531250) [3238350.744] zwp_relative_pointer_v1@18.relative_motion(0, 3029224152, 0.41015625, -0.41015625, 1.00000000, -1.00000000) [3238350.755] wl_pointer@50.frame() [3238350.760] wl_pointer@17.frame() [3238354.598] xdg_wm_base@35.ping(3029228) [3238354.631] -> xdg_wm_base@35.pong(3029228) [3238354.641] wl_pointer@50.motion(3029228, 1591.68359375, 33.03906250) [3238354.655] wl_pointer@17.motion(3029228, 1591.68359375, 33.03906250) [3238354.664] zwp_relative_pointer_v1@18.relative_motion(0, 3029228106, 0.00000000, -0.41015625, 0.00000000, -1.00000000) [3238354.676] wl_pointer@50.frame() [3238354.682] wl_pointer@17.frame() [3238362.629] xdg_wm_base@35.ping(3029236) [3238362.665] -> xdg_wm_base@35.pong(3029236) [3238362.675] wl_pointer@50.motion(3029236, 1592.08984375, 33.03906250) [3238362.690] wl_pointer@17.motion(3029236, 1592.08984375, 33.03906250) [3238362.699] zwp_relative_pointer_v1@18.relative_motion(0, 3029236115, 0.40234375, 0.00000000, 1.00000000, 0.00000000) [3238362.711] wl_pointer@50.frame() [3238362.716] wl_pointer@17.frame() [3238362.928] wl_pointer@28.motion(3029224, 1591.68359375, 33.44531250) [3238362.971] wl_pointer@28.frame() [3238362.980] wl_pointer@28.motion(3029228, 1591.68359375, 33.03906250) [3238362.990] wl_pointer@28.frame() [3238362.996] wl_pointer@28.motion(3029236, 1592.08984375, 33.03906250) [3238363.006] wl_pointer@28.frame() [3238370.683] xdg_wm_base@35.ping(3029244) [3238370.712] -> xdg_wm_base@35.pong(3029244) [3238370.724] wl_pointer@50.motion(3029244, 1592.08984375, 32.69531250) [3238370.738] wl_pointer@17.motion(3029244, 1592.08984375, 32.69531250) [3238370.749] zwp_relative_pointer_v1@18.relative_motion(0, 3029244154, 0.00000000, -0.33984375, 0.00000000, -1.00000000) [3238370.758] wl_pointer@50.frame() [3238370.764] wl_pointer@17.frame() [3238379.246] wl_pointer@28.motion(3029244, 1592.08984375, 32.69531250) [3238379.283] wl_pointer@28.frame() [3238404.409] xdg_wm_base@35.ping(3029278) [3238404.434] -> xdg_wm_base@35.pong(3029278) [3238404.442] wl_pointer@50.button(3480, 3029278, 272, 1) [3238404.453] -> xdg_toplevel@48.move(wl_seat@10, 3480) [3238404.461] wl_pointer@17.button(3480, 3029278, 272, 1) [3238404.468] wl_pointer@50.frame() [3238404.473] wl_pointer@17.frame() [3238406.777] wl_pointer@50.leave(3481, wl_surface@37) [3238406.805] wl_pointer@17.leave(3481, wl_surface@37) [3238406.812] wl_pointer@50.frame() [3238406.815] wl_pointer@17.frame() [3238406.819] wl_keyboard@19.leave(3482, wl_surface@32) [3238406.826] zwp_text_input_v3@20.leave(wl_surface@32) [3238406.833] -> zwp_text_input_v3@20.disable() [3238406.860] -> zwp_text_input_v3@20.commit() [3238406.891] -> wl_shm_pool@36.create_buffer(new id wl_buffer@30, 0, 2333, 45, 9332, 0) [3238407.179] -> wl_subsurface@38.set_position(-10, -45) [3238407.187] -> wl_surface@37.attach(wl_buffer@30, 0, 0) [3238407.193] -> wl_surface@37.damage_buffer(0, 0, 2333, 45) [3238407.198] -> wl_surface@37.commit() [3238407.203] -> wl_shm_pool@36.create_buffer(new id wl_buffer@61, 419952, 4666, 20, 18664, 0) [3238407.251] -> wl_subsurface@46.set_position(-10, 2185) [3238407.258] -> wl_surface@45.attach(wl_buffer@61, 0, 0) [3238407.263] -> wl_surface@45.damage_buffer(0, 0, 4666, 20) [3238407.272] -> wl_surface@45.commit() [3238407.277] -> wl_shm_pool@36.create_buffer(new id wl_buffer@52, 793232, 10, 2185, 40, 0) [3238407.324] -> wl_subsurface@42.set_position(-10, 0) [3238407.330] -> wl_surface@41.attach(wl_buffer@52, 0, 0) [3238407.335] -> wl_surface@41.damage_buffer(0, 0, 10, 2185) [3238407.339] -> wl_surface@41.commit() [3238407.343] -> wl_shm_pool@36.create_buffer(new id wl_buffer@57, 880640, 20, 4370, 80, 0) [3238407.456] -> wl_subsurface@44.set_position(2313, 0) [3238407.463] -> wl_surface@43.attach(wl_buffer@57, 0, 0) [3238407.467] -> wl_surface@43.damage_buffer(0, 0, 20, 4370) [3238407.471] -> wl_surface@43.commit() [3238408.228] wl_callback@59.done(3478) [3238408.239] wl_buffer@53.release() [3238408.479] -> wl_surface@32.frame(new id wl_callback@59) [3238409.856] -> wl_surface@32.attach(wl_buffer@53, 0, 0) [3238409.865] -> wl_surface@32.damage_buffer(72, 171, 54, 76) [3238409.870] -> wl_surface@32.commit() [3238409.875] -> wl_display@1.sync(new id wl_callback@58) [3238410.146] wl_display@1.delete_id(58) [3238410.564] wl_buffer@57.release() [3238410.575] -> wl_buffer@57.destroy() [3238410.585] wl_buffer@52.release() [3238410.588] -> wl_buffer@52.destroy() [3238410.593] wl_buffer@61.release() [3238410.597] -> wl_buffer@61.destroy() [3238410.601] wl_buffer@30.release() [3238410.604] -> wl_buffer@30.destroy() [3238411.552] wl_pointer@28.button(3480, 3029278, 272, 1) [3238411.583] wl_pointer@28.frame() [3238411.590] wl_pointer@28.leave(3481, wl_surface@37) [3238411.598] wl_pointer@28.frame() [3238411.602] wl_keyboard@27.leave(3482, wl_surface@32) [3238426.233] wl_display@1.delete_id(57) [3238426.268] wl_display@1.delete_id(61) [3238426.263] wl_display@1.delete_id(52) [3238426.302] wl_display@1.delete_id(59) [3238426.275] wl_display@1.delete_id(30) [3238426.318] wl_callback@59.done(3029300) [3238506.862] wl_surface@41.enter(wl_output@6) [3238506.904] -> wl_surface@41.set_buffer_scale(2) [3238506.913] -> wl_surface@41.commit() [3238506.920] wl_surface@41.enter(wl_output@16) [3238723.490] wl_pointer@50.enter(3483, wl_surface@37, 1592.12500000, 32.90234375) [3238723.546] -> wl_surface@49.set_buffer_scale(1) [3238723.558] -> wl_surface@49.attach(wl_buffer@62, 0, 0) [3238723.569] -> wl_surface@49.damage_buffer(0, 0, 24, 24) [3238723.577] -> wl_surface@49.commit() [3238723.585] -> wl_pointer@50.set_cursor(3483, wl_surface@49, 4, 4) [3238723.596] wl_pointer@17.enter(3483, wl_surface@37, 1592.12500000, 32.90234375) [3238723.614] wl_pointer@50.frame() [3238723.621] wl_pointer@17.frame() [3238723.626] wl_keyboard@19.modifiers(3484, 0, 0, 16, 0) [3238723.645] wl_keyboard@19.enter(3484, wl_surface@32, array[0]) [3238723.657] zwp_text_input_v3@20.enter(wl_surface@32) [3238723.667] -> zwp_text_input_v3@20.enable() [3238723.673] -> zwp_text_input_v3@20.set_content_type(0, 13) [3238723.684] -> zwp_text_input_v3@20.commit() [3238725.009] wl_callback@58.done(3482) [3238725.031] wl_buffer@55.release() [3238725.406] -> wl_surface@32.frame(new id wl_callback@58) [3238725.635] -> wl_surface@32.attach(wl_buffer@55, 0, 0) [3238725.647] -> wl_surface@32.damage_buffer(72, 171, 54, 76) [3238725.656] -> wl_surface@32.commit() [3238725.662] -> wl_display@1.sync(new id wl_callback@59) [3238725.699] -> zwp_text_input_v3@20.set_cursor_rectangle(45, 114, 0, 0) [3238725.709] -> zwp_text_input_v3@20.commit() [3238726.774] wl_display@1.delete_id(59) [3238726.807] zwp_text_input_v3@20.done(10) [3238732.005] wl_display@1.error(wl_surface@41, 2, "Buffer size (10x2185) must be an integer multiple of the buffer_scale (2).") wl_surface@41: error 2: Buffer size (10x2185) must be an integer multiple of the buffer_scale (2). thread 'main' panicked at 'failed to dispatch wayland event queue: Os { code: 71, kind: Uncategorized, message: "Protocol error" }', src/event.rs:1566:30 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace warning: queue 0x7fdfc4000ca0 destroyed while proxies still attached: zwp_primary_selection_offer_v1@4278190083 still attached wl_data_offer@4278190082 still attached zwp_primary_selection_offer_v1@4278190081 still attached wl_data_offer@4278190080 still attached zwp_primary_selection_device_v1@26 still attached zwp_primary_selection_device_manager_v1@22 still attached wl_data_device@25 still attached wl_seat@24 still attached wl_data_device_manager@23 still attached wl_registry@21 still attached warning: queue 0x5613dbf3c080 destroyed while proxies still attached: wl_buffer@62 still attached wl_shm_pool@56 still attached wl_subsurface@46 still attached wl_surface@45 still attached wl_subsurface@44 still attached wl_surface@43 still attached wl_subsurface@42 still attached wl_surface@41 still attached wl_subsurface@40 still attached wl_surface@39 still attached wl_subsurface@38 still attached wl_surface@37 still attached xdg_wm_base@35 still attached wl_output@16 still attached wl_output@15 still attached xdg_activation_v1@14 still attached zwp_text_input_manager_v3@13 still attached zwp_pointer_constraints_v1@12 still attached zwp_relative_pointer_manager_v1@11 still attached wl_seat@10 still attached wp_fractional_scale_manager_v1@9 still attached wp_viewporter@8 still attached wl_subcompositor@7 still attached wl_output@6 still attached wl_shm@5 still attached wl_compositor@4 still attached wl_registry@2 still attached warning: queue 0x5613dbf4dac0 destroyed while proxies still attached: wl_callback@58 still attached wl_surface@32 still attached ```
kchibisov commented 1 year ago

You need to disable decorations or update to latest master.

Given that you're on GNOME I'd suggest to update to latest master.