Skip to content

Instantly share code, notes, and snippets.

@jchv
Last active November 25, 2019 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchv/03acbfee73da34dd571d6e5c3e7607c5 to your computer and use it in GitHub Desktop.
Save jchv/03acbfee73da34dd571d6e5c3e7607c5 to your computer and use it in GitHub Desktop.
SwayWM crash on spamming tablet events
#0 0x00007faa9909d563 in wl_list_insert () from /nix/store/641prxh0dppg0d0cd1hkhcs83sq75g7b-wayland-1.17.0/lib/libwayland-server.so.0
No symbol table info available.
#1 0x00007faa9970b5cd in wl_signal_add (signal=0x11e7d10, listener=0x15b4ff0) at /nix/store/641prxh0dppg0d0cd1hkhcs83sq75g7b-wayland-1.17.0/include/wayland-server-core.h:435
No locals.
#2 xwm_set_seat (xwm=0x15b4c50, seat=0x11e7a10) at ../subprojects/wlroots/xwayland/selection/selection.c:309
No locals.
#3 0x00007faa9970c95a in wlr_xwayland_set_seat (xwayland=0x1235690, seat=0x11e7a10) at ../subprojects/wlroots/xwayland/xwayland.c:473
No locals.
#4 0x000000000044fd26 in unmanaged_handle_map (listener=<optimized out>, data=<optimized out>) at ../sway/desktop/xwayland.c:81
seat = 0x11e78c0
xwayland = <optimized out>
surface = <optimized out>
xsurface = 0x164b070
#5 0x00007faa9975327c in wlr_signal_emit_safe (signal=signal@entry=0x164b1d8, data=data@entry=0x164b070) at ../subprojects/wlroots/util/signal.c:29
pos = 0x1281450
l = 0x1281450
cursor = {link = {prev = 0x164b1d8, next = 0x7fff5f49e1f0}, notify = 0x7faa997531f0 <handle_noop>}
end = {link = {prev = 0x7fff5f49e1d0, next = 0x162f898}, notify = 0x7faa997531f0 <handle_noop>}
#6 0x00007faa9970cd54 in xwayland_surface_role_commit (wlr_surface=<optimized out>) at ../subprojects/wlroots/xwayland/xwm.c:738
surface = 0x164b070
__PRETTY_FUNCTION__ = "xwayland_surface_role_commit"
#7 0x00007faa9974e96a in surface_commit_pending (surface=surface@entry=0x12ffed0) at ../subprojects/wlroots/types/wlr_surface.c:372
invalid_buffer = true
subsurface = 0x13000b8
#8 0x00007faa9974ec68 in surface_commit (client=<optimized out>, resource=<optimized out>) at ../subprojects/wlroots/types/wlr_surface.c:444
surface = 0x12ffed0
subsurface = <optimized out>
#9 0x00007faa9863cff0 in ffi_call_unix64 () from /nix/store/qf83614vcv7fi51kpsd4ix1yhl3vq0dk-libffi-3.2.1/lib/../lib64/libffi.so.6
No symbol table info available.
#10 0x00007faa9863c77a in ffi_call () from /nix/store/qf83614vcv7fi51kpsd4ix1yhl3vq0dk-libffi-3.2.1/lib/../lib64/libffi.so.6
No symbol table info available.
#11 0x00007faa9909cbed in wl_closure_invoke () from /nix/store/641prxh0dppg0d0cd1hkhcs83sq75g7b-wayland-1.17.0/lib/libwayland-server.so.0
No symbol table info available.
#12 0x00007faa99099689 in wl_client_connection_data () from /nix/store/641prxh0dppg0d0cd1hkhcs83sq75g7b-wayland-1.17.0/lib/libwayland-server.so.0
No symbol table info available.
#13 0x00007faa9909ac42 in wl_event_loop_dispatch () from /nix/store/641prxh0dppg0d0cd1hkhcs83sq75g7b-wayland-1.17.0/lib/libwayland-server.so.0
No symbol table info available.
#14 0x00007faa9909987a in wl_display_run () from /nix/store/641prxh0dppg0d0cd1hkhcs83sq75g7b-wayland-1.17.0/lib/libwayland-server.so.0
No symbol table info available.
#15 0x0000000000419850 in server_run (server=<optimized out>) at ../sway/server.c:209
No locals.
#16 0x000000000040e5f4 in main (argc=<optimized out>, argv=<optimized out>) at ../sway/main.c:403
verbose = 0
debug = 0
validate = 0
allow_unsupported_gpu = 0
long_options = {{name = 0x45545b "help", has_arg = 0, flag = 0x0, val = 104}, {name = 0x4585ed "config", has_arg = 1, flag = 0x0, val = 99}, {name = 0x455460 "validate", has_arg = 0, flag = 0x0,
val = 67}, {name = 0x455469 "debug", has_arg = 0, flag = 0x0, val = 100}, {name = 0x4553bf "version", has_arg = 0, flag = 0x0, val = 118}, {name = 0x4544c9 "verbose", has_arg = 0, flag = 0x0,
val = 86}, {name = 0x45546f "get-socketpath", has_arg = 0, flag = 0x0, val = 112}, {name = 0x45547e "unsupported-gpu", has_arg = 0, flag = 0x0, val = 117}, {
name = 0x45548e "my-next-gpu-wont-be-nvidia", has_arg = 0, flag = 0x0, val = 117}, {name = 0x0, has_arg = 0, flag = 0x0, val = 0}}
config_path = 0x0
usage = 0x4557c0 "Usage: sway [options] [command]\n\n -h, --help", ' ' <repeats 13 times>, "Show help message and quit.\n -c, --config <config> Specify a config file.\n -C, --validate Check the validity of the config file, th"...
c = <optimized out>
2019-11-24 20:46:42 - [xwayland/sockets.c:65] Failed to bind socket @/tmp/.X11-unix/X0: Address already in use
2019-11-24 20:46:42 - [xwayland/sockets.c:65] Failed to bind socket @/tmp/.X11-unix/X1: Address already in use
[1932528.780] -> wl_display@1.get_registry(new id wl_registry@2)
[1932528.827] -> wl_display@1.sync(new id wl_callback@3)
[1932642.289] wl_display@1.get_registry(new id wl_registry@2)
[1932642.325] -> wl_registry@2.global(1, "wl_shm", 1)
[1932642.338] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1932642.349] -> wl_registry@2.global(3, "wl_drm", 2)
[1932642.359] -> wl_registry@2.global(4, "wl_compositor", 4)
[1932642.370] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1932642.381] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1932642.393] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1932642.403] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1932642.414] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1932642.424] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1932642.435] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1932642.445] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1932642.456] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1932642.467] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1932642.479] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1932642.490] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1932642.501] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1932642.513] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1932642.524] -> wl_registry@2.global(19, "wp_presentation", 1)
[1932642.535] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1932642.547] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1932642.558] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1932642.570] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1932642.582] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1932642.593] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1932642.605] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1932642.616] -> wl_registry@2.global(27, "wl_seat", 7)
[1932642.633] -> wl_registry@2.global(28, "wl_output", 3)
[1932642.651] -> wl_registry@2.global(29, "wl_output", 3)
[1932642.667] wl_display@1.sync(new id wl_callback@3)
[1932642.678] -> wl_callback@3.done(2)
[1932642.685] -> wl_display@1.delete_id(3)
[1932642.714] wl_display@1.delete_id(3)
[1932642.736] wl_registry@2.global(1, "wl_shm", 1)
[1932642.750] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1932642.767] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1932642.778] wl_registry@2.global(3, "wl_drm", 2)
[1932642.790] wl_registry@2.global(4, "wl_compositor", 4)
[1932642.801] -> wl_registry@2.bind(4, "wl_compositor", 4, new id [unknown]@5)
[1932642.817] wl_registry@2.global(5, "wl_subcompositor", 1)
[1932642.829] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1932642.841] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1932642.852] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1932642.863] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1932642.874] -> wl_registry@2.bind(9, "zxdg_output_manager_v1", 2, new id [unknown]@6)
[1932642.890] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1932642.901] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1932642.912] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1932642.923] -> wl_registry@2.bind(12, "zwlr_layer_shell_v1", 1, new id [unknown]@7)
[1932642.941] wl_registry@2.global(13, "xdg_wm_base", 2)
[1932642.952] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1932642.963] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1932642.975] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1932642.986] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1932643.011] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1932643.021] wl_registry@2.global(19, "wp_presentation", 1)
[1932643.034] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1932643.045] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1932643.057] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1932643.068] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1932643.080] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1932643.092] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1932643.106] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1932643.117] wl_registry@2.global(27, "wl_seat", 7)
[1932643.128] wl_registry@2.global(28, "wl_output", 3)
[1932643.140] -> wl_registry@2.bind(28, "wl_output", 3, new id [unknown]@8)
[1932643.156] wl_registry@2.global(29, "wl_output", 3)
[1932643.167] -> wl_registry@2.bind(29, "wl_output", 3, new id [unknown]@9)
[1932643.182] wl_callback@3.done(2)
[1932643.189] -> zxdg_output_manager_v1@6.get_xdg_output(new id zxdg_output_v1@3, wl_output@9)
[1932643.200] -> zxdg_output_manager_v1@6.get_xdg_output(new id zxdg_output_v1@10, wl_output@8)
[1932643.217] wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1932643.235] -> wl_shm@4.format(0)
[1932643.240] -> wl_shm@4.format(1)
[1932643.246] -> wl_shm@4.format(875708993)
[1932643.251] -> wl_shm@4.format(875709016)
[1932643.257] wl_registry@2.bind(4, "wl_compositor", 4, new id [unknown]@5)
[1932643.275] wl_registry@2.bind(9, "zxdg_output_manager_v1", 2, new id [unknown]@6)
[1932643.301] wl_registry@2.bind(12, "zwlr_layer_shell_v1", 1, new id [unknown]@7)
[1932643.320] wl_registry@2.bind(28, "wl_output", 3, new id [unknown]@8)
[1932643.338] -> wl_output@8.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1932643.366] -> wl_output@8.mode(0, 720, 400, 70082)
[1932643.381] -> wl_output@8.mode(0, 640, 480, 59940)
[1932643.396] -> wl_output@8.mode(0, 640, 480, 75000)
[1932643.411] -> wl_output@8.mode(0, 800, 600, 60317)
[1932643.426] -> wl_output@8.mode(0, 800, 600, 75000)
[1932643.441] -> wl_output@8.mode(0, 1024, 768, 60004)
[1932643.456] -> wl_output@8.mode(0, 1024, 768, 75029)
[1932643.471] -> wl_output@8.mode(0, 1280, 720, 60000)
[1932643.485] -> wl_output@8.mode(0, 1152, 864, 75000)
[1932643.500] -> wl_output@8.mode(0, 1280, 800, 60000)
[1932643.515] -> wl_output@8.mode(0, 1440, 900, 60000)
[1932643.530] -> wl_output@8.mode(0, 1280, 1024, 60020)
[1932643.544] -> wl_output@8.mode(0, 1280, 1024, 75025)
[1932643.559] -> wl_output@8.mode(0, 1600, 900, 60000)
[1932643.573] -> wl_output@8.mode(0, 1680, 1050, 60000)
[1932643.591] -> wl_output@8.mode(3, 1920, 1080, 60000)
[1932643.612] -> wl_output@8.scale(1)
[1932643.618] -> wl_output@8.done()
[1932643.622] wl_registry@2.bind(29, "wl_output", 3, new id [unknown]@9)
[1932643.639] -> wl_output@9.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1932643.667] -> wl_output@9.mode(0, 720, 400, 70082)
[1932643.682] -> wl_output@9.mode(0, 640, 480, 59940)
[1932643.696] -> wl_output@9.mode(0, 640, 480, 75000)
[1932643.710] -> wl_output@9.mode(0, 800, 600, 60317)
[1932643.725] -> wl_output@9.mode(0, 800, 600, 75000)
[1932643.739] -> wl_output@9.mode(0, 1024, 768, 60004)
[1932643.754] -> wl_output@9.mode(0, 1024, 768, 75029)
[1932643.769] -> wl_output@9.mode(0, 1280, 720, 60000)
[1932643.784] -> wl_output@9.mode(0, 1152, 864, 75000)
[1932643.798] -> wl_output@9.mode(0, 1280, 800, 60000)
[1932643.813] -> wl_output@9.mode(0, 1440, 900, 60000)
[1932643.828] -> wl_output@9.mode(0, 1280, 1024, 60020)
[1932643.843] -> wl_output@9.mode(0, 1280, 1024, 75025)
[1932643.858] -> wl_output@9.mode(0, 1600, 900, 60000)
[1932643.872] -> wl_output@9.mode(0, 1680, 1050, 60000)
[1932643.887] -> wl_output@9.mode(3, 1920, 1080, 60000)
[1932643.902] -> wl_output@9.scale(1)
[1932643.907] -> wl_output@9.done()
[1932643.911] zxdg_output_manager_v1@6.get_xdg_output(new id zxdg_output_v1@3, wl_output@9)
[1932643.923] -> zxdg_output_v1@3.name("DP-2")
[1932643.936] -> zxdg_output_v1@3.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1932643.942] -> zxdg_output_v1@3.logical_position(1920, 0)
[1932643.950] -> zxdg_output_v1@3.logical_size(1920, 1080)
[1932643.958] -> zxdg_output_v1@3.done()
[1932643.962] -> wl_output@9.done()
[1932643.966] zxdg_output_manager_v1@6.get_xdg_output(new id zxdg_output_v1@10, wl_output@8)
[1932643.976] -> zxdg_output_v1@10.name("DP-1")
[1932643.982] -> zxdg_output_v1@10.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1932643.988] -> zxdg_output_v1@10.logical_position(0, 0)
[1932643.997] -> zxdg_output_v1@10.logical_size(1920, 1080)
[1932644.006] -> zxdg_output_v1@10.done()
[1932644.010] -> wl_output@8.done()
[1932644.028] wl_output@8.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1932644.056] wl_output@8.mode(0, 720, 400, 70082)
[1932644.071] wl_output@8.mode(0, 640, 480, 59940)
[1932644.085] wl_output@8.mode(0, 640, 480, 75000)
[1932644.099] wl_output@8.mode(0, 800, 600, 60317)
[1932644.114] wl_output@8.mode(0, 800, 600, 75000)
[1932644.129] wl_output@8.mode(0, 1024, 768, 60004)
[1932644.142] wl_output@8.mode(0, 1024, 768, 75029)
[1932644.156] wl_output@8.mode(0, 1280, 720, 60000)
[1932644.170] wl_output@8.mode(0, 1152, 864, 75000)
[1932644.184] wl_output@8.mode(0, 1280, 800, 60000)
[1932644.198] wl_output@8.mode(0, 1440, 900, 60000)
[1932644.212] wl_output@8.mode(0, 1280, 1024, 60020)
[1932644.226] wl_output@8.mode(0, 1280, 1024, 75025)
[1932644.240] wl_output@8.mode(0, 1600, 900, 60000)
[1932644.254] wl_output@8.mode(0, 1680, 1050, 60000)
[1932644.267] wl_output@8.mode(3, 1920, 1080, 60000)
[1932644.288] wl_output@8.scale(1)
[1932644.294] wl_output@8.done()
[1932644.299] wl_output@9.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1932644.325] wl_output@9.mode(0, 720, 400, 70082)
[1932644.340] wl_output@9.mode(0, 640, 480, 59940)
[1932644.354] wl_output@9.mode(0, 640, 480, 75000)
[1932644.368] wl_output@9.mode(0, 800, 600, 60317)
[1932644.382] wl_output@9.mode(0, 800, 600, 75000)
[1932644.396] wl_output@9.mode(0, 1024, 768, 60004)
[1932644.410] wl_output@9.mode(0, 1024, 768, 75029)
[1932644.424] wl_output@9.mode(0, 1280, 720, 60000)
[1932644.438] wl_output@9.mode(0, 1152, 864, 75000)
[1932644.452] wl_output@9.mode(0, 1280, 800, 60000)
[1932644.465] wl_output@9.mode(0, 1440, 900, 60000)
[1932644.479] wl_output@9.mode(0, 1280, 1024, 60020)
[1932644.494] wl_output@9.mode(0, 1280, 1024, 75025)
[1932644.507] wl_output@9.mode(0, 1600, 900, 60000)
[1932644.521] wl_output@9.mode(0, 1680, 1050, 60000)
[1932644.535] wl_output@9.mode(3, 1920, 1080, 60000)
[1932644.549] wl_output@9.scale(1)
[1932644.554] wl_output@9.done()
[1932644.558] zxdg_output_v1@3.name("DP-2")
[1932644.564] zxdg_output_v1@3.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1932644.569] zxdg_output_v1@3.logical_position(1920, 0)
[1932644.578] zxdg_output_v1@3.logical_size(1920, 1080)
[1932644.586] zxdg_output_v1@3.done()
2019-11-24 20:46:42 - [main.c:300] Found config DP-2 for output DP-2 (Dell Inc. DELL E2715H HCVNY57EA2TL)
[1932644.629] -> wl_compositor@5.create_surface(new id wl_surface@11)
[1932644.636] -> wl_compositor@5.create_region(new id wl_region@12)
[1932644.642] -> wl_surface@11.set_input_region(wl_region@12)
[1932644.648] -> wl_region@12.destroy()
[1932644.652] -> zwlr_layer_shell_v1@7.get_layer_surface(new id zwlr_layer_surface_v1@13, wl_surface@11, wl_output@9, 0, "wallpaper")
[1932644.672] -> zwlr_layer_surface_v1@13.set_size(0, 0)
[1932644.680] -> zwlr_layer_surface_v1@13.set_anchor(15)
[1932644.685] -> zwlr_layer_surface_v1@13.set_exclusive_zone(-1)
[1932644.690] -> wl_surface@11.commit()
[1932644.694] wl_output@9.done()
[1932644.699] zxdg_output_v1@10.name("DP-1")
[1932644.704] zxdg_output_v1@10.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1932644.710] zxdg_output_v1@10.logical_position(0, 0)
[1932644.718] zxdg_output_v1@10.logical_size(1920, 1080)
[1932644.726] zxdg_output_v1@10.done()
2019-11-24 20:46:42 - [main.c:296] Could not find config for output DP-1 (Dell Inc. DELL E2715H HCVNY57EA25L)
[1932644.742] -> zxdg_output_v1@10.destroy()
[1932644.753] wl_compositor@5.create_surface(new id wl_surface@11)
[1932644.770] wl_compositor@5.create_region(new id wl_region@12)
[1932644.779] wl_surface@11.set_input_region(wl_region@12)
[1932644.785] wl_region@12.destroy()
[1932644.790] -> wl_display@1.delete_id(12)
[1932644.796] zwlr_layer_shell_v1@7.get_layer_surface(new id zwlr_layer_surface_v1@13, wl_surface@11, wl_output@9, 0, "wallpaper")
[1932644.817] zwlr_layer_surface_v1@13.set_size(0, 0)
[1932644.826] zwlr_layer_surface_v1@13.set_anchor(15)
[1932644.831] zwlr_layer_surface_v1@13.set_exclusive_zone(-1)
[1932644.837] wl_surface@11.commit()
[1932644.843] -> zwlr_layer_surface_v1@13.configure(3, 1920, 1080)
[1932644.857] zxdg_output_v1@10.destroy()
[1932644.861] -> wl_display@1.delete_id(10)
[1932644.872] wl_display@1.delete_id(12)
[1932644.880] wl_display@1.delete_id(10)
[1932644.885] zwlr_layer_surface_v1@13.configure(3, 1920, 1080)
[1932644.896] -> zwlr_layer_surface_v1@13.ack_configure(3)
[1932644.922] -> wl_shm@4.create_pool(new id wl_shm_pool@10, fd 4, 8294400)
[1932644.936] -> wl_shm_pool@10.create_buffer(new id wl_buffer@12, 0, 1920, 1080, 7680, 0)
[1932644.958] -> wl_shm_pool@10.destroy()
[1932645.442] -> wl_display@1.get_registry(new id wl_registry@2)
[1932645.474] -> wl_display@1.sync(new id wl_callback@3)
[1932645.491] wl_display@1.get_registry(new id wl_registry@2)
[1932645.502] -> wl_registry@2.global(1, "wl_shm", 1)
[1932645.515] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1932645.527] -> wl_registry@2.global(3, "wl_drm", 2)
[1932645.541] -> wl_registry@2.global(4, "wl_compositor", 4)
[1932645.559] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1932645.571] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1932645.582] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1932645.593] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1932645.604] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1932645.615] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1932645.627] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1932645.639] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1932645.650] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1932645.662] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1932645.673] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1932645.685] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1932645.695] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1932645.706] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1932645.718] -> wl_registry@2.global(19, "wp_presentation", 1)
[1932645.730] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1932645.741] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1932645.753] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1932645.763] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1932645.775] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1932645.786] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1932645.797] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1932645.808] -> wl_registry@2.global(27, "wl_seat", 7)
[1932645.821] -> wl_registry@2.global(28, "wl_output", 3)
[1932645.832] -> wl_registry@2.global(29, "wl_output", 3)
[1932645.844] wl_display@1.sync(new id wl_callback@3)
[1932645.851] -> wl_callback@3.done(3)
[1932645.857] -> wl_display@1.delete_id(3)
[1932645.890] wl_display@1.delete_id(3)
[1932645.909] wl_registry@2.global(1, "wl_shm", 1)
[1932645.922] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1932645.934] wl_registry@2.global(3, "wl_drm", 2)
[1932645.946] wl_registry@2.global(4, "wl_compositor", 4)
[1932645.958] wl_registry@2.global(5, "wl_subcompositor", 1)
[1932645.970] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1932645.981] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1932646.000] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1932646.010] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1932646.021] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1932646.034] -> wl_registry@2.bind(10, "org_kde_kwin_idle", 1, new id [unknown]@4)
[1932646.052] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1932646.063] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1932646.074] wl_registry@2.global(13, "xdg_wm_base", 2)
[1932646.086] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1932646.097] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1932646.108] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1932646.120] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1932646.131] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1932646.142] wl_registry@2.global(19, "wp_presentation", 1)
[1932646.153] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1932646.164] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1932646.175] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1932646.186] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1932646.198] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1932646.211] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1932646.222] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1932646.233] wl_registry@2.global(27, "wl_seat", 7)
[1932646.244] -> wl_registry@2.bind(27, "wl_seat", 1, new id [unknown]@5)
[1932646.261] wl_registry@2.global(28, "wl_output", 3)
[1932646.272] wl_registry@2.global(29, "wl_output", 3)
[1932646.291] wl_callback@3.done(3)
[1932648.561] -> wl_surface@11.set_buffer_scale(1)
[1932648.592] -> wl_surface@11.attach(wl_buffer@12, 0, 0)
[1932648.603] -> wl_surface@11.damage_buffer(0, 0, 2147483647, 2147483647)
[1932648.617] -> wl_surface@11.commit()
[1932648.651] zwlr_layer_surface_v1@13.ack_configure(3)
[1932648.673] wl_shm@4.create_pool(new id wl_shm_pool@10, fd 75, 8294400)
[1932648.706] wl_shm_pool@10.create_buffer(new id wl_buffer@12, 0, 1920, 1080, 7680, 0)
[1932648.742] wl_shm_pool@10.destroy()
[1932648.750] -> wl_display@1.delete_id(10)
[1932648.760] wl_surface@11.set_buffer_scale(1)
[1932648.770] wl_surface@11.attach(wl_buffer@12, 0, 0)
[1932648.787] wl_surface@11.damage_buffer(0, 0, 2147483647, 2147483647)
[1932648.808] wl_surface@11.commit()
Got sleep lock: 11
[1932649.601] -> org_kde_kwin_idle@4.get_idle_timeout(new id org_kde_kwin_idle_timeout@3, wl_seat@5, 600000)
[1932649.621] -> org_kde_kwin_idle@4.get_idle_timeout(new id org_kde_kwin_idle_timeout@6, wl_seat@5, 300000)
[1932649.640] -> wl_display@1.sync(new id wl_callback@7)
[1932654.719] -> wl_buffer@12.release()
[1932654.746] -> wl_surface@11.enter(wl_output@9)
[1932654.773] wl_registry@2.bind(10, [1932654.775] wl_display@1.delete_id("org_kde_kwin_idle"10, )
1, [1932654.793] wl_buffer@12.release(new id [unknown]@)
4)
[1932654.805] wl_registry@2.bind(27, "wl_seat", 1, new id [unknown]@5)
[1932654.824] -> wl_seat@5.capabilities(3)
[1932654.831] org_kde_kwin_idle@4.get_idle_timeout(new id org_kde_kwin_idle_timeout@3, wl_seat@5, 600000)
[1932654.855] org_kde_kwin_idle@4.get_idle_timeout(new id org_kde_kwin_idle_timeout@6, wl_seat@5, 300000)
[1932654.870] wl_display@1.sync(new id wl_callback@7)
[1932654.879] -> wl_callback@7.done(3)
[1932654.884] -> wl_display@1.delete_id(7)
[1932654.985] wl_display@1.delete_id(7)
[1932654.998] wl_callback@7.done(3)
[1932670.511] -> wl_display@1.get_registry(new id wl_registry@2)
[1932670.542] -> wl_display@1.sync(new id wl_callback@3)
[1932670.568] wl_display@1.get_registry(new id wl_registry@2)
[1932670.585] -> wl_registry@2.global(1, "wl_shm", 1)
[1932670.598] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1932670.610] -> wl_registry@2.global(3, "wl_drm", 2)
[1932670.623] -> wl_registry@2.global(4, "wl_compositor", 4)
[1932670.635] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1932670.647] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1932670.672] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1932670.683] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1932670.695] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1932670.707] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1932670.718] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1932670.730] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1932670.741] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1932670.752] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1932670.764] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1932670.775] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1932670.787] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1932670.799] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1932670.810] -> wl_registry@2.global(19, "wp_presentation", 1)
[1932670.822] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1932670.834] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1932670.845] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1932670.856] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1932670.868] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1932670.879] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1932670.891] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1932670.903] -> wl_registry@2.global(27, "wl_seat", 7)
[1932670.915] -> wl_registry@2.global(28, "wl_output", 3)
[1932670.926] -> wl_registry@2.global(29, "wl_output", 3)
[1932670.939] wl_display@1.sync(new id wl_callback@3)
[1932670.946] -> wl_callback@3.done(3)
[1932670.951] -> wl_display@1.delete_id(3)
[1932670.977] wl_display@1.delete_id(3)
[1932670.997] wl_registry@2.global(1, "wl_shm", 1)
[1932671.012] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1932671.074] -> wl_shm@4.create_pool(new id wl_shm_pool@5, fd 10, 2304)
[1932671.183] -> wl_shm_pool@5.resize(6912)
[1932671.768] -> wl_shm_pool@5.resize(16128)
[1932671.787] -> wl_shm_pool@5.resize(34560)
[1932671.804] -> wl_shm_pool@5.resize(71424)
[1932671.835] -> wl_shm_pool@5.resize(145152)
[1932671.898] -> wl_shm_pool@5.resize(292608)
[1932672.529] -> wl_shm_pool@5.resize(587520)
[1932674.084] -> wl_shm_pool@5.resize(1177344)
[1932680.995] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1932681.013] wl_registry@2.global(3, "wl_drm", 2)
[1932681.025] wl_registry@2.global(4, "wl_compositor", 4)
[1932681.037] -> wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@6)
[1932681.054] wl_registry@2.global(5, "wl_subcompositor", 1)
[1932681.066] -> wl_registry@2.bind(5, "wl_subcompositor", 1, new id [unknown]@7)
[1932681.083] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1932681.095] -> wl_registry@2.bind(6, "wl_data_device_manager", 3, new id [unknown]@8)
[1932681.112] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1932681.124] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1932681.136] -> wl_registry@2.bind(8, "gtk_primary_selection_device_manager", 1, new id [unknown]@9)
[1932681.154] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1932681.166] -> wl_registry@2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]@10)
[1932681.183] -> wl_display@1.sync(new id wl_callback@11)
[1932681.191] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1932681.203] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1932681.215] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1932681.226] wl_registry@2.global(13, "xdg_wm_base", 2)
[1932681.239] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1932681.251] -> wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@12)
[1932681.268] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1932681.282] -> wl_registry@2.bind(15, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[1932681.305] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1932681.318] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1932681.330] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1932681.342] wl_registry@2.global(19, "wp_presentation", 1)
[1932681.355] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1932681.366] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1932681.379] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1932681.391] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1932681.402] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1932681.415] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1932681.427] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1932681.438] wl_registry@2.global(27, "wl_seat", 7)
[1932681.451] -> wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@14)
[1932683.195] -> wl_compositor@6.create_surface(new id wl_surface@15)
[1932683.216] -> gtk_primary_selection_device_manager@9.get_device(new id gtk_primary_selection_device@16, wl_seat@14)
[1932683.227] -> wl_data_device_manager@8.get_data_device(new id wl_data_device@17, wl_seat@14)
[1932683.328] -> wl_compositor@6.create_surface(new id wl_surface@18)
[1932683.339] -> zwp_tablet_manager_v2@12.get_tablet_seat(new id zwp_tablet_seat_v2@19, wl_seat@14)
[1932683.349] -> wl_display@1.sync(new id wl_callback@20)
[1932683.357] wl_registry@2.global(28, "wl_output", 3)
[1932683.370] -> wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@21)
[1932683.409] -> zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@22, wl_output@21)
[1932683.420] -> wl_display@1.sync(new id wl_callback@23)
[1932683.427] wl_registry@2.global(29, "wl_output", 3)
[1932683.439] -> wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@24)
[1932683.457] -> zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@25, wl_output@24)
[1932683.468] -> wl_display@1.sync(new id wl_callback@26)
[1932683.476] wl_callback@3.done(3)
[1932683.496] wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1932683.520] -> wl_shm@4.format(0)
[1932683.527] -> wl_shm@4.format(1)
[1932683.533] -> wl_shm@4.format(875708993)
[1932683.538] -> wl_shm@4.format(875709016)
[1932683.544] wl_shm@4.create_pool(new id wl_shm_pool@5, fd 77, 2304)
[1932683.563] wl_shm_pool@5.resize(6912)
[1932683.574] wl_shm_pool@5.resize(16128)
[1932683.581] wl_shm_pool@5.resize(34560)
[1932683.587] wl_shm_pool@5.resize(71424)
[1932683.595] wl_shm_pool@5.resize(145152)
[1932683.602] wl_shm_pool@5.resize(292608)
[1932683.609] wl_shm_pool@5.resize(587520)
[1932683.616] wl_shm_pool@5.resize(1177344)
[1932683.625] wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@6)
[1932683.643] wl_registry@2.bind(5, "wl_subcompositor", 1, new id [unknown]@7)
[1932683.661] wl_registry@2.bind(6, "wl_data_device_manager", 3, new id [unknown]@8)
[1932683.680] wl_registry@2.bind(8, "gtk_primary_selection_device_manager", 1, new id [unknown]@9)
[1932683.697] wl_registry@2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]@10)
[1932683.713] wl_display@1.sync(new id wl_callback@11)
[1932683.721] -> wl_callback@11.done(3)
[1932683.728] -> wl_display@1.delete_id(11)
[1932683.736] wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@12)
[1932683.760] wl_registry@2.bind(15, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[1932683.777] -> org_kde_kwin_server_decoration_manager@13.default_mode(2)
[1932683.783] wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@14)
[1932683.801] -> wl_seat@14.name("seat0")
[1932683.807] -> wl_seat@14.capabilities(3)
[1932683.813] wl_compositor@6.create_surface(new id wl_surface@15)
[1932683.826] gtk_primary_selection_device_manager@9.get_device(new id gtk_primary_selection_device@16, wl_seat@14)
[1932683.838] wl_data_device_manager@8.get_data_device(new id wl_data_device@17, wl_seat@14)
[1932683.849] wl_compositor@6.create_surface(new id wl_surface@18)
[1932683.858] zwp_tablet_manager_v2@12.get_tablet_seat(new id zwp_tablet_seat_v2@19, wl_seat@14)
[1932683.877] -> zwp_tablet_seat_v2@19.tablet_added(new id zwp_tablet_v2@4278190080)
[1932683.884] -> zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1932683.890] -> zwp_tablet_v2@4278190080.id(1386, 770)
[1932683.899] -> zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1932683.905] -> zwp_tablet_v2@4278190080.done()
[1932683.910] -> zwp_tablet_seat_v2@19.pad_added(new id zwp_tablet_pad_v2@4278190081)
[1932683.917] -> zwp_tablet_pad_v2@4278190081.buttons(4)
[1932683.922] -> zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1932683.928] -> zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@4278190082)
[1932683.934] -> zwp_tablet_pad_group_v2@4278190082.modes(1)
[1932683.939] -> zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1932683.944] -> zwp_tablet_pad_group_v2@4278190082.done()
[1932683.948] -> zwp_tablet_pad_v2@4278190081.done()
[1932683.952] wl_display@1.sync(new id wl_callback@20)
[1932683.959] -> wl_callback@20.done(3)
[1932683.964] -> wl_display@1.delete_id(20)
[1932683.970] wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@21)
[1932683.987] -> wl_output@21.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1932684.015] -> wl_output@21.mode(0, 720, 400, 70082)
[1932684.030] -> wl_output@21.mode(0, 640, 480, 59940)
[1932684.044] -> wl_output@21.mode(0, 640, 480, 75000)
[1932684.060] -> wl_output@21.mode(0, 800, 600, 60317)
[1932684.075] -> wl_output@21.mode(0, 800, 600, 75000)
[1932684.089] -> wl_output@21.mode(0, 1024, 768, 60004)
[1932684.103] -> wl_output@21.mode(0, 1024, 768, 75029)
[1932684.117] -> wl_output@21.mode(0, 1280, 720, 60000)
[1932684.132] -> wl_output@21.mode(0, 1152, 864, 75000)
[1932684.147] -> wl_output@21.mode(0, 1280, 800, 60000)
[1932684.161] -> wl_output@21.mode(0, 1440, 900, 60000)
[1932684.176] -> wl_output@21.mode(0, 1280, 1024, 60020)
[1932684.190] -> wl_output@21.mode(0, 1280, 1024, 75025)
[1932684.205] -> wl_output@21.mode(0, 1600, 900, 60000)
[1932684.226] -> wl_output@21.mode(0, 1680, 1050, 60000)
[1932684.246] -> wl_output@21.mode(3, 1920, 1080, 60000)
[1932684.261] -> wl_output@21.scale(1)
[1932684.267] -> wl_output@21.done()
[1932684.271] zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@22, wl_output@21)
[1932684.291] -> zxdg_output_v1@22.name("DP-1")
[1932684.297] -> zxdg_output_v1@22.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1932684.303] -> zxdg_output_v1@22.logical_position(0, 0)
[1932684.312] -> zxdg_output_v1@22.logical_size(1920, 1080)
[1932684.320] -> wl_output@21.done()
[1932684.324] wl_display@1.sync(new id wl_callback@23)
[1932684.331] -> wl_callback@23.done(3)
[1932684.337] -> wl_display@1.delete_id(23)
[1932684.343] wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@24)
[1932684.359] -> wl_output@24.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1932684.387] -> wl_output@24.mode(0, 720, 400, 70082)
[1932684.401] -> wl_output@24.mode(0, 640, 480, 59940)
[1932684.416] -> wl_output@24.mode(0, 640, 480, 75000)
[1932684.431] -> wl_output@24.mode(0, 800, 600, 60317)
[1932684.445] -> wl_output@24.mode(0, 800, 600, 75000)
[1932684.460] -> wl_output@24.mode(0, 1024, 768, 60004)
[1932684.475] -> wl_output@24.mode(0, 1024, 768, 75029)
[1932684.490] -> wl_output@24.mode(0, 1280, 720, 60000)
[1932684.504] -> wl_output@24.mode(0, 1152, 864, 75000)
[1932684.519] -> wl_output@24.mode(0, 1280, 800, 60000)
[1932684.534] -> wl_output@24.mode(0, 1440, 900, 60000)
[1932684.548] -> wl_output@24.mode(0, 1280, 1024, 60020)
[1932684.562] -> wl_output@24.mode(0, 1280, 1024, 75025)
[1932684.576] -> wl_output@24.mode(0, 1600, 900, 60000)
[1932684.591] -> wl_output@24.mode(0, 1680, 1050, 60000)
[1932684.605] -> wl_output@24.mode(3, 1920, 1080, 60000)
[1932684.620] -> wl_output@24.scale(1)
[1932684.629] -> wl_output@24.done()
[1932684.633] zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@25, wl_output@24)
[1932684.642] -> zxdg_output_v1@25.name("DP-2")
[1932684.648] -> zxdg_output_v1@25.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1932684.653] -> zxdg_output_v1@25.logical_position(1920, 0)
[1932684.662] -> zxdg_output_v1@25.logical_size(1920, 1080)
[1932684.670] -> wl_output@24.done()
[1932684.674] wl_display@1.sync(new id wl_callback@26)
[1932684.681] -> wl_callback@26.done(3)
[1932684.686] -> wl_display@1.delete_id(26)
[1932684.711] wl_display@1.delete_id(11)
[1932684.719] wl_display@1.delete_id(20)
[1932684.724] wl_display@1.delete_id(23)
[1932684.729] wl_display@1.delete_id(26)
[1932684.735] wl_shm@4.format(0)
[1932684.740] wl_shm@4.format(1)
[1932684.747] wl_shm@4.format(875708993)
[1932684.752] wl_shm@4.format(875709016)
[1932684.757] wl_callback@11.done(3)
[1932684.762] org_kde_kwin_server_decoration_manager@13.default_mode(2)
[1932684.769] wl_seat@14.name("seat0")
[1932684.775] wl_seat@14.capabilities(3)
[1932684.781] -> wl_seat@14.get_pointer(new id wl_pointer@11)
[1932684.795] -> wl_seat@14.get_keyboard(new id wl_keyboard@3)
[1932684.808] zwp_tablet_seat_v2@19.tablet_added(new id zwp_tablet_v2@32708176)
[1932684.815] zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1932684.822] zwp_tablet_v2@4278190080.id(1386, 770)
[1932684.831] zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1932684.836] zwp_tablet_v2@4278190080.done()
[1932684.854] -> wl_compositor@6.create_surface(new id wl_surface@27)
[1932684.863] zwp_tablet_seat_v2@19.pad_added(new id zwp_tablet_pad_v2@32994304)
[1932684.870] zwp_tablet_pad_v2@4278190081.buttons(4)
[1932684.876] zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1932684.882] zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@32994032)
[1932684.889] zwp_tablet_pad_group_v2@4278190082.modes(1)
[1932684.894] zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1932684.900] zwp_tablet_pad_group_v2@4278190082.done()
[1932684.904] zwp_tablet_pad_v2@4278190081.done()
[1932684.924] wl_callback@20.done(3)
[1932684.931] wl_output@21.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1932684.961] wl_output@21.mode(0, 720, 400, 70082)
[1932684.976] wl_output@21.mode(0, 640, 480, 59940)
[1932684.991] wl_output@21.mode(0, 640, 480, 75000)
[1932685.006] wl_output@21.mode(0, 800, 600, 60317)
[1932685.020] wl_output@21.mode(0, 800, 600, 75000)
[1932685.035] wl_output@21.mode(0, 1024, 768, 60004)
[1932685.050] wl_output@21.mode(0, 1024, 768, 75029)
[1932685.065] wl_output@21.mode(0, 1280, 720, 60000)
[1932685.079] wl_output@21.mode(0, 1152, 864, 75000)
[1932685.094] wl_output@21.mode(0, 1280, 800, 60000)
[1932685.108] wl_output@21.mode(0, 1440, 900, 60000)
[1932685.123] wl_output@21.mode(0, 1280, 1024, 60020)
[1932685.137] wl_output@21.mode(0, 1280, 1024, 75025)
[1932685.152] wl_output@21.mode(0, 1600, 900, 60000)
[1932685.167] wl_output@21.mode(0, 1680, 1050, 60000)
[1932685.181] wl_output@21.mode(3, 1920, 1080, 60000)
[1932685.197] wl_output@21.scale(1)
[1932685.203] wl_output@21.done()
[1932685.211] zxdg_output_v1@22.name("DP-1")
[1932685.217] zxdg_output_v1@22.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1932685.222] zxdg_output_v1@22.logical_position(0, 0)
[1932685.230] zxdg_output_v1@22.logical_size(1920, 1080)
[1932685.239] wl_output@21.done()
[1932685.244] wl_callback@23.done(3)
[1932685.251] wl_output@24.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1932685.280] wl_output@24.mode(0, 720, 400, 70082)
[1932685.298] wl_output@24.mode(0, 640, 480, 59940)
[1932685.312] wl_output@24.mode(0, 640, 480, 75000)
[1932685.327] wl_output@24.mode(0, 800, 600, 60317)
[1932685.341] wl_output@24.mode(0, 800, 600, 75000)
[1932685.356] wl_output@24.mode(0, 1024, 768, 60004)
[1932685.370] wl_output@24.mode(0, 1024, 768, 75029)
[1932685.389] wl_output@24.mode(0, 1280, 720, 60000)
[1932685.403] wl_output@24.mode(0, 1152, 864, 75000)
[1932685.417] wl_output@24.mode(0, 1280, 800, 60000)
[1932685.431] wl_output@24.mode(0, 1440, 900, 60000)
[1932685.446] wl_output@24.mode(0, 1280, 1024, 60020)
[1932685.459] wl_output@24.mode(0, 1280, 1024, 75025)
[1932685.474] wl_output@24.mode(0, 1600, 900, 60000)
[1932685.488] wl_output@24.mode(0, 1680, 1050, 60000)
[1932685.503] wl_output@24.mode(3, 1920, 1080, 60000)
[1932685.518] wl_output@24.scale(1)
[1932685.523] wl_output@24.done()
[1932685.529] zxdg_output_v1@25.name("DP-2")
[1932685.534] zxdg_output_v1@25.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1932685.539] zxdg_output_v1@25.logical_position(1920, 0)
[1932685.547] zxdg_output_v1@25.logical_size(1920, 1080)
[1932685.556] wl_output@24.done()
[1932685.562] wl_callback@26.done(3)
[1932685.568] -> wl_registry@2.bind(13, "xdg_wm_base", 1, new id [unknown]@26)
[1932707.300] -> wl_display@1.get_registry(new id wl_registry@23)
[1932707.321] -> wl_display@1.sync(new id wl_callback@20)
[1932707.347] wl_seat@14.get_pointer(new id wl_pointer@11)
[1932707.369] wl_seat@14.get_keyboard(new id wl_keyboard@3)
[1932707.433] -> wl_keyboard@3.keymap(1, fd 80, 48613)
[1932707.448] -> wl_keyboard@3.repeat_info(25, 600)
[1932707.457] wl_compositor@6.create_surface(new id wl_surface@27)
[1932707.473] wl_registry@2.bind(13, "xdg_wm_base", 1, new id [unknown]@26)
[1932707.493] wl_display@1.get_registry(new id wl_registry@23)
[1932707.501] -> wl_registry@23.global(1, "wl_shm", 1)
[1932707.513] -> wl_registry@23.global(2, "zwp_linux_dmabuf_v1", 3)
[1932707.525] -> wl_registry@23.global(3, "wl_drm", 2)
[1932707.537] -> wl_registry@23.global(4, "wl_compositor", 4)
[1932707.548] -> wl_registry@23.global(5, "wl_subcompositor", 1)
[1932707.560] -> wl_registry@23.global(6, "wl_data_device_manager", 3)
[1932707.572] -> wl_registry@23.global(7, "zwlr_gamma_control_manager_v1", 1)
[1932707.584] -> wl_registry@23.global(8, "gtk_primary_selection_device_manager", 1)
[1932707.596] -> wl_registry@23.global(9, "zxdg_output_manager_v1", 3)
[1932707.608] -> wl_registry@23.global(10, "org_kde_kwin_idle", 1)
[1932707.621] -> wl_registry@23.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1932707.633] -> wl_registry@23.global(12, "zwlr_layer_shell_v1", 1)
[1932707.645] -> wl_registry@23.global(13, "xdg_wm_base", 2)
[1932707.656] -> wl_registry@23.global(14, "zwp_tablet_manager_v2", 1)
[1932707.668] -> wl_registry@23.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1932707.679] -> wl_registry@23.global(16, "zxdg_decoration_manager_v1", 1)
[1932707.696] -> wl_registry@23.global(17, "zwp_relative_pointer_manager_v1", 1)
[1932707.714] -> wl_registry@23.global(18, "zwp_pointer_constraints_v1", 1)
[1932707.727] -> wl_registry@23.global(19, "wp_presentation", 1)
[1932707.738] -> wl_registry@23.global(20, "zwlr_output_manager_v1", 1)
[1932707.750] -> wl_registry@23.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1932707.762] -> wl_registry@23.global(22, "zwlr_screencopy_manager_v1", 2)
[1932707.774] -> wl_registry@23.global(23, "zwlr_data_control_manager_v1", 2)
[1932707.785] -> wl_registry@23.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1932707.797] -> wl_registry@23.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1932707.809] -> wl_registry@23.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1932707.820] -> wl_registry@23.global(27, "wl_seat", 7)
[1932707.832] -> wl_registry@23.global(28, "wl_output", 3)
[1932707.843] -> wl_registry@23.global(29, "wl_output", 3)
[1932707.854] wl_display@1.sync(new id wl_callback@20)
[1932707.862] -> wl_callback@20.done(3)
[1932707.867] -> wl_display@1.delete_id(20)
[1932707.887] wl_display@1.delete_id(20)
[1932707.897] wl_keyboard@3.keymap(1, fd 13, 48613)
[1932709.215] wl_keyboard@3.repeat_info(25, 600)
[1932709.233] wl_registry@23.global(1, "wl_shm", 1)
[1932709.245] wl_registry@23.global(2, "zwp_linux_dmabuf_v1", 3)
[1932709.257] wl_registry@23.global(3, "wl_drm", 2)
[1932709.276] wl_registry@23.global(4, "wl_compositor", 4)
[1932709.293] wl_registry@23.global(5, "wl_subcompositor", 1)
[1932709.305] wl_registry@23.global(6, "wl_data_device_manager", 3)
[1932709.317] wl_registry@23.global(7, "zwlr_gamma_control_manager_v1", 1)
[1932709.331] wl_registry@23.global(8, "gtk_primary_selection_device_manager", 1)
[1932709.343] wl_registry@23.global(9, "zxdg_output_manager_v1", 3)
[1932709.355] -> wl_registry@23.bind(9, "zxdg_output_manager_v1", 2, new id [unknown]@28)
[1932709.372] wl_registry@23.global(10, "org_kde_kwin_idle", 1)
[1932709.384] wl_registry@23.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1932709.396] -> wl_registry@23.bind(11, "zwp_idle_inhibit_manager_v1", 1, new id [unknown]@29)
[1932709.412] wl_registry@23.global(12, "zwlr_layer_shell_v1", 1)
[1932709.424] -> wl_registry@23.bind(12, "zwlr_layer_shell_v1", 1, new id [unknown]@30)
[1932709.440] wl_registry@23.global(13, "xdg_wm_base", 2)
[1932709.452] wl_registry@23.global(14, "zwp_tablet_manager_v2", 1)
[1932709.464] wl_registry@23.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1932709.475] wl_registry@23.global(16, "zxdg_decoration_manager_v1", 1)
[1932709.487] wl_registry@23.global(17, "zwp_relative_pointer_manager_v1", 1)
[1932709.498] wl_registry@23.global(18, "zwp_pointer_constraints_v1", 1)
[1932709.510] wl_registry@23.global(19, "wp_presentation", 1)
[1932709.522] wl_registry@23.global(20, "zwlr_output_manager_v1", 1)
[1932709.534] wl_registry@23.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1932709.545] wl_registry@23.global(22, "zwlr_screencopy_manager_v1", 2)
[1932709.556] wl_registry@23.global(23, "zwlr_data_control_manager_v1", 2)
[1932709.568] wl_registry@23.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1932709.579] wl_registry@23.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1932709.591] wl_registry@23.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1932709.603] wl_registry@23.global(27, "wl_seat", 7)
[1932709.614] wl_registry@23.global(28, "wl_output", 3)
[1932709.627] -> wl_registry@23.bind(28, "wl_output", 3, new id [unknown]@31)
[1932709.648] -> zxdg_output_manager_v1@28.get_xdg_output(new id zxdg_output_v1@32, wl_output@31)
[1932709.663] wl_registry@23.global(29, "wl_output", 3)
[1932709.680] -> wl_registry@23.bind(29, "wl_output", 3, new id [unknown]@33)
[1932709.699] -> zxdg_output_manager_v1@28.get_xdg_output(new id zxdg_output_v1@34, wl_output@33)
[1932709.710] wl_callback@20.done(3)
Unknown option -b
[1932709.926] wl_registry@23.bind(9, "zxdg_output_manager_v1", 2, new id [unknown]@28)
[1932709.946] wl_registry@23.bind(11, "zwp_idle_inhibit_manager_v1", 1, new id [unknown]@29)
[1932709.963] wl_registry@23.bind(12, "zwlr_layer_shell_v1", 1, new id [unknown]@30)
[1932709.980] wl_registry@23.bind(28, "wl_output", 3, new id [unknown]@31)
[1932710.000] -> wl_output@31.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1932710.040] -> wl_output@31.mode(0, 720, 400, 70082)
[1932710.062] -> wl_output@31.mode(0, 640, 480, 59940)
[1932710.084] -> wl_output@31.mode(0, 640, 480, 75000)
[1932710.104] -> wl_output@31.mode(0, 800, 600, 60317)
[1932710.118] -> wl_output@31.mode(0, 800, 600, 75000)
[1932710.134] -> wl_output@31.mode(0, 1024, 768, 60004)
[1932710.148] -> wl_output@31.mode(0, 1024, 768, 75029)
[1932710.166] -> wl_output@31.mode(0, 1280, 720, 60000)
[1932710.190] -> wl_output@31.mode(0, 1152, 864, 75000)
[1932710.212] -> wl_output@31.mode(0, 1280, 800, 60000)
[1932710.235] -> wl_output@31.mode(0, 1440, 900, 60000)
[1932710.256] -> wl_output@31.mode(0, 1280, 1024, 60020)
[1932710.271] -> wl_output@31.mode(0, 1280, 1024, 75025)
[1932710.291] -> wl_output@31.mode(0, 1600, 900, 60000)
[1932710.306] -> wl_output@31.mode(0, 1680, 1050, 60000)
[1932710.321] -> wl_output@31.mode(3, 1920, 1080, 60000)
[1932710.335] -> wl_output@31.scale(1)
[1932710.341] -> wl_output@31.done()
[1932710.346] zxdg_output_manager_v1@28.get_xdg_output(new id zxdg_output_v1@32, wl_output@31)
[1932710.357] -> zxdg_output_v1@32.name("DP-1")
[1932710.365] -> zxdg_output_v1@32.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1932710.378] -> zxdg_output_v1@32.logical_position(0, 0)
[1932710.387] -> zxdg_output_v1@32.logical_size(1920, 1080)
[1932710.396] -> zxdg_output_v1@32.done()
[1932710.401] -> wl_output@31.done()
[1932710.406] wl_registry@23.bind(29, "wl_output", 3, new id [unknown]@33)
[1932710.425] -> wl_output@33.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1932710.452] -> wl_output@33.mode(0, 720, 400, 70082)
[1932710.465] -> wl_output@33.mode(0, 640, 480, 59940)
[1932710.478] -> wl_output@33.mode(0, 640, 480, 75000)
[1932710.491] -> wl_output@33.mode(0, 800, 600, 60317)
[1932710.504] -> wl_output@33.mode(0, 800, 600, 75000)
[1932710.517] -> wl_output@33.mode(0, 1024, 768, 60004)
[1932710.530] -> wl_output@33.mode(0, 1024, 768, 75029)
[1932710.543] -> wl_output@33.mode(0, 1280, 720, 60000)
[1932710.556] -> wl_output@33.mode(0, 1152, 864, 75000)
[1932710.569] -> wl_output@33.mode(0, 1280, 800, 60000)
[1932710.582] -> wl_output@33.mode(0, 1440, 900, 60000)
[1932710.595] -> wl_output@33.mode(0, 1280, 1024, 60020)
[1932710.608] -> wl_output@33.mode(0, 1280, 1024, 75025)
[1932710.621] -> wl_output@33.mode(0, 1600, 900, 60000)
[1932710.634] -> wl_output@33.mode(0, 1680, 1050, 60000)
[1932710.649] -> wl_output@33.mode(3, 1920, 1080, 60000)
[1932710.668] -> wl_output@33.scale(1)
[1932710.677] -> wl_output@33.done()
[1932710.682] zxdg_output_manager_v1@28.get_xdg_output(new id zxdg_output_v1@34, wl_output@33)
[1932710.691] -> zxdg_output_v1@34.name("DP-2")
[1932710.696] -> zxdg_output_v1@34.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1932710.701] -> zxdg_output_v1@34.logical_position(1920, 0)
[1932710.709] -> zxdg_output_v1@34.logical_size(1920, 1080)
[1932710.717] -> zxdg_output_v1@34.done()
[1932710.720] -> wl_output@33.done()
[1932710.745] zxdg_output_v1@32.name("DP-1")
[1932710.775] -> wl_display@1.sync(new id wl_callback@20)
[1932710.786] zxdg_output_v1@32.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1932710.794] zxdg_output_v1@32.logical_position(0, 0)
[1932710.806] zxdg_output_v1@32.logical_size(1920, 1080)
[1932710.818] zxdg_output_v1@32.done()
[1932710.825] zxdg_output_v1@34.name("DP-2")
[1932710.845] -> wl_display@1.sync(new id wl_callback@35)
[1932710.856] zxdg_output_v1@34.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1932710.864] zxdg_output_v1@34.logical_position(1920, 0)
[1932710.878] zxdg_output_v1@34.logical_size(1920, 1080)
[1932710.890] zxdg_output_v1@34.done()
[1932710.906] wl_display@1.sync(new id wl_callback@20)
[1932710.913] -> wl_callback@20.done(3)
[1932710.919] -> wl_display@1.delete_id(20)
[1932710.924] wl_display@1.sync(new id wl_callback@35)
[1932710.931] -> wl_callback@35.done(3)
[1932710.936] -> wl_display@1.delete_id(35)
[1932710.948] wl_display@1.delete_id(20)
[1932710.960] wl_display@1.delete_id(35)
[1932710.967] wl_callback@20.done(3)
[1932710.975] wl_callback@35.done(3)
[1932721.360] -> wl_compositor@6.create_surface(new id wl_surface@35)
[1932727.668] -> wl_compositor@6.create_surface(new id wl_surface@20)
[1932728.408] -> zwlr_layer_shell_v1@30.get_layer_surface(new id zwlr_layer_surface_v1@36, wl_surface@35, wl_output@33, 2, "waybar")
[1932728.438] -> zwlr_layer_surface_v1@36.set_keyboard_interactivity(0)
[1932728.444] -> zwlr_layer_surface_v1@36.set_anchor(13)
[1932728.449] -> zwlr_layer_surface_v1@36.set_size(0, 1)
[1932728.461] -> zwlr_layer_surface_v1@36.set_margin(0, 0, 0, 0)
[1932728.476] -> zwlr_layer_surface_v1@36.set_exclusive_zone(1)
[1932728.482] -> wl_surface@35.commit()
[1932728.486] -> wl_display@1.sync(new id wl_callback@37)
[1932728.503] wl_compositor@6.create_surface(new id wl_surface@35)
[1932728.530] wl_compositor@6.create_surface(new id wl_surface@20)
[1932728.540] zwlr_layer_shell_v1@30.get_layer_surface(new id zwlr_layer_surface_v1@36, wl_surface@35, wl_output@33, 2, "waybar")
[1932728.563] zwlr_layer_surface_v1@36.set_keyboard_interactivity(0)
[1932728.569] zwlr_layer_surface_v1@36.set_anchor(13)
[1932728.574] zwlr_layer_surface_v1@36.set_size(0, 1)
[1932728.593] zwlr_layer_surface_v1@36.set_margin(0, 0, 0, 0)
[1932728.608] zwlr_layer_surface_v1@36.set_exclusive_zone(1)
[1932728.614] wl_surface@35.commit()
[1932728.623] -> zwlr_layer_surface_v1@36.configure(4, 1920, 1)
[1932728.646] wl_display@1.sync(new id wl_callback@37)
[1932728.654] -> wl_callback@37.done(4)
[1932728.659] -> wl_display@1.delete_id(37)
[1932728.722] wl_display@1.delete_id(37)
[1932728.730] zwlr_layer_surface_v1@36.configure(4, 1920, 1)
[1932728.747] -> zwlr_layer_surface_v1@36.set_exclusive_zone(1)
[1932728.762] -> wl_surface@35.commit()
[1932728.766] -> zwlr_layer_surface_v1@36.ack_configure(4)
[1932728.771] wl_callback@37.done(4)
[1932729.453] -> zwlr_layer_shell_v1@30.get_layer_surface(new id zwlr_layer_surface_v1@37, wl_surface@20, wl_output@31, 2, "waybar")
[1932729.488] -> zwlr_layer_surface_v1@37.set_keyboard_interactivity(0)
[1932729.495] -> zwlr_layer_surface_v1@37.set_anchor(13)
[1932729.502] -> zwlr_layer_surface_v1@37.set_size(0, 1)
[1932729.518] -> zwlr_layer_surface_v1@37.set_margin(0, 0, 0, 0)
[1932729.539] -> zwlr_layer_surface_v1@37.set_exclusive_zone(1)
[1932729.547] -> wl_surface@20.commit()
[1932729.553] -> wl_display@1.sync(new id wl_callback@38)
[1932729.572] zwlr_layer_surface_v1@36.set_exclusive_zone(1)
[1932729.589] wl_surface@35.commit()
[1932729.596] zwlr_layer_surface_v1@36.ack_configure(4)
[1932729.603] zwlr_layer_shell_v1@30.get_layer_surface(new id zwlr_layer_surface_v1@37, wl_surface@20, wl_output@31, 2, "waybar")
[1932729.624] zwlr_layer_surface_v1@37.set_keyboard_interactivity(0)
[1932729.630] zwlr_layer_surface_v1@37.set_anchor(13)
[1932729.636] zwlr_layer_surface_v1@37.set_size(0, 1)
[1932729.645] zwlr_layer_surface_v1@37.set_margin(0, 0, 0, 0)
[1932729.660] zwlr_layer_surface_v1@37.set_exclusive_zone(1)
[1932729.666] wl_surface@20.commit()
[1932729.671] -> zwlr_layer_surface_v1@37.configure(5, 1920, 1)
[1932729.688] wl_display@1.sync(new id wl_callback@38)
[1932729.695] -> wl_callback@38.done(5)
[1932729.701] -> wl_display@1.delete_id(38)
[1932729.749] wl_display@1.delete_id(38)
[1932729.857] zwlr_layer_surface_v1@37.configure(5, 1920, 1)
[1932729.883] -> zwlr_layer_surface_v1@37.set_exclusive_zone(1)
[1932729.904] -> wl_surface@20.commit()
[1932729.911] -> zwlr_layer_surface_v1@37.ack_configure(5)
[1932729.919] wl_callback@38.done(5)
[1932729.963] zwlr_layer_surface_v1@37.set_exclusive_zone(1)
[1932729.976] wl_surface@20.commit()
[1932729.982] zwlr_layer_surface_v1@37.ack_configure(5)
[1932938.735] -> wl_surface@35.set_buffer_scale(1)
[1932945.445] -> wl_surface@20.set_buffer_scale(1)
[1932945.490] -> zwlr_layer_surface_v1@36.set_size(1920, 26)
[1932945.619] -> zwlr_layer_surface_v1@37.set_size(1920, 26)
[1932945.654] wl_surface@35.set_buffer_scale(1)
[1932945.671] wl_surface@20.set_buffer_scale(1)
[1932945.677] zwlr_layer_surface_v1@36.set_size(1920, 26)
[1932945.686] zwlr_layer_surface_v1@37.set_size(1920, 26)
[1932945.759] -> wl_shm@4.create_pool(new id wl_shm_pool@38, fd 30, 199680)
[1932945.778] -> wl_shm_pool@38.create_buffer(new id wl_buffer@39, 0, 1920, 26, 7680, 0)
[1932946.564] -> wl_surface@35.attach(wl_buffer@39, 0, 0)
[1932946.581] -> wl_surface@35.set_buffer_scale(1)
[1932946.586] -> wl_surface@35.damage(0, 0, 1920, 26)
[1932946.600] -> wl_compositor@6.create_region(new id wl_region@40)
[1932946.607] -> wl_region@40.add(8, 0, 1904, 8)
[1932946.619] -> wl_region@40.add(0, 8, 1920, 18)
[1932946.632] -> wl_surface@35.set_opaque_region(wl_region@40)
[1932946.637] -> wl_region@40.destroy()
[1932946.640] -> wl_surface@35.set_input_region(nil)
[1932946.654] -> wl_surface@35.frame(new id wl_callback@41)
[1932946.661] -> wl_surface@35.commit()
[1932946.758] -> wl_shm@4.create_pool(new id wl_shm_pool@42, fd 31, 199680)
[1932946.772] -> wl_shm_pool@42.create_buffer(new id wl_buffer@43, 0, 1920, 26, 7680, 0)
[1932947.037] -> wl_surface@20.attach(wl_buffer@43, 0, 0)
[1932947.052] -> wl_surface@20.set_buffer_scale(1)
[1932947.057] -> wl_surface@20.damage(0, 0, 1920, 26)
[1932947.070] -> wl_compositor@6.create_region(new id wl_region@44)
[1932947.087] -> wl_region@44.add(8, 0, 1904, 8)
[1932947.100] -> wl_region@44.add(0, 8, 1920, 18)
[1932947.112] -> wl_surface@20.set_opaque_region(wl_region@44)
[1932947.117] -> wl_region@44.destroy()
[1932947.121] -> wl_surface@20.set_input_region(nil)
[1932947.134] -> wl_surface@20.frame(new id wl_callback@45)
[1932947.140] -> wl_surface@20.commit()
[1932947.160] wl_shm@4.create_pool(new id wl_shm_pool@38, fd 91, 199680)
[1932947.187] wl_shm_pool@38.create_buffer(new id wl_buffer@39, 0, 1920, 26, 7680, 0)
[1932947.208] wl_surface@35.attach(wl_buffer@39, 0, 0)
[1932947.219] wl_surface@35.set_buffer_scale(1)
[1932947.224] wl_surface@35.damage(0, 0, 1920, 26)
[1932947.238] wl_compositor@6.create_region(new id wl_region@40)
[1932947.247] wl_region@40.add(8, 0, 1904, 8)
[1932947.260] wl_region@40.add(0, 8, 1920, 18)
[1932947.273] wl_surface@35.set_opaque_region(wl_region@40)
[1932947.279] wl_region@40.destroy()
[1932947.288] -> wl_display@1.delete_id(40)
[1932947.293] wl_surface@35.set_input_region(nil)
[1932947.298] wl_surface@35.frame(new id wl_callback@41)
[1932947.305] wl_surface@35.commit()
[1932948.408] -> wl_buffer@39.release()
[1932948.428] -> wl_surface@35.enter(wl_output@33)
[1932948.434] -> wl_surface@35.enter(wl_output@24)
[1932948.445] -> zwlr_layer_surface_v1@36.configure(6, 1920, 26)
[1932948.457] wl_shm@4.create_pool(new id wl_shm_pool@42, fd 92, 199680)
[1932948.473] wl_shm_pool@42.create_buffer(new id wl_buffer@43, 0, 1920, 26, 7680, 0)
[1932948.493] wl_surface@20.attach(wl_buffer@43, 0, 0)
[1932948.503] wl_surface@20.set_buffer_scale(1)
[1932948.508] wl_surface@20.damage(0, 0, 1920, 26)
[1932948.521] wl_compositor@6.create_region(new id wl_region@44)
[1932948.528] wl_region@44.add(8, 0, 1904, 8)
[1932948.540] wl_region@44.add(0, 8, 1920, 18)
[1932948.553] wl_surface@20.set_opaque_region(wl_region@44)
[1932948.560] wl_region@44.destroy()
[1932948.563] -> wl_display@1.delete_id(44)
[1932948.568] wl_surface@20.set_input_region(nil)
[1932948.573] wl_surface@20.frame(new id wl_callback@45)
[1932948.579] wl_surface@20.commit()
[1932948.674] -> wl_buffer@43.release()
[1932948.683] -> wl_surface@20.enter(wl_output@31)
[1932948.688] -> wl_surface@20.enter(wl_output@21)
[1932948.694] -> zwlr_layer_surface_v1@37.configure(7, 1920, 26)
[1932949.129] wl_display@1.delete_id(40)
[1932949.142] wl_display@1.delete_id(44)
[1932949.147] wl_buffer@39.release()
[1932949.151] wl_surface@35.enter(wl_output@33)
[1932949.156] wl_surface@35.enter(wl_output@24)
[1932949.161] zwlr_layer_surface_v1@36.configure(6, 1920, 26)
[1932949.179] -> zwlr_layer_surface_v1@36.set_exclusive_zone(26)
[1932949.203] -> wl_surface@35.commit()
[1932949.206] -> zwlr_layer_surface_v1@36.ack_configure(6)
[1932949.212] wl_buffer@43.release()
[1932949.215] wl_surface@20.enter(wl_output@31)
[1932949.220] wl_surface@20.enter(wl_output@21)
[1932949.225] zwlr_layer_surface_v1@37.configure(7, 1920, 26)
[1932949.238] -> zwlr_layer_surface_v1@37.set_exclusive_zone(26)
[1932949.248] -> wl_surface@20.commit()
[1932949.252] -> zwlr_layer_surface_v1@37.ack_configure(7)
[1932949.267] zwlr_layer_surface_v1@36.set_exclusive_zone(26)
[1932949.275] wl_surface@35.commit()
[1932949.291] zwlr_layer_surface_v1@36.ack_configure(6)
[1932949.297] zwlr_layer_surface_v1@37.set_exclusive_zone(26)
[1932949.302] wl_surface@20.commit()
[1932949.307] zwlr_layer_surface_v1@37.ack_configure(7)
[1932949.974] -> wl_callback@45.done(424408452)
[1932949.985] -> wl_display@1.delete_id(45)
[1932949.997] wl_display@1.delete_id(45)
[1932950.005] wl_callback@45.done(424408452)
[1932950.226] -> wl_surface@20.attach(wl_buffer@43, 0, 0)
[1932950.242] -> wl_surface@20.set_buffer_scale(1)
[1932950.248] -> wl_surface@20.damage(0, 0, 1920, 26)
[1932950.270] -> wl_surface@20.frame(new id wl_callback@45)
[1932950.277] -> wl_surface@20.commit()
[1932950.294] wl_surface@20.attach(wl_buffer@43, 0, 0)
[1932950.306] wl_surface@20.set_buffer_scale(1)
[1932950.311] wl_surface@20.damage(0, 0, 1920, 26)
[1932950.324] wl_surface@20.frame(new id wl_callback@45)
[1932950.340] wl_surface@20.commit()
[1932950.434] -> wl_buffer@43.release()
[1932950.449] wl_buffer@43.release()
[1932955.095] -> wl_callback@41.done(424408457)
[1932955.106] -> wl_display@1.delete_id(41)
[1932955.118] wl_display@1.delete_id(41)
[1932955.126] wl_callback@41.done(424408457)
[1932955.342] -> wl_surface@35.attach(wl_buffer@39, 0, 0)
[1932955.359] -> wl_surface@35.set_buffer_scale(1)
[1932955.365] -> wl_surface@35.damage(0, 0, 1920, 26)
[1932955.387] -> wl_surface@35.frame(new id wl_callback@41)
[1932955.394] -> wl_surface@35.commit()
[1932955.408] wl_surface@35.attach(wl_buffer@39, 0, 0)
[1932955.422] wl_surface@35.set_buffer_scale(1)
[1932955.427] wl_surface@35.damage(0, 0, 1920, 26)
[1932955.440] wl_surface@35.frame(new id wl_callback@41)
[1932955.447] wl_surface@35.commit()
[1932955.534] -> wl_buffer@39.release()
[1932955.546] wl_buffer@39.release()
[1932966.576] -> wl_callback@45.done(424408469)
[1932966.587] -> wl_display@1.delete_id(45)
[1932966.601] wl_display@1.delete_id(45)
[1932966.608] wl_callback@45.done(424408469)
[1932971.757] -> wl_callback@41.done(424408474)
[1932971.770] -> wl_display@1.delete_id(41)
[1932971.784] wl_display@1.delete_id(41)
[1932971.791] wl_callback@41.done(424408474)
[1935496.424] -> wl_keyboard@3.keymap(1, fd 92, 48613)
[1935496.460] -> wl_keyboard@3.repeat_info(25, 600)
[1935496.549] wl_keyboard@3.keymap(1, fd 29, 48613)
[1935497.954] wl_keyboard@3.repeat_info(25, 600)
[1935634.286] -> wl_display@1.get_registry(new id wl_registry@2)
[1935634.315] -> wl_display@1.sync(new id wl_callback@3)
[1935634.349] wl_display@1.get_registry(new id wl_registry@2)
[1935634.387] -> wl_registry@2.global(1, "wl_shm", 1)
[1935634.403] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1935634.414] -> wl_registry@2.global(3, "wl_drm", 2)
[1935634.424] -> wl_registry@2.global(4, "wl_compositor", 4)
[1935634.434] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1935634.444] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1935634.456] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1935634.467] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1935634.480] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1935634.490] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1935634.500] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1935634.510] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1935634.520] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1935634.531] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1935634.541] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1935634.551] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1935634.562] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1935634.572] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1935634.582] -> wl_registry@2.global(19, "wp_presentation", 1)
[1935634.592] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1935634.602] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1935634.612] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1935634.622] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1935634.632] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1935634.643] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1935634.653] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1935634.663] -> wl_registry@2.global(27, "wl_seat", 7)
[1935634.674] -> wl_registry@2.global(28, "wl_output", 3)
[1935634.684] -> wl_registry@2.global(29, "wl_output", 3)
[1935634.694] wl_display@1.sync(new id wl_callback@3)
[1935634.702] -> wl_callback@3.done(7)
[1935634.707] -> wl_display@1.delete_id(3)
[1935634.742] wl_display@1.delete_id(3)
[1935634.761] wl_registry@2.global(1, "wl_shm", 1)
[1935634.777] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1935634.793] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1935634.817] -> wl_registry@2.bind(2, "zwp_linux_dmabuf_v1", 3, new id [unknown]@5)
[1935634.831] wl_registry@2.global(3, "wl_drm", 2)
[1935634.842] -> wl_registry@2.bind(3, "wl_drm", 2, new id [unknown]@6)
[1935634.856] wl_registry@2.global(4, "wl_compositor", 4)
[1935634.866] -> wl_registry@2.bind(4, "wl_compositor", 1, new id [unknown]@7)
[1935634.880] wl_registry@2.global(5, "wl_subcompositor", 1)
[1935634.890] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1935634.900] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1935634.910] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1935634.920] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1935634.931] -> wl_registry@2.bind(9, "zxdg_output_manager_v1", 1, new id [unknown]@8)
[1935634.945] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1935634.955] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1935634.965] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1935634.976] wl_registry@2.global(13, "xdg_wm_base", 2)
[1935634.988] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1935634.999] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1935635.010] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1935635.023] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1935635.033] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1935635.043] wl_registry@2.global(19, "wp_presentation", 1)
[1935635.053] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1935635.063] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1935635.073] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1935635.083] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1935635.093] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1935635.103] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1935635.113] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1935635.123] wl_registry@2.global(27, "wl_seat", 7)
[1935635.133] wl_registry@2.global(28, "wl_output", 3)
[1935635.144] -> wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@9)
[1935635.183] -> zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@10, wl_output@9)
[1935635.194] wl_registry@2.global(29, "wl_output", 3)
[1935635.204] -> wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@11)
[1935635.220] -> zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@12, wl_output@11)
[1935635.230] wl_callback@3.done(7)
[1935635.235] -> wl_display@1.sync(new id wl_callback@3)
[1935635.250] wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1935635.272] -> wl_shm@4.format(0)
[1935635.277] -> wl_shm@4.format(1)
[1935635.287] -> wl_shm@4.format(875708993)
[1935635.292] -> wl_shm@4.format(875709016)
[1935635.299] wl_registry@2.bind(2, "zwp_linux_dmabuf_v1", 3, new id [unknown]@5)
[1935635.317] -> zwp_linux_dmabuf_v1@5.modifier(875713089, 16777215, 4294967295)
[1935635.328] -> zwp_linux_dmabuf_v1@5.modifier(875713112, 16777215, 4294967295)
[1935635.339] wl_registry@2.bind(3, "wl_drm", 2, new id [unknown]@6)
[1935635.355] -> wl_drm@6.device("/dev/dri/card0")
[1935635.361] -> wl_drm@6.format(808669761)
[1935635.372] -> wl_drm@6.format(808669784)
[1935635.386] -> wl_drm@6.format(808665665)
[1935635.403] -> wl_drm@6.format(808665688)
[1935635.408] -> wl_drm@6.format(875713089)
[1935635.413] -> wl_drm@6.format(875713112)
[1935635.418] -> wl_drm@6.format(909199186)
[1935635.423] -> wl_drm@6.format(961959257)
[1935635.428] -> wl_drm@6.format(825316697)
[1935635.433] -> wl_drm@6.format(842093913)
[1935635.437] -> wl_drm@6.format(909202777)
[1935635.442] -> wl_drm@6.format(875713881)
[1935635.447] -> wl_drm@6.format(842094158)
[1935635.452] -> wl_drm@6.format(909203022)
[1935635.456] -> wl_drm@6.format(1448695129)
[1935635.461] -> wl_drm@6.capabilities(1)
[1935635.466] wl_registry@2.bind(4, "wl_compositor", 1, new id [unknown]@7)
[1935635.486] wl_registry@2.bind(9, "zxdg_output_manager_v1", 1, new id [unknown]@8)
[1935635.512] wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@9)
[1935635.528] -> wl_output@9.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1935635.554] -> wl_output@9.mode(0, 720, 400, 70082)
[1935635.567] -> wl_output@9.mode(0, 640, 480, 59940)
[1935635.581] -> wl_output@9.mode(0, 640, 480, 75000)
[1935635.594] -> wl_output@9.mode(0, 800, 600, 60317)
[1935635.607] -> wl_output@9.mode(0, 800, 600, 75000)
[1935635.621] -> wl_output@9.mode(0, 1024, 768, 60004)
[1935635.634] -> wl_output@9.mode(0, 1024, 768, 75029)
[1935635.648] -> wl_output@9.mode(0, 1280, 720, 60000)
[1935635.661] -> wl_output@9.mode(0, 1152, 864, 75000)
[1935635.674] -> wl_output@9.mode(0, 1280, 800, 60000)
[1935635.688] -> wl_output@9.mode(0, 1440, 900, 60000)
[1935635.701] -> wl_output@9.mode(0, 1280, 1024, 60020)
[1935635.714] -> wl_output@9.mode(0, 1280, 1024, 75025)
[1935635.728] -> wl_output@9.mode(0, 1600, 900, 60000)
[1935635.741] -> wl_output@9.mode(0, 1680, 1050, 60000)
[1935635.754] -> wl_output@9.mode(3, 1920, 1080, 60000)
[1935635.768] -> wl_output@9.scale(1)
[1935635.773] -> wl_output@9.done()
[1935635.777] zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@10, wl_output@9)
[1935635.789] -> zxdg_output_v1@10.logical_position(0, 0)
[1935635.798] -> zxdg_output_v1@10.logical_size(1920, 1080)
[1935635.806] -> zxdg_output_v1@10.done()
[1935635.809] -> wl_output@9.done()
[1935635.813] wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@11)
[1935635.832] -> wl_output@11.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1935635.857] -> wl_output@11.mode(0, 720, 400, 70082)
[1935635.871] -> wl_output@11.mode(0, 640, 480, 59940)
[1935635.884] -> wl_output@11.mode(0, 640, 480, 75000)
[1935635.898] -> wl_output@11.mode(0, 800, 600, 60317)
[1935635.914] -> wl_output@11.mode(0, 800, 600, 75000)
[1935635.927] -> wl_output@11.mode(0, 1024, 768, 60004)
[1935635.941] -> wl_output@11.mode(0, 1024, 768, 75029)
[1935635.954] -> wl_output@11.mode(0, 1280, 720, 60000)
[1935635.967] -> wl_output@11.mode(0, 1152, 864, 75000)
[1935635.981] -> wl_output@11.mode(0, 1280, 800, 60000)
[1935635.994] -> wl_output@11.mode(0, 1440, 900, 60000)
[1935636.007] -> wl_output@11.mode(0, 1280, 1024, 60020)
[1935636.021] -> wl_output@11.mode(0, 1280, 1024, 75025)
[1935636.034] -> wl_output@11.mode(0, 1600, 900, 60000)
[1935636.048] -> wl_output@11.mode(0, 1680, 1050, 60000)
[1935636.061] -> wl_output@11.mode(3, 1920, 1080, 60000)
[1935636.074] -> wl_output@11.scale(1)
[1935636.079] -> wl_output@11.done()
[1935636.083] zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@12, wl_output@11)
[1935636.094] -> zxdg_output_v1@12.logical_position(1920, 0)
[1935636.102] -> zxdg_output_v1@12.logical_size(1920, 1080)
[1935636.110] -> zxdg_output_v1@12.done()
[1935636.114] -> wl_output@11.done()
[1935636.117] wl_display@1.sync(new id wl_callback@3)
[1935636.124] -> wl_callback@3.done(7)
[1935636.129] -> wl_display@1.delete_id(3)
[1935636.157] wl_display@1.delete_id(3)
[1935636.170] zwp_linux_dmabuf_v1@5.modifier(875713089, 16777215, 4294967295)
[1935636.181] zwp_linux_dmabuf_v1@5.modifier(875713112, 16777215, 4294967295)
[1935636.192] wl_drm@6.device("/dev/dri/card0")
[1935636.921] wl_drm@6.format(808669761)
[1935636.932] wl_drm@6.format(808669784)
[1935636.937] wl_drm@6.format(808665665)
[1935636.942] wl_drm@6.format(808665688)
[1935636.947] wl_drm@6.format(875713089)
[1935636.952] wl_drm@6.format(875713112)
[1935636.957] wl_drm@6.format(909199186)
[1935636.962] wl_drm@6.format(961959257)
[1935636.967] wl_drm@6.format(825316697)
[1935636.972] wl_drm@6.format(842093913)
[1935636.977] wl_drm@6.format(909202777)
[1935636.982] wl_drm@6.format(875713881)
[1935636.987] wl_drm@6.format(842094158)
[1935636.992] wl_drm@6.format(909203022)
[1935636.996] wl_drm@6.format(1448695129)
[1935637.001] wl_drm@6.capabilities(1)
[1935637.007] wl_output@9.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1935637.032] wl_output@9.mode(0, 720, 400, 70082)
[1935637.046] wl_output@9.mode(0, 640, 480, 59940)
[1935637.064] wl_output@9.mode(0, 640, 480, 75000)
[1935637.078] wl_output@9.mode(0, 800, 600, 60317)
[1935637.090] wl_output@9.mode(0, 800, 600, 75000)
[1935637.104] wl_output@9.mode(0, 1024, 768, 60004)
[1935637.117] wl_output@9.mode(0, 1024, 768, 75029)
[1935637.130] wl_output@9.mode(0, 1280, 720, 60000)
[1935637.143] wl_output@9.mode(0, 1152, 864, 75000)
[1935637.157] wl_output@9.mode(0, 1280, 800, 60000)
[1935637.171] wl_output@9.mode(0, 1440, 900, 60000)
[1935637.184] wl_output@9.mode(0, 1280, 1024, 60020)
[1935637.197] wl_output@9.mode(0, 1280, 1024, 75025)
[1935637.210] wl_output@9.mode(0, 1600, 900, 60000)
[1935637.224] wl_output@9.mode(0, 1680, 1050, 60000)
[1935637.237] wl_output@9.mode(3, 1920, 1080, 60000)
[1935637.250] wl_output@9.scale(1)
[1935637.255] wl_output@9.done()
[1935637.259] zxdg_output_v1@10.logical_position(0, 0)
[1935637.266] zxdg_output_v1@10.logical_size(1920, 1080)
[1935637.274] zxdg_output_v1@10.done()
[1935637.290] wl_output@9.done()
[1935637.294] wl_output@11.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1935637.318] wl_output@11.mode(0, 720, 400, 70082)
[1935637.331] wl_output@11.mode(0, 640, 480, 59940)
[1935637.345] wl_output@11.mode(0, 640, 480, 75000)
[1935637.358] wl_output@11.mode(0, 800, 600, 60317)
[1935637.371] wl_output@11.mode(0, 800, 600, 75000)
[1935637.384] wl_output@11.mode(0, 1024, 768, 60004)
[1935637.397] wl_output@11.mode(0, 1024, 768, 75029)
[1935637.411] wl_output@11.mode(0, 1280, 720, 60000)
[1935637.424] wl_output@11.mode(0, 1152, 864, 75000)
[1935637.437] wl_output@11.mode(0, 1280, 800, 60000)
[1935637.450] wl_output@11.mode(0, 1440, 900, 60000)
[1935637.463] wl_output@11.mode(0, 1280, 1024, 60020)
[1935637.476] wl_output@11.mode(0, 1280, 1024, 75025)
[1935637.490] wl_output@11.mode(0, 1600, 900, 60000)
[1935637.503] wl_output@11.mode(0, 1680, 1050, 60000)
[1935637.516] wl_output@11.mode(3, 1920, 1080, 60000)
[1935637.529] wl_output@11.scale(1)
[1935637.534] wl_output@11.done()
[1935637.538] zxdg_output_v1@12.logical_position(1920, 0)
[1935637.545] zxdg_output_v1@12.logical_size(1920, 1080)
[1935637.553] zxdg_output_v1@12.done()
[1935637.559] wl_output@11.done()
[1935637.563] wl_callback@3.done(7)
[1935710.930] -> wl_display@1.sync(new id wl_callback@3)
[1935710.990] wl_display@1.sync(new id wl_callback@3)
[1935711.024] -> wl_callback@3.done(7)
[1935711.031] -> wl_display@1.delete_id(3)
[1935711.051] wl_display@1.delete_id(3)
[1935711.069] wl_callback@3.done(7)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
[1935725.639] -> wl_shm@4.create_pool(new id wl_shm_pool@3, fd 12, 1024)
[1935725.662] -> wl_shm_pool@3.create_buffer(new id wl_buffer@13, 0, 16, 16, 64, 0)
[1935725.684] -> wl_shm_pool@3.destroy()
[1935726.148] -> wl_display@1.get_registry(new id wl_registry@14)
[1935726.160] -> wl_display@1.sync(new id wl_callback@15)
[1935726.189] wl_shm@4.create_pool(new id wl_shm_pool@3, fd 25, 1024)
[1935726.217] wl_shm_pool@3.create_buffer(new id wl_buffer@13, 0, 16, 16, 64, 0)
[1935726.244] wl_shm_pool@3.destroy()
[1935726.250] -> wl_display@1.delete_id(3)
[1935726.256] wl_display@1.get_registry(new id wl_registry@14)
[1935726.264] -> wl_registry@14.global(1, "wl_shm", 1)
[1935726.276] -> wl_registry@14.global(2, "zwp_linux_dmabuf_v1", 3)
[1935726.294] -> wl_registry@14.global(3, "wl_drm", 2)
[1935726.305] -> wl_registry@14.global(4, "wl_compositor", 4)
[1935726.316] -> wl_registry@14.global(5, "wl_subcompositor", 1)
[1935726.327] -> wl_registry@14.global(6, "wl_data_device_manager", 3)
[1935726.338] -> wl_registry@14.global(7, "zwlr_gamma_control_manager_v1", 1)
[1935726.349] -> wl_registry@14.global(8, "gtk_primary_selection_device_manager", 1)
[1935726.361] -> wl_registry@14.global(9, "zxdg_output_manager_v1", 3)
[1935726.372] -> wl_registry@14.global(10, "org_kde_kwin_idle", 1)
[1935726.393] -> wl_registry@14.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1935726.404] -> wl_registry@14.global(12, "zwlr_layer_shell_v1", 1)
[1935726.415] -> wl_registry@14.global(13, "xdg_wm_base", 2)
[1935726.426] -> wl_registry@14.global(14, "zwp_tablet_manager_v2", 1)
[1935726.437] -> wl_registry@14.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1935726.447] -> wl_registry@14.global(16, "zxdg_decoration_manager_v1", 1)
[1935726.463] -> wl_registry@14.global(17, "zwp_relative_pointer_manager_v1", 1)
[1935726.476] -> wl_registry@14.global(18, "zwp_pointer_constraints_v1", 1)
[1935726.486] -> wl_registry@14.global(19, "wp_presentation", 1)
[1935726.497] -> wl_registry@14.global(20, "zwlr_output_manager_v1", 1)
[1935726.508] -> wl_registry@14.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1935726.519] -> wl_registry@14.global(22, "zwlr_screencopy_manager_v1", 2)
[1935726.530] -> wl_registry@14.global(23, "zwlr_data_control_manager_v1", 2)
[1935726.541] -> wl_registry@14.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1935726.552] -> wl_registry@14.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1935726.562] -> wl_registry@14.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1935726.573] -> wl_registry@14.global(27, "wl_seat", 7)
[1935726.584] -> wl_registry@14.global(28, "wl_output", 3)
[1935726.595] -> wl_registry@14.global(29, "wl_output", 3)
[1935726.606] wl_display@1.sync(new id wl_callback@15)
[1935726.613] -> wl_callback@15.done(7)
[1935726.618] -> wl_display@1.delete_id(15)
[1935726.639] wl_display@1.delete_id(3)
[1935726.647] wl_display@1.delete_id(15)
[1935726.652] wl_registry@14.global(1, "wl_shm", 1)
[1935726.663] wl_registry@14.global(2, "zwp_linux_dmabuf_v1", 3)
[1935726.674] wl_registry@14.global(3, "wl_drm", 2)
[1935726.685] wl_registry@14.global(4, "wl_compositor", 4)
[1935726.696] wl_registry@14.global(5, "wl_subcompositor", 1)
[1935726.707] wl_registry@14.global(6, "wl_data_device_manager", 3)
[1935726.718] wl_registry@14.global(7, "zwlr_gamma_control_manager_v1", 1)
[1935726.728] wl_registry@14.global(8, "gtk_primary_selection_device_manager", 1)
[1935726.739] wl_registry@14.global(9, "zxdg_output_manager_v1", 3)
[1935726.750] wl_registry@14.global(10, "org_kde_kwin_idle", 1)
[1935726.761] wl_registry@14.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1935726.772] wl_registry@14.global(12, "zwlr_layer_shell_v1", 1)
[1935726.783] wl_registry@14.global(13, "xdg_wm_base", 2)
[1935726.793] wl_registry@14.global(14, "zwp_tablet_manager_v2", 1)
[1935726.805] -> wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@3)
[1935726.820] wl_registry@14.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1935726.831] wl_registry@14.global(16, "zxdg_decoration_manager_v1", 1)
[1935726.842] wl_registry@14.global(17, "zwp_relative_pointer_manager_v1", 1)
[1935726.853] -> wl_registry@2.bind(17, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@16)
[1935726.868] wl_registry@14.global(18, "zwp_pointer_constraints_v1", 1)
[1935726.879] -> wl_registry@2.bind(18, "zwp_pointer_constraints_v1", 1, new id [unknown]@17)
[1935726.895] wl_registry@14.global(19, "wp_presentation", 1)
[1935726.906] wl_registry@14.global(20, "zwlr_output_manager_v1", 1)
[1935726.917] wl_registry@14.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1935726.928] wl_registry@14.global(22, "zwlr_screencopy_manager_v1", 2)
[1935726.938] wl_registry@14.global(23, "zwlr_data_control_manager_v1", 2)
[1935726.949] wl_registry@14.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1935726.960] wl_registry@14.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1935726.971] wl_registry@14.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1935726.982] wl_registry@14.global(27, "wl_seat", 7)
[1935726.993] -> wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@18)
[1935727.008] -> wl_compositor@7.create_surface(new id wl_surface@19)
[1935727.015] -> zwp_tablet_manager_v2@3.get_tablet_seat(new id zwp_tablet_seat_v2@20, wl_seat@18)
[1935727.026] wl_registry@14.global(28, "wl_output", 3)
[1935727.043] wl_registry@14.global(29, "wl_output", 3)
[1935727.054] wl_callback@15.done(7)
[1935727.059] -> wl_display@1.sync(new id wl_callback@15)
[1935727.075] wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@3)
[1935727.098] wl_registry@2.bind(17, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@16)
[1935727.114] wl_registry@2.bind(18, "zwp_pointer_constraints_v1", 1, new id [unknown]@17)
[1935727.130] wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@18)
[1935727.153] -> wl_seat@18.name("seat0")
[1935727.160] -> wl_seat@18.capabilities(3)
[1935727.165] wl_compositor@7.create_surface(new id wl_surface@19)
[1935727.187] zwp_tablet_manager_v2@3.get_tablet_seat(new id zwp_tablet_seat_v2@20, wl_seat@18)
[1935727.199] -> zwp_tablet_seat_v2@20.tablet_added(new id zwp_tablet_v2@4278190080)
[1935727.206] -> zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1935727.211] -> zwp_tablet_v2@4278190080.id(1386, 770)
[1935727.219] -> zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1935727.226] -> zwp_tablet_v2@4278190080.done()
[1935727.232] -> zwp_tablet_seat_v2@20.pad_added(new id zwp_tablet_pad_v2@4278190081)
[1935727.239] -> zwp_tablet_pad_v2@4278190081.buttons(4)
[1935727.246] -> zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1935727.251] -> zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@4278190082)
[1935727.259] -> zwp_tablet_pad_group_v2@4278190082.modes(1)
[1935727.266] -> zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1935727.271] -> zwp_tablet_pad_group_v2@4278190082.done()
[1935727.275] -> zwp_tablet_pad_v2@4278190081.done()
[1935727.286] wl_display@1.sync(new id wl_callback@15)
[1935727.293] -> wl_callback@15.done(7)
[1935727.300] -> wl_display@1.delete_id(15)
[1935727.315] wl_display@1.delete_id(15)
[1935727.322] wl_seat@18.name("seat0")
[1935727.327] wl_seat@18.capabilities(3)
[1935727.333] -> wl_seat@18.get_pointer(new id wl_pointer@21)
[1935727.340] -> wl_pointer@21.set_cursor(0, nil, 0, 0)
[1935727.379] -> zwp_relative_pointer_manager_v1@16.get_relative_pointer(new id zwp_relative_pointer_v1@22, wl_pointer@21)
[1935727.407] -> wl_seat@18.get_keyboard(new id wl_keyboard@23)
[1935727.477] zwp_tablet_seat_v2@20.tablet_added(new id zwp_tablet_v2@35694864)
[1935727.486] zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1935727.491] zwp_tablet_v2@4278190080.id(1386, 770)
[1935727.499] zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1935727.504] zwp_tablet_v2@4278190080.done()
[1935727.552] zwp_tablet_seat_v2@20.pad_added(new id zwp_tablet_pad_v2@35695296)
[1935727.560] zwp_tablet_pad_v2@4278190081.buttons(4)
[1935727.565] zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1935727.570] zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@35693296)
[1935727.577] zwp_tablet_pad_group_v2@4278190082.modes(1)
[1935727.582] zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1935727.587] zwp_tablet_pad_group_v2@4278190082.done()
[1935727.591] zwp_tablet_pad_v2@4278190081.done()
[1935727.608] wl_callback@15.done(7)
[1935729.267] -> wl_shm@4.create_pool(new id wl_shm_pool@15, fd 12, 640)
[1935729.294] -> wl_shm_pool@15.create_buffer(new id wl_buffer@24, 0, 10, 16, 40, 0)
[1935729.315] -> wl_shm_pool@15.destroy()
[1935729.416] wl_seat@18.get_pointer(new id wl_pointer@21)
[1935729.433] wl_pointer@21.set_cursor(0, nil, 0, 0)
[1935729.456] zwp_relative_pointer_manager_v1@16.get_relative_pointer(new id zwp_relative_pointer_v1@22, wl_pointer@21)
[1935729.472] wl_seat@18.get_keyboard(new id wl_keyboard@23)
[1935729.531] -> wl_keyboard@23.keymap(1, fd 96, 48613)
[1935729.554] -> wl_keyboard@23.repeat_info(25, 600)
[1935729.566] wl_shm@4.create_pool(new id wl_shm_pool@15, fd 94, 640)
[1935729.597] wl_shm_pool@15.create_buffer(new id wl_buffer@24, 0, 10, 16, 40, 0)
[1935729.629] wl_shm_pool@15.destroy()
[1935729.635] -> wl_display@1.delete_id(15)
[1935729.672] wl_display@1.delete_id(15)
[1935729.689] wl_keyboard@23.keymap(1, fd 12, 48613)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 569, clipping.
> X11 cannot support keycodes above 255.
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
[1935735.392] wl_keyboard@23.repeat_info(25, 600)
[1935789.854] -> wl_compositor@7.create_surface(new id wl_surface@15)
[1935789.897] wl_compositor@7.create_surface(new id wl_surface@15)
[1935790.432] -> wl_drm@6.create_prime_buffer(new id wl_buffer@25, fd 12, 960, 398, 875713089, 0, 4096, 0, 0, 0, 0)
[1935790.490] -> wl_surface@15.attach(wl_buffer@25, 0, 0)
[1935790.509] -> wl_surface@15.damage(0, 0, 960, 398)
[1935790.529] -> wl_surface@15.frame(new id wl_callback@26)
[1935790.538] -> wl_surface@15.commit()
[1935792.039] wl_drm@6.create_prime_buffer(new id wl_buffer@25, fd 96, 960, 398, 875713089, 0, 4096, 0, 0, 0, 0)
[1935792.122] wl_surface@15.attach(wl_buffer@25, 0, 0)
[1935792.136] wl_surface@15.damage(0, 0, 960, 398)
[1935792.151] wl_surface@15.frame(new id wl_callback@26)
[1935792.159] wl_surface@15.commit()
[1935792.219] -> wl_keyboard@23.enter(8, wl_surface@15, array)
[1935792.233] -> wl_keyboard@23.modifiers(9, 64, 0, 0, 0)
[1935792.252] -> zwp_tablet_pad_v2@4278190081.enter(10, zwp_tablet_v2@4278190080, wl_surface@15)
[1935792.264] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(294983, 10, 0)
[1935792.350] wl_keyboard@23.enter(8, wl_surface@15, array)
[1935792.381] wl_keyboard@23.modifiers(9, 64, 0, 0, 0)
[1935792.440] zwp_tablet_pad_v2@4278190081.enter(10, zwp_tablet_v2@4278190080, wl_surface@15)
[1935792.458] zwp_tablet_pad_group_v2@4278190082.mode_switch(294983, 10, 0)
[1935805.261] -> wl_callback@26.done(424411307)
[1935805.276] -> wl_display@1.delete_id(26)
[1935805.298] wl_display@1.delete_id(26)
[1935805.310] wl_callback@26.done(424411307)
[1935812.340] -> wl_keyboard@23.key(11, 424411315, 125, 0)
[1935812.361] -> wl_keyboard@23.modifiers(12, 0, 0, 0, 0)
[1935812.421] wl_keyboard@23.key(11, 424411315, 125, 0)
[1935812.449] wl_keyboard@23.modifiers(12, 0, 0, 0, 0)
[1936978.596] -> wl_surface@15.attach(wl_buffer@25, 0, 0)
[1936978.645] -> wl_surface@15.damage(0, 0, 960, 398)
[1936978.660] -> wl_surface@15.frame(new id wl_callback@26)
[1936978.668] -> wl_surface@15.commit()
[1936978.699] wl_surface@15.attach(wl_buffer@25, 0, 0)
[1936978.736] wl_surface@15.damage(0, 0, 960, 398)
[1936978.758] wl_surface@15.frame(new id wl_callback@26)
[1936978.772] wl_surface@15.commit()
[1936978.794] -> wl_buffer@25.release()
[1936988.564] -> wl_callback@26.done(424412491)
[1936988.580] -> wl_display@1.delete_id(26)
[1936988.608] wl_display@1.delete_id(26)
[1936988.622] wl_callback@26.done(424412491)
[1937714.516] -> wl_surface@35.attach(wl_buffer@39, 0, 0)
[1937714.552] -> wl_surface@35.set_buffer_scale(1)
[1937714.560] -> wl_surface@35.damage(0, 0, 1920, 26)
[1937714.591] -> wl_surface@35.frame(new id wl_callback@41)
[1937714.604] -> wl_surface@35.commit()
[1937714.640] wl_surface@35.attach(wl_buffer@39, 0, 0)
[1937714.683] wl_surface@35.set_buffer_scale(1)
[1937714.690] wl_surface@35.damage(0, 0, 1920, 26)
[1937714.711] wl_surface@35.frame(new id wl_callback@41)
[1937714.726] wl_surface@35.commit()
[1937714.886] -> wl_buffer@39.release()
[1937715.005] wl_buffer@39.release()
[1937721.975] -> wl_callback@41.done(424413224)
[1937721.994] -> wl_display@1.delete_id(41)
[1937722.029] wl_display@1.delete_id(41)
[1937722.044] wl_callback@41.done(424413224)
[1937723.089] -> wl_surface@20.attach(wl_buffer@43, 0, 0)
[1937723.125] -> wl_surface@20.set_buffer_scale(1)
[1937723.149] -> wl_surface@20.damage(0, 0, 1920, 26)
[1937723.173] -> wl_surface@20.frame(new id wl_callback@41)
[1937723.181] -> wl_surface@20.commit()
[1937723.205] wl_surface@20.attach(wl_buffer@43, 0, 0)
[1937723.235] wl_surface@20.set_buffer_scale(1)
[1937723.245] wl_surface@20.damage(0, 0, 1920, 26)
[1937723.267] wl_surface@20.frame(new id wl_callback@41)
[1937723.278] wl_surface@20.commit()
[1937723.391] -> wl_buffer@43.release()
[1937723.448] wl_buffer@43.release()
[1937733.308] -> wl_callback@41.done(424413236)
[1937733.323] -> wl_display@1.delete_id(41)
[1937733.345] wl_display@1.delete_id(41)
[1937733.358] wl_callback@41.done(424413236)
[1938180.636] -> wl_surface@15.attach(wl_buffer@25, 0, 0)
[1938180.677] -> wl_surface@15.damage(0, 0, 960, 398)
[1938180.693] -> wl_surface@15.frame(new id wl_callback@26)
[1938180.710] -> wl_surface@15.commit()
[1938180.745] wl_surface@15.attach(wl_buffer@25, 0, 0)
[1938180.778] wl_surface@15.damage(0, 0, 960, 398)
[1938180.801] wl_surface@15.frame(new id wl_callback@26)
[1938180.814] wl_surface@15.commit()
[1938180.838] -> wl_buffer@25.release()
[1938188.573] -> wl_callback@26.done(424413691)
[1938188.589] -> wl_display@1.delete_id(26)
[1938188.611] wl_display@1.delete_id(26)
[1938188.624] wl_callback@26.done(424413691)
[1939382.642] -> wl_surface@15.attach(wl_buffer@25, 0, 0)
[1939382.685] -> wl_surface@15.damage(0, 0, 960, 398)
[1939382.702] -> wl_surface@15.frame(new id wl_callback@26)
[1939382.711] -> wl_surface@15.commit()
[1939382.742] wl_surface@15.attach(wl_buffer@25, 0, 0)
[1939382.779] wl_surface@15.damage(0, 0, 960, 398)
[1939382.801] wl_surface@15.frame(new id wl_callback@26)
[1939382.817] wl_surface@15.commit()
[1939382.839] -> wl_buffer@25.release()
[1939388.603] -> wl_callback@26.done(424414891)
[1939388.622] -> wl_display@1.delete_id(26)
[1939388.645] wl_display@1.delete_id(26)
[1939388.659] wl_callback@26.done(424414891)
[1940584.103] -> wl_surface@15.attach(wl_buffer@25, 0, 0)
[1940584.153] -> wl_surface@15.damage(0, 0, 960, 398)
[1940584.174] -> wl_surface@15.frame(new id wl_callback@26)
[1940584.183] -> wl_surface@15.commit()
[1940584.217] wl_surface@15.attach(wl_buffer@25, 0, 0)
[1940584.250] wl_surface@15.damage(0, 0, 960, 398)
[1940584.274] wl_surface@15.frame(new id wl_callback@26)
[1940584.295] wl_surface@15.commit()
[1940584.321] -> wl_buffer@25.release()
[1940588.624] -> wl_callback@26.done(424416091)
[1940588.639] -> wl_display@1.delete_id(26)
[1940588.662] wl_display@1.delete_id(26)
[1940588.679] wl_callback@26.done(424416091)
[1941786.119] -> wl_surface@15.attach(wl_buffer@25, 0, 0)
[1941786.164] -> wl_surface@15.damage(0, 0, 960, 398)
[1941786.181] -> wl_surface@15.frame(new id wl_callback@26)
[1941786.189] -> wl_surface@15.commit()
[1941786.223] wl_surface@15.attach(wl_buffer@25, 0, 0)
[1941786.266] wl_surface@15.damage(0, 0, 960, 398)
[1941786.301] wl_surface@15.frame(new id wl_callback@26)
[1941786.319] wl_surface@15.commit()
[1941786.345] -> wl_buffer@25.release()
[1941788.617] -> wl_callback@26.done(424417291)
[1941788.636] -> wl_display@1.delete_id(26)
[1941788.660] wl_display@1.delete_id(26)
[1941788.674] wl_callback@26.done(424417291)
[1942714.355] -> wl_surface@35.attach(wl_buffer@39, 0, 0)
[1942714.392] -> wl_surface@35.set_buffer_scale(1)
[1942714.400] -> wl_surface@35.damage(1700, 0, 76, 26)
[1942714.419] -> wl_surface@35.damage(1800, 0, 76, 26)
[1942714.445] -> wl_surface@35.frame(new id wl_callback@41)
[1942714.454] -> wl_surface@35.commit()
[1942714.491] wl_surface@35.attach(wl_buffer@39, 0, 0)
[1942714.542] wl_surface@35.set_buffer_scale(1)
[1942714.554] wl_surface@35.damage(1700, 0, 76, 26)
[1942714.583] wl_surface@35.damage(1800, 0, 76, 26)
[1942714.612] wl_surface@35.frame(new id wl_callback@41)
[1942714.628] wl_surface@35.commit()
[1942714.726] -> wl_buffer@39.release()
[1942714.851] wl_buffer@39.release()
[1942722.015] -> wl_callback@41.done(424418224)
[1942722.033] -> wl_display@1.delete_id(41)
[1942722.051] wl_display@1.delete_id(41)
[1942722.065] wl_callback@41.done(424418224)
[1942723.002] -> wl_surface@20.attach(wl_buffer@43, 0, 0)
[1942723.039] -> wl_surface@20.set_buffer_scale(1)
[1942723.045] -> wl_surface@20.damage(1700, 0, 76, 26)
[1942723.059] -> wl_surface@20.damage(1800, 0, 76, 26)
[1942723.083] -> wl_surface@20.frame(new id wl_callback@41)
[1942723.091] -> wl_surface@20.commit()
[1942723.117] wl_surface@20.attach(wl_buffer@43, 0, 0)
[1942723.142] wl_surface@20.set_buffer_scale(1)
[1942723.150] wl_surface@20.damage(1700, 0, 76, 26)
[1942723.169] wl_surface@20.damage(1800, 0, 76, 26)
[1942723.189] wl_surface@20.frame(new id wl_callback@41)
[1942723.199] wl_surface@20.commit()
[1942723.229] -> wl_buffer@43.release()
[1942723.283] wl_buffer@43.release()
[1942733.341] -> wl_callback@41.done(424418236)
[1942733.357] -> wl_display@1.delete_id(41)
[1942733.376] wl_display@1.delete_id(41)
[1942733.391] wl_callback@41.done(424418236)
[1942988.136] -> wl_surface@15.attach(wl_buffer@25, 0, 0)
[1942988.179] -> wl_surface@15.damage(0, 0, 960, 398)
[1942988.195] -> wl_surface@15.frame(new id wl_callback@26)
[1942988.203] -> wl_surface@15.commit()
[1942988.235] wl_surface@15.attach(wl_buffer@25, 0, 0)
[1942988.275] wl_surface@15.damage(0, 0, 960, 398)
[1942988.311] wl_surface@15.frame(new id wl_callback@26)
[1942988.329] wl_surface@15.commit()
[1942988.354] -> wl_buffer@25.release()
[1943005.337] -> wl_callback@26.done(424418508)
[1943005.356] -> wl_display@1.delete_id(26)
[1943005.385] wl_display@1.delete_id(26)
[1943005.399] wl_callback@26.done(424418508)
[1944189.157] -> wl_surface@15.attach(wl_buffer@25, 0, 0)
[1944189.196] -> wl_surface@15.damage(0, 0, 960, 398)
[1944189.211] -> wl_surface@15.frame(new id wl_callback@26)
[1944189.219] -> wl_surface@15.commit()
[1944189.250] wl_surface@15.attach(wl_buffer@25, 0, 0)
[1944189.292] wl_surface@15.damage(0, 0, 960, 398)
[1944189.316] wl_surface@15.frame(new id wl_callback@26)
[1944189.329] wl_surface@15.commit()
[1944189.353] -> wl_buffer@25.release()
[1944205.318] -> wl_callback@26.done(424419708)
[1944205.336] -> wl_display@1.delete_id(26)
[1944205.358] wl_display@1.delete_id(26)
[1944205.372] wl_callback@26.done(424419708)
[1945085.499] -> wl_keyboard@23.key(13, 424420588, 28, 1)
[1945085.617] wl_keyboard@23.key(13, 424420588, 28, 1)
2019-11-24 20:46:54 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 146, value 4194314
[1945087.497] -> wl_buffer@25.destroy()
[1945087.517] -> wl_keyboard@23.leave(14, wl_surface@15)
[1945087.574] -> wl_surface@15.destroy()
[1945087.617] wl_buffer@25.destroy([1945087.622] wl_keyboard@23.leave()
14, nil)
[1945087.639] -> wl_display@1.delete_id(25)
[1945087.648] wl_surface@15.destroy()
[1945087.658] -> zwp_tablet_pad_v2@4278190081.leave(15, wl_surface@15)
[1945087.681] -> wl_display@1.delete_id(15)
2019-11-24 20:46:54 - [xwayland/xwm.c:1268] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 157, value 4194305
[1945087.714] wl_display@1.delete_id(25)
[1945087.727] wl_display@1.delete_id(15)
[1945087.733] zwp_tablet_pad_v2@4278190081.leave(15, nil)
2019-11-24 20:46:55 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 174, value 4194322
2019-11-24 20:46:55 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 191, value 4194322
(process:5062): Gtk-WARNING **: 20:46:55.126: Locale not supported by C library.
Using the fallback 'C' locale.
[1945339.931] -> wl_display@1.get_registry(new id wl_registry@2)
[1945339.962] -> wl_display@1.sync(new id wl_callback@3)
[1945339.992] wl_display@1.get_registry(new id wl_registry@2)
[1945340.016] -> wl_registry@2.global(1, "wl_shm", 1)
[1945340.035] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1945340.054] -> wl_registry@2.global(3, "wl_drm", 2)
[1945340.071] -> wl_registry@2.global(4, "wl_compositor", 4)
[1945340.089] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1945340.106] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1945340.141] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1945340.159] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1945340.178] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1945340.195] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1945340.212] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1945340.230] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1945340.247] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1945340.265] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1945340.288] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1945340.306] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1945340.324] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1945340.341] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1945340.358] -> wl_registry@2.global(19, "wp_presentation", 1)
[1945340.376] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1945340.394] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1945340.410] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1945340.427] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1945340.444] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1945340.462] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1945340.480] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1945340.497] -> wl_registry@2.global(27, "wl_seat", 7)
[1945340.515] -> wl_registry@2.global(28, "wl_output", 3)
[1945340.533] -> wl_registry@2.global(29, "wl_output", 3)
[1945340.550] wl_display@1.sync(new id wl_callback@3)
[1945340.562] -> wl_callback@3.done(15)
[1945340.571] -> wl_display@1.delete_id(3)
[1945340.596] wl_display@1.delete_id(3)
[1945340.610] wl_registry@2.global(1, "wl_shm", 1)
[1945340.622] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1945340.669] -> wl_shm@4.create_pool(new id wl_shm_pool@5, fd 14, 2304)
[1945340.764] -> wl_shm_pool@5.resize(6912)
[1945341.253] -> wl_shm_pool@5.resize(16128)
[1945341.269] -> wl_shm_pool@5.resize(34560)
[1945341.289] -> wl_shm_pool@5.resize(71424)
[1945341.313] -> wl_shm_pool@5.resize(145152)
[1945341.369] -> wl_shm_pool@5.resize(292608)
[1945341.925] -> wl_shm_pool@5.resize(587520)
[1945343.326] -> wl_shm_pool@5.resize(1177344)
[1945349.339] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1945349.358] wl_registry@2.global(3, "wl_drm", 2)
[1945349.369] wl_registry@2.global(4, "wl_compositor", 4)
[1945349.381] -> wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@6)
[1945349.397] wl_registry@2.global(5, "wl_subcompositor", 1)
[1945349.408] -> wl_registry@2.bind(5, "wl_subcompositor", 1, new id [unknown]@7)
[1945349.424] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1945349.435] -> wl_registry@2.bind(6, "wl_data_device_manager", 3, new id [unknown]@8)
[1945349.451] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1945349.462] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1945349.473] -> wl_registry@2.bind(8, "gtk_primary_selection_device_manager", 1, new id [unknown]@9)
[1945349.490] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1945349.501] -> wl_registry@2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]@10)
[1945349.517] -> wl_display@1.sync(new id wl_callback@11)
[1945349.525] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1945349.536] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1945349.547] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1945349.558] wl_registry@2.global(13, "xdg_wm_base", 2)
[1945349.569] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1945349.581] -> wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@12)
[1945349.596] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1945349.607] -> wl_registry@2.bind(15, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[1945349.623] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1945349.641] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1945349.652] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1945349.663] wl_registry@2.global(19, "wp_presentation", 1)
[1945349.675] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1945349.686] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1945349.697] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1945349.708] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1945349.719] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1945349.731] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1945349.742] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1945349.753] wl_registry@2.global(27, "wl_seat", 7)
[1945349.764] -> wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@14)
[1945351.510] -> wl_compositor@6.create_surface(new id wl_surface@15)
[1945351.531] -> gtk_primary_selection_device_manager@9.get_device(new id gtk_primary_selection_device@16, wl_seat@14)
[1945351.542] -> wl_data_device_manager@8.get_data_device(new id wl_data_device@17, wl_seat@14)
[1945351.623] -> wl_compositor@6.create_surface(new id wl_surface@18)
[1945351.633] -> zwp_tablet_manager_v2@12.get_tablet_seat(new id zwp_tablet_seat_v2@19, wl_seat@14)
[1945351.643] -> wl_display@1.sync(new id wl_callback@20)
[1945351.651] wl_registry@2.global(28, "wl_output", 3)
[1945351.663] -> wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@21)
[1945351.700] -> zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@22, wl_output@21)
[1945351.711] -> wl_display@1.sync(new id wl_callback@23)
[1945351.719] wl_registry@2.global(29, "wl_output", 3)
[1945351.730] -> wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@24)
[1945351.747] -> zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@25, wl_output@24)
[1945351.757] -> wl_display@1.sync(new id wl_callback@26)
[1945351.764] wl_callback@3.done(15)
[1945351.784] wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1945351.814] -> wl_shm@4.format(0)
[1945351.823] -> wl_shm@4.format(1)
[1945351.832] -> wl_shm@4.format(875708993)
[1945351.840] -> wl_shm@4.format(875709016)
[1945351.848] wl_shm@4.create_pool(new id wl_shm_pool@5, fd 97, 2304)
[1945351.877] wl_shm_pool@5.resize(6912)
[1945351.895] wl_shm_pool@5.resize(16128)
[1945351.906] wl_shm_pool@5.resize(34560)
[1945351.916] wl_shm_pool@5.resize(71424)
[1945351.927] wl_shm_pool@5.resize(145152)
[1945351.938] wl_shm_pool@5.resize(292608)
[1945351.948] wl_shm_pool@5.resize(587520)
[1945351.959] wl_shm_pool@5.resize(1177344)
[1945351.972] wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@6)
[1945351.998] wl_registry@2.bind(5, "wl_subcompositor", 1, new id [unknown]@7)
[1945352.026] wl_registry@2.bind(6, "wl_data_device_manager", 3, new id [unknown]@8)
[1945352.054] wl_registry@2.bind(8, "gtk_primary_selection_device_manager", 1, new id [unknown]@9)
[1945352.079] wl_registry@2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]@10)
[1945352.103] wl_display@1.sync(new id wl_callback@11)
[1945352.115] -> wl_callback@11.done(15)
[1945352.123] -> wl_display@1.delete_id(11)
[1945352.131] wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@12)
[1945352.157] wl_registry@2.bind(15, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[1945352.183] -> org_kde_kwin_server_decoration_manager@13.default_mode(2)
[1945352.192] wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@14)
[1945352.218] -> wl_seat@14.name("seat0")
[1945352.227] -> wl_seat@14.capabilities(3)
[1945352.236] wl_compositor@6.create_surface(new id wl_surface@15)
[1945352.259] gtk_primary_selection_device_manager@9.get_device(new id gtk_primary_selection_device@16, wl_seat@14)
[1945352.276] wl_data_device_manager@8.get_data_device(new id wl_data_device@17, wl_seat@14)
[1945352.298] wl_compositor@6.create_surface(new id wl_surface@18)
[1945352.313] zwp_tablet_manager_v2@12.get_tablet_seat(new id zwp_tablet_seat_v2@19, wl_seat@14)
[1945352.338] -> zwp_tablet_seat_v2@19.tablet_added(new id zwp_tablet_v2@4278190080)
[1945352.349] -> zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1945352.357] -> zwp_tablet_v2@4278190080.id(1386, 770)
[1945352.370] -> zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1945352.379] -> zwp_tablet_v2@4278190080.done()
[1945352.387] -> zwp_tablet_seat_v2@19.pad_added(new id zwp_tablet_pad_v2@4278190081)
[1945352.399] -> zwp_tablet_pad_v2@4278190081.buttons(4)
[1945352.407] -> zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1945352.417] -> zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@4278190082)
[1945352.427] -> zwp_tablet_pad_group_v2@4278190082.modes(1)
[1945352.436] -> zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1945352.444] -> zwp_tablet_pad_group_v2@4278190082.done()
[1945352.450] -> zwp_tablet_pad_v2@4278190081.done()
[1945352.457] wl_display@1.sync(new id wl_callback@20)
[1945352.468] -> wl_callback@20.done(15)
[1945352.476] -> wl_display@1.delete_id(20)
[1945352.485] wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@21)
[1945352.510] -> wl_output@21.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1945352.551] -> wl_output@21.mode(0, 720, 400, 70082)
[1945352.574] -> wl_output@21.mode(0, 640, 480, 59940)
[1945352.596] -> wl_output@21.mode(0, 640, 480, 75000)
[1945352.618] -> wl_output@21.mode(0, 800, 600, 60317)
[1945352.640] -> wl_output@21.mode(0, 800, 600, 75000)
[1945352.661] -> wl_output@21.mode(0, 1024, 768, 60004)
[1945352.684] -> wl_output@21.mode(0, 1024, 768, 75029)
[1945352.707] -> wl_output@21.mode(0, 1280, 720, 60000)
[1945352.728] -> wl_output@21.mode(0, 1152, 864, 75000)
[1945352.751] -> wl_output@21.mode(0, 1280, 800, 60000)
[1945352.773] -> wl_output@21.mode(0, 1440, 900, 60000)
[1945352.795] -> wl_output@21.mode(0, 1280, 1024, 60020)
[1945352.815] -> wl_output@21.mode(0, 1280, 1024, 75025)
[1945352.837] -> wl_output@21.mode(0, 1600, 900, 60000)
[1945352.859] -> wl_output@21.mode(0, 1680, 1050, 60000)
[1945352.882] -> wl_output@21.mode(3, 1920, 1080, 60000)
[1945352.904] -> wl_output@21.scale(1)
[1945352.913] -> wl_output@21.done()
[1945352.919] zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@22, wl_output@21)
[1945352.936] -> zxdg_output_v1@22.name("DP-1")
[1945352.946] -> zxdg_output_v1@22.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1945352.955] -> zxdg_output_v1@22.logical_position(0, 0)
[1945352.968] -> zxdg_output_v1@22.logical_size(1920, 1080)
[1945352.981] -> wl_output@21.done()
[1945352.987] wl_display@1.sync(new id wl_callback@23)
[1945352.997] -> wl_callback@23.done(15)
[1945353.006] -> wl_display@1.delete_id(23)
[1945353.014] wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@24)
[1945353.039] -> wl_output@24.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1945353.079] -> wl_output@24.mode(0, 720, 400, 70082)
[1945353.101] -> wl_output@24.mode(0, 640, 480, 59940)
[1945353.123] -> wl_output@24.mode(0, 640, 480, 75000)
[1945353.145] -> wl_output@24.mode(0, 800, 600, 60317)
[1945353.167] -> wl_output@24.mode(0, 800, 600, 75000)
[1945353.189] -> wl_output@24.mode(0, 1024, 768, 60004)
[1945353.211] -> wl_output@24.mode(0, 1024, 768, 75029)
[1945353.233] -> wl_output@24.mode(0, 1280, 720, 60000)
[1945353.255] -> wl_output@24.mode(0, 1152, 864, 75000)
[1945353.277] -> wl_output@24.mode(0, 1280, 800, 60000)
[1945353.305] -> wl_output@24.mode(0, 1440, 900, 60000)
[1945353.328] -> wl_output@24.mode(0, 1280, 1024, 60020)
[1945353.349] -> wl_output@24.mode(0, 1280, 1024, 75025)
[1945353.371] -> wl_output@24.mode(0, 1600, 900, 60000)
[1945353.393] -> wl_output@24.mode(0, 1680, 1050, 60000)
[1945353.415] -> wl_output@24.mode(3, 1920, 1080, 60000)
[1945353.437] -> wl_output@24.scale(1)
[1945353.446] -> wl_output@24.done()
[1945353.459] zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@25, wl_output@24)
[1945353.475] -> zxdg_output_v1@25.name("DP-2")
[1945353.483] -> zxdg_output_v1@25.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1945353.492] -> zxdg_output_v1@25.logical_position(1920, 0)
[1945353.505] -> zxdg_output_v1@25.logical_size(1920, 1080)
[1945353.518] -> wl_output@24.done()
[1945353.524] wl_display@1.sync(new id wl_callback@26)
[1945353.534] -> wl_callback@26.done(15)
[1945353.542] -> wl_display@1.delete_id(26)
[1945353.574] wl_display@1.delete_id(11)
[1945353.582] wl_display@1.delete_id(20)
[1945353.587] wl_display@1.delete_id(23)
[1945353.592] wl_display@1.delete_id(26)
[1945353.597] wl_shm@4.format(0)
[1945353.602] wl_shm@4.format(1)
[1945353.607] wl_shm@4.format(875708993)
[1945353.613] wl_shm@4.format(875709016)
[1945353.618] wl_callback@11.done(15)
[1945353.623] org_kde_kwin_server_decoration_manager@13.default_mode(2)
[1945353.630] wl_seat@14.name("seat0")
[1945353.635] wl_seat@14.capabilities(3)
[1945353.641] -> wl_seat@14.get_pointer(new id wl_pointer@11)
[1945353.655] -> wl_seat@14.get_keyboard(new id wl_keyboard@3)
[1945353.668] zwp_tablet_seat_v2@19.tablet_added(new id zwp_tablet_v2@30466736)
[1945353.676] zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1945353.682] zwp_tablet_v2@4278190080.id(1386, 770)
[1945353.690] zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1945353.696] zwp_tablet_v2@4278190080.done()
[1945353.714] -> wl_compositor@6.create_surface(new id wl_surface@27)
[1945353.722] zwp_tablet_seat_v2@19.pad_added(new id zwp_tablet_pad_v2@30466464)
[1945353.729] zwp_tablet_pad_v2@4278190081.buttons(4)
[1945353.735] zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1945353.740] zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@30466192)
[1945353.747] zwp_tablet_pad_group_v2@4278190082.modes(1)
[1945353.752] zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1945353.757] zwp_tablet_pad_group_v2@4278190082.done()
[1945353.761] zwp_tablet_pad_v2@4278190081.done()
[1945353.778] wl_callback@20.done(15)
[1945353.785] wl_output@21.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1945353.812] wl_output@21.mode(0, 720, 400, 70082)
[1945353.828] wl_output@21.mode(0, 640, 480, 59940)
[1945353.842] wl_output@21.mode(0, 640, 480, 75000)
[1945353.856] wl_output@21.mode(0, 800, 600, 60317)
[1945353.869] wl_output@21.mode(0, 800, 600, 75000)
[1945353.883] wl_output@21.mode(0, 1024, 768, 60004)
[1945353.897] wl_output@21.mode(0, 1024, 768, 75029)
[1945353.911] wl_output@21.mode(0, 1280, 720, 60000)
[1945353.924] wl_output@21.mode(0, 1152, 864, 75000)
[1945353.938] wl_output@21.mode(0, 1280, 800, 60000)
[1945353.952] wl_output@21.mode(0, 1440, 900, 60000)
[1945353.965] wl_output@21.mode(0, 1280, 1024, 60020)
[1945353.979] wl_output@21.mode(0, 1280, 1024, 75025)
[1945353.993] wl_output@21.mode(0, 1600, 900, 60000)
[1945354.006] wl_output@21.mode(0, 1680, 1050, 60000)
[1945354.020] wl_output@21.mode(3, 1920, 1080, 60000)
[1945354.034] wl_output@21.scale(1)
[1945354.040] wl_output@21.done()
[1945354.048] zxdg_output_v1@22.name("DP-1")
[1945354.054] zxdg_output_v1@22.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1945354.059] zxdg_output_v1@22.logical_position(0, 0)
[1945354.067] zxdg_output_v1@22.logical_size(1920, 1080)
[1945354.075] wl_output@21.done()
[1945354.080] wl_callback@23.done(15)
[1945354.085] wl_output@24.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1945354.112] wl_output@24.mode(0, 720, 400, 70082)
[1945354.126] wl_output@24.mode(0, 640, 480, 59940)
[1945354.140] wl_output@24.mode(0, 640, 480, 75000)
[1945354.154] wl_output@24.mode(0, 800, 600, 60317)
[1945354.167] wl_output@24.mode(0, 800, 600, 75000)
[1945354.181] wl_output@24.mode(0, 1024, 768, 60004)
[1945354.195] wl_output@24.mode(0, 1024, 768, 75029)
[1945354.214] wl_output@24.mode(0, 1280, 720, 60000)
[1945354.227] wl_output@24.mode(0, 1152, 864, 75000)
[1945354.241] wl_output@24.mode(0, 1280, 800, 60000)
[1945354.255] wl_output@24.mode(0, 1440, 900, 60000)
[1945354.269] wl_output@24.mode(0, 1280, 1024, 60020)
[1945354.286] wl_output@24.mode(0, 1280, 1024, 75025)
[1945354.299] wl_output@24.mode(0, 1600, 900, 60000)
[1945354.313] wl_output@24.mode(0, 1680, 1050, 60000)
[1945354.327] wl_output@24.mode(3, 1920, 1080, 60000)
[1945354.343] wl_output@24.scale(1)
[1945354.349] wl_output@24.done()
[1945354.354] zxdg_output_v1@25.name("DP-2")
[1945354.360] zxdg_output_v1@25.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1945354.365] zxdg_output_v1@25.logical_position(1920, 0)
[1945354.373] zxdg_output_v1@25.logical_size(1920, 1080)
[1945354.381] wl_output@24.done()
[1945354.386] wl_callback@26.done(15)
[1945354.392] -> wl_registry@2.bind(13, "xdg_wm_base", 1, new id [unknown]@26)
[1945540.993] -> wl_shm@4.create_pool(new id wl_shm_pool@15, fd 14, 640)
[1945541.033] -> wl_shm_pool@15.create_buffer(new id wl_buffer@25, 0, 10, 16, 40, 0)
[1945541.063] -> wl_shm_pool@15.destroy()
[1945541.132] wl_shm@4.create_pool(new id wl_shm_pool@15, fd 101, 640)
[1945541.169] wl_shm_pool@15.create_buffer(new id wl_buffer@25, 0, 10, 16, 40, 0)
[1945541.192] wl_shm_pool@15.destroy()
[1945541.197] -> wl_display@1.delete_id(15)
[1945541.326] -> wl_compositor@7.create_surface(new id wl_surface@26)
[1945541.383] wl_compositor@7.create_surface(new id wl_surface@26)
[1945542.521] -> wl_drm@6.create_prime_buffer(new id wl_buffer@27, fd 14, 504, 290, 875713112, 0, 2048, 0, 0, 0, 0)
[1945542.589] -> wl_surface@26.attach(wl_buffer@27, 0, 0)
[1945542.607] -> wl_surface@26.damage(0, 0, 504, 290)
[1945542.629] -> wl_surface@26.frame(new id wl_callback@28)
[1945542.639] -> wl_surface@26.commit()
[1945542.657] wl_drm@6.create_prime_buffer(new id wl_buffer@27, fd 102, 504, 290, 875713112, 0, 2048, 0, 0, 0, 0)
[1945542.746] wl_surface@26.attach(wl_buffer@27, 0, 0)
[1945542.767] wl_surface@26.damage(0, 0, 504, 290)
[1945542.785] wl_surface@26.frame(new id wl_callback@28)
[1945542.792] wl_surface@26.commit()
[1945549.706] -> wl_keyboard@23.enter(16, wl_surface@26, array)
[1945549.737] -> wl_keyboard@23.modifiers(17, 0, 0, 0, 0)
[1945549.757] -> zwp_tablet_pad_v2@4278190081.enter(18, zwp_tablet_v2@4278190080, wl_surface@26)
[1945549.770] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(52489, 18, 0)
[1945549.791] -> wl_callback@28.done(424421052)
[1945549.800] -> wl_display@1.delete_id(28)
[1945549.929] -> wl_buffer@27.destroy()
[1945549.998] wl_buffer@27.destroy()
[1945550.020] -> wl_display@1.delete_id(27)
[1945550.036] wl_display@1.delete_id(15)
[1945550.047] wl_display@1.delete_id(28)
[1945550.052] wl_keyboard@23.enter(16, wl_surface@26, array)
[1945550.065] wl_keyboard@23.modifiers(17, 0, 0, 0, 0)
[1945550.086] zwp_tablet_pad_v2@4278190081.enter(18, zwp_tablet_v2@4278190080, wl_surface@26)
[1945550.099] zwp_tablet_pad_group_v2@4278190082.mode_switch(52489, 18, 0)
[1945550.112] wl_callback@28.done(424421052)
[1945550.125] -> wl_drm@6.create_prime_buffer(new id wl_buffer@28, fd 14, 504, 269, 875713112, 0, 2048, 0, 0, 0, 0)
[1945550.165] -> wl_surface@26.attach(wl_buffer@28, 0, 0)
[1945550.178] -> wl_surface@26.damage(0, 0, 504, 290)
[1945550.193] -> wl_surface@26.frame(new id wl_callback@15)
[1945550.201] -> wl_surface@26.commit()
[1945550.216] wl_drm@6.create_prime_buffer(new id wl_buffer@28, fd 103, 504, 269, 875713112, 0, 2048, 0, 0, 0, 0)
[1945550.301] wl_surface@26.attach(wl_buffer@28, 0, 0)
[1945550.316] wl_surface@26.damage(0, 0, 504, 290)
[1945550.333] wl_surface@26.frame(new id wl_callback@15)
[1945550.341] wl_surface@26.commit()
[1945550.397] -> wl_surface@26.enter(wl_output@9)
[1945551.680] wl_display@1.delete_id(27)
[1945568.623] -> wl_callback@15.done(424421071)
[1945568.639] -> wl_display@1.delete_id(15)
[1945568.669] wl_display@1.delete_id(15)
[1945568.683] wl_callback@15.done(424421071)
NOT COOL: Duplicated action name from xml data: "object_order_raise"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_right"
NOT COOL: Duplicated action name from xml data: "object_ungroup"
NOT COOL: Duplicated action name from xml data: "object_order_back"
NOT COOL: Duplicated action name from xml data: "object_order_front"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_center"
NOT COOL: Duplicated action name from xml data: "object_group"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_left"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_top"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_center"
NOT COOL: Duplicated action name from xml data: "object_order_lower"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_bottom"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_left"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_center"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_right"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_gaps"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_top"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_center"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_bottom"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_gaps"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_90_cw"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_90_ccw"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_180"
NOT COOL: Duplicated action name from xml data: "object_transform_mirror_horizontally"
NOT COOL: Duplicated action name from xml data: "object_transform_mirror_vertically"
NOT COOL: Duplicated action name from xml data: "object_transform_reset"
NOT COOL: Duplicated action name from xml data: "object_unite"
NOT COOL: Duplicated action name from xml data: "object_intersect"
NOT COOL: Duplicated action name from xml data: "object_subtract"
NOT COOL: Duplicated action name from xml data: "object_split"
NOT COOL: Duplicated action name from xml data: "calligraphy_increase_width"
NOT COOL: Duplicated action name from xml data: "calligraphy_increase_angle"
NOT COOL: Duplicated action name from xml data: "calligraphy_decrease_width"
NOT COOL: Duplicated action name from xml data: "calligraphy_decrease_angle"
NOT COOL: Duplicated action name from xml data: "movetool-move-up"
NOT COOL: Duplicated action name from xml data: "movetool-move-down"
NOT COOL: Duplicated action name from xml data: "movetool-show-coordinates"
NOT COOL: Duplicated action name from xml data: "movetool-move-left"
NOT COOL: Duplicated action name from xml data: "movetool-move-right"
NOT COOL: Duplicated action name from xml data: "movetool-move-up-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-down-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-left-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-right-more"
NOT COOL: Duplicated action name from xml data: "convert-to-path"
NOT COOL: Duplicated action name from xml data: "pathpoint-remove"
NOT COOL: Duplicated action name from xml data: "path-break-segment"
NOT COOL: Duplicated action name from xml data: "pathsegment-line"
NOT COOL: Duplicated action name from xml data: "path-break-point"
NOT COOL: Duplicated action name from xml data: "pathpoint-line"
NOT COOL: Duplicated action name from xml data: "pathpoint-symmetric"
NOT COOL: Duplicated action name from xml data: "pathpoint-curve"
NOT COOL: Duplicated action name from xml data: "pathsegment-curve"
NOT COOL: Duplicated action name from xml data: "pathpoint-insert"
NOT COOL: Duplicated action name from xml data: "pathpoint-corner"
NOT COOL: Duplicated action name from xml data: "pathpoint-merge"
NOT COOL: Duplicated action name from xml data: "pathpoint-join"
NOT COOL: Duplicated action name from xml data: "pathpoint-smooth"
NOT COOL: Duplicated action name from xml data: "SvgTextTool"
NOT COOL: Duplicated action name from xml data: "svg_format_textcolor"
NOT COOL: Duplicated action name from xml data: "svg_background_color"
NOT COOL: Duplicated action name from xml data: "svg_font_size"
NOT COOL: Duplicated action name from xml data: "svg_font"
NOT COOL: Duplicated action name from xml data: "svg_insert_special_character"
NOT COOL: Duplicated action name from xml data: "svg_align_right"
NOT COOL: Duplicated action name from xml data: "svg_align_left"
NOT COOL: Duplicated action name from xml data: "svg_align_justified"
NOT COOL: Duplicated action name from xml data: "svg_align_center"
NOT COOL: Duplicated action name from xml data: "svg_decrease_font_size"
NOT COOL: Duplicated action name from xml data: "svg_increase_font_size"
NOT COOL: Duplicated action name from xml data: "svg_format_subscript"
NOT COOL: Duplicated action name from xml data: "svg_format_superscript"
NOT COOL: Duplicated action name from xml data: "svg_format_underline"
NOT COOL: Duplicated action name from xml data: "svg_format_strike_through"
NOT COOL: Duplicated action name from xml data: "svg_weight_bold"
NOT COOL: Duplicated action name from xml data: "svg_format_italic"
NOT COOL: Duplicated action name from xml data: "svg_weight_normal"
NOT COOL: Duplicated action name from xml data: "svg_weight_demi"
NOT COOL: Duplicated action name from xml data: "svg_weight_black"
NOT COOL: Duplicated action name from xml data: "svg_weight_light"
NOT COOL: Duplicated action name from xml data: "svg_line_height"
NOT COOL: Duplicated action name from xml data: "svg_settings"
NOT COOL: Duplicated action name from xml data: "hello_python"
NOT COOL: Duplicated action name from xml data: "open_resources_directory"
NOT COOL: Duplicated action name from xml data: "edit_blacklist_cleanup"
NOT COOL: Duplicated action name from xml data: "windows_cascade"
NOT COOL: Duplicated action name from xml data: "windows_tile"
NOT COOL: Duplicated action name from xml data: "create_bundle"
NOT COOL: Duplicated action name from xml data: "mainToolBar"
NOT COOL: Duplicated action name from xml data: "show_color_selector"
NOT COOL: Duplicated action name from xml data: "show_mypaint_shade_selector"
NOT COOL: Duplicated action name from xml data: "show_minimal_shade_selector"
NOT COOL: Duplicated action name from xml data: "show_color_history"
NOT COOL: Duplicated action name from xml data: "show_common_colors"
NOT COOL: Duplicated action name from xml data: "show_tool_options"
NOT COOL: Duplicated action name from xml data: "show_brush_editor"
NOT COOL: Duplicated action name from xml data: "show_brush_presets"
NOT COOL: Duplicated action name from xml data: "tablet_debugger"
NOT COOL: Duplicated action name from xml data: "buginfo"
NOT COOL: Duplicated action name from xml data: "rename_composition"
NOT COOL: Duplicated action name from xml data: "update_composition"
NOT COOL: Duplicated action name from xml data: "ruler_pixel_multiple2"
NOT COOL: Duplicated action name from xml data: "invert_selection"
NOT COOL: Duplicated action name from xml data: "make_brush_color_lighter"
NOT COOL: Duplicated action name from xml data: "make_brush_color_darker"
NOT COOL: Duplicated action name from xml data: "make_brush_color_saturated"
NOT COOL: Duplicated action name from xml data: "make_brush_color_desaturated"
NOT COOL: Duplicated action name from xml data: "shift_brush_color_clockwise"
NOT COOL: Duplicated action name from xml data: "shift_brush_color_counter_clockwise"
NOT COOL: Duplicated action name from xml data: "make_brush_color_redder"
NOT COOL: Duplicated action name from xml data: "make_brush_color_greener"
NOT COOL: Duplicated action name from xml data: "make_brush_color_bluer"
NOT COOL: Duplicated action name from xml data: "make_brush_color_yellower"
NOT COOL: Duplicated action name from xml data: "increase_opacity"
NOT COOL: Duplicated action name from xml data: "decrease_opacity"
NOT COOL: Duplicated action name from xml data: "erase_action"
NOT COOL: Duplicated action name from xml data: "reload_preset_action"
NOT COOL: Duplicated action name from xml data: "preserve_alpha"
NOT COOL: Duplicated action name from xml data: "disable_pressure"
NOT COOL: Duplicated action name from xml data: "hmirror_action"
NOT COOL: Duplicated action name from xml data: "vmirror_action"
NOT COOL: Duplicated action name from xml data: "mirrorX-hideDecorations"
NOT COOL: Duplicated action name from xml data: "mirrorY-hideDecorations"
NOT COOL: Duplicated action name from xml data: "mirrorX-lock"
NOT COOL: Duplicated action name from xml data: "mirrorY-lock"
NOT COOL: Duplicated action name from xml data: "mirrorX-moveToCenter"
NOT COOL: Duplicated action name from xml data: "mirrorY-moveToCenter"
NOT COOL: Duplicated action name from xml data: "toggle-selection-overlay-mode"
NOT COOL: Duplicated action name from xml data: "next_favorite_preset"
NOT COOL: Duplicated action name from xml data: "previous_favorite_preset"
NOT COOL: Duplicated action name from xml data: "previous_preset"
NOT COOL: Duplicated action name from xml data: "BrushesAndStuff"
NOT COOL: Duplicated action name from xml data: "reset_fg_bg"
NOT COOL: Duplicated action name from xml data: "toggle_fg_bg"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_add"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_subtract"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_intersect"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_replace"
NOT COOL: Duplicated action name from xml data: "set_weighted_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "set_no_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "set_stabilizer_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "decrease_brush_size"
NOT COOL: Duplicated action name from xml data: "set_simple_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "increase_brush_size"
NOT COOL: Duplicated action name from xml data: "toggle_assistant"
NOT COOL: Duplicated action name from xml data: "undo_polygon_selection"
NOT COOL: Duplicated action name from xml data: "fill_selection_foreground_color_opacity"
NOT COOL: Duplicated action name from xml data: "fill_selection_background_color_opacity"
NOT COOL: Duplicated action name from xml data: "fill_selection_pattern_opacity"
NOT COOL: Duplicated action name from xml data: "convert_selection_to_shape"
NOT COOL: Duplicated action name from xml data: "show-global-selection-mask"
NOT COOL: Duplicated action name from xml data: "krita_filter_colortoalpha"
NOT COOL: Duplicated action name from xml data: "krita_filter_top edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_indexcolors"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss horizontal only"
NOT COOL: Duplicated action name from xml data: "krita_filter_dodge"
NOT COOL: Duplicated action name from xml data: "krita_filter_sharpen"
NOT COOL: Duplicated action name from xml data: "krita_filter_burn"
NOT COOL: Duplicated action name from xml data: "krita_filter_mean removal"
NOT COOL: Duplicated action name from xml data: "krita_filter_gaussian blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss all directions"
NOT COOL: Duplicated action name from xml data: "krita_filter_smalltiles"
NOT COOL: Duplicated action name from xml data: "krita_filter_levels"
NOT COOL: Duplicated action name from xml data: "krita_filter_sobel"
NOT COOL: Duplicated action name from xml data: "krita_filter_wave"
NOT COOL: Duplicated action name from xml data: "krita_filter_motion blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_invert"
NOT COOL: Duplicated action name from xml data: "krita_filter_perchannel"
NOT COOL: Duplicated action name from xml data: "krita_filter_pixelize"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss laplascian"
NOT COOL: Duplicated action name from xml data: "krita_filter_left edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_raindrops"
NOT COOL: Duplicated action name from xml data: "krita_filter_bottom edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_noise"
NOT COOL: Duplicated action name from xml data: "krita_filter_brightnesscontrast"
NOT COOL: Duplicated action name from xml data: "krita_filter_colorbalance"
NOT COOL: Duplicated action name from xml data: "krita_filter_phongbumpmap"
NOT COOL: Duplicated action name from xml data: "krita_filter_desaturate"
NOT COOL: Duplicated action name from xml data: "krita_filter_colortransfer"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss vertical only"
NOT COOL: Duplicated action name from xml data: "krita_filter_lens blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_minimize"
NOT COOL: Duplicated action name from xml data: "krita_filter_maximize"
NOT COOL: Duplicated action name from xml data: "krita_filter_oilpaint"
NOT COOL: Duplicated action name from xml data: "krita_filter_right edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_autocontrast"
NOT COOL: Duplicated action name from xml data: "krita_filter_roundcorners"
NOT COOL: Duplicated action name from xml data: "krita_filter_unsharp"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss horizontal and vertical"
NOT COOL: Duplicated action name from xml data: "krita_filter_randompick"
NOT COOL: Duplicated action name from xml data: "krita_filter_gaussiannoisereducer"
NOT COOL: Duplicated action name from xml data: "krita_filter_posterize"
NOT COOL: Duplicated action name from xml data: "krita_filter_waveletnoisereducer"
NOT COOL: Duplicated action name from xml data: "krita_filter_hsvadjustment"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolDyna"
NOT COOL: Duplicated action name from xml data: "KisToolCrop"
NOT COOL: Duplicated action name from xml data: "KisToolPolygon"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolRectangle"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolMultiBrush"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolLazyBrush"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolSmartPatch"
NOT COOL: Duplicated action name from xml data: "PanTool"
NOT COOL: Duplicated action name from xml data: "InteractionTool"
NOT COOL: Duplicated action name from xml data: "KritaSelected/KisToolColorPicker"
NOT COOL: Duplicated action name from xml data: "KisToolSelectOutline"
NOT COOL: Duplicated action name from xml data: "KisToolSelectPath"
NOT COOL: Duplicated action name from xml data: "KisToolSelectSimilar"
NOT COOL: Duplicated action name from xml data: "KritaFill/KisToolFill"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolLine"
NOT COOL: Duplicated action name from xml data: "KisToolPencil"
NOT COOL: Duplicated action name from xml data: "KisToolPath"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolEllipse"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolBrush"
NOT COOL: Duplicated action name from xml data: "CreateShapesTool"
NOT COOL: Duplicated action name from xml data: "KisToolSelectElliptical"
NOT COOL: Duplicated action name from xml data: "KisToolSelectContiguous"
NOT COOL: Duplicated action name from xml data: "KarbonPatternTool"
NOT COOL: Duplicated action name from xml data: "ReviewTool"
NOT COOL: Duplicated action name from xml data: "KritaFill/KisToolGradient"
NOT COOL: Duplicated action name from xml data: "KisToolSelectPolygonal"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolMeasure"
NOT COOL: Duplicated action name from xml data: "KisToolSelectRectangular"
NOT COOL: Duplicated action name from xml data: "KritaTransform/KisToolMove"
NOT COOL: Duplicated action name from xml data: "VectorTool"
NOT COOL: Duplicated action name from xml data: "KarbonCalligraphyTool"
NOT COOL: Duplicated action name from xml data: "PathTool"
NOT COOL: Duplicated action name from xml data: "ZoomTool"
NOT COOL: Duplicated action name from xml data: "KisToolPolyline"
NOT COOL: Duplicated action name from xml data: "KisToolTransform"
NOT COOL: Duplicated action name from xml data: "KisAssistantTool"
NOT COOL: Duplicated action name from xml data: "KarbonGradientTool"
NOT COOL: Duplicated action name from xml data: "ToolReferenceImages"
NOT COOL: Duplicated action name from xml data: "Select Normal Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Dissolve Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Behind Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Clear Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Darken Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Multiply Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Burn Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Burn Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Lighten Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Screen Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Dodge Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Dodge Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Overlay Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Overlay Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Soft Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Vivid Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Pin Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Mix Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Difference Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Exclusion Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hue Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Saturation Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Luminosity Blending Mode"
NOT COOL: Duplicated action name from xml data: "previous_frame"
NOT COOL: Duplicated action name from xml data: "next_frame"
NOT COOL: Duplicated action name from xml data: "toggle_playback"
NOT COOL: Duplicated action name from xml data: "add_blank_frame"
NOT COOL: Duplicated action name from xml data: "add_duplicate_frame"
NOT COOL: Duplicated action name from xml data: "toggle_onion_skin"
NOT COOL: Duplicated action name from xml data: "previous_keyframe"
NOT COOL: Duplicated action name from xml data: "next_keyframe"
NOT COOL: Duplicated action name from xml data: "first_frame"
NOT COOL: Duplicated action name from xml data: "last_frame"
NOT COOL: Duplicated action name from xml data: "lazy_frame"
NOT COOL: Duplicated action name from xml data: "drop_frames"
NOT COOL: Duplicated action name from xml data: "show_in_timeline"
NOT COOL: Duplicated action name from xml data: "insert_keyframe_left"
NOT COOL: Duplicated action name from xml data: "insert_keyframe_right"
NOT COOL: Duplicated action name from xml data: "insert_multiple_keyframes"
NOT COOL: Duplicated action name from xml data: "remove_frames_and_pull"
NOT COOL: Duplicated action name from xml data: "remove_frames"
NOT COOL: Duplicated action name from xml data: "insert_column_left"
NOT COOL: Duplicated action name from xml data: "insert_column_right"
NOT COOL: Duplicated action name from xml data: "insert_multiple_columns"
NOT COOL: Duplicated action name from xml data: "remove_columns_and_pull"
NOT COOL: Duplicated action name from xml data: "remove_columns"
NOT COOL: Duplicated action name from xml data: "insert_hold_frame"
NOT COOL: Duplicated action name from xml data: "insert_multiple_hold_frames"
NOT COOL: Duplicated action name from xml data: "remove_hold_frame"
NOT COOL: Duplicated action name from xml data: "remove_multiple_hold_frames"
NOT COOL: Duplicated action name from xml data: "insert_hold_column"
NOT COOL: Duplicated action name from xml data: "insert_multiple_hold_columns"
NOT COOL: Duplicated action name from xml data: "remove_hold_column"
NOT COOL: Duplicated action name from xml data: "remove_multiple_hold_columns"
NOT COOL: Duplicated action name from xml data: "mirror_frames"
NOT COOL: Duplicated action name from xml data: "mirror_columns"
NOT COOL: Duplicated action name from xml data: "copy_frames_to_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_frames_to_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_frames_from_clipboard"
NOT COOL: Duplicated action name from xml data: "copy_columns_to_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_columns_to_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_columns_from_clipboard"
NOT COOL: Duplicated action name from xml data: "set_start_time"
NOT COOL: Duplicated action name from xml data: "set_end_time"
NOT COOL: Duplicated action name from xml data: "update_playback_range"
NOT COOL: Duplicated action name from xml data: "activateNextLayer"
NOT COOL: Duplicated action name from xml data: "activatePreviousLayer"
NOT COOL: Duplicated action name from xml data: "switchToPreviouslyActiveNode"
NOT COOL: Duplicated action name from xml data: "add_new_group_layer"
NOT COOL: Duplicated action name from xml data: "add_new_clone_layer"
NOT COOL: Duplicated action name from xml data: "add_new_shape_layer"
NOT COOL: Duplicated action name from xml data: "add_new_adjustment_layer"
NOT COOL: Duplicated action name from xml data: "add_new_fill_layer"
NOT COOL: Duplicated action name from xml data: "add_new_file_layer"
NOT COOL: Duplicated action name from xml data: "add_new_transparency_mask"
NOT COOL: Duplicated action name from xml data: "add_new_filter_mask"
NOT COOL: Duplicated action name from xml data: "add_new_colorize_mask"
NOT COOL: Duplicated action name from xml data: "add_new_transform_mask"
NOT COOL: Duplicated action name from xml data: "add_new_selection_mask"
NOT COOL: Duplicated action name from xml data: "isolate_layer"
NOT COOL: Duplicated action name from xml data: "toggle_layer_lock"
NOT COOL: Duplicated action name from xml data: "toggle_layer_visibility"
NOT COOL: Duplicated action name from xml data: "toggle_layer_alpha_lock"
NOT COOL: Duplicated action name from xml data: "toggle_layer_inherit_alpha"
NOT COOL: Duplicated action name from xml data: "add_new_paint_layer"
NOT COOL: Duplicated action name from xml data: "new_from_visible"
NOT COOL: Duplicated action name from xml data: "duplicatelayer"
NOT COOL: Duplicated action name from xml data: "cut_selection_to_new_layer"
NOT COOL: Duplicated action name from xml data: "copy_selection_to_new_layer"
NOT COOL: Duplicated action name from xml data: "copy_layer_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_layer_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_layer_from_clipboard"
NOT COOL: Duplicated action name from xml data: "create_quick_group"
NOT COOL: Duplicated action name from xml data: "quick_ungroup"
NOT COOL: Duplicated action name from xml data: "create_quick_clipping_group"
NOT COOL: Duplicated action name from xml data: "select_all_layers"
NOT COOL: Duplicated action name from xml data: "select_visible_layers"
NOT COOL: Duplicated action name from xml data: "select_locked_layers"
NOT COOL: Duplicated action name from xml data: "select_invisible_layers"
NOT COOL: Duplicated action name from xml data: "select_unlocked_layers"
NOT COOL: Duplicated action name from xml data: "save_node_as_image"
NOT COOL: Duplicated action name from xml data: "save_vector_node_to_svg"
NOT COOL: Duplicated action name from xml data: "save_groups_as_images"
NOT COOL: Duplicated action name from xml data: "convert_group_to_animated"
NOT COOL: Duplicated action name from xml data: "convert_to_animated"
NOT COOL: Duplicated action name from xml data: "convert_to_file_layer"
NOT COOL: Duplicated action name from xml data: "import_layer_from_file"
NOT COOL: Duplicated action name from xml data: "import_layer_as_paint_layer"
NOT COOL: Duplicated action name from xml data: "import_layer_as_transparency_mask"
NOT COOL: Duplicated action name from xml data: "import_layer_as_filter_mask"
NOT COOL: Duplicated action name from xml data: "import_layer_as_selection_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_paint_layer"
NOT COOL: Duplicated action name from xml data: "convert_to_transparency_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_filter_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_selection_mask"
NOT COOL: Duplicated action name from xml data: "split_alpha_into_mask"
NOT COOL: Duplicated action name from xml data: "split_alpha_write"
NOT COOL: Duplicated action name from xml data: "split_alpha_save_merged"
NOT COOL: Duplicated action name from xml data: "layersplit"
NOT COOL: Duplicated action name from xml data: "waveletdecompose"
NOT COOL: Duplicated action name from xml data: "mirrorNodeX"
NOT COOL: Duplicated action name from xml data: "mirrorNodeY"
NOT COOL: Duplicated action name from xml data: "rotatelayer"
NOT COOL: Duplicated action name from xml data: "rotateLayerCW90"
NOT COOL: Duplicated action name from xml data: "rotateLayerCCW90"
NOT COOL: Duplicated action name from xml data: "rotateLayer180"
NOT COOL: Duplicated action name from xml data: "layersize"
NOT COOL: Duplicated action name from xml data: "shearlayer"
NOT COOL: Duplicated action name from xml data: "mirrorAllNodesX"
NOT COOL: Duplicated action name from xml data: "mirrorAllNodesY"
NOT COOL: Duplicated action name from xml data: "rotateAllLayers"
NOT COOL: Duplicated action name from xml data: "rotateAllLayersCW90"
NOT COOL: Duplicated action name from xml data: "rotateAllLayersCCW90"
NOT COOL: Duplicated action name from xml data: "rotateAllLayers180"
NOT COOL: Duplicated action name from xml data: "scaleAllLayers"
NOT COOL: Duplicated action name from xml data: "shearAllLayers"
NOT COOL: Duplicated action name from xml data: "offsetlayer"
NOT COOL: Duplicated action name from xml data: "clones_array"
NOT COOL: Duplicated action name from xml data: "EditLayerMetaData"
NOT COOL: Duplicated action name from xml data: "histogram"
NOT COOL: Duplicated action name from xml data: "layercolorspaceconversion"
NOT COOL: Duplicated action name from xml data: "merge_layer"
NOT COOL: Duplicated action name from xml data: "flatten_layer"
NOT COOL: Duplicated action name from xml data: "rasterize_layer"
NOT COOL: Duplicated action name from xml data: "flatten_image"
NOT COOL: Duplicated action name from xml data: "layer_style"
NOT COOL: Duplicated action name from xml data: "LayerGroupSwitcher/previous"
NOT COOL: Duplicated action name from xml data: "LayerGroupSwitcher/next"
NOT COOL: Duplicated action name from xml data: "RenameCurrentLayer"
NOT COOL: Duplicated action name from xml data: "remove_layer"
NOT COOL: Duplicated action name from xml data: "move_layer_up"
NOT COOL: Duplicated action name from xml data: "move_layer_down"
NOT COOL: Duplicated action name from xml data: "layer_properties"
NOT COOL: Duplicated action name from xml data: "set-copy-from"
NOT COOL: Duplicated action name from xml data: "file_new"
NOT COOL: Duplicated action name from xml data: "file_open"
NOT COOL: Duplicated action name from xml data: "file_open_recent"
NOT COOL: Duplicated action name from xml data: "file_save"
NOT COOL: Duplicated action name from xml data: "file_save_as"
NOT COOL: Duplicated action name from xml data: "file_sessions"
NOT COOL: Duplicated action name from xml data: "file_import_file"
NOT COOL: Duplicated action name from xml data: "file_export_file"
NOT COOL: Duplicated action name from xml data: "file_import_animation"
NOT COOL: Duplicated action name from xml data: "render_animation"
NOT COOL: Duplicated action name from xml data: "render_animation_again"
NOT COOL: Duplicated action name from xml data: "save_incremental_version"
NOT COOL: Duplicated action name from xml data: "save_incremental_backup"
NOT COOL: Duplicated action name from xml data: "create_template"
NOT COOL: Duplicated action name from xml data: "create_copy"
NOT COOL: Duplicated action name from xml data: "file_print"
NOT COOL: Duplicated action name from xml data: "file_print_preview"
NOT COOL: Duplicated action name from xml data: "file_documentinfo"
NOT COOL: Duplicated action name from xml data: "file_close_all"
NOT COOL: Duplicated action name from xml data: "file_close"
NOT COOL: Duplicated action name from xml data: "file_quit"
NOT COOL: Duplicated action name from xml data: "edit_undo"
NOT COOL: Duplicated action name from xml data: "edit_redo"
NOT COOL: Duplicated action name from xml data: "edit_cut"
NOT COOL: Duplicated action name from xml data: "edit_copy"
NOT COOL: Duplicated action name from xml data: "copy_sharp"
NOT COOL: Duplicated action name from xml data: "cut_sharp"
NOT COOL: Duplicated action name from xml data: "copy_merged"
NOT COOL: Duplicated action name from xml data: "edit_paste"
NOT COOL: Duplicated action name from xml data: "paste_at"
NOT COOL: Duplicated action name from xml data: "paste_new"
NOT COOL: Duplicated action name from xml data: "paste_as_reference"
NOT COOL: Duplicated action name from xml data: "clear"
NOT COOL: Duplicated action name from xml data: "fill_selection_foreground_color"
NOT COOL: Duplicated action name from xml data: "fill_selection_background_color"
NOT COOL: Duplicated action name from xml data: "fill_selection_pattern"
NOT COOL: Duplicated action name from xml data: "stroke_shapes"
NOT COOL: Duplicated action name from xml data: "stroke_selection"
NOT COOL: Duplicated action name from xml data: "delete_keyframe"
NOT COOL: Duplicated action name from xml data: "view_newwindow"
NOT COOL: Duplicated action name from xml data: "windows_next"
NOT COOL: Duplicated action name from xml data: "windows_previous"
NOT COOL: Duplicated action name from xml data: "view_show_canvas_only"
NOT COOL: Duplicated action name from xml data: "fullscreen"
NOT COOL: Duplicated action name from xml data: "wrap_around_mode"
NOT COOL: Duplicated action name from xml data: "level_of_detail_mode"
NOT COOL: Duplicated action name from xml data: "softProof"
NOT COOL: Duplicated action name from xml data: "gamutCheck"
NOT COOL: Duplicated action name from xml data: "mirror_canvas"
NOT COOL: Duplicated action name from xml data: "zoom_to_100pct"
NOT COOL: Duplicated action name from xml data: "view_zoom_in"
NOT COOL: Duplicated action name from xml data: "view_zoom_out"
NOT COOL: Duplicated action name from xml data: "rotate_canvas_right"
NOT COOL: Duplicated action name from xml data: "rotate_canvas_left"
NOT COOL: Duplicated action name from xml data: "reset_canvas_rotation"
NOT COOL: Duplicated action name from xml data: "view_ruler"
NOT COOL: Duplicated action name from xml data: "rulers_track_mouse"
NOT COOL: Duplicated action name from xml data: "view_show_guides"
NOT COOL: Duplicated action name from xml data: "view_lock_guides"
NOT COOL: Duplicated action name from xml data: "view_snap_to_guides"
NOT COOL: Duplicated action name from xml data: "showStatusBar"
NOT COOL: Duplicated action name from xml data: "view_pixel_grid"
NOT COOL: Duplicated action name from xml data: "view_grid"
NOT COOL: Duplicated action name from xml data: "view_snap_to_grid"
NOT COOL: Duplicated action name from xml data: "show_snap_options_popup"
NOT COOL: Duplicated action name from xml data: "view_snap_orthogonal"
NOT COOL: Duplicated action name from xml data: "view_snap_node"
NOT COOL: Duplicated action name from xml data: "view_snap_extension"
NOT COOL: Duplicated action name from xml data: "view_snap_to_pixel"
NOT COOL: Duplicated action name from xml data: "view_snap_intersection"
NOT COOL: Duplicated action name from xml data: "view_snap_bounding_box"
NOT COOL: Duplicated action name from xml data: "view_snap_image_bounds"
NOT COOL: Duplicated action name from xml data: "view_snap_image_center"
NOT COOL: Duplicated action name from xml data: "view_toggle_painting_assistants"
NOT COOL: Duplicated action name from xml data: "view_toggle_assistant_previews"
NOT COOL: Duplicated action name from xml data: "view_toggle_reference_images"
NOT COOL: Duplicated action name from xml data: "image_properties"
NOT COOL: Duplicated action name from xml data: "image_color"
NOT COOL: Duplicated action name from xml data: "imagecolorspaceconversion"
NOT COOL: Duplicated action name from xml data: "trim_to_image"
NOT COOL: Duplicated action name from xml data: "resizeimagetolayer"
NOT COOL: Duplicated action name from xml data: "resizeimagetoselection"
NOT COOL: Duplicated action name from xml data: "rotateimage"
NOT COOL: Duplicated action name from xml data: "rotateImageCW90"
NOT COOL: Duplicated action name from xml data: "rotateImageCCW90"
NOT COOL: Duplicated action name from xml data: "rotateImage180"
NOT COOL: Duplicated action name from xml data: "shearimage"
NOT COOL: Duplicated action name from xml data: "mirrorImageHorizontal"
NOT COOL: Duplicated action name from xml data: "mirrorImageVertical"
NOT COOL: Duplicated action name from xml data: "imagesize"
NOT COOL: Duplicated action name from xml data: "offsetimage"
NOT COOL: Duplicated action name from xml data: "canvassize"
NOT COOL: Duplicated action name from xml data: "imagesplit"
NOT COOL: Duplicated action name from xml data: "separate"
NOT COOL: Duplicated action name from xml data: "select_all"
NOT COOL: Duplicated action name from xml data: "deselect"
NOT COOL: Duplicated action name from xml data: "reselect"
NOT COOL: Duplicated action name from xml data: "convert_to_vector_selection"
NOT COOL: Duplicated action name from xml data: "convert_to_raster_selection"
NOT COOL: Duplicated action name from xml data: "edit_selection"
NOT COOL: Duplicated action name from xml data: "convert_shapes_to_vector_selection"
NOT COOL: Duplicated action name from xml data: "featherselection"
NOT COOL: Duplicated action name from xml data: "toggle_display_selection"
NOT COOL: Duplicated action name from xml data: "selectionscale"
NOT COOL: Duplicated action name from xml data: "colorrange"
NOT COOL: Duplicated action name from xml data: "selectopaque"
NOT COOL: Duplicated action name from xml data: "selectopaque_add"
NOT COOL: Duplicated action name from xml data: "selectopaque_subtract"
NOT COOL: Duplicated action name from xml data: "selectopaque_intersect"
NOT COOL: Duplicated action name from xml data: "growselection"
NOT COOL: Duplicated action name from xml data: "shrinkselection"
NOT COOL: Duplicated action name from xml data: "borderselection"
NOT COOL: Duplicated action name from xml data: "smoothselection"
NOT COOL: Duplicated action name from xml data: "filter_apply_again"
NOT COOL: Duplicated action name from xml data: "adjust_filters"
NOT COOL: Duplicated action name from xml data: "artistic_filters"
NOT COOL: Duplicated action name from xml data: "blur_filters"
NOT COOL: Duplicated action name from xml data: "color_filters"
NOT COOL: Duplicated action name from xml data: "edge_filters"
NOT COOL: Duplicated action name from xml data: "enhance_filters"
NOT COOL: Duplicated action name from xml data: "emboss_filters"
NOT COOL: Duplicated action name from xml data: "map_filters"
NOT COOL: Duplicated action name from xml data: "other_filters"
NOT COOL: Duplicated action name from xml data: "QMic"
NOT COOL: Duplicated action name from xml data: "QMicAgain"
NOT COOL: Duplicated action name from xml data: "options_configure"
NOT COOL: Duplicated action name from xml data: "manage_bundles"
NOT COOL: Duplicated action name from xml data: "switch_application_language"
NOT COOL: Duplicated action name from xml data: "view_toggledockers"
NOT COOL: Duplicated action name from xml data: "options_configure_toolbars"
NOT COOL: Duplicated action name from xml data: "settings_dockers_menu"
NOT COOL: Duplicated action name from xml data: "theme_menu"
NOT COOL: Duplicated action name from xml data: "settings_active_author"
NOT COOL: Duplicated action name from xml data: "options_configure_keybinding"
NOT COOL: Duplicated action name from xml data: "window"
NOT COOL: Duplicated action name from xml data: "help_contents"
NOT COOL: Duplicated action name from xml data: "help_report_bug"
NOT COOL: Duplicated action name from xml data: "help_about_app"
NOT COOL: Duplicated action name from xml data: "help_about_kde"
NOT COOL: Duplicated action name from xml data: "gradients"
NOT COOL: Duplicated action name from xml data: "patterns"
NOT COOL: Duplicated action name from xml data: "dual"
NOT COOL: Duplicated action name from xml data: "paintops"
NOT COOL: Duplicated action name from xml data: "composite_actions"
NOT COOL: Duplicated action name from xml data: "brushslider1"
NOT COOL: Duplicated action name from xml data: "brushslider2"
NOT COOL: Duplicated action name from xml data: "brushslider3"
NOT COOL: Duplicated action name from xml data: "mirror_actions"
NOT COOL: Duplicated action name from xml data: "select_layout"
NOT COOL: Duplicated action name from xml data: "workspaces"
NOT COOL: Duplicated action name from xml data: "plugin_importer"
NOT COOL: Duplicated action name from xml data: "activate_preset_1"
NOT COOL: Duplicated action name from xml data: "activate_preset_2"
NOT COOL: Duplicated action name from xml data: "activate_preset_3"
NOT COOL: Duplicated action name from xml data: "activate_preset_4"
NOT COOL: Duplicated action name from xml data: "activate_preset_5"
NOT COOL: Duplicated action name from xml data: "activate_preset_6"
NOT COOL: Duplicated action name from xml data: "activate_preset_7"
NOT COOL: Duplicated action name from xml data: "activate_preset_8"
NOT COOL: Duplicated action name from xml data: "activate_preset_9"
NOT COOL: Duplicated action name from xml data: "activate_preset_0"
NOT COOL: Duplicated action name from xml data: "execute_script_1"
NOT COOL: Duplicated action name from xml data: "execute_script_2"
NOT COOL: Duplicated action name from xml data: "execute_script_3"
NOT COOL: Duplicated action name from xml data: "execute_script_4"
NOT COOL: Duplicated action name from xml data: "execute_script_5"
NOT COOL: Duplicated action name from xml data: "execute_script_6"
NOT COOL: Duplicated action name from xml data: "execute_script_7"
NOT COOL: Duplicated action name from xml data: "execute_script_8"
NOT COOL: Duplicated action name from xml data: "execute_script_9"
NOT COOL: Duplicated action name from xml data: "execute_script_10"
NOT COOL: Duplicated action name from xml data: "krita_filter_threshold"
[1945592.681] -> zwp_tablet_pad_v2@4278190081.button(424421095, 1, 1)
[1945592.726] zwp_tablet_pad_v2@4278190081.button(424421095, 1, 1)
[1945668.665] -> zwp_tablet_pad_v2@4278190081.button(424421171, 0, 1)
[1945668.708] zwp_tablet_pad_v2@4278190081.button(424421171, 0, 1)
[1945712.663] -> zwp_tablet_pad_v2@4278190081.button(424421215, 0, 0)
[1945712.683] -> zwp_tablet_pad_v2@4278190081.button(424421215, 1, 0)
[1945712.716] zwp_tablet_pad_v2@4278190081.button(424421215, 0, 0)
[1945712.741] zwp_tablet_pad_v2@4278190081.button(424421215, 1, 0)
[1945728.273] -> wl_surface@26.attach(wl_buffer@28, 0, 0)
[1945728.300] -> wl_surface@26.damage(0, 0, 504, 269)
[1945728.315] -> wl_surface@26.frame(new id wl_callback@15)
[1945728.322] -> wl_surface@26.commit()
[1945728.337] wl_surface@26.attach(wl_buffer@28, 0, 0)
[1945728.356] wl_surface@26.damage(0, 0, 504, 269)
[1945728.373] wl_surface@26.frame(new id wl_callback@15)
[1945728.381] wl_surface@26.commit()
[1945728.407] -> wl_buffer@28.release()
[1945733.430] -> wl_callback@15.done(424421236)
[1945733.444] -> wl_display@1.delete_id(15)
[1945733.457] wl_display@1.delete_id(15)
[1945733.471] wl_callback@15.done(424421236)
[1945733.478] -> wl_surface@26.attach(wl_buffer@28, 0, 0)
[1945733.492] -> wl_surface@26.damage(0, 0, 504, 269)
[1945733.508] -> wl_surface@26.frame(new id wl_callback@15)
[1945733.515] -> wl_surface@26.commit()
[1945733.529] wl_surface@26.attach(wl_buffer@28, 0, 0)
[1945733.542] wl_surface@26.damage(0, 0, 504, 269)
[1945733.558] wl_surface@26.frame(new id wl_callback@15)
[1945733.566] wl_surface@26.commit()
[1945733.572] -> wl_buffer@28.release()
[1945749.994] -> wl_callback@15.done(424421252)
[1945750.010] -> wl_display@1.delete_id(15)
[1945750.030] wl_display@1.delete_id(15)
[1945750.045] wl_callback@15.done(424421252)
[1945794.669] -> zwp_tablet_pad_v2@4278190081.button(424421297, 0, 1)
[1945794.711] zwp_tablet_pad_v2@4278190081.button(424421297, 0, 1)
[1945824.663] -> zwp_tablet_pad_v2@4278190081.button(424421327, 1, 1)
[1945824.698] zwp_tablet_pad_v2@4278190081.button(424421327, 1, 1)
[1945892.665] -> zwp_tablet_pad_v2@4278190081.button(424421395, 0, 0)
[1945892.691] -> zwp_tablet_pad_v2@4278190081.button(424421395, 1, 0)
[1945892.725] zwp_tablet_pad_v2@4278190081.button(424421395, 0, 0)
[1945892.749] zwp_tablet_pad_v2@4278190081.button(424421395, 1, 0)
[1945930.673] -> zwp_tablet_pad_v2@4278190081.button(424421433, 0, 1)
[1945930.714] zwp_tablet_pad_v2@4278190081.button(424421433, 0, 1)
[1945998.667] -> zwp_tablet_pad_v2@4278190081.button(424421501, 1, 1)
[1945998.714] zwp_tablet_pad_v2@4278190081.button(424421501, 1, 1)
[1946033.824] wl_seat@14.get_pointer(new id wl_pointer@11)
[1946033.844] wl_seat@14.get_keyboard(new id wl_keyboard@3)
[1946033.920] -> wl_surface@26.attach(wl_buffer@28, 0[1946033.935] -> wl_keyboard@3.keymap(, 10, )
fd 103, [1946033.948] -> wl_surface@26.damage(486130)
, 0[1946033.957] -> wl_keyboard@3.repeat_info(, 25504, , 600269)
)
[1946033.973] wl_compositor@6.create_surface([1946033.974] -> wl_surface@26.frame(new id wl_surface@new id wl_callback@2715)
)
[1946033.987] -> wl_surface@26.commit()
[1946033.993] wl_registry@2.bind(13, "xdg_wm_base", 1, new id [unknown]@26)
[1946034.018] wl_surface@26.attach(wl_buffer@28, 0, 0)
[1946034.031] wl_surface@26.damage(0, 0, 504, 269)
[1946034.047] wl_surface@26.frame(new id wl_callback@15)
[1946034.054] wl_surface@26.commit()
[1946034.061] -> wl_buffer@28.release()
[1946050.083] -> wl_callback@15.done(424421552)
[1946050.098] -> wl_display@1.delete_id(15)
[1946050.125] wl_display@1.delete_id(15)
[1946050.138] wl_callback@15.done(424421552)
[1946052.267] wl_keyboard@3.keymap(1, fd 26, 48613)
[1946052.341] -> wl_surface@26.attach(wl_buffer@28, 0, 0)
[1946052.362] -> wl_surface@26.damage(0, 0, 504, 269)
[1946052.378] -> wl_surface@26.frame(new id wl_callback@15)
[1946052.386] -> wl_surface@26.commit()
[1946052.400] wl_surface@26.attach(wl_buffer@28, 0, 0)
[1946052.415] wl_surface@26.damage(0, 0, 504, 269)
[1946052.431] wl_surface@26.frame(new id wl_callback@15)
[1946052.438] wl_surface@26.commit()
[1946052.445] -> wl_buffer@28.release()
[1946053.739] wl_keyboard@3.repeat_info(25, 600)
[1946066.759] -> wl_callback@15.done(424421569)
[1946066.772] -> wl_display@1.delete_id(15)
[1946066.799] wl_display@1.delete_id(15)
[1946066.812] wl_callback@15.done(424421569)
[1946066.819] -> wl_surface@26.attach(wl_buffer@28, 0, 0)
[1946066.830] -> wl_surface@26.damage(0, 0, 504, 269)
[1946066.846] -> wl_surface@26.frame(new id wl_callback@15)
[1946066.852] -> wl_surface@26.commit()
[1946066.865] wl_surface@26.attach(wl_buffer@28, 0, 0)
[1946066.877] wl_surface@26.damage(0, 0, 504, 269)
[1946066.891] wl_surface@26.frame(new id wl_callback@15)
[1946066.898] wl_surface@26.commit()
[1946066.904] -> wl_buffer@28.release()
[1946083.400] -> wl_callback@15.done(424421586)
[1946083.412] -> wl_display@1.delete_id(15)
[1946083.439] wl_display@1.delete_id(15)
[1946083.452] wl_callback@15.done(424421586)
[1946110.669] -> zwp_tablet_pad_v2@4278190081.button(424421613, 1, 0)
[1946110.720] zwp_tablet_pad_v2@4278190081.button(424421613, 1, 0)
[1946304.683] -> zwp_tablet_pad_v2@4278190081.button(424421807, 1, 1)
[1946304.728] zwp_tablet_pad_v2@4278190081.button(424421807, 1, 1)
[1946380.686] -> zwp_tablet_pad_v2@4278190081.button(424421883, 0, 0)
[1946380.732] zwp_tablet_pad_v2@4278190081.button(424421883, 0, 0)
[1946448.672] -> zwp_tablet_pad_v2@4278190081.button(424421951, 0, 1)
[1946448.715] zwp_tablet_pad_v2@4278190081.button(424421951, 0, 1)
[1946522.674] -> zwp_tablet_pad_v2@4278190081.button(424422025, 1, 0)
[1946522.713] zwp_tablet_pad_v2@4278190081.button(424422025, 1, 0)
[1946552.672] -> zwp_tablet_pad_v2@4278190081.button(424422055, 0, 0)
[1946552.713] zwp_tablet_pad_v2@4278190081.button(424422055, 0, 0)
[1946628.674] -> zwp_tablet_pad_v2@4278190081.button(424422131, 0, 1)
[1946628.694] -> zwp_tablet_pad_v2@4278190081.button(424422131, 1, 1)
[1946628.727] zwp_tablet_pad_v2@4278190081.button(424422131, 0, 1)
[1946628.752] zwp_tablet_pad_v2@4278190081.button(424422131, 1, 1)
[1946724.674] -> zwp_tablet_pad_v2@4278190081.button(424422227, 1, 0)
[1946724.715] zwp_tablet_pad_v2@4278190081.button(424422227, 1, 0)
[1946808.684] -> zwp_tablet_pad_v2@4278190081.button(424422311, 0, 0)
[1946808.724] zwp_tablet_pad_v2@4278190081.button(424422311, 0, 0)
[1946898.685] -> zwp_tablet_pad_v2@4278190081.button(424422401, 0, 1)
[1946898.724] zwp_tablet_pad_v2@4278190081.button(424422401, 0, 1)
[1946917.513] -> wl_surface@26.attach(wl_buffer@28, 0, 0)
[1946917.538] -> wl_surface@26.damage(0, 0, 504, 269)
[1946917.557] -> wl_surface@26.frame(new id wl_callback@15)
[1946917.567] -> wl_surface@26.commit()
[1946917.584] wl_surface@26.attach(wl_buffer@28, 0, 0)
[1946917.602] wl_surface@26.damage(0, 0, 504, 269)
[1946917.618] wl_surface@26.frame(new id wl_callback@15)
[1946917.626] wl_surface@26.commit()
[1946917.644] -> wl_buffer@28.release()
[1946933.457] -> wl_callback@15.done(424422436)
[1946933.470] -> wl_display@1.delete_id(15)
[1946933.498] wl_display@1.delete_id(15)
[1946933.511] wl_callback@15.done(424422436)
[1946939.751] -> wl_surface@26.attach(wl_buffer@28, 0, 0)
[1946939.772] -> wl_surface@26.damage(0, 0, 504, 269)
[1946939.786] -> wl_surface@26.frame(new id wl_callback@15)
[1946939.793] -> wl_surface@26.commit()
[1946939.806] wl_surface@26.attach(wl_buffer@28, 0, 0)
[1946939.824] wl_surface@26.damage(0, 0, 504, 269)
[1946939.840] wl_surface@26.frame(new id wl_callback@15)
[1946939.848] wl_surface@26.commit()
[1946939.855] -> wl_buffer@28.release()
[1946950.045] -> wl_callback@15.done(424422452)
[1946950.057] -> wl_display@1.delete_id(15)
[1946950.083] wl_display@1.delete_id(15)
[1946950.097] wl_callback@15.done(424422452)
[1947079.185] -> wl_surface@26.attach(wl_buffer@28, 0, 0)
[1947079.209] -> wl_surface@26.damage(0, 0, 504, 269)
[1947079.224] -> wl_surface@26.frame(new id wl_callback@15)
[1947079.231] -> wl_surface@26.commit()
[1947079.246] wl_surface@26.attach(wl_buffer@28, 0, 0)
[1947079.263] wl_surface@26.damage(0, 0, 504, 269)
[1947079.278] wl_surface@26.frame(new id wl_callback@15)
[1947079.293] wl_surface@26.commit()
[1947079.301] -> wl_buffer@28.release()
[1947083.397] -> wl_callback@15.done(424422586)
[1947083.411] -> wl_display@1.delete_id(15)
[1947083.430] wl_display@1.delete_id(15)
[1947083.445] wl_callback@15.done(424422586)
[1947083.452] -> wl_surface@26.attach(wl_buffer@28, 0, 0)
[1947083.463] -> wl_surface@26.damage(0, 0, 504, 269)
[1947083.479] -> wl_surface@26.frame(new id wl_callback@15)
[1947083.488] -> wl_surface@26.commit()
[1947083.501] wl_surface@26.attach(wl_buffer@28, 0, 0)
[1947083.514] wl_surface@26.damage(0, 0, 504, 269)
[1947083.530] wl_surface@26.frame(new id wl_callback@15)
[1947083.538] wl_surface@26.commit()
[1947083.545] -> wl_buffer@28.release()
[1947100.062] -> wl_callback@15.done(424422602)
[1947100.076] -> wl_display@1.delete_id(15)
[1947100.091] wl_display@1.delete_id(15)
[1947100.104] wl_callback@15.done(424422602)
QObject::startTimer: Timers cannot have negative intervals
[1947130.683] -> zwp_tablet_pad_v2@4278190081.button(424422633, 0, 0)
[1947130.707] -> zwp_tablet_pad_v2@4278190081.button(424422633, 1, 1)
[1947130.731] zwp_tablet_pad_v2@4278190081.button(424422633, 0, 0)
[1947130.760] zwp_tablet_pad_v2@4278190081.button(424422633, 1, 1)
Could not create or open swapfile; disabling swapfile "/tmp/KRITA_SWAP_FILE_XXXXXX"
[1947204.695] -> zwp_tablet_pad_v2@4278190081.button(424422707, 0, 1)
[1947204.737] zwp_tablet_pad_v2@4278190081.button(424422707, 0, 1)
[1947228.689] -> zwp_tablet_pad_v2@4278190081.button(424422731, 1, 0)
[1947228.725] zwp_tablet_pad_v2@4278190081.button(424422731, 1, 0)
[1947714.418] -> wl_surface@35.attach(wl_buffer@39, 0, 0)
[1947714.467] -> wl_surface@35.set_buffer_scale(1)
[1947714.473] -> wl_surface@35.damage(1700, 0, 76, 26)
[1947714.487] -> wl_surface@35.damage(1800, 0, 76, 26)
[1947714.511] -> wl_surface@35.frame(new id wl_callback@41)
[1947714.520] -> wl_surface@35.commit()
[1947714.560] wl_surface@35.attach(wl_buffer@39, 0, 0)
[1947714.588] wl_surface@35.set_buffer_scale(1)
[1947714.596] wl_surface@35.damage(1700, 0, 76, 26)
[1947714.616] wl_surface@35.damage(1800, 0, 76, 26)
[1947714.636] wl_surface@35.frame(new id wl_callback@41)
[1947714.647] wl_surface@35.commit()
[1947714.712] -> wl_buffer@39.release()
[1947714.806] wl_buffer@39.release()
[1947722.038] -> wl_callback@41.done(424423224)
[1947722.059] -> wl_display@1.delete_id(41)
[1947722.083] wl_display@1.delete_id(41)
[1947722.101] wl_callback@41.done(424423224)
[1947723.010] -> wl_surface@20.attach(wl_buffer@43, 0, 0)
[1947723.033] -> wl_surface@20.set_buffer_scale(1)
[1947723.039] -> wl_surface@20.damage(1700, 0, 76, 26)
[1947723.055] -> wl_surface@20.damage(1800, 0, 76, 26)
[1947723.079] -> wl_surface@20.frame(new id wl_callback@41)
[1947723.087] -> wl_surface@20.commit()
[1947723.104] wl_surface@20.attach(wl_buffer@43, 0, 0)
[1947723.124] wl_surface@20.set_buffer_scale(1)
[1947723.130] wl_surface@20.damage(1700, 0, 76, 26)
[1947723.147] wl_surface@20.damage(1800, 0, 76, 26)
[1947723.162] wl_surface@20.frame(new id wl_callback@41)
[1947723.170] wl_surface@20.commit()
[1947723.194] -> wl_buffer@43.release()
[1947723.230] wl_buffer@43.release()
[1947733.392] -> wl_callback@41.done(424423236)
[1947733.405] -> wl_display@1.delete_id(41)
[1947733.421] wl_display@1.delete_id(41)
[1947733.428] wl_callback@41.done(424423236)
[1947774.699] -> zwp_tablet_pad_v2@4278190081.button(424423277, 0, 0)
[1947774.744] zwp_tablet_pad_v2@4278190081.button(424423277, 0, 0)
[1947924.689] -> zwp_tablet_pad_v2@4278190081.button(424423427, 1, 1)
[1947924.737] zwp_tablet_pad_v2@4278190081.button(424423427, 1, 1)
[1948070.385] -> wl_compositor@7.create_surface(new id wl_surface@15)
(EE)
(EE) Backtrace:
(EE) 0: Xwayland (OsSigHandler+0x29) [0x59c4f9]
(EE) 1: /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/libpthread.so.0 (funlockfile+0x50) [0x7f000f5738af]
(EE) 2: /nix/store/641prxh0dppg0d0cd1hkhcs83sq75g7b-wayland-1.17.0/lib/libwayland-client.so.0 (wl_proxy_marshal+0x87) [0x7f000fae3167]
(EE) 3: Xwayland (xwl_seat_set_cursor+0xd0) [0x4487c0]
(EE) 4: Xwayland (xwl_set_cursor+0x39) [0x448aa9]
(EE) 5: Xwayland (miPointerUpdateSprite+0x1be) [0x48f85e]
(EE) 6: Xwayland (miPointerDisplayCursor+0x96) [0x48fb46]
(EE) 7: Xwayland (CursorDisplayCursor+0x1bb) [0x47c50b]
(EE) 8: Xwayland (AnimCurDisplayCursor+0xa7) [0x4ffd27]
(EE) 9: Xwayland (ChangeToCursor+0x4b) [0x57076b]
(EE) 10: Xwayland (CheckMotion+0x162) [0x574772]
(EE) 11: Xwayland (WindowsRestructured+0x3a) [0x57488a]
(EE) 12: Xwayland (MapWindow+0x175) [0x592725]
(EE) 13: Xwayland (ProcMapWindow+0x6b) [0x561a5b]
(EE) 14: Xwayland (Dispatch+0x303) [0x567ab3]
(EE) 15: Xwayland (dix_main+0x376) [0x56ba46]
(EE) 16: /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/libc.so.6 (__libc_start_main+0xee) [0x7f000f3cdb8e]
(EE) 17: Xwayland (_start+0x2a) [0x441d7a]
(EE)
(EE) Segmentation fault at address 0x51
(EE)
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE)
[1948571.173] -> wl_buffer@28.release()
The X11 connection broke (error 1). Did the X11 server die?
[1949917.234] -> wl_display@1.get_registry(new id wl_registry@2)
[1949917.272] -> wl_display@1.sync(new id wl_callback@3)
[1949917.322] wl_display@1.get_registry(new id wl_registry@2)
[1949917.361] -> wl_registry@2.global(1, "wl_shm", 1)
[1949917.384] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1949917.396] -> wl_registry@2.global(3, "wl_drm", 2)
[1949917.407] -> wl_registry@2.global(4, "wl_compositor", 4)
[1949917.418] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1949917.430] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1949917.444] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1949917.455] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1949917.467] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1949917.477] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1949917.488] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1949917.499] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1949917.510] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1949917.521] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1949917.533] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1949917.544] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1949917.554] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1949917.566] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1949917.576] -> wl_registry@2.global(19, "wp_presentation", 1)
[1949917.587] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1949917.598] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1949917.609] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1949917.620] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1949917.631] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1949917.642] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1949917.653] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1949917.664] -> wl_registry@2.global(27, "wl_seat", 7)
[1949917.675] -> wl_registry@2.global(28, "wl_output", 3)
[1949917.686] -> wl_registry@2.global(29, "wl_output", 3)
[1949917.697] wl_display@1.sync(new id wl_callback@3)
[1949917.706] -> wl_callback@3.done(18)
[1949917.713] -> wl_display@1.delete_id(3)
[1949917.732] wl_display@1.delete_id(3)
[1949917.741] wl_registry@2.global(1, "wl_shm", 1)
[1949917.753] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1949917.769] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1949917.781] -> wl_registry@2.bind(2, "zwp_linux_dmabuf_v1", 3, new id [unknown]@5)
[1949917.797] wl_registry@2.global(3, "wl_drm", 2)
[1949917.808] -> wl_registry@2.bind(3, "wl_drm", 2, new id [unknown]@6)
[1949917.823] wl_registry@2.global(4, "wl_compositor", 4)
[1949917.834] -> wl_registry@2.bind(4, "wl_compositor", 1, new id [unknown]@7)
[1949917.850] wl_registry@2.global(5, "wl_subcompositor", 1)
[1949917.861] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1949917.872] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1949917.882] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1949917.894] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1949917.905] -> wl_registry@2.bind(9, "zxdg_output_manager_v1", 1, new id [unknown]@8)
[1949917.920] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1949917.931] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1949917.942] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1949917.953] wl_registry@2.global(13, "xdg_wm_base", 2)
[1949917.963] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1949917.974] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1949917.985] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1949917.998] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1949918.009] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1949918.032] wl_registry@2.global(19, "wp_presentation", 1)
[1949918.042] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1949918.053] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1949918.063] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1949918.074] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1949918.085] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1949918.095] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1949918.106] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1949918.116] wl_registry@2.global(27, "wl_seat", 7)
[1949918.127] wl_registry@2.global(28, "wl_output", 3)
[1949918.138] -> wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@9)
[1949918.163] -> zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@10, wl_output@9)
[1949918.175] wl_registry@2.global(29, "wl_output", 3)
[1949918.185] -> wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@11)
[1949918.201] -> zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@12, wl_output@11)
[1949918.211] wl_callback@3.done(18)
[1949918.217] -> wl_display@1.sync(new id wl_callback@3)
[1949918.245] wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1949918.271] -> wl_shm@4.format(0)
[1949918.276] -> wl_shm@4.format(1)
[1949918.286] -> wl_shm@4.format(875708993)
[1949918.291] -> wl_shm@4.format(875709016)
[1949918.298] wl_registry@2.bind(2, "zwp_linux_dmabuf_v1", 3, new id [unknown]@5)
[1949918.319] -> zwp_linux_dmabuf_v1@5.modifier(875713089, 16777215, 4294967295)
[1949918.330] -> zwp_linux_dmabuf_v1@5.modifier(875713112, 16777215, 4294967295)
[1949918.341] wl_registry@2.bind(3, "wl_drm", 2, new id [unknown]@6)
[1949918.358] -> wl_drm@6.device("/dev/dri/card0")
[1949918.367] -> wl_drm@6.format(808669761)
[1949918.383] -> wl_drm@6.format(808669784)
[1949918.398] -> wl_drm@6.format(808665665)
[1949918.414] -> wl_drm@6.format(808665688)
[1949918.420] -> wl_drm@6.format(875713089)
[1949918.425] -> wl_drm@6.format(875713112)
[1949918.430] -> wl_drm@6.format(909199186)
[1949918.435] -> wl_drm@6.format(961959257)
[1949918.440] -> wl_drm@6.format(825316697)
[1949918.445] -> wl_drm@6.format(842093913)
[1949918.450] -> wl_drm@6.format(909202777)
[1949918.455] -> wl_drm@6.format(875713881)
[1949918.460] -> wl_drm@6.format(842094158)
[1949918.465] -> wl_drm@6.format(909203022)
[1949918.470] -> wl_drm@6.format(1448695129)
[1949918.475] -> wl_drm@6.capabilities(1)
[1949918.480] wl_registry@2.bind(4, "wl_compositor", 1, new id [unknown]@7)
[1949918.506] wl_registry@2.bind(9, "zxdg_output_manager_v1", 1, new id [unknown]@8)
[1949918.527] wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@9)
[1949918.545] -> wl_output@9.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1949918.572] -> wl_output@9.mode(0, 720, 400, 70082)
[1949918.585] -> wl_output@9.mode(0, 640, 480, 59940)
[1949918.599] -> wl_output@9.mode(0, 640, 480, 75000)
[1949918.612] -> wl_output@9.mode(0, 800, 600, 60317)
[1949918.626] -> wl_output@9.mode(0, 800, 600, 75000)
[1949918.639] -> wl_output@9.mode(0, 1024, 768, 60004)
[1949918.653] -> wl_output@9.mode(0, 1024, 768, 75029)
[1949918.666] -> wl_output@9.mode(0, 1280, 720, 60000)
[1949918.680] -> wl_output@9.mode(0, 1152, 864, 75000)
[1949918.693] -> wl_output@9.mode(0, 1280, 800, 60000)
[1949918.707] -> wl_output@9.mode(0, 1440, 900, 60000)
[1949918.721] -> wl_output@9.mode(0, 1280, 1024, 60020)
[1949918.734] -> wl_output@9.mode(0, 1280, 1024, 75025)
[1949918.748] -> wl_output@9.mode(0, 1600, 900, 60000)
[1949918.761] -> wl_output@9.mode(0, 1680, 1050, 60000)
[1949918.775] -> wl_output@9.mode(3, 1920, 1080, 60000)
[1949918.789] -> wl_output@9.scale(1)
[1949918.794] -> wl_output@9.done()
[1949918.798] zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@10, wl_output@9)
[1949918.810] -> zxdg_output_v1@10.logical_position(0, 0)
[1949918.818] -> zxdg_output_v1@10.logical_size(1920, 1080)
[1949918.826] -> zxdg_output_v1@10.done()
[1949918.830] -> wl_output@9.done()
[1949918.842] wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@11)
[1949918.859] -> wl_output@11.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1949918.887] -> wl_output@11.mode(0, 720, 400, 70082)
[1949918.906] -> wl_output@11.mode(0, 640, 480, 59940)
[1949918.925] -> wl_output@11.mode(0, 640, 480, 75000)
[1949918.943] -> wl_output@11.mode(0, 800, 600, 60317)
[1949918.957] -> wl_output@11.mode(0, 800, 600, 75000)
[1949918.970] -> wl_output@11.mode(0, 1024, 768, 60004)
[1949918.984] -> wl_output@11.mode(0, 1024, 768, 75029)
[1949918.997] -> wl_output@11.mode(0, 1280, 720, 60000)
[1949919.011] -> wl_output@11.mode(0, 1152, 864, 75000)
[1949919.024] -> wl_output@11.mode(0, 1280, 800, 60000)
[1949919.039] -> wl_output@11.mode(0, 1440, 900, 60000)
[1949919.058] -> wl_output@11.mode(0, 1280, 1024, 60020)
[1949919.078] -> wl_output@11.mode(0, 1280, 1024, 75025)
[1949919.099] -> wl_output@11.mode(0, 1600, 900, 60000)
[1949919.119] -> wl_output@11.mode(0, 1680, 1050, 60000)
[1949919.137] -> wl_output@11.mode(3, 1920, 1080, 60000)
[1949919.156] -> wl_output@11.scale(1)
[1949919.162] -> wl_output@11.done()
[1949919.166] zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@12, wl_output@11)
[1949919.176] -> zxdg_output_v1@12.logical_position(1920, 0)
[1949919.184] -> zxdg_output_v1@12.logical_size(1920, 1080)
[1949919.192] -> zxdg_output_v1@12.done()
[1949919.195] -> wl_output@11.done()
[1949919.199] wl_display@1.sync(new id wl_callback@3)
[1949919.206] -> wl_callback@3.done(18)
[1949919.211] -> wl_display@1.delete_id(3)
[1949919.235] wl_display@1.delete_id(3)
[1949919.243] zwp_linux_dmabuf_v1@5.modifier(875713089, 16777215, 4294967295)
[1949919.254] zwp_linux_dmabuf_v1@5.modifier(875713112, 16777215, 4294967295)
[1949919.265] wl_drm@6.device("/dev/dri/card0")
[1949919.997] wl_drm@6.format(808669761)
[1949920.008] wl_drm@6.format(808669784)
[1949920.013] wl_drm@6.format(808665665)
[1949920.018] wl_drm@6.format(808665688)
[1949920.023] wl_drm@6.format(875713089)
[1949920.028] wl_drm@6.format(875713112)
[1949920.033] wl_drm@6.format(909199186)
[1949920.038] wl_drm@6.format(961959257)
[1949920.043] wl_drm@6.format(825316697)
[1949920.048] wl_drm@6.format(842093913)
[1949920.053] wl_drm@6.format(909202777)
[1949920.058] wl_drm@6.format(875713881)
[1949920.063] wl_drm@6.format(842094158)
[1949920.068] wl_drm@6.format(909203022)
[1949920.073] wl_drm@6.format(1448695129)
[1949920.078] wl_drm@6.capabilities(1)
[1949920.084] wl_output@9.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1949920.109] wl_output@9.mode(0, 720, 400, 70082)
[1949920.123] wl_output@9.mode(0, 640, 480, 59940)
[1949920.137] wl_output@9.mode(0, 640, 480, 75000)
[1949920.150] wl_output@9.mode(0, 800, 600, 60317)
[1949920.164] wl_output@9.mode(0, 800, 600, 75000)
[1949920.177] wl_output@9.mode(0, 1024, 768, 60004)
[1949920.191] wl_output@9.mode(0, 1024, 768, 75029)
[1949920.204] wl_output@9.mode(0, 1280, 720, 60000)
[1949920.217] wl_output@9.mode(0, 1152, 864, 75000)
[1949920.231] wl_output@9.mode(0, 1280, 800, 60000)
[1949920.244] wl_output@9.mode(0, 1440, 900, 60000)
[1949920.258] wl_output@9.mode(0, 1280, 1024, 60020)
[1949920.271] wl_output@9.mode(0, 1280, 1024, 75025)
[1949920.288] wl_output@9.mode(0, 1600, 900, 60000)
[1949920.302] wl_output@9.mode(0, 1680, 1050, 60000)
[1949920.315] wl_output@9.mode(3, 1920, 1080, 60000)
[1949920.328] wl_output@9.scale(1)
[1949920.334] wl_output@9.done()
[1949920.337] zxdg_output_v1@10.logical_position(0, 0)
[1949920.345] zxdg_output_v1@10.logical_size(1920, 1080)
[1949920.353] zxdg_output_v1@10.done()
[1949920.362] wl_output@9.done()
[1949920.366] wl_output@11.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1949920.390] wl_output@11.mode(0, 720, 400, 70082)
[1949920.404] wl_output@11.mode(0, 640, 480, 59940)
[1949920.417] wl_output@11.mode(0, 640, 480, 75000)
[1949920.431] wl_output@11.mode(0, 800, 600, 60317)
[1949920.444] wl_output@11.mode(0, 800, 600, 75000)
[1949920.458] wl_output@11.mode(0, 1024, 768, 60004)
[1949920.471] wl_output@11.mode(0, 1024, 768, 75029)
[1949920.489] wl_output@11.mode(0, 1280, 720, 60000)
[1949920.503] wl_output@11.mode(0, 1152, 864, 75000)
[1949920.516] wl_output@11.mode(0, 1280, 800, 60000)
[1949920.530] wl_output@11.mode(0, 1440, 900, 60000)
[1949920.543] wl_output@11.mode(0, 1280, 1024, 60020)
[1949920.557] wl_output@11.mode(0, 1280, 1024, 75025)
[1949920.570] wl_output@11.mode(0, 1600, 900, 60000)
[1949920.584] wl_output@11.mode(0, 1680, 1050, 60000)
[1949920.597] wl_output@11.mode(3, 1920, 1080, 60000)
[1949920.610] wl_output@11.scale(1)
[1949920.615] wl_output@11.done()
[1949920.619] zxdg_output_v1@12.logical_position(1920, 0)
[1949920.627] zxdg_output_v1@12.logical_size(1920, 1080)
[1949920.635] zxdg_output_v1@12.done()
[1949920.640] wl_output@11.done()
[1949920.644] wl_callback@3.done(18)
[1949992.108] -> wl_display@1.sync(new id wl_callback@3)
[1949992.163] wl_display@1.sync(new id wl_callback@3)
[1949992.199] -> wl_callback@3.done(18)
[1949992.206] -> wl_display@1.delete_id(3)
[1949992.230] wl_display@1.delete_id(3)
[1949992.247] wl_callback@3.done(18)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
[1950007.272] -> wl_shm@4.create_pool(new id wl_shm_pool@3, fd 12, 1024)
[1950007.301] -> wl_shm_pool@3.create_buffer(new id wl_buffer@13, 0, 16, 16, 64, 0)
[1950007.332] -> wl_shm_pool@3.destroy()
[1950007.815] -> wl_display@1.get_registry(new id wl_registry@14)
[1950007.828] -> wl_display@1.sync(new id wl_callback@15)
[1950007.851] wl_shm@4.create_pool(new id wl_shm_pool@3, fd 25, 1024)
[1950007.882] wl_shm_pool@3.create_buffer(new id wl_buffer@13, 0, 16, 16, 64, 0)
[1950007.909] wl_shm_pool@3.destroy()
[1950007.916] -> wl_display@1.delete_id(3)
[1950007.922] wl_display@1.get_registry(new id wl_registry@14)
[1950007.929] -> wl_registry@14.global(1, "wl_shm", 1)
[1950007.941] -> wl_registry@14.global(2, "zwp_linux_dmabuf_v1", 3)
[1950007.953] -> wl_registry@14.global(3, "wl_drm", 2)
[1950007.964] -> wl_registry@14.global(4, "wl_compositor", 4)
[1950007.975] -> wl_registry@14.global(5, "wl_subcompositor", 1)
[1950007.986] -> wl_registry@14.global(6, "wl_data_device_manager", 3)
[1950007.998] -> wl_registry@14.global(7, "zwlr_gamma_control_manager_v1", 1)
[1950008.009] -> wl_registry@14.global(8, "gtk_primary_selection_device_manager", 1)
[1950008.021] -> wl_registry@14.global(9, "zxdg_output_manager_v1", 3)
[1950008.032] -> wl_registry@14.global(10, "org_kde_kwin_idle", 1)
[1950008.044] -> wl_registry@14.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1950008.055] -> wl_registry@14.global(12, "zwlr_layer_shell_v1", 1)
[1950008.066] -> wl_registry@14.global(13, "xdg_wm_base", 2)
[1950008.078] -> wl_registry@14.global(14, "zwp_tablet_manager_v2", 1)
[1950008.089] -> wl_registry@14.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1950008.100] -> wl_registry@14.global(16, "zxdg_decoration_manager_v1", 1)
[1950008.111] -> wl_registry@14.global(17, "zwp_relative_pointer_manager_v1", 1)
[1950008.122] -> wl_registry@14.global(18, "zwp_pointer_constraints_v1", 1)
[1950008.133] -> wl_registry@14.global(19, "wp_presentation", 1)
[1950008.144] -> wl_registry@14.global(20, "zwlr_output_manager_v1", 1)
[1950008.155] -> wl_registry@14.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1950008.167] -> wl_registry@14.global(22, "zwlr_screencopy_manager_v1", 2)
[1950008.178] -> wl_registry@14.global(23, "zwlr_data_control_manager_v1", 2)
[1950008.189] -> wl_registry@14.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1950008.200] -> wl_registry@14.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1950008.211] -> wl_registry@14.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1950008.222] -> wl_registry@14.global(27, "wl_seat", 7)
[1950008.233] -> wl_registry@14.global(28, "wl_output", 3)
[1950008.244] -> wl_registry@14.global(29, "wl_output", 3)
[1950008.267] wl_display@1.sync(new id wl_callback@15)
[1950008.277] -> wl_callback@15.done(18)
[1950008.287] -> wl_display@1.delete_id(15)
[1950008.313] wl_display@1.delete_id(3)
[1950008.325] wl_display@1.delete_id(15)
[1950008.332] wl_registry@14.global(1, "wl_shm", 1)
[1950008.349] wl_registry@14.global(2, "zwp_linux_dmabuf_v1", 3)
[1950008.366] wl_registry@14.global(3, "wl_drm", 2)
[1950008.383] wl_registry@14.global(4, "wl_compositor", 4)
[1950008.401] wl_registry@14.global(5, "wl_subcompositor", 1)
[1950008.418] wl_registry@14.global(6, "wl_data_device_manager", 3)
[1950008.434] wl_registry@14.global(7, "zwlr_gamma_control_manager_v1", 1)
[1950008.451] wl_registry@14.global(8, "gtk_primary_selection_device_manager", 1)
[1950008.466] wl_registry@14.global(9, "zxdg_output_manager_v1", 3)
[1950008.480] wl_registry@14.global(10, "org_kde_kwin_idle", 1)
[1950008.494] wl_registry@14.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1950008.508] wl_registry@14.global(12, "zwlr_layer_shell_v1", 1)
[1950008.522] wl_registry@14.global(13, "xdg_wm_base", 2)
[1950008.536] wl_registry@14.global(14, "zwp_tablet_manager_v2", 1)
[1950008.551] -> wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@3)
[1950008.570] wl_registry@14.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1950008.584] wl_registry@14.global(16, "zxdg_decoration_manager_v1", 1)
[1950008.597] wl_registry@14.global(17, "zwp_relative_pointer_manager_v1", 1)
[1950008.611] -> wl_registry@2.bind(17, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@16)
[1950008.629] wl_registry@14.global(18, "zwp_pointer_constraints_v1", 1)
[1950008.642] -> wl_registry@2.bind(18, "zwp_pointer_constraints_v1", 1, new id [unknown]@17)
[1950008.661] wl_registry@14.global(19, "wp_presentation", 1)
[1950008.675] wl_registry@14.global(20, "zwlr_output_manager_v1", 1)
[1950008.689] wl_registry@14.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1950008.704] wl_registry@14.global(22, "zwlr_screencopy_manager_v1", 2)
[1950008.718] wl_registry@14.global(23, "zwlr_data_control_manager_v1", 2)
[1950008.732] wl_registry@14.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1950008.746] wl_registry@14.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1950008.759] wl_registry@14.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1950008.773] wl_registry@14.global(27, "wl_seat", 7)
[1950008.788] -> wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@18)
[1950008.808] -> wl_compositor@7.create_surface(new id wl_surface@19)
[1950008.817] -> zwp_tablet_manager_v2@3.get_tablet_seat(new id zwp_tablet_seat_v2@20, wl_seat@18)
[1950008.832] wl_registry@14.global(28, "wl_output", 3)
[1950008.846] wl_registry@14.global(29, "wl_output", 3)
[1950008.860] wl_callback@15.done(18)
[1950008.867] -> wl_display@1.sync(new id wl_callback@15)
[1950008.883] wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@3)
[1950008.910] wl_registry@2.bind(17, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@16)
[1950008.931] wl_registry@2.bind(18, "zwp_pointer_constraints_v1", 1, new id [unknown]@17)
[1950008.952] wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@18)
[1950008.983] -> wl_seat@18.name("seat0")
[1950008.993] -> wl_seat@18.capabilities(3)
[1950009.000] wl_compositor@7.create_surface(new id wl_surface@19)
[1950009.035] zwp_tablet_manager_v2@3.get_tablet_seat(new id zwp_tablet_seat_v2@20, wl_seat@18)
[1950009.050] -> zwp_tablet_seat_v2@20.tablet_added(new id zwp_tablet_v2@4278190080)
[1950009.057] -> zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1950009.063] -> zwp_tablet_v2@4278190080.id(1386, 770)
[1950009.073] -> zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1950009.078] -> zwp_tablet_v2@4278190080.done()
[1950009.087] -> zwp_tablet_seat_v2@20.pad_added(new id zwp_tablet_pad_v2@4278190081)
[1950009.094] -> zwp_tablet_pad_v2@4278190081.buttons(4)
[1950009.099] -> zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1950009.109] -> zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@4278190082)
[1950009.116] -> zwp_tablet_pad_group_v2@4278190082.modes(1)
[1950009.121] -> zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1950009.128] -> zwp_tablet_pad_group_v2@4278190082.done()
[1950009.133] -> zwp_tablet_pad_v2@4278190081.done()
[1950009.139] wl_display@1.sync(new id wl_callback@15)
[1950009.146] -> wl_callback@15.done(18)
[1950009.153] -> wl_display@1.delete_id(15)
[1950009.172] wl_display@1.delete_id(15)
[1950009.183] wl_seat@18.name("seat0")
[1950009.190] wl_seat@18.capabilities(3)
[1950009.198] -> wl_seat@18.get_pointer(new id wl_pointer@21)
[1950009.209] -> wl_pointer@21.set_cursor(0, nil, 0, 0)
[1950009.262] -> zwp_relative_pointer_manager_v1@16.get_relative_pointer(new id zwp_relative_pointer_v1@22, wl_pointer@21)
[1950009.304] -> wl_seat@18.get_keyboard(new id wl_keyboard@23)
[1950009.388] zwp_tablet_seat_v2@20.tablet_added(new id zwp_tablet_v2@51586368)
[1950009.399] zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1950009.407] zwp_tablet_v2@4278190080.id(1386, 770)
[1950009.419] zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1950009.428] zwp_tablet_v2@4278190080.done()
[1950009.483] zwp_tablet_seat_v2@20.pad_added(new id zwp_tablet_pad_v2@51586800)
[1950009.494] zwp_tablet_pad_v2@4278190081.buttons(4)
[1950009.501] zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1950009.509] zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@51584800)
[1950009.520] zwp_tablet_pad_group_v2@4278190082.modes(1)
[1950009.528] zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1950009.536] zwp_tablet_pad_group_v2@4278190082.done()
[1950009.542] zwp_tablet_pad_v2@4278190081.done()
[1950009.569] wl_callback@15.done(18)
[1950010.769] wl_seat@18.get_pointer(new id wl_pointer@21)
[1950010.787] wl_pointer@21.set_cursor(0, nil, 0, 0)
[1950010.803] zwp_relative_pointer_manager_v1@16.get_relative_pointer(new id zwp_relative_pointer_v1@22, wl_pointer@21)
[1950010.814] wl_seat@18.get_keyboard(new id wl_keyboard@23)
[1950010.864] -> wl_keyboard@23.keymap(1, fd 95, 48613)
[1950010.879] -> wl_keyboard@23.repeat_info(25, 600)
[1950010.900] wl_keyboard@23.keymap(1, fd 12, 48613)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 569, clipping.
> X11 cannot support keycodes above 255.
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
[1950017.224] wl_keyboard@23.repeat_info(25, 600)
[1950072.112] -> wl_compositor@7.create_surface(new id wl_surface@15)
[1950072.159] wl_compositor@7.create_surface(new id wl_surface@15)
[1950072.972] -> wl_drm@6.create_prime_buffer(new id wl_buffer@24, fd 13, 960, 398, 875713089, 0, 4096, 0, 0, 0, 0)
[1950073.039] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1950073.054] -> wl_surface@15.damage(0, 0, 960, 398)
[1950073.074] -> wl_surface@15.frame(new id wl_callback@25)
[1950073.084] -> wl_surface@15.commit()
[1950074.915] wl_drm@6.create_prime_buffer(new id wl_buffer@24, fd 96, 960, 398, 875713089, 0, 4096, 0, 0, 0, 0)
[1950075.004] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1950075.019] wl_surface@15.damage(0, 0, 960, 398)
[1950075.036] wl_surface@15.frame(new id wl_callback@25)
[1950075.045] wl_surface@15.commit()
[1950075.105] -> wl_keyboard@23.enter(19, wl_surface@15, array)
[1950075.120] -> wl_keyboard@23.modifiers(20, 0, 0, 0, 0)
[1950075.142] -> zwp_tablet_pad_v2@4278190081.enter(21, zwp_tablet_v2@4278190080, wl_surface@15)
[1950075.156] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(577875, 21, 0)
[1950075.239] wl_keyboard@23.enter(19, wl_surface@15, array)
[1950075.261] wl_keyboard@23.modifiers(20, 0, 0, 0, 0)
[1950075.290] zwp_tablet_pad_v2@4278190081.enter(21, zwp_tablet_v2@4278190080, wl_surface@15)
[1950075.303] zwp_tablet_pad_group_v2@4278190082.mode_switch(577875, 21, 0)
[1950088.780] -> wl_callback@25.done(424425591)
[1950088.798] -> wl_display@1.delete_id(25)
[1950088.830] wl_display@1.delete_id(25)
[1950088.848] wl_callback@25.done(424425591)
[1950202.628] -> wl_surface@20.attach(wl_buffer@43, 0, 0)
[1950202.657] -> wl_surface@20.set_buffer_scale(1)
[1950202.663] -> wl_surface@20.damage(854, 0, 44, 26)
[1950202.676] -> wl_surface@20.damage(922, 0, 60, 26)
[1950202.690] -> wl_surface@20.damage(1006, 0, 60, 26)
[1950202.712] -> wl_surface@20.frame(new id wl_callback@41)
[1950202.719] -> wl_surface@20.commit()
[1950202.865] -> wl_surface@35.attach(wl_buffer@39, 0, 0)
[1950202.883] -> wl_surface@35.set_buffer_scale(1)
[1950202.888] -> wl_surface@35.damage(854, 0, 44, 26)
[1950202.901] -> wl_surface@35.damage(922, 0, 60, 26)
[1950202.915] -> wl_surface@35.damage(1006, 0, 60, 26)
[1950202.936] -> wl_surface@35.frame(new id wl_callback@45)
[1950202.943] -> wl_surface@35.commit()
[1950202.976] wl_surface@20.attach(wl_buffer@43, 0, 0)
[1950202.998] wl_surface@20.set_buffer_scale(1)
[1950203.004] wl_surface@20.damage(854, 0, 44, 26)
[1950203.020] wl_surface@20.damage(922, 0, 60, 26)
[1950203.033] wl_surface@20.damage(1006, 0, 60, 26)
[1950203.048] wl_surface@20.frame(new id wl_callback@41)
[1950203.056] wl_surface@20.commit()
[1950203.108] -> wl_buffer@43.release()
[1950203.120] wl_surface@35.attach(wl_buffer@39, 0, 0)
[1950203.132] wl_surface@35.set_buffer_scale(1)
[1950203.137] wl_surface@35.damage(854, 0, 44, 26)
[1950203.151] wl_surface@35.damage(922, 0, 60, 26)
[1950203.167] wl_surface@35.damage(1006, 0, 60, 26)
[1950203.183] wl_surface@35.frame(new id wl_callback@45)
[1950203.191] wl_surface@35.commit()
[1950203.209] -> wl_buffer@39.release()
[1950203.303] wl_buffer@43.release()
[1950203.324] wl_buffer@39.release()
[1950205.310] -> wl_callback@45.done(424425708)
[1950205.325] -> wl_display@1.delete_id(45)
[1950205.355] wl_display@1.delete_id(45)
[1950205.370] wl_callback@45.done(424425708)
[1950216.733] -> wl_callback@41.done(424425719)
[1950216.751] -> wl_display@1.delete_id(41)
[1950216.783] wl_display@1.delete_id(41)
[1950216.799] wl_callback@41.done(424425719)
[1950321.539] -> wl_keyboard@23.key(22, 424425824, 38, 1)
[1950321.626] wl_keyboard@23.key(22, 424425824, 38, 1)
[1950328.729] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1950328.755] -> wl_surface@15.damage(0, 0, 960, 398)
[1950328.771] -> wl_surface@15.frame(new id wl_callback@25)
[1950328.780] -> wl_surface@15.commit()
[1950328.804] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1950328.832] wl_surface@15.damage(0, 0, 960, 398)
[1950328.854] wl_surface@15.frame(new id wl_callback@25)
[1950328.863] wl_surface@15.commit()
[1950328.875] -> wl_buffer@24.release()
[1950338.693] -> wl_callback@25.done(424425841)
[1950338.725] -> wl_display@1.delete_id(25)
[1950338.754] wl_display@1.delete_id(25)
[1950338.771] wl_callback@25.done(424425841)
[1950385.525] -> wl_keyboard@23.key(23, 424425888, 19, 1)
[1950385.597] wl_keyboard@23.key(23, 424425888, 19, 1)
[1950386.203] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1950386.227] -> wl_surface@15.damage(0, 0, 960, 398)
[1950386.243] -> wl_surface@15.frame(new id wl_callback@25)
[1950386.253] -> wl_surface@15.commit()
[1950386.271] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1950386.295] wl_surface@15.damage(0, 0, 960, 398)
[1950386.311] wl_surface@15.frame(new id wl_callback@25)
[1950386.319] wl_surface@15.commit()
[1950386.330] -> wl_buffer@24.release()
[1950388.642] -> wl_callback@25.done(424425891)
[1950388.660] -> wl_display@1.delete_id(25)
[1950388.697] wl_display@1.delete_id(25)
[1950388.714] wl_callback@25.done(424425891)
[1950462.506] -> wl_keyboard@23.key(24, 424425965, 38, 0)
[1950462.568] wl_keyboard@23.key(24, 424425965, 38, 0)
[1950502.506] -> wl_keyboard@23.key(25, 424426005, 19, 0)
[1950502.589] wl_keyboard@23.key(25, 424426005, 19, 0)
[1950531.510] -> wl_keyboard@23.key(26, 424426034, 24, 1)
[1950531.569] wl_keyboard@23.key(26, 424426034, 24, 1)
[1950532.085] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1950532.109] -> wl_surface@15.damage(0, 0, 960, 398)
[1950532.130] -> wl_surface@15.frame(new id wl_callback@25)
[1950532.140] -> wl_surface@15.commit()
[1950532.157] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1950532.173] wl_surface@15.damage(0, 0, 960, 398)
[1950532.189] wl_surface@15.frame(new id wl_callback@25)
[1950532.198] wl_surface@15.commit()
[1950532.205] -> wl_buffer@24.release()
[1950538.601] -> wl_callback@25.done(424426041)
[1950538.614] -> wl_display@1.delete_id(25)
[1950538.644] wl_display@1.delete_id(25)
[1950538.658] wl_callback@25.done(424426041)
[1950626.509] -> wl_keyboard@23.key(27, 424426129, 20, 1)
[1950626.570] wl_keyboard@23.key(27, 424426129, 20, 1)
[1950627.154] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1950627.178] -> wl_surface@15.damage(0, 0, 960, 398)
[1950627.195] -> wl_surface@15.frame(new id wl_callback@25)
[1950627.203] -> wl_surface@15.commit()
[1950627.221] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1950627.239] wl_surface@15.damage(0, 0, 960, 398)
[1950627.255] wl_surface@15.frame(new id wl_callback@25)
[1950627.263] wl_surface@15.commit()
[1950627.271] -> wl_buffer@24.release()
[1950638.585] -> wl_callback@25.done(424426141)
[1950638.599] -> wl_display@1.delete_id(25)
[1950638.631] wl_display@1.delete_id(25)
[1950638.648] wl_callback@25.done(424426141)
[1950659.510] -> wl_keyboard@23.key(28, 424426162, 24, 0)
[1950659.565] wl_keyboard@23.key(28, 424426162, 24, 0)
[1950704.509] -> wl_keyboard@23.key(29, 424426207, 30, 1)
[1950704.567] wl_keyboard@23.key(29, 424426207, 30, 1)
[1950705.068] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1950705.092] -> wl_surface@15.damage(0, 0, 960, 398)
[1950705.108] -> wl_surface@15.frame(new id wl_callback@25)
[1950705.117] -> wl_surface@15.commit()
[1950705.135] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1950705.152] wl_surface@15.damage(0, 0, 960, 398)
[1950705.167] wl_surface@15.frame(new id wl_callback@25)
[1950705.175] wl_surface@15.commit()
[1950705.182] -> wl_buffer@24.release()
[1950712.512] -> wl_keyboard@23.key(30, 424426215, 20, 0)
[1950712.571] wl_keyboard@23.key(30, 424426215, 20, 0)
[1950721.921] -> wl_callback@25.done(424426224)
[1950721.935] -> wl_display@1.delete_id(25)
[1950721.964] wl_display@1.delete_id(25)
[1950721.979] wl_callback@25.done(424426224)
[1950833.522] -> wl_keyboard@23.key(31, 424426336, 30, 0)
[1950833.583] wl_keyboard@23.key(31, 424426336, 30, 0)
[1951073.517] -> wl_keyboard@23.key(32, 424426576, 14, 1)
[1951073.581] wl_keyboard@23.key(32, 424426576, 14, 1)
[1951074.269] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1951074.296] -> wl_surface@15.damage(0, 0, 960, 398)
[1951074.312] -> wl_surface@15.frame(new id wl_callback@25)
[1951074.320] -> wl_surface@15.commit()
[1951074.338] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1951074.356] wl_surface@15.damage(0, 0, 960, 398)
[1951074.372] wl_surface@15.frame(new id wl_callback@25)
[1951074.381] wl_surface@15.commit()
[1951074.388] -> wl_buffer@24.release()
[1951088.623] -> wl_callback@25.done(424426591)
[1951088.637] -> wl_display@1.delete_id(25)
[1951088.668] wl_display@1.delete_id(25)
[1951088.684] wl_callback@25.done(424426591)
[1951133.515] -> wl_keyboard@23.key(33, 424426636, 14, 0)
[1951133.573] wl_keyboard@23.key(33, 424426636, 14, 0)
[1951222.518] -> wl_keyboard@23.key(34, 424426725, 14, 1)
[1951222.580] wl_keyboard@23.key(34, 424426725, 14, 1)
[1951223.199] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1951223.223] -> wl_surface@15.damage(0, 0, 960, 398)
[1951223.241] -> wl_surface@15.frame(new id wl_callback@25)
[1951223.251] -> wl_surface@15.commit()
[1951223.265] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1951223.286] wl_surface@15.damage(0, 0, 960, 398)
[1951223.301] wl_surface@15.frame(new id wl_callback@25)
[1951223.309] wl_surface@15.commit()
[1951223.316] -> wl_buffer@24.release()
[1951238.607] -> wl_callback@25.done(424426741)
[1951238.626] -> wl_display@1.delete_id(25)
[1951238.661] wl_display@1.delete_id(25)
[1951238.679] wl_callback@25.done(424426741)
[1951296.537] -> wl_keyboard@23.key(35, 424426799, 14, 0)
[1951296.623] wl_keyboard@23.key(35, 424426799, 14, 0)
[1951387.538] -> wl_keyboard@23.key(36, 424426890, 14, 1)
[1951387.601] wl_keyboard@23.key(36, 424426890, 14, 1)
[1951388.296] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1951388.321] -> wl_surface@15.damage(0, 0, 960, 398)
[1951388.338] -> wl_surface@15.frame(new id wl_callback@25)
[1951388.346] -> wl_surface@15.commit()
[1951388.376] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1951388.399] wl_surface@15.damage(0, 0, 960, 398)
[1951388.415] wl_surface@15.frame(new id wl_callback@25)
[1951388.423] wl_surface@15.commit()
[1951388.434] -> wl_buffer@24.release()
[1951405.346] -> wl_callback@25.done(424426908)
[1951405.361] -> wl_display@1.delete_id(25)
[1951405.396] wl_display@1.delete_id(25)
[1951405.411] wl_callback@25.done(424426908)
[1951452.543] -> wl_keyboard@23.key(37, 424426955, 14, 0)
[1951452.601] wl_keyboard@23.key(37, 424426955, 14, 0)
[1951546.541] -> wl_keyboard@23.key(38, 424427049, 14, 1)
[1951546.603] wl_keyboard@23.key(38, 424427049, 14, 1)
[1951548.232] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1951548.253] -> wl_surface@15.damage(0, 0, 960, 398)
[1951548.267] -> wl_surface@15.frame(new id wl_callback@25)
[1951548.275] -> wl_surface@15.commit()
[1951548.310] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1951548.341] wl_surface@15.damage(0, 0, 960, 398)
[1951548.356] wl_surface@15.frame(new id wl_callback@25)
[1951548.365] wl_surface@15.commit()
[1951548.372] -> wl_buffer@24.release()
[1951555.331] -> wl_callback@25.done(424427058)
[1951555.348] -> wl_display@1.delete_id(25)
[1951555.379] wl_display@1.delete_id(25)
[1951555.393] wl_callback@25.done(424427058)
[1951632.527] -> wl_keyboard@23.key(39, 424427135, 14, 0)
[1951632.590] wl_keyboard@23.key(39, 424427135, 14, 0)
[1951702.520] -> wl_keyboard@23.key(40, 424427205, 14, 1)
[1951702.581] wl_keyboard@23.key(40, 424427205, 14, 1)
[1951703.829] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1951703.850] -> wl_surface@15.damage(0, 0, 960, 398)
[1951703.864] -> wl_surface@15.frame(new id wl_callback@25)
[1951703.871] -> wl_surface@15.commit()
[1951703.888] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1951703.907] wl_surface@15.damage(0, 0, 960, 398)
[1951703.923] wl_surface@15.frame(new id wl_callback@25)
[1951703.931] wl_surface@15.commit()
[1951703.942] -> wl_buffer@24.release()
[1951705.323] -> wl_callback@25.done(424427208)
[1951705.336] -> wl_display@1.delete_id(25)
[1951705.366] wl_display@1.delete_id(25)
[1951705.385] wl_callback@25.done(424427208)
[1951829.524] -> wl_keyboard@23.key(41, 424427332, 14, 0)
[1951829.597] wl_keyboard@23.key(41, 424427332, 14, 0)
[1951840.521] -> wl_keyboard@23.key(42, 424427343, 37, 1)
[1951840.575] wl_keyboard@23.key(42, 424427343, 37, 1)
[1951842.259] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1951842.285] -> wl_surface@15.damage(0, 0, 960, 398)
[1951842.300] -> wl_surface@15.frame(new id wl_callback@25)
[1951842.307] -> wl_surface@15.commit()
[1951842.326] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1951842.343] wl_surface@15.damage(0, 0, 960, 398)
[1951842.357] wl_surface@15.frame(new id wl_callback@25)
[1951842.364] wl_surface@15.commit()
[1951842.371] -> wl_buffer@24.release()
[1951855.273] -> wl_callback@25.done(424427357)
[1951855.293] -> wl_display@1.delete_id(25)
[1951855.328] wl_display@1.delete_id(25)
[1951855.346] wl_callback@25.done(424427357)
[1951966.527] -> wl_keyboard@23.key(43, 424427469, 19, 1)
[1951966.599] wl_keyboard@23.key(43, 424427469, 19, 1)
[1951967.277] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1951967.307] -> wl_surface@15.damage(0, 0, 960, 398)
[1951967.324] -> wl_surface@15.frame(new id wl_callback@25)
[1951967.334] -> wl_surface@15.commit()
[1951967.352] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1951967.369] wl_surface@15.damage(0, 0, 960, 398)
[1951967.384] wl_surface@15.frame(new id wl_callback@25)
[1951967.417] wl_surface@15.commit()
[1951967.424] -> wl_buffer@24.release()
[1951971.972] -> wl_callback@25.done(424427474)
[1951971.985] -> wl_display@1.delete_id(25)
[1951972.017] wl_display@1.delete_id(25)
[1951972.036] wl_callback@25.done(424427474)
[1951972.523] -> wl_keyboard@23.key(44, 424427475, 37, 0)
[1951972.575] wl_keyboard@23.key(44, 424427475, 37, 0)
[1952062.526] -> wl_keyboard@23.key(45, 424427565, 23, 1)
[1952062.586] wl_keyboard@23.key(45, 424427565, 23, 1)
[1952063.309] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1952063.330] -> wl_surface@15.damage(0, 0, 960, 398)
[1952063.344] -> wl_surface@15.frame(new id wl_callback@25)
[1952063.351] -> wl_surface@15.commit()
[1952063.367] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1952063.385] wl_surface@15.damage(0, 0, 960, 398)
[1952063.401] wl_surface@15.frame(new id wl_callback@25)
[1952063.411] wl_surface@15.commit()
[1952063.421] -> wl_buffer@24.release()
[1952068.523] -> wl_keyboard@23.key(46, 424427571, 19, 0)
[1952068.575] wl_keyboard@23.key(46, 424427571, 19, 0)
[1952071.945] -> wl_callback@25.done(424427574)
[1952071.960] -> wl_display@1.delete_id(25)
[1952071.993] wl_display@1.delete_id(25)
[1952072.010] wl_callback@25.done(424427574)
[1952149.528] -> wl_keyboard@23.key(47, 424427652, 23, 0)
[1952149.582] wl_keyboard@23.key(47, 424427652, 23, 0)
[1952197.526] -> wl_keyboard@23.key(48, 424427700, 20, 1)
[1952197.582] wl_keyboard@23.key(48, 424427700, 20, 1)
[1952198.220] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1952198.244] -> wl_surface@15.damage(0, 0, 960, 398)
[1952198.261] -> wl_surface@15.frame(new id wl_callback@25)
[1952198.270] -> wl_surface@15.commit()
[1952198.290] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1952198.316] wl_surface@15.damage(0, 0, 960, 398)
[1952198.332] wl_surface@15.frame(new id wl_callback@25)
[1952198.339] wl_surface@15.commit()
[1952198.348] -> wl_buffer@24.release()
[1952205.324] -> wl_callback@25.done(424427708)
[1952205.337] -> wl_display@1.delete_id(25)
[1952205.368] wl_display@1.delete_id(25)
[1952205.385] wl_callback@25.done(424427708)
[1952224.527] -> wl_keyboard@23.key(49, 424427727, 30, 1)
[1952224.581] wl_keyboard@23.key(49, 424427727, 30, 1)
[1952225.212] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1952225.236] -> wl_surface@15.damage(0, 0, 960, 398)
[1952225.253] -> wl_surface@15.frame(new id wl_callback@25)
[1952225.262] -> wl_surface@15.commit()
[1952225.278] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1952225.305] wl_surface@15.damage(0, 0, 960, 398)
[1952225.326] wl_surface@15.frame(new id wl_callback@25)
[1952225.337] wl_surface@15.commit()
[1952225.344] -> wl_buffer@24.release()
[1952238.605] -> wl_callback@25.done(424427741)
[1952238.618] -> wl_display@1.delete_id(25)
[1952238.651] wl_display@1.delete_id(25)
[1952238.669] wl_callback@25.done(424427741)
[1952256.527] -> wl_keyboard@23.key(50, 424427759, 20, 0)
[1952256.565] wl_keyboard@23.key(50, 424427759, 20, 0)
[1952360.529] -> wl_keyboard@23.key(51, 424427863, 30, 0)
[1952360.585] wl_keyboard@23.key(51, 424427863, 30, 0)
[1952401.528] -> wl_keyboard@23.key(52, 424427904, 28, 1)
[1952401.582] wl_keyboard@23.key(52, 424427904, 28, 1)
2019-11-24 20:47:02 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 138, value 4194316
[1952403.349] -> wl_buffer@24.destroy()
[1952403.377] -> wl_keyboard@23.leave(53, wl_surface@15)
[1952403.414] -> wl_surface@15.destroy()
2019-11-24 20:47:02 - [xwayland/xwm.c:1268] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 149, value 4194305
[1952403.476] wl_buffer@24.destroy()
[1952403.481] wl_keyboard@23.leave([1952403.485] -> wl_display@1.delete_id(5324, )
nil[1952403.496] wl_surface@15.destroy()
)
[1952403.506] -> zwp_tablet_pad_v2@4278190081.leave(54, wl_surface@15)
[1952403.528] -> wl_display@1.delete_id(15)
[1952403.545] wl_display@1.delete_id(24)
[1952403.557] wl_display@1.delete_id(15)
[1952403.566] zwp_tablet_pad_v2@4278190081.leave(54, nil)
2019-11-24 20:47:02 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 166, value 4194322
2019-11-24 20:47:02 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 183, value 4194322
(process:5239): Gtk-WARNING **: 20:47:02.425: Locale not supported by C library.
Using the fallback 'C' locale.
[1952638.907] -> wl_display@1.get_registry(new id wl_registry@2)
[1952638.930] -> wl_display@1.sync(new id wl_callback@3)
[1952638.951] wl_display@1.get_registry(new id wl_registry@2)
[1952638.973] -> wl_registry@2.global(1, "wl_shm", 1)
[1952638.987] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1952638.999] -> wl_registry@2.global(3, "wl_drm", 2)
[1952639.011] -> wl_registry@2.global(4, "wl_compositor", 4)
[1952639.023] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1952639.035] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1952639.046] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1952639.059] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1952639.071] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1952639.083] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1952639.095] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1952639.107] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1952639.119] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1952639.131] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1952639.144] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1952639.156] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1952639.169] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1952639.181] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1952639.194] -> wl_registry@2.global(19, "wp_presentation", 1)
[1952639.205] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1952639.217] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1952639.229] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1952639.242] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1952639.254] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1952639.267] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1952639.279] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1952639.296] -> wl_registry@2.global(27, "wl_seat", 7)
[1952639.309] -> wl_registry@2.global(28, "wl_output", 3)
[1952639.321] -> wl_registry@2.global(29, "wl_output", 3)
[1952639.334] wl_display@1.sync(new id wl_callback@3)
[1952639.342] -> wl_callback@3.done(54)
[1952639.347] -> wl_display@1.delete_id(3)
[1952639.367] wl_display@1.delete_id(3)
[1952639.377] wl_registry@2.global(1, "wl_shm", 1)
[1952639.389] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1952639.434] -> wl_shm@4.create_pool(new id wl_shm_pool@5, fd 14, 2304)
[1952639.527] -> wl_shm_pool@5.resize(6912)
[1952640.034] -> wl_shm_pool@5.resize(16128)
[1952640.049] -> wl_shm_pool@5.resize(34560)
[1952640.064] -> wl_shm_pool@5.resize(71424)
[1952640.086] -> wl_shm_pool@5.resize(145152)
[1952640.138] -> wl_shm_pool@5.resize(292608)
[1952640.761] -> wl_shm_pool@5.resize(587520)
[1952642.280] -> wl_shm_pool@5.resize(1177344)
[1952649.133] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1952649.151] wl_registry@2.global(3, "wl_drm", 2)
[1952649.163] wl_registry@2.global(4, "wl_compositor", 4)
[1952649.174] -> wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@6)
[1952649.190] wl_registry@2.global(5, "wl_subcompositor", 1)
[1952649.203] -> wl_registry@2.bind(5, "wl_subcompositor", 1, new id [unknown]@7)
[1952649.219] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1952649.232] -> wl_registry@2.bind(6, "wl_data_device_manager", 3, new id [unknown]@8)
[1952649.249] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1952649.262] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1952649.288] -> wl_registry@2.bind(8, "gtk_primary_selection_device_manager", 1, new id [unknown]@9)
[1952649.306] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1952649.319] -> wl_registry@2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]@10)
[1952649.336] -> wl_display@1.sync(new id wl_callback@11)
[1952649.344] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1952649.356] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1952649.368] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1952649.381] wl_registry@2.global(13, "xdg_wm_base", 2)
[1952649.394] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1952649.406] -> wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@12)
[1952649.423] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1952649.436] -> wl_registry@2.bind(15, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[1952649.452] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1952649.465] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1952649.477] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1952649.490] wl_registry@2.global(19, "wp_presentation", 1)
[1952649.502] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1952649.514] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1952649.526] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1952649.538] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1952649.551] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1952649.563] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1952649.575] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1952649.587] wl_registry@2.global(27, "wl_seat", 7)
[1952649.600] -> wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@14)
[1952651.319] -> wl_compositor@6.create_surface(new id wl_surface@15)
[1952651.339] -> gtk_primary_selection_device_manager@9.get_device(new id gtk_primary_selection_device@16, wl_seat@14)
[1952651.349] -> wl_data_device_manager@8.get_data_device(new id wl_data_device@17, wl_seat@14)
[1952651.428] -> wl_compositor@6.create_surface(new id wl_surface@18)
[1952651.438] -> zwp_tablet_manager_v2@12.get_tablet_seat(new id zwp_tablet_seat_v2@19, wl_seat@14)
[1952651.448] -> wl_display@1.sync(new id wl_callback@20)
[1952651.455] wl_registry@2.global(28, "wl_output", 3)
[1952651.467] -> wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@21)
[1952651.502] -> zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@22, wl_output@21)
[1952651.513] -> wl_display@1.sync(new id wl_callback@23)
[1952651.520] wl_registry@2.global(29, "wl_output", 3)
[1952651.533] -> wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@24)
[1952651.550] -> zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@25, wl_output@24)
[1952651.561] -> wl_display@1.sync(new id wl_callback@26)
[1952651.568] wl_callback@3.done(54)
[1952651.587] wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1952651.604] -> wl_shm@4.format(0)
[1952651.610] -> wl_shm@4.format(1)
[1952651.615] -> wl_shm@4.format(875708993)
[1952651.622] -> wl_shm@4.format(875709016)
[1952651.627] wl_shm@4.create_pool(new id wl_shm_pool@5, fd 97, 2304)
[1952651.648] wl_shm_pool@5.resize(6912)
[1952651.660] wl_shm_pool@5.resize(16128)
[1952651.667] wl_shm_pool@5.resize(34560)
[1952651.674] wl_shm_pool@5.resize(71424)
[1952651.680] wl_shm_pool@5.resize(145152)
[1952651.687] wl_shm_pool@5.resize(292608)
[1952651.694] wl_shm_pool@5.resize(587520)
[1952651.701] wl_shm_pool@5.resize(1177344)
[1952651.710] wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@6)
[1952651.729] wl_registry@2.bind(5, "wl_subcompositor", 1, new id [unknown]@7)
[1952651.748] wl_registry@2.bind(6, "wl_data_device_manager", 3, new id [unknown]@8)
[1952651.765] wl_registry@2.bind(8, "gtk_primary_selection_device_manager", 1, new id [unknown]@9)
[1952651.782] wl_registry@2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]@10)
[1952651.806] wl_display@1.sync(new id wl_callback@11)
[1952651.812] -> wl_callback@11.done(54)
[1952651.819] -> wl_display@1.delete_id(11)
[1952651.824] wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@12)
[1952651.841] wl_registry@2.bind(15, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[1952651.858] -> org_kde_kwin_server_decoration_manager@13.default_mode(2)
[1952651.864] wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@14)
[1952651.884] -> wl_seat@14.name("seat0")
[1952651.889] -> wl_seat@14.capabilities(3)
[1952651.894] wl_compositor@6.create_surface(new id wl_surface@15)
[1952651.910] gtk_primary_selection_device_manager@9.get_device(new id gtk_primary_selection_device@16, wl_seat@14)
[1952651.922] wl_data_device_manager@8.get_data_device(new id wl_data_device@17, wl_seat@14)
[1952651.933] wl_compositor@6.create_surface(new id wl_surface@18)
[1952651.943] zwp_tablet_manager_v2@12.get_tablet_seat(new id zwp_tablet_seat_v2@19, wl_seat@14)
[1952651.954] -> zwp_tablet_seat_v2@19.tablet_added(new id zwp_tablet_v2@4278190080)
[1952651.963] -> zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1952651.968] -> zwp_tablet_v2@4278190080.id(1386, 770)
[1952651.978] -> zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1952651.984] -> zwp_tablet_v2@4278190080.done()
[1952651.989] -> zwp_tablet_seat_v2@19.pad_added(new id zwp_tablet_pad_v2@4278190081)
[1952651.997] -> zwp_tablet_pad_v2@4278190081.buttons(4)
[1952652.003] -> zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1952652.009] -> zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@4278190082)
[1952652.016] -> zwp_tablet_pad_group_v2@4278190082.modes(1)
[1952652.023] -> zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1952652.029] -> zwp_tablet_pad_group_v2@4278190082.done()
[1952652.033] -> zwp_tablet_pad_v2@4278190081.done()
[1952652.037] wl_display@1.sync(new id wl_callback@20)
[1952652.044] -> wl_callback@20.done(54)
[1952652.050] -> wl_display@1.delete_id(20)
[1952652.056] wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@21)
[1952652.073] -> wl_output@21.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1952652.101] -> wl_output@21.mode(0, 720, 400, 70082)
[1952652.117] -> wl_output@21.mode(0, 640, 480, 59940)
[1952652.132] -> wl_output@21.mode(0, 640, 480, 75000)
[1952652.147] -> wl_output@21.mode(0, 800, 600, 60317)
[1952652.162] -> wl_output@21.mode(0, 800, 600, 75000)
[1952652.178] -> wl_output@21.mode(0, 1024, 768, 60004)
[1952652.194] -> wl_output@21.mode(0, 1024, 768, 75029)
[1952652.212] -> wl_output@21.mode(0, 1280, 720, 60000)
[1952652.230] -> wl_output@21.mode(0, 1152, 864, 75000)
[1952652.244] -> wl_output@21.mode(0, 1280, 800, 60000)
[1952652.257] -> wl_output@21.mode(0, 1440, 900, 60000)
[1952652.270] -> wl_output@21.mode(0, 1280, 1024, 60020)
[1952652.288] -> wl_output@21.mode(0, 1280, 1024, 75025)
[1952652.304] -> wl_output@21.mode(0, 1600, 900, 60000)
[1952652.319] -> wl_output@21.mode(0, 1680, 1050, 60000)
[1952652.335] -> wl_output@21.mode(3, 1920, 1080, 60000)
[1952652.350] -> wl_output@21.scale(1)
[1952652.357] -> wl_output@21.done()
[1952652.361] zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@22, wl_output@21)
[1952652.374] -> zxdg_output_v1@22.name("DP-1")
[1952652.380] -> zxdg_output_v1@22.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1952652.387] -> zxdg_output_v1@22.logical_position(0, 0)
[1952652.396] -> zxdg_output_v1@22.logical_size(1920, 1080)
[1952652.405] -> wl_output@21.done()
[1952652.409] wl_display@1.sync(new id wl_callback@23)
[1952652.417] -> wl_callback@23.done(54)
[1952652.423] -> wl_display@1.delete_id(23)
[1952652.428] wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@24)
[1952652.446] -> wl_output@24.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1952652.478] -> wl_output@24.mode(0, 720, 400, 70082)
[1952652.494] -> wl_output@24.mode(0, 640, 480, 59940)
[1952652.509] -> wl_output@24.mode(0, 640, 480, 75000)
[1952652.524] -> wl_output@24.mode(0, 800, 600, 60317)
[1952652.539] -> wl_output@24.mode(0, 800, 600, 75000)
[1952652.554] -> wl_output@24.mode(0, 1024, 768, 60004)
[1952652.570] -> wl_output@24.mode(0, 1024, 768, 75029)
[1952652.586] -> wl_output@24.mode(0, 1280, 720, 60000)
[1952652.601] -> wl_output@24.mode(0, 1152, 864, 75000)
[1952652.616] -> wl_output@24.mode(0, 1280, 800, 60000)
[1952652.631] -> wl_output@24.mode(0, 1440, 900, 60000)
[1952652.645] -> wl_output@24.mode(0, 1280, 1024, 60020)
[1952652.658] -> wl_output@24.mode(0, 1280, 1024, 75025)
[1952652.674] -> wl_output@24.mode(0, 1600, 900, 60000)
[1952652.689] -> wl_output@24.mode(0, 1680, 1050, 60000)
[1952652.704] -> wl_output@24.mode(3, 1920, 1080, 60000)
[1952652.720] -> wl_output@24.scale(1)
[1952652.725] -> wl_output@24.done()
[1952652.730] zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@25, wl_output@24)
[1952652.740] -> zxdg_output_v1@25.name("DP-2")
[1952652.747] -> zxdg_output_v1@25.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1952652.752] -> zxdg_output_v1@25.logical_position(1920, 0)
[1952652.761] -> zxdg_output_v1@25.logical_size(1920, 1080)
[1952652.770] -> wl_output@24.done()
[1952652.774] wl_display@1.sync(new id wl_callback@26)
[1952652.781] -> wl_callback@26.done(54)
[1952652.787] -> wl_display@1.delete_id(26)
[1952652.812] wl_display@1.delete_id(11)
[1952652.819] wl_display@1.delete_id(20)
[1952652.824] wl_display@1.delete_id(23)
[1952652.829] wl_display@1.delete_id(26)
[1952652.835] wl_shm@4.format(0)
[1952652.840] wl_shm@4.format(1)
[1952652.845] wl_shm@4.format(875708993)
[1952652.851] wl_shm@4.format(875709016)
[1952652.857] wl_callback@11.done(54)
[1952652.863] org_kde_kwin_server_decoration_manager@13.default_mode(2)
[1952652.869] wl_seat@14.name("seat0")
[1952652.876] wl_seat@14.capabilities(3)
[1952652.882] -> wl_seat@14.get_pointer(new id wl_pointer@11)
[1952652.896] -> wl_seat@14.get_keyboard(new id wl_keyboard@3)
[1952652.909] zwp_tablet_seat_v2@19.tablet_added(new id zwp_tablet_v2@48586144)
[1952652.917] zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1952652.924] zwp_tablet_v2@4278190080.id(1386, 770)
[1952652.933] zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1952652.939] zwp_tablet_v2@4278190080.done()
[1952652.956] -> wl_compositor@6.create_surface(new id wl_surface@27)
[1952652.965] zwp_tablet_seat_v2@19.pad_added(new id zwp_tablet_pad_v2@52670256)
[1952652.972] zwp_tablet_pad_v2@4278190081.buttons(4)
[1952652.978] zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1952652.985] zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@55852176)
[1952652.993] zwp_tablet_pad_group_v2@4278190082.modes(1)
[1952652.999] zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1952653.005] zwp_tablet_pad_group_v2@4278190082.done()
[1952653.009] zwp_tablet_pad_v2@4278190081.done()
[1952653.025] wl_callback@20.done(54)
[1952653.032] wl_output@21.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1952653.066] wl_output@21.mode(0, 720, 400, 70082)
[1952653.081] wl_output@21.mode(0, 640, 480, 59940)
[1952653.097] wl_output@21.mode(0, 640, 480, 75000)
[1952653.112] wl_output@21.mode(0, 800, 600, 60317)
[1952653.127] wl_output@21.mode(0, 800, 600, 75000)
[1952653.142] wl_output@21.mode(0, 1024, 768, 60004)
[1952653.158] wl_output@21.mode(0, 1024, 768, 75029)
[1952653.173] wl_output@21.mode(0, 1280, 720, 60000)
[1952653.188] wl_output@21.mode(0, 1152, 864, 75000)
[1952653.205] wl_output@21.mode(0, 1280, 800, 60000)
[1952653.223] wl_output@21.mode(0, 1440, 900, 60000)
[1952653.240] wl_output@21.mode(0, 1280, 1024, 60020)
[1952653.255] wl_output@21.mode(0, 1280, 1024, 75025)
[1952653.271] wl_output@21.mode(0, 1600, 900, 60000)
[1952653.295] wl_output@21.mode(0, 1680, 1050, 60000)
[1952653.310] wl_output@21.mode(3, 1920, 1080, 60000)
[1952653.326] wl_output@21.scale(1)
[1952653.332] wl_output@21.done()
[1952653.341] zxdg_output_v1@22.name("DP-1")
[1952653.347] zxdg_output_v1@22.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1952653.352] zxdg_output_v1@22.logical_position(0, 0)
[1952653.361] zxdg_output_v1@22.logical_size(1920, 1080)
[1952653.370] wl_output@21.done()
[1952653.375] wl_callback@23.done(54)
[1952653.381] wl_output@24.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1952653.410] wl_output@24.mode(0, 720, 400, 70082)
[1952653.426] wl_output@24.mode(0, 640, 480, 59940)
[1952653.441] wl_output@24.mode(0, 640, 480, 75000)
[1952653.457] wl_output@24.mode(0, 800, 600, 60317)
[1952653.472] wl_output@24.mode(0, 800, 600, 75000)
[1952653.487] wl_output@24.mode(0, 1024, 768, 60004)
[1952653.503] wl_output@24.mode(0, 1024, 768, 75029)
[1952653.518] wl_output@24.mode(0, 1280, 720, 60000)
[1952653.534] wl_output@24.mode(0, 1152, 864, 75000)
[1952653.549] wl_output@24.mode(0, 1280, 800, 60000)
[1952653.564] wl_output@24.mode(0, 1440, 900, 60000)
[1952653.579] wl_output@24.mode(0, 1280, 1024, 60020)
[1952653.595] wl_output@24.mode(0, 1280, 1024, 75025)
[1952653.610] wl_output@24.mode(0, 1600, 900, 60000)
[1952653.625] wl_output@24.mode(0, 1680, 1050, 60000)
[1952653.641] wl_output@24.mode(3, 1920, 1080, 60000)
[1952653.657] wl_output@24.scale(1)
[1952653.662] wl_output@24.done()
[1952653.668] zxdg_output_v1@25.name("DP-2")
[1952653.673] zxdg_output_v1@25.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1952653.679] zxdg_output_v1@25.logical_position(1920, 0)
[1952653.687] zxdg_output_v1@25.logical_size(1920, 1080)
[1952653.696] wl_output@24.done()
[1952653.701] wl_callback@26.done(54)
[1952653.708] -> wl_registry@2.bind(13, "xdg_wm_base", 1, new id [unknown]@26)
[1952714.492] -> wl_surface@35.attach(wl_buffer@39, 0, 0)
[1952714.528] -> wl_surface@35.set_buffer_scale(1)
[1952714.534] -> wl_surface@35.damage(1700, 0, 76, 26)
[1952714.548] -> wl_surface@35.damage(1800, 0, 76, 26)
[1952714.571] -> wl_surface@35.frame(new id wl_callback@41)
[1952714.579] -> wl_surface@35.commit()
[1952714.593] wl_surface@35.attach(wl_buffer@39, 0, 0)
[1952714.616] wl_surface@35.set_buffer_scale(1)
[1952714.621] wl_surface@35.damage(1700, 0, 76, 26)
[1952714.638] wl_surface@35.damage(1800, 0, 76, 26)
[1952714.653] wl_surface@35.frame(new id wl_callback@41)
[1952714.661] wl_surface@35.commit()
[1952714.723] -> wl_buffer@39.release()
[1952714.799] wl_buffer@39.release()
[1952722.035] -> wl_callback@41.done(424428224)
[1952722.052] -> wl_display@1.delete_id(41)
[1952722.067] wl_display@1.delete_id(41)
[1952722.076] wl_callback@41.done(424428224)
[1952723.086] -> wl_surface@20.attach(wl_buffer@43, 0, 0)
[1952723.121] -> wl_surface@20.set_buffer_scale(1)
[1952723.127] -> wl_surface@20.damage(1700, 0, 76, 26)
[1952723.141] -> wl_surface@20.damage(1800, 0, 76, 26)
[1952723.165] -> wl_surface@20.frame(new id wl_callback@41)
[1952723.173] -> wl_surface@20.commit()
[1952723.188] wl_surface@20.attach(wl_buffer@43, 0, 0)
[1952723.202] wl_surface@20.set_buffer_scale(1)
[1952723.208] wl_surface@20.damage(1700, 0, 76, 26)
[1952723.224] wl_surface@20.damage(1800, 0, 76, 26)
[1952723.239] wl_surface@20.frame(new id wl_callback@41)
[1952723.247] wl_surface@20.commit()
[1952723.269] -> wl_buffer@43.release()
[1952723.312] wl_buffer@43.release()
[1952733.435] -> wl_callback@41.done(424428236)
[1952733.451] -> wl_display@1.delete_id(41)
[1952733.468] wl_display@1.delete_id(41)
[1952733.479] wl_callback@41.done(424428236)
[1952838.895] -> wl_shm@4.create_pool(new id wl_shm_pool@15, fd 14, 640)
[1952838.936] -> wl_shm_pool@15.create_buffer(new id wl_buffer@24, 0, 10, 16, 40, 0)
[1952838.957] -> wl_shm_pool@15.destroy()
[1952839.014] wl_shm@4.create_pool(new id wl_shm_pool@15, fd 101, 640)
[1952839.048] wl_shm_pool@15.create_buffer(new id wl_buffer@24, 0, 10, 16, 40, 0)
[1952839.071] wl_shm_pool@15.destroy()
[1952839.076] -> wl_display@1.delete_id(15)
[1952839.223] -> wl_compositor@7.create_surface(new id wl_surface@25)
[1952839.296] wl_compositor@7.create_surface(new id wl_surface@25)
[1952840.319] -> wl_drm@6.create_prime_buffer(new id wl_buffer@26, fd 14, 504, 290, 875713112, 0, 2048, 0, 0, 0, 0)
[1952840.400] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1952840.417] -> wl_surface@25.damage(0, 0, 504, 290)
[1952840.438] -> wl_surface@25.frame(new id wl_callback@27)
[1952840.448] -> wl_surface@25.commit()
[1952840.477] wl_drm@6.create_prime_buffer(new id wl_buffer@26, fd 102, 504, 290, 875713112, 0, 2048, 0, 0, 0, 0)
[1952840.563] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1952840.577] wl_surface@25.damage(0, 0, 504, 290)
[1952840.593] wl_surface@25.frame(new id wl_callback@27)
[1952840.601] wl_surface@25.commit()
[1952840.856] -> wl_keyboard@23.enter(55, wl_surface@25, array)
[1952840.874] -> wl_keyboard@23.modifiers(56, 0, 0, 0, 0)
[1952840.895] -> zwp_tablet_pad_v2@4278190081.enter(57, zwp_tablet_v2@4278190080, wl_surface@25)
[1952840.909] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(343628, 57, 0)
[1952840.927] -> wl_callback@27.done(424428343)
[1952840.934] -> wl_display@1.delete_id(27)
[1952840.949] -> wl_surface@25.enter(wl_output@9)
[1952841.348] wl_display@1.delete_id(15)
[1952841.366] wl_display@1.delete_id(27)
[1952841.373] wl_keyboard@23.enter(55, wl_surface@25, array)
[1952841.392] wl_keyboard@23.modifiers(56, 0, 0, 0, 0)
[1952841.421] zwp_tablet_pad_v2@4278190081.enter(57, zwp_tablet_v2@4278190080, wl_surface@25)
[1952841.440] zwp_tablet_pad_group_v2@4278190082.mode_switch(343628, 57, 0)
[1952841.459] wl_callback@27.done(424428343)
[1952841.469] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1952841.487] -> wl_surface@25.damage(0, 0, 504, 290)
[1952841.509] -> wl_surface@25.frame(new id wl_callback@27)
[1952841.520] -> wl_surface@25.commit()
[1952841.533] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1952841.551] wl_surface@25.damage(0, 0, 504, 290)
[1952841.570] wl_surface@25.frame(new id wl_callback@27)
[1952841.580] wl_surface@25.commit()
[1952841.588] -> wl_buffer@26.release()
[1952850.169] -> wl_callback@27.done(424428352)
[1952850.186] -> wl_display@1.delete_id(27)
[1952850.207] wl_display@1.delete_id(27)
[1952850.225] wl_callback@27.done(424428352)
[1952850.235] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1952850.253] -> wl_surface@25.damage(0, 0, 504, 290)
[1952850.273] -> wl_surface@25.frame(new id wl_callback@27)
[1952850.290] -> wl_surface@25.commit()
[1952850.318] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1952850.339] wl_surface@25.damage(0, 0, 504, 290)
[1952850.355] wl_surface@25.frame(new id wl_callback@27)
[1952850.362] wl_surface@25.commit()
[1952850.370] -> wl_buffer@26.release()
[1952866.807] -> wl_callback@27.done(424428369)
[1952866.826] -> wl_display@1.delete_id(27)
[1952866.852] wl_display@1.delete_id(27)
[1952866.870] wl_callback@27.done(424428369)
NOT COOL: Duplicated action name from xml data: "object_order_raise"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_right"
NOT COOL: Duplicated action name from xml data: "object_ungroup"
NOT COOL: Duplicated action name from xml data: "object_order_back"
NOT COOL: Duplicated action name from xml data: "object_order_front"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_center"
NOT COOL: Duplicated action name from xml data: "object_group"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_left"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_top"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_center"
NOT COOL: Duplicated action name from xml data: "object_order_lower"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_bottom"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_left"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_center"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_right"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_gaps"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_top"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_center"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_bottom"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_gaps"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_90_cw"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_90_ccw"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_180"
NOT COOL: Duplicated action name from xml data: "object_transform_mirror_horizontally"
NOT COOL: Duplicated action name from xml data: "object_transform_mirror_vertically"
NOT COOL: Duplicated action name from xml data: "object_transform_reset"
NOT COOL: Duplicated action name from xml data: "object_unite"
NOT COOL: Duplicated action name from xml data: "object_intersect"
NOT COOL: Duplicated action name from xml data: "object_subtract"
NOT COOL: Duplicated action name from xml data: "object_split"
NOT COOL: Duplicated action name from xml data: "calligraphy_increase_width"
NOT COOL: Duplicated action name from xml data: "calligraphy_increase_angle"
NOT COOL: Duplicated action name from xml data: "calligraphy_decrease_width"
NOT COOL: Duplicated action name from xml data: "calligraphy_decrease_angle"
NOT COOL: Duplicated action name from xml data: "movetool-move-up"
NOT COOL: Duplicated action name from xml data: "movetool-move-down"
NOT COOL: Duplicated action name from xml data: "movetool-show-coordinates"
NOT COOL: Duplicated action name from xml data: "movetool-move-left"
NOT COOL: Duplicated action name from xml data: "movetool-move-right"
NOT COOL: Duplicated action name from xml data: "movetool-move-up-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-down-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-left-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-right-more"
NOT COOL: Duplicated action name from xml data: "convert-to-path"
NOT COOL: Duplicated action name from xml data: "pathpoint-remove"
NOT COOL: Duplicated action name from xml data: "path-break-segment"
NOT COOL: Duplicated action name from xml data: "pathsegment-line"
NOT COOL: Duplicated action name from xml data: "path-break-point"
NOT COOL: Duplicated action name from xml data: "pathpoint-line"
NOT COOL: Duplicated action name from xml data: "pathpoint-symmetric"
NOT COOL: Duplicated action name from xml data: "pathpoint-curve"
NOT COOL: Duplicated action name from xml data: "pathsegment-curve"
NOT COOL: Duplicated action name from xml data: "pathpoint-insert"
NOT COOL: Duplicated action name from xml data: "pathpoint-corner"
NOT COOL: Duplicated action name from xml data: "pathpoint-merge"
NOT COOL: Duplicated action name from xml data: "pathpoint-join"
NOT COOL: Duplicated action name from xml data: "pathpoint-smooth"
NOT COOL: Duplicated action name from xml data: "SvgTextTool"
NOT COOL: Duplicated action name from xml data: "svg_format_textcolor"
NOT COOL: Duplicated action name from xml data: "svg_background_color"
NOT COOL: Duplicated action name from xml data: "svg_font_size"
NOT COOL: Duplicated action name from xml data: "svg_font"
NOT COOL: Duplicated action name from xml data: "svg_insert_special_character"
NOT COOL: Duplicated action name from xml data: "svg_align_right"
NOT COOL: Duplicated action name from xml data: "svg_align_left"
NOT COOL: Duplicated action name from xml data: "svg_align_justified"
NOT COOL: Duplicated action name from xml data: "svg_align_center"
NOT COOL: Duplicated action name from xml data: "svg_decrease_font_size"
NOT COOL: Duplicated action name from xml data: "svg_increase_font_size"
NOT COOL: Duplicated action name from xml data: "svg_format_subscript"
NOT COOL: Duplicated action name from xml data: "svg_format_superscript"
NOT COOL: Duplicated action name from xml data: "svg_format_underline"
NOT COOL: Duplicated action name from xml data: "svg_format_strike_through"
NOT COOL: Duplicated action name from xml data: "svg_weight_bold"
NOT COOL: Duplicated action name from xml data: "svg_format_italic"
NOT COOL: Duplicated action name from xml data: "svg_weight_normal"
NOT COOL: Duplicated action name from xml data: "svg_weight_demi"
NOT COOL: Duplicated action name from xml data: "svg_weight_black"
NOT COOL: Duplicated action name from xml data: "svg_weight_light"
NOT COOL: Duplicated action name from xml data: "svg_line_height"
NOT COOL: Duplicated action name from xml data: "svg_settings"
NOT COOL: Duplicated action name from xml data: "hello_python"
NOT COOL: Duplicated action name from xml data: "open_resources_directory"
NOT COOL: Duplicated action name from xml data: "edit_blacklist_cleanup"
NOT COOL: Duplicated action name from xml data: "windows_cascade"
NOT COOL: Duplicated action name from xml data: "windows_tile"
NOT COOL: Duplicated action name from xml data: "create_bundle"
NOT COOL: Duplicated action name from xml data: "mainToolBar"
NOT COOL: Duplicated action name from xml data: "show_color_selector"
NOT COOL: Duplicated action name from xml data: "show_mypaint_shade_selector"
NOT COOL: Duplicated action name from xml data: "show_minimal_shade_selector"
NOT COOL: Duplicated action name from xml data: "show_color_history"
NOT COOL: Duplicated action name from xml data: "show_common_colors"
NOT COOL: Duplicated action name from xml data: "show_tool_options"
NOT COOL: Duplicated action name from xml data: "show_brush_editor"
NOT COOL: Duplicated action name from xml data: "show_brush_presets"
NOT COOL: Duplicated action name from xml data: "tablet_debugger"
NOT COOL: Duplicated action name from xml data: "buginfo"
NOT COOL: Duplicated action name from xml data: "rename_composition"
NOT COOL: Duplicated action name from xml data: "update_composition"
NOT COOL: Duplicated action name from xml data: "ruler_pixel_multiple2"
NOT COOL: Duplicated action name from xml data: "invert_selection"
NOT COOL: Duplicated action name from xml data: "make_brush_color_lighter"
NOT COOL: Duplicated action name from xml data: "make_brush_color_darker"
NOT COOL: Duplicated action name from xml data: "make_brush_color_saturated"
NOT COOL: Duplicated action name from xml data: "make_brush_color_desaturated"
NOT COOL: Duplicated action name from xml data: "shift_brush_color_clockwise"
NOT COOL: Duplicated action name from xml data: "shift_brush_color_counter_clockwise"
NOT COOL: Duplicated action name from xml data: "make_brush_color_redder"
NOT COOL: Duplicated action name from xml data: "make_brush_color_greener"
NOT COOL: Duplicated action name from xml data: "make_brush_color_bluer"
NOT COOL: Duplicated action name from xml data: "make_brush_color_yellower"
NOT COOL: Duplicated action name from xml data: "increase_opacity"
NOT COOL: Duplicated action name from xml data: "decrease_opacity"
NOT COOL: Duplicated action name from xml data: "erase_action"
NOT COOL: Duplicated action name from xml data: "reload_preset_action"
NOT COOL: Duplicated action name from xml data: "preserve_alpha"
NOT COOL: Duplicated action name from xml data: "disable_pressure"
NOT COOL: Duplicated action name from xml data: "hmirror_action"
NOT COOL: Duplicated action name from xml data: "vmirror_action"
NOT COOL: Duplicated action name from xml data: "mirrorX-hideDecorations"
NOT COOL: Duplicated action name from xml data: "mirrorY-hideDecorations"
NOT COOL: Duplicated action name from xml data: "mirrorX-lock"
NOT COOL: Duplicated action name from xml data: "mirrorY-lock"
NOT COOL: Duplicated action name from xml data: "mirrorX-moveToCenter"
NOT COOL: Duplicated action name from xml data: "mirrorY-moveToCenter"
NOT COOL: Duplicated action name from xml data: "toggle-selection-overlay-mode"
NOT COOL: Duplicated action name from xml data: "next_favorite_preset"
NOT COOL: Duplicated action name from xml data: "previous_favorite_preset"
NOT COOL: Duplicated action name from xml data: "previous_preset"
NOT COOL: Duplicated action name from xml data: "BrushesAndStuff"
NOT COOL: Duplicated action name from xml data: "reset_fg_bg"
NOT COOL: Duplicated action name from xml data: "toggle_fg_bg"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_add"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_subtract"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_intersect"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_replace"
NOT COOL: Duplicated action name from xml data: "set_weighted_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "set_no_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "set_stabilizer_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "decrease_brush_size"
NOT COOL: Duplicated action name from xml data: "set_simple_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "increase_brush_size"
NOT COOL: Duplicated action name from xml data: "toggle_assistant"
NOT COOL: Duplicated action name from xml data: "undo_polygon_selection"
NOT COOL: Duplicated action name from xml data: "fill_selection_foreground_color_opacity"
NOT COOL: Duplicated action name from xml data: "fill_selection_background_color_opacity"
NOT COOL: Duplicated action name from xml data: "fill_selection_pattern_opacity"
NOT COOL: Duplicated action name from xml data: "convert_selection_to_shape"
NOT COOL: Duplicated action name from xml data: "show-global-selection-mask"
NOT COOL: Duplicated action name from xml data: "krita_filter_colortoalpha"
NOT COOL: Duplicated action name from xml data: "krita_filter_top edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_indexcolors"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss horizontal only"
NOT COOL: Duplicated action name from xml data: "krita_filter_dodge"
NOT COOL: Duplicated action name from xml data: "krita_filter_sharpen"
NOT COOL: Duplicated action name from xml data: "krita_filter_burn"
NOT COOL: Duplicated action name from xml data: "krita_filter_mean removal"
NOT COOL: Duplicated action name from xml data: "krita_filter_gaussian blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss all directions"
NOT COOL: Duplicated action name from xml data: "krita_filter_smalltiles"
NOT COOL: Duplicated action name from xml data: "krita_filter_levels"
NOT COOL: Duplicated action name from xml data: "krita_filter_sobel"
NOT COOL: Duplicated action name from xml data: "krita_filter_wave"
NOT COOL: Duplicated action name from xml data: "krita_filter_motion blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_invert"
NOT COOL: Duplicated action name from xml data: "krita_filter_perchannel"
NOT COOL: Duplicated action name from xml data: "krita_filter_pixelize"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss laplascian"
NOT COOL: Duplicated action name from xml data: "krita_filter_left edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_raindrops"
NOT COOL: Duplicated action name from xml data: "krita_filter_bottom edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_noise"
NOT COOL: Duplicated action name from xml data: "krita_filter_brightnesscontrast"
NOT COOL: Duplicated action name from xml data: "krita_filter_colorbalance"
NOT COOL: Duplicated action name from xml data: "krita_filter_phongbumpmap"
NOT COOL: Duplicated action name from xml data: "krita_filter_desaturate"
NOT COOL: Duplicated action name from xml data: "krita_filter_colortransfer"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss vertical only"
NOT COOL: Duplicated action name from xml data: "krita_filter_lens blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_minimize"
NOT COOL: Duplicated action name from xml data: "krita_filter_maximize"
NOT COOL: Duplicated action name from xml data: "krita_filter_oilpaint"
NOT COOL: Duplicated action name from xml data: "krita_filter_right edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_autocontrast"
NOT COOL: Duplicated action name from xml data: "krita_filter_roundcorners"
NOT COOL: Duplicated action name from xml data: "krita_filter_unsharp"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss horizontal and vertical"
NOT COOL: Duplicated action name from xml data: "krita_filter_randompick"
NOT COOL: Duplicated action name from xml data: "krita_filter_gaussiannoisereducer"
NOT COOL: Duplicated action name from xml data: "krita_filter_posterize"
NOT COOL: Duplicated action name from xml data: "krita_filter_waveletnoisereducer"
NOT COOL: Duplicated action name from xml data: "krita_filter_hsvadjustment"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolDyna"
NOT COOL: Duplicated action name from xml data: "KisToolCrop"
NOT COOL: Duplicated action name from xml data: "KisToolPolygon"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolRectangle"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolMultiBrush"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolLazyBrush"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolSmartPatch"
NOT COOL: Duplicated action name from xml data: "PanTool"
NOT COOL: Duplicated action name from xml data: "InteractionTool"
NOT COOL: Duplicated action name from xml data: "KritaSelected/KisToolColorPicker"
NOT COOL: Duplicated action name from xml data: "KisToolSelectOutline"
NOT COOL: Duplicated action name from xml data: "KisToolSelectPath"
NOT COOL: Duplicated action name from xml data: "KisToolSelectSimilar"
NOT COOL: Duplicated action name from xml data: "KritaFill/KisToolFill"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolLine"
NOT COOL: Duplicated action name from xml data: "KisToolPencil"
NOT COOL: Duplicated action name from xml data: "KisToolPath"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolEllipse"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolBrush"
NOT COOL: Duplicated action name from xml data: "CreateShapesTool"
NOT COOL: Duplicated action name from xml data: "KisToolSelectElliptical"
NOT COOL: Duplicated action name from xml data: "KisToolSelectContiguous"
NOT COOL: Duplicated action name from xml data: "KarbonPatternTool"
NOT COOL: Duplicated action name from xml data: "ReviewTool"
NOT COOL: Duplicated action name from xml data: "KritaFill/KisToolGradient"
NOT COOL: Duplicated action name from xml data: "KisToolSelectPolygonal"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolMeasure"
NOT COOL: Duplicated action name from xml data: "KisToolSelectRectangular"
NOT COOL: Duplicated action name from xml data: "KritaTransform/KisToolMove"
NOT COOL: Duplicated action name from xml data: "VectorTool"
NOT COOL: Duplicated action name from xml data: "KarbonCalligraphyTool"
NOT COOL: Duplicated action name from xml data: "PathTool"
NOT COOL: Duplicated action name from xml data: "ZoomTool"
NOT COOL: Duplicated action name from xml data: "KisToolPolyline"
NOT COOL: Duplicated action name from xml data: "KisToolTransform"
NOT COOL: Duplicated action name from xml data: "KisAssistantTool"
NOT COOL: Duplicated action name from xml data: "KarbonGradientTool"
NOT COOL: Duplicated action name from xml data: "ToolReferenceImages"
NOT COOL: Duplicated action name from xml data: "Select Normal Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Dissolve Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Behind Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Clear Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Darken Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Multiply Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Burn Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Burn Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Lighten Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Screen Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Dodge Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Dodge Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Overlay Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Overlay Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Soft Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Vivid Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Pin Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Mix Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Difference Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Exclusion Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hue Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Saturation Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Luminosity Blending Mode"
NOT COOL: Duplicated action name from xml data: "previous_frame"
NOT COOL: Duplicated action name from xml data: "next_frame"
NOT COOL: Duplicated action name from xml data: "toggle_playback"
NOT COOL: Duplicated action name from xml data: "add_blank_frame"
NOT COOL: Duplicated action name from xml data: "add_duplicate_frame"
NOT COOL: Duplicated action name from xml data: "toggle_onion_skin"
NOT COOL: Duplicated action name from xml data: "previous_keyframe"
NOT COOL: Duplicated action name from xml data: "next_keyframe"
NOT COOL: Duplicated action name from xml data: "first_frame"
NOT COOL: Duplicated action name from xml data: "last_frame"
NOT COOL: Duplicated action name from xml data: "lazy_frame"
NOT COOL: Duplicated action name from xml data: "drop_frames"
NOT COOL: Duplicated action name from xml data: "show_in_timeline"
NOT COOL: Duplicated action name from xml data: "insert_keyframe_left"
NOT COOL: Duplicated action name from xml data: "insert_keyframe_right"
NOT COOL: Duplicated action name from xml data: "insert_multiple_keyframes"
NOT COOL: Duplicated action name from xml data: "remove_frames_and_pull"
NOT COOL: Duplicated action name from xml data: "remove_frames"
NOT COOL: Duplicated action name from xml data: "insert_column_left"
NOT COOL: Duplicated action name from xml data: "insert_column_right"
NOT COOL: Duplicated action name from xml data: "insert_multiple_columns"
NOT COOL: Duplicated action name from xml data: "remove_columns_and_pull"
NOT COOL: Duplicated action name from xml data: "remove_columns"
NOT COOL: Duplicated action name from xml data: "insert_hold_frame"
NOT COOL: Duplicated action name from xml data: "insert_multiple_hold_frames"
NOT COOL: Duplicated action name from xml data: "remove_hold_frame"
NOT COOL: Duplicated action name from xml data: "remove_multiple_hold_frames"
NOT COOL: Duplicated action name from xml data: "insert_hold_column"
NOT COOL: Duplicated action name from xml data: "insert_multiple_hold_columns"
NOT COOL: Duplicated action name from xml data: "remove_hold_column"
NOT COOL: Duplicated action name from xml data: "remove_multiple_hold_columns"
NOT COOL: Duplicated action name from xml data: "mirror_frames"
NOT COOL: Duplicated action name from xml data: "mirror_columns"
NOT COOL: Duplicated action name from xml data: "copy_frames_to_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_frames_to_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_frames_from_clipboard"
NOT COOL: Duplicated action name from xml data: "copy_columns_to_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_columns_to_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_columns_from_clipboard"
NOT COOL: Duplicated action name from xml data: "set_start_time"
NOT COOL: Duplicated action name from xml data: "set_end_time"
NOT COOL: Duplicated action name from xml data: "update_playback_range"
NOT COOL: Duplicated action name from xml data: "activateNextLayer"
NOT COOL: Duplicated action name from xml data: "activatePreviousLayer"
NOT COOL: Duplicated action name from xml data: "switchToPreviouslyActiveNode"
NOT COOL: Duplicated action name from xml data: "add_new_group_layer"
NOT COOL: Duplicated action name from xml data: "add_new_clone_layer"
NOT COOL: Duplicated action name from xml data: "add_new_shape_layer"
NOT COOL: Duplicated action name from xml data: "add_new_adjustment_layer"
NOT COOL: Duplicated action name from xml data: "add_new_fill_layer"
NOT COOL: Duplicated action name from xml data: "add_new_file_layer"
NOT COOL: Duplicated action name from xml data: "add_new_transparency_mask"
NOT COOL: Duplicated action name from xml data: "add_new_filter_mask"
NOT COOL: Duplicated action name from xml data: "add_new_colorize_mask"
NOT COOL: Duplicated action name from xml data: "add_new_transform_mask"
NOT COOL: Duplicated action name from xml data: "add_new_selection_mask"
NOT COOL: Duplicated action name from xml data: "isolate_layer"
NOT COOL: Duplicated action name from xml data: "toggle_layer_lock"
NOT COOL: Duplicated action name from xml data: "toggle_layer_visibility"
NOT COOL: Duplicated action name from xml data: "toggle_layer_alpha_lock"
NOT COOL: Duplicated action name from xml data: "toggle_layer_inherit_alpha"
NOT COOL: Duplicated action name from xml data: "add_new_paint_layer"
NOT COOL: Duplicated action name from xml data: "new_from_visible"
NOT COOL: Duplicated action name from xml data: "duplicatelayer"
NOT COOL: Duplicated action name from xml data: "cut_selection_to_new_layer"
NOT COOL: Duplicated action name from xml data: "copy_selection_to_new_layer"
NOT COOL: Duplicated action name from xml data: "copy_layer_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_layer_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_layer_from_clipboard"
NOT COOL: Duplicated action name from xml data: "create_quick_group"
NOT COOL: Duplicated action name from xml data: "quick_ungroup"
NOT COOL: Duplicated action name from xml data: "create_quick_clipping_group"
NOT COOL: Duplicated action name from xml data: "select_all_layers"
NOT COOL: Duplicated action name from xml data: "select_visible_layers"
NOT COOL: Duplicated action name from xml data: "select_locked_layers"
NOT COOL: Duplicated action name from xml data: "select_invisible_layers"
NOT COOL: Duplicated action name from xml data: "select_unlocked_layers"
NOT COOL: Duplicated action name from xml data: "save_node_as_image"
NOT COOL: Duplicated action name from xml data: "save_vector_node_to_svg"
NOT COOL: Duplicated action name from xml data: "save_groups_as_images"
NOT COOL: Duplicated action name from xml data: "convert_group_to_animated"
NOT COOL: Duplicated action name from xml data: "convert_to_animated"
NOT COOL: Duplicated action name from xml data: "convert_to_file_layer"
NOT COOL: Duplicated action name from xml data: "import_layer_from_file"
NOT COOL: Duplicated action name from xml data: "import_layer_as_paint_layer"
NOT COOL: Duplicated action name from xml data: "import_layer_as_transparency_mask"
NOT COOL: Duplicated action name from xml data: "import_layer_as_filter_mask"
NOT COOL: Duplicated action name from xml data: "import_layer_as_selection_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_paint_layer"
NOT COOL: Duplicated action name from xml data: "convert_to_transparency_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_filter_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_selection_mask"
NOT COOL: Duplicated action name from xml data: "split_alpha_into_mask"
NOT COOL: Duplicated action name from xml data: "split_alpha_write"
NOT COOL: Duplicated action name from xml data: "split_alpha_save_merged"
NOT COOL: Duplicated action name from xml data: "layersplit"
NOT COOL: Duplicated action name from xml data: "waveletdecompose"
NOT COOL: Duplicated action name from xml data: "mirrorNodeX"
NOT COOL: Duplicated action name from xml data: "mirrorNodeY"
NOT COOL: Duplicated action name from xml data: "rotatelayer"
NOT COOL: Duplicated action name from xml data: "rotateLayerCW90"
NOT COOL: Duplicated action name from xml data: "rotateLayerCCW90"
NOT COOL: Duplicated action name from xml data: "rotateLayer180"
NOT COOL: Duplicated action name from xml data: "layersize"
NOT COOL: Duplicated action name from xml data: "shearlayer"
NOT COOL: Duplicated action name from xml data: "mirrorAllNodesX"
NOT COOL: Duplicated action name from xml data: "mirrorAllNodesY"
NOT COOL: Duplicated action name from xml data: "rotateAllLayers"
NOT COOL: Duplicated action name from xml data: "rotateAllLayersCW90"
NOT COOL: Duplicated action name from xml data: "rotateAllLayersCCW90"
NOT COOL: Duplicated action name from xml data: "rotateAllLayers180"
NOT COOL: Duplicated action name from xml data: "scaleAllLayers"
NOT COOL: Duplicated action name from xml data: "shearAllLayers"
NOT COOL: Duplicated action name from xml data: "offsetlayer"
NOT COOL: Duplicated action name from xml data: "clones_array"
NOT COOL: Duplicated action name from xml data: "EditLayerMetaData"
NOT COOL: Duplicated action name from xml data: "histogram"
NOT COOL: Duplicated action name from xml data: "layercolorspaceconversion"
NOT COOL: Duplicated action name from xml data: "merge_layer"
NOT COOL: Duplicated action name from xml data: "flatten_layer"
NOT COOL: Duplicated action name from xml data: "rasterize_layer"
NOT COOL: Duplicated action name from xml data: "flatten_image"
NOT COOL: Duplicated action name from xml data: "layer_style"
NOT COOL: Duplicated action name from xml data: "LayerGroupSwitcher/previous"
NOT COOL: Duplicated action name from xml data: "LayerGroupSwitcher/next"
NOT COOL: Duplicated action name from xml data: "RenameCurrentLayer"
NOT COOL: Duplicated action name from xml data: "remove_layer"
NOT COOL: Duplicated action name from xml data: "move_layer_up"
NOT COOL: Duplicated action name from xml data: "move_layer_down"
NOT COOL: Duplicated action name from xml data: "layer_properties"
NOT COOL: Duplicated action name from xml data: "set-copy-from"
NOT COOL: Duplicated action name from xml data: "file_new"
NOT COOL: Duplicated action name from xml data: "file_open"
NOT COOL: Duplicated action name from xml data: "file_open_recent"
NOT COOL: Duplicated action name from xml data: "file_save"
NOT COOL: Duplicated action name from xml data: "file_save_as"
NOT COOL: Duplicated action name from xml data: "file_sessions"
NOT COOL: Duplicated action name from xml data: "file_import_file"
NOT COOL: Duplicated action name from xml data: "file_export_file"
NOT COOL: Duplicated action name from xml data: "file_import_animation"
NOT COOL: Duplicated action name from xml data: "render_animation"
NOT COOL: Duplicated action name from xml data: "render_animation_again"
NOT COOL: Duplicated action name from xml data: "save_incremental_version"
NOT COOL: Duplicated action name from xml data: "save_incremental_backup"
NOT COOL: Duplicated action name from xml data: "create_template"
NOT COOL: Duplicated action name from xml data: "create_copy"
NOT COOL: Duplicated action name from xml data: "file_print"
NOT COOL: Duplicated action name from xml data: "file_print_preview"
NOT COOL: Duplicated action name from xml data: "file_documentinfo"
NOT COOL: Duplicated action name from xml data: "file_close_all"
NOT COOL: Duplicated action name from xml data: "file_close"
NOT COOL: Duplicated action name from xml data: "file_quit"
NOT COOL: Duplicated action name from xml data: "edit_undo"
NOT COOL: Duplicated action name from xml data: "edit_redo"
NOT COOL: Duplicated action name from xml data: "edit_cut"
NOT COOL: Duplicated action name from xml data: "edit_copy"
NOT COOL: Duplicated action name from xml data: "copy_sharp"
NOT COOL: Duplicated action name from xml data: "cut_sharp"
NOT COOL: Duplicated action name from xml data: "copy_merged"
NOT COOL: Duplicated action name from xml data: "edit_paste"
NOT COOL: Duplicated action name from xml data: "paste_at"
NOT COOL: Duplicated action name from xml data: "paste_new"
NOT COOL: Duplicated action name from xml data: "paste_as_reference"
NOT COOL: Duplicated action name from xml data: "clear"
NOT COOL: Duplicated action name from xml data: "fill_selection_foreground_color"
NOT COOL: Duplicated action name from xml data: "fill_selection_background_color"
NOT COOL: Duplicated action name from xml data: "fill_selection_pattern"
NOT COOL: Duplicated action name from xml data: "stroke_shapes"
NOT COOL: Duplicated action name from xml data: "stroke_selection"
NOT COOL: Duplicated action name from xml data: "delete_keyframe"
NOT COOL: Duplicated action name from xml data: "view_newwindow"
NOT COOL: Duplicated action name from xml data: "windows_next"
NOT COOL: Duplicated action name from xml data: "windows_previous"
NOT COOL: Duplicated action name from xml data: "view_show_canvas_only"
NOT COOL: Duplicated action name from xml data: "fullscreen"
NOT COOL: Duplicated action name from xml data: "wrap_around_mode"
NOT COOL: Duplicated action name from xml data: "level_of_detail_mode"
NOT COOL: Duplicated action name from xml data: "softProof"
NOT COOL: Duplicated action name from xml data: "gamutCheck"
NOT COOL: Duplicated action name from xml data: "mirror_canvas"
NOT COOL: Duplicated action name from xml data: "zoom_to_100pct"
NOT COOL: Duplicated action name from xml data: "view_zoom_in"
NOT COOL: Duplicated action name from xml data: "view_zoom_out"
NOT COOL: Duplicated action name from xml data: "rotate_canvas_right"
NOT COOL: Duplicated action name from xml data: "rotate_canvas_left"
NOT COOL: Duplicated action name from xml data: "reset_canvas_rotation"
NOT COOL: Duplicated action name from xml data: "view_ruler"
NOT COOL: Duplicated action name from xml data: "rulers_track_mouse"
NOT COOL: Duplicated action name from xml data: "view_show_guides"
NOT COOL: Duplicated action name from xml data: "view_lock_guides"
NOT COOL: Duplicated action name from xml data: "view_snap_to_guides"
NOT COOL: Duplicated action name from xml data: "showStatusBar"
NOT COOL: Duplicated action name from xml data: "view_pixel_grid"
NOT COOL: Duplicated action name from xml data: "view_grid"
NOT COOL: Duplicated action name from xml data: "view_snap_to_grid"
NOT COOL: Duplicated action name from xml data: "show_snap_options_popup"
NOT COOL: Duplicated action name from xml data: "view_snap_orthogonal"
NOT COOL: Duplicated action name from xml data: "view_snap_node"
NOT COOL: Duplicated action name from xml data: "view_snap_extension"
NOT COOL: Duplicated action name from xml data: "view_snap_to_pixel"
NOT COOL: Duplicated action name from xml data: "view_snap_intersection"
NOT COOL: Duplicated action name from xml data: "view_snap_bounding_box"
NOT COOL: Duplicated action name from xml data: "view_snap_image_bounds"
NOT COOL: Duplicated action name from xml data: "view_snap_image_center"
NOT COOL: Duplicated action name from xml data: "view_toggle_painting_assistants"
NOT COOL: Duplicated action name from xml data: "view_toggle_assistant_previews"
NOT COOL: Duplicated action name from xml data: "view_toggle_reference_images"
NOT COOL: Duplicated action name from xml data: "image_properties"
NOT COOL: Duplicated action name from xml data: "image_color"
NOT COOL: Duplicated action name from xml data: "imagecolorspaceconversion"
NOT COOL: Duplicated action name from xml data: "trim_to_image"
NOT COOL: Duplicated action name from xml data: "resizeimagetolayer"
NOT COOL: Duplicated action name from xml data: "resizeimagetoselection"
NOT COOL: Duplicated action name from xml data: "rotateimage"
NOT COOL: Duplicated action name from xml data: "rotateImageCW90"
NOT COOL: Duplicated action name from xml data: "rotateImageCCW90"
NOT COOL: Duplicated action name from xml data: "rotateImage180"
NOT COOL: Duplicated action name from xml data: "shearimage"
NOT COOL: Duplicated action name from xml data: "mirrorImageHorizontal"
NOT COOL: Duplicated action name from xml data: "mirrorImageVertical"
NOT COOL: Duplicated action name from xml data: "imagesize"
NOT COOL: Duplicated action name from xml data: "offsetimage"
NOT COOL: Duplicated action name from xml data: "canvassize"
NOT COOL: Duplicated action name from xml data: "imagesplit"
NOT COOL: Duplicated action name from xml data: "separate"
NOT COOL: Duplicated action name from xml data: "select_all"
NOT COOL: Duplicated action name from xml data: "deselect"
NOT COOL: Duplicated action name from xml data: "reselect"
NOT COOL: Duplicated action name from xml data: "convert_to_vector_selection"
NOT COOL: Duplicated action name from xml data: "convert_to_raster_selection"
NOT COOL: Duplicated action name from xml data: "edit_selection"
NOT COOL: Duplicated action name from xml data: "convert_shapes_to_vector_selection"
NOT COOL: Duplicated action name from xml data: "featherselection"
NOT COOL: Duplicated action name from xml data: "toggle_display_selection"
NOT COOL: Duplicated action name from xml data: "selectionscale"
NOT COOL: Duplicated action name from xml data: "colorrange"
NOT COOL: Duplicated action name from xml data: "selectopaque"
NOT COOL: Duplicated action name from xml data: "selectopaque_add"
NOT COOL: Duplicated action name from xml data: "selectopaque_subtract"
NOT COOL: Duplicated action name from xml data: "selectopaque_intersect"
NOT COOL: Duplicated action name from xml data: "growselection"
NOT COOL: Duplicated action name from xml data: "shrinkselection"
NOT COOL: Duplicated action name from xml data: "borderselection"
NOT COOL: Duplicated action name from xml data: "smoothselection"
NOT COOL: Duplicated action name from xml data: "filter_apply_again"
NOT COOL: Duplicated action name from xml data: "adjust_filters"
NOT COOL: Duplicated action name from xml data: "artistic_filters"
NOT COOL: Duplicated action name from xml data: "blur_filters"
NOT COOL: Duplicated action name from xml data: "color_filters"
NOT COOL: Duplicated action name from xml data: "edge_filters"
NOT COOL: Duplicated action name from xml data: "enhance_filters"
NOT COOL: Duplicated action name from xml data: "emboss_filters"
NOT COOL: Duplicated action name from xml data: "map_filters"
NOT COOL: Duplicated action name from xml data: "other_filters"
NOT COOL: Duplicated action name from xml data: "QMic"
NOT COOL: Duplicated action name from xml data: "QMicAgain"
NOT COOL: Duplicated action name from xml data: "options_configure"
NOT COOL: Duplicated action name from xml data: "manage_bundles"
NOT COOL: Duplicated action name from xml data: "switch_application_language"
NOT COOL: Duplicated action name from xml data: "view_toggledockers"
NOT COOL: Duplicated action name from xml data: "options_configure_toolbars"
NOT COOL: Duplicated action name from xml data: "settings_dockers_menu"
NOT COOL: Duplicated action name from xml data: "theme_menu"
NOT COOL: Duplicated action name from xml data: "settings_active_author"
NOT COOL: Duplicated action name from xml data: "options_configure_keybinding"
NOT COOL: Duplicated action name from xml data: "window"
NOT COOL: Duplicated action name from xml data: "help_contents"
NOT COOL: Duplicated action name from xml data: "help_report_bug"
NOT COOL: Duplicated action name from xml data: "help_about_app"
NOT COOL: Duplicated action name from xml data: "help_about_kde"
NOT COOL: Duplicated action name from xml data: "gradients"
NOT COOL: Duplicated action name from xml data: "patterns"
NOT COOL: Duplicated action name from xml data: "dual"
NOT COOL: Duplicated action name from xml data: "paintops"
NOT COOL: Duplicated action name from xml data: "composite_actions"
NOT COOL: Duplicated action name from xml data: "brushslider1"
NOT COOL: Duplicated action name from xml data: "brushslider2"
NOT COOL: Duplicated action name from xml data: "brushslider3"
NOT COOL: Duplicated action name from xml data: "mirror_actions"
NOT COOL: Duplicated action name from xml data: "select_layout"
NOT COOL: Duplicated action name from xml data: "workspaces"
NOT COOL: Duplicated action name from xml data: "plugin_importer"
NOT COOL: Duplicated action name from xml data: "activate_preset_1"
NOT COOL: Duplicated action name from xml data: "activate_preset_2"
NOT COOL: Duplicated action name from xml data: "activate_preset_3"
NOT COOL: Duplicated action name from xml data: "activate_preset_4"
NOT COOL: Duplicated action name from xml data: "activate_preset_5"
NOT COOL: Duplicated action name from xml data: "activate_preset_6"
NOT COOL: Duplicated action name from xml data: "activate_preset_7"
NOT COOL: Duplicated action name from xml data: "activate_preset_8"
NOT COOL: Duplicated action name from xml data: "activate_preset_9"
NOT COOL: Duplicated action name from xml data: "activate_preset_0"
NOT COOL: Duplicated action name from xml data: "execute_script_1"
NOT COOL: Duplicated action name from xml data: "execute_script_2"
NOT COOL: Duplicated action name from xml data: "execute_script_3"
NOT COOL: Duplicated action name from xml data: "execute_script_4"
NOT COOL: Duplicated action name from xml data: "execute_script_5"
NOT COOL: Duplicated action name from xml data: "execute_script_6"
NOT COOL: Duplicated action name from xml data: "execute_script_7"
NOT COOL: Duplicated action name from xml data: "execute_script_8"
NOT COOL: Duplicated action name from xml data: "execute_script_9"
NOT COOL: Duplicated action name from xml data: "execute_script_10"
NOT COOL: Duplicated action name from xml data: "krita_filter_threshold"
[1953027.217] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1953027.274] -> wl_surface@25.damage(0, 0, 504, 290)
[1953027.301] -> wl_surface@25.frame(new id wl_callback@27)
[1953027.312] -> wl_surface@25.commit()
[1953027.346] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1953027.380] wl_surface@25.damage(0, 0, 504, 290)
[1953027.401] wl_surface@25.frame(new id wl_callback@27)
[1953027.413] wl_surface@25.commit()
[1953027.437] -> wl_buffer@26.release()
[1953033.500] -> wl_callback@27.done(424428536)
[1953033.515] -> wl_display@1.delete_id(27)
[1953033.536] wl_display@1.delete_id(27)
[1953033.552] wl_callback@27.done(424428536)
[1953130.790] -> zwp_tablet_pad_v2@4278190081.button(424428633, 1, 1)
[1953130.868] zwp_tablet_pad_v2@4278190081.button(424428633, 1, 1)
[1953204.779] -> zwp_tablet_pad_v2@4278190081.button(424428707, 1, 0)
[1953204.836] zwp_tablet_pad_v2@4278190081.button(424428707, 1, 0)
[1953332.304] wl_seat@14.get_pointer(new id wl_pointer@11)
[1953332.358] wl_seat@14.get_keyboard(new id wl_keyboard@3)
[1953332.427] -> wl_surface@25.attach(wl_buffer@26, 0[1953332.449] -> wl_keyboard@3.keymap(, 10, )
fd 103, [1953332.465] -> wl_surface@25.damage(486130)
, 0[1953332.478] -> wl_keyboard@3.repeat_info(, 25504, , 600290)
)
[1953332.500] wl_compositor@6.create_surface(new id wl_surface@[1953332.503] -> wl_surface@25.frame(27new id wl_callback@)
27)
[1953332.521] -> wl_surface@25.commit()
[1953332.530] wl_registry@2.bind(13, "xdg_wm_base", 1, new id [unknown]@26)
[1953332.564] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1953332.578] wl_surface@25.damage(0, 0, 504, 290)
[1953332.594] wl_surface@25.frame(new id wl_callback@27)
[1953332.602] wl_surface@25.commit()
[1953332.621] -> wl_buffer@26.release()
[1953333.476] -> wl_callback@27.done(424428836)
[1953333.489] -> wl_display@1.delete_id(27)
[1953333.508] wl_display@1.delete_id(27)
[1953333.527] wl_callback@27.done(424428836)
[1953351.261] wl_keyboard@3.keymap(1, fd 26, 48613)
[1953351.372] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1953351.414] -> wl_surface@25.damage(0, 0, 504, 290)
[1953351.434] -> wl_surface@25.frame(new id wl_callback@27)
[1953351.444] -> wl_surface@25.commit()
[1953351.465] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1953351.509] wl_surface@25.damage(0, 0, 504, 290)
[1953351.524] wl_surface@25.frame(new id wl_callback@27)
[1953351.534] wl_surface@25.commit()
[1953351.551] -> wl_buffer@26.release()
[1953352.802] wl_keyboard@3.repeat_info(25, 600)
[1953366.844] -> wl_callback@27.done(424428869)
[1953366.860] -> wl_display@1.delete_id(27)
[1953366.902] wl_display@1.delete_id(27)
[1953366.947] wl_callback@27.done(424428869)
[1953366.962] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1953366.981] -> wl_surface@25.damage(0, 0, 504, 290)
[1953367.002] -> wl_surface@25.frame(new id wl_callback@27)
[1953367.013] -> wl_surface@25.commit()
[1953367.035] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1953367.050] wl_surface@25.damage(0, 0, 504, 290)
[1953367.065] wl_surface@25.frame(new id wl_callback@27)
[1953367.072] wl_surface@25.commit()
[1953367.078] -> wl_buffer@26.release()
[1953383.415] -> wl_callback@27.done(424428886)
[1953383.428] -> wl_display@1.delete_id(27)
[1953383.458] wl_display@1.delete_id(27)
[1953383.492] wl_callback@27.done(424428886)
[1953504.769] -> zwp_tablet_pad_v2@4278190081.button(424429007, 1, 1)
[1953504.832] zwp_tablet_pad_v2@4278190081.button(424429007, 1, 1)
[1953624.775] -> zwp_tablet_pad_v2@4278190081.button(424429127, 1, 0)
[1953624.842] zwp_tablet_pad_v2@4278190081.button(424429127, 1, 0)
[1953708.769] -> zwp_tablet_pad_v2@4278190081.button(424429211, 1, 1)
[1953708.828] zwp_tablet_pad_v2@4278190081.button(424429211, 1, 1)
[1953790.786] -> zwp_tablet_pad_v2@4278190081.button(424429293, 1, 0)
[1953790.862] zwp_tablet_pad_v2@4278190081.button(424429293, 1, 0)
[1953894.763] -> zwp_tablet_pad_v2@4278190081.button(424429397, 1, 1)
[1953894.823] zwp_tablet_pad_v2@4278190081.button(424429397, 1, 1)
[1953970.763] -> zwp_tablet_pad_v2@4278190081.button(424429473, 1, 0)
[1953970.825] zwp_tablet_pad_v2@4278190081.button(424429473, 1, 0)
[1954120.785] -> zwp_tablet_pad_v2@4278190081.button(424429623, 1, 1)
[1954120.846] zwp_tablet_pad_v2@4278190081.button(424429623, 1, 1)
[1954188.776] -> zwp_tablet_pad_v2@4278190081.button(424429691, 1, 0)
[1954188.830] zwp_tablet_pad_v2@4278190081.button(424429691, 1, 0)
[1954210.790] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1954210.827] -> wl_surface@25.damage(0, 0, 504, 290)
[1954210.849] -> wl_surface@25.frame(new id wl_callback@27)
[1954210.860] -> wl_surface@25.commit()
[1954210.894] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1954210.922] wl_surface@25.damage(0, 0, 504, 290)
[1954210.941] wl_surface@25.frame(new id wl_callback@27)
[1954210.950] wl_surface@25.commit()
[1954210.969] -> wl_buffer@26.release()
[1954216.859] -> wl_callback@27.done(424429719)
[1954216.875] -> wl_display@1.delete_id(27)
[1954216.901] wl_display@1.delete_id(27)
[1954216.921] wl_callback@27.done(424429719)
[1954233.363] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1954233.399] -> wl_surface@25.damage(0, 0, 504, 290)
[1954233.420] -> wl_surface@25.frame(new id wl_callback@27)
[1954233.433] -> wl_surface@25.commit()
[1954233.449] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1954233.471] wl_surface@25.damage(0, 0, 504, 290)
[1954233.485] wl_surface@25.frame(new id wl_callback@27)
[1954233.493] wl_surface@25.commit()
[1954233.499] -> wl_buffer@26.release()
[1954250.104] -> wl_callback@27.done(424429752)
[1954250.117] -> wl_display@1.delete_id(27)
[1954250.144] wl_display@1.delete_id(27)
[1954250.169] wl_callback@27.done(424429752)
[1954360.242] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1954360.302] -> wl_surface@25.damage(0, 0, 504, 290)
[1954360.316] -> wl_surface@25.frame(new id wl_callback@27)
[1954360.324] -> wl_surface@25.commit()
[1954360.344] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1954360.366] wl_surface@25.damage(0, 0, 504, 290)
[1954360.381] wl_surface@25.frame(new id wl_callback@27)
[1954360.388] wl_surface@25.commit()
[1954360.396] -> wl_buffer@26.release()
[1954366.782] -> wl_callback@27.done(424429869)
[1954366.797] -> wl_display@1.delete_id(27)
[1954366.822] wl_display@1.delete_id(27)
[1954366.839] wl_callback@27.done(424429869)
[1954366.848] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1954366.860] -> wl_surface@25.damage(0, 0, 504, 290)
[1954366.875] -> wl_surface@25.frame(new id wl_callback@27)
[1954366.883] -> wl_surface@25.commit()
[1954366.910] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1954366.932] wl_surface@25.damage(0, 0, 504, 290)
[1954366.947] wl_surface@25.frame(new id wl_callback@27)
[1954366.954] wl_surface@25.commit()
[1954366.961] -> wl_buffer@26.release()
[1954383.431] -> wl_callback@27.done(424429886)
[1954383.450] -> wl_display@1.delete_id(27)
[1954383.478] wl_display@1.delete_id(27)
[1954383.489] wl_callback@27.done(424429886)
QObject::startTimer: Timers cannot have negative intervals
[1954390.784] -> zwp_tablet_pad_v2@4278190081.button(424429893, 1, 1)
[1954390.827] zwp_tablet_pad_v2@4278190081.button(424429893, 1, 1)
Could not create or open swapfile; disabling swapfile "/tmp/KRITA_SWAP_FILE_XXXXXX"
[1954494.804] -> zwp_tablet_pad_v2@4278190081.button(424429997, 1, 0)
[1954494.874] zwp_tablet_pad_v2@4278190081.button(424429997, 1, 0)
[1954698.816] -> zwp_tablet_pad_v2@4278190081.button(424430201, 1, 1)
[1954698.904] zwp_tablet_pad_v2@4278190081.button(424430201, 1, 1)
[1954772.823] -> zwp_tablet_pad_v2@4278190081.button(424430275, 1, 0)
[1954772.903] zwp_tablet_pad_v2@4278190081.button(424430275, 1, 0)
[1954968.825] -> zwp_tablet_pad_v2@4278190081.button(424430471, 1, 1)
[1954968.920] zwp_tablet_pad_v2@4278190081.button(424430471, 1, 1)
[1955064.804] -> zwp_tablet_pad_v2@4278190081.button(424430567, 1, 0)
[1955064.862] zwp_tablet_pad_v2@4278190081.button(424430567, 1, 0)
[1955238.799] -> zwp_tablet_pad_v2@4278190081.button(424430741, 1, 1)
[1955238.877] zwp_tablet_pad_v2@4278190081.button(424430741, 1, 1)
[1955304.798] -> zwp_tablet_pad_v2@4278190081.button(424430807, 1, 0)
[1955304.843] zwp_tablet_pad_v2@4278190081.button(424430807, 1, 0)
[1955352.360] -> wl_compositor@7.create_surface(new id wl_surface@27)
(EE)
(EE) Backtrace:
(EE) 0: Xwayland (OsSigHandler+0x29) [0x59c4f9]
(EE) 1: /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/libpthread.so.0 (funlockfile+0x50) [0x7fb1cccad8af]
(EE) 2: /nix/store/641prxh0dppg0d0cd1hkhcs83sq75g7b-wayland-1.17.0/lib/libwayland-client.so.0 (wl_proxy_marshal+0x87) [0x7fb1cd21d167]
(EE) 3: Xwayland (xwl_seat_set_cursor+0xd0) [0x4487c0]
(EE) 4: Xwayland (xwl_set_cursor+0x39) [0x448aa9]
(EE) 5: Xwayland (miPointerUpdateSprite+0x1be) [0x48f85e]
(EE) 6: Xwayland (miPointerDisplayCursor+0x96) [0x48fb46]
(EE) 7: Xwayland (CursorDisplayCursor+0x1bb) [0x47c50b]
(EE) 8: Xwayland (AnimCurDisplayCursor+0xa7) [0x4ffd27]
(EE) 9: Xwayland (ChangeToCursor+0x4b) [0x57076b]
(EE) 10: Xwayland (CheckMotion+0x162) [0x574772]
(EE) 11: Xwayland (WindowsRestructured+0x3a) [0x57488a]
(EE) 12: Xwayland (MapWindow+0x175) [0x592725]
(EE) 13: Xwayland (ProcMapWindow+0x6b) [0x561a5b]
(EE) 14: Xwayland (Dispatch+0x303) [0x567ab3]
(EE) 15: Xwayland (dix_main+0x376) [0x56ba46]
(EE) 16: /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/libc.so.6 (__libc_start_main+0xee) [0x7fb1ccb07b8e]
(EE) 17: Xwayland (_start+0x2a) [0x441d7a]
(EE)
(EE) Segmentation fault at address 0x51
(EE)
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE)
[1955880.958] -> wl_buffer@26.release()
The X11 connection broke (error 1). Did the X11 server die?
[1957137.485] -> wl_display@1.get_registry(new id wl_registry@2)
[1957137.525] -> wl_display@1.sync(new id wl_callback@3)
[1957137.560] wl_display@1.get_registry(new id wl_registry@2)
[1957137.592] -> wl_registry@2.global(1, "wl_shm", 1)
[1957137.615] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1957137.637] -> wl_registry@2.global(3, "wl_drm", 2)
[1957137.649] -> wl_registry@2.global(4, "wl_compositor", 4)
[1957137.661] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1957137.673] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1957137.701] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1957137.713] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1957137.728] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1957137.739] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1957137.752] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1957137.763] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1957137.775] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1957137.787] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1957137.800] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1957137.812] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1957137.823] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1957137.835] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1957137.847] -> wl_registry@2.global(19, "wp_presentation", 1)
[1957137.860] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1957137.872] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1957137.883] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1957137.896] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1957137.907] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1957137.919] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1957137.931] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1957137.943] -> wl_registry@2.global(27, "wl_seat", 7)
[1957137.956] -> wl_registry@2.global(28, "wl_output", 3)
[1957137.968] -> wl_registry@2.global(29, "wl_output", 3)
[1957137.980] wl_display@1.sync(new id wl_callback@3)
[1957137.989] -> wl_callback@3.done(57)
[1957138.000] -> wl_display@1.delete_id(3)
[1957138.023] wl_display@1.delete_id(3)
[1957138.038] wl_registry@2.global(1, "wl_shm", 1)
[1957138.052] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1957138.070] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1957138.082] -> wl_registry@2.bind(2, "zwp_linux_dmabuf_v1", 3, new id [unknown]@5)
[1957138.100] wl_registry@2.global(3, "wl_drm", 2)
[1957138.112] -> wl_registry@2.bind(3, "wl_drm", 2, new id [unknown]@6)
[1957138.130] wl_registry@2.global(4, "wl_compositor", 4)
[1957138.142] -> wl_registry@2.bind(4, "wl_compositor", 1, new id [unknown]@7)
[1957138.159] wl_registry@2.global(5, "wl_subcompositor", 1)
[1957138.171] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1957138.183] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1957138.194] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1957138.206] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1957138.219] -> wl_registry@2.bind(9, "zxdg_output_manager_v1", 1, new id [unknown]@8)
[1957138.235] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1957138.248] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1957138.260] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1957138.272] wl_registry@2.global(13, "xdg_wm_base", 2)
[1957138.292] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1957138.304] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1957138.316] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1957138.329] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1957138.340] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1957138.352] wl_registry@2.global(19, "wp_presentation", 1)
[1957138.364] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1957138.377] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1957138.388] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1957138.400] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1957138.412] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1957138.424] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1957138.436] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1957138.448] wl_registry@2.global(27, "wl_seat", 7)
[1957138.466] wl_registry@2.global(28, "wl_output", 3)
[1957138.479] -> wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@9)
[1957138.508] -> zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@10, wl_output@9)
[1957138.519] wl_registry@2.global(29, "wl_output", 3)
[1957138.532] -> wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@11)
[1957138.550] -> zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@12, wl_output@11)
[1957138.561] wl_callback@3.done(57)
[1957138.567] -> wl_display@1.sync(new id wl_callback@3)
[1957138.586] wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1957138.610] -> wl_shm@4.format(0)
[1957138.616] -> wl_shm@4.format(1)
[1957138.623] -> wl_shm@4.format(875708993)
[1957138.631] -> wl_shm@4.format(875709016)
[1957138.641] wl_registry@2.bind(2, "zwp_linux_dmabuf_v1", 3, new id [unknown]@5)
[1957138.666] -> zwp_linux_dmabuf_v1@5.modifier(875713089, 16777215, 4294967295)
[1957138.681] -> zwp_linux_dmabuf_v1@5.modifier(875713112, 16777215, 4294967295)
[1957138.693] wl_registry@2.bind(3, "wl_drm", 2, new id [unknown]@6)
[1957138.714] -> wl_drm@6.device("/dev/dri/card0")
[1957138.722] -> wl_drm@6.format(808669761)
[1957138.733] -> wl_drm@6.format(808669784)
[1957138.747] -> wl_drm@6.format(808665665)
[1957138.765] -> wl_drm@6.format(808665688)
[1957138.771] -> wl_drm@6.format(875713089)
[1957138.776] -> wl_drm@6.format(875713112)
[1957138.782] -> wl_drm@6.format(909199186)
[1957138.787] -> wl_drm@6.format(961959257)
[1957138.793] -> wl_drm@6.format(825316697)
[1957138.798] -> wl_drm@6.format(842093913)
[1957138.804] -> wl_drm@6.format(909202777)
[1957138.809] -> wl_drm@6.format(875713881)
[1957138.815] -> wl_drm@6.format(842094158)
[1957138.820] -> wl_drm@6.format(909203022)
[1957138.826] -> wl_drm@6.format(1448695129)
[1957138.832] -> wl_drm@6.capabilities(1)
[1957138.838] wl_registry@2.bind(4, "wl_compositor", 1, new id [unknown]@7)
[1957138.861] wl_registry@2.bind(9, "zxdg_output_manager_v1", 1, new id [unknown]@8)
[1957138.882] wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@9)
[1957138.902] -> wl_output@9.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1957138.931] -> wl_output@9.mode(0, 720, 400, 70082)
[1957138.947] -> wl_output@9.mode(0, 640, 480, 59940)
[1957138.962] -> wl_output@9.mode(0, 640, 480, 75000)
[1957138.978] -> wl_output@9.mode(0, 800, 600, 60317)
[1957138.993] -> wl_output@9.mode(0, 800, 600, 75000)
[1957139.008] -> wl_output@9.mode(0, 1024, 768, 60004)
[1957139.024] -> wl_output@9.mode(0, 1024, 768, 75029)
[1957139.040] -> wl_output@9.mode(0, 1280, 720, 60000)
[1957139.055] -> wl_output@9.mode(0, 1152, 864, 75000)
[1957139.070] -> wl_output@9.mode(0, 1280, 800, 60000)
[1957139.085] -> wl_output@9.mode(0, 1440, 900, 60000)
[1957139.100] -> wl_output@9.mode(0, 1280, 1024, 60020)
[1957139.116] -> wl_output@9.mode(0, 1280, 1024, 75025)
[1957139.131] -> wl_output@9.mode(0, 1600, 900, 60000)
[1957139.151] -> wl_output@9.mode(0, 1680, 1050, 60000)
[1957139.166] -> wl_output@9.mode(3, 1920, 1080, 60000)
[1957139.182] -> wl_output@9.scale(1)
[1957139.188] -> wl_output@9.done()
[1957139.192] zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@10, wl_output@9)
[1957139.204] -> zxdg_output_v1@10.logical_position(0, 0)
[1957139.214] -> zxdg_output_v1@10.logical_size(1920, 1080)
[1957139.223] -> zxdg_output_v1@10.done()
[1957139.226] -> wl_output@9.done()
[1957139.231] wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@11)
[1957139.251] -> wl_output@11.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1957139.278] -> wl_output@11.mode(0, 720, 400, 70082)
[1957139.299] -> wl_output@11.mode(0, 640, 480, 59940)
[1957139.315] -> wl_output@11.mode(0, 640, 480, 75000)
[1957139.330] -> wl_output@11.mode(0, 800, 600, 60317)
[1957139.346] -> wl_output@11.mode(0, 800, 600, 75000)
[1957139.361] -> wl_output@11.mode(0, 1024, 768, 60004)
[1957139.376] -> wl_output@11.mode(0, 1024, 768, 75029)
[1957139.391] -> wl_output@11.mode(0, 1280, 720, 60000)
[1957139.411] -> wl_output@11.mode(0, 1152, 864, 75000)
[1957139.426] -> wl_output@11.mode(0, 1280, 800, 60000)
[1957139.441] -> wl_output@11.mode(0, 1440, 900, 60000)
[1957139.456] -> wl_output@11.mode(0, 1280, 1024, 60020)
[1957139.472] -> wl_output@11.mode(0, 1280, 1024, 75025)
[1957139.488] -> wl_output@11.mode(0, 1600, 900, 60000)
[1957139.504] -> wl_output@11.mode(0, 1680, 1050, 60000)
[1957139.518] -> wl_output@11.mode(3, 1920, 1080, 60000)
[1957139.533] -> wl_output@11.scale(1)
[1957139.538] -> wl_output@11.done()
[1957139.543] zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@12, wl_output@11)
[1957139.556] -> zxdg_output_v1@12.logical_position(1920, 0)
[1957139.565] -> zxdg_output_v1@12.logical_size(1920, 1080)
[1957139.574] -> zxdg_output_v1@12.done()
[1957139.578] -> wl_output@11.done()
[1957139.582] wl_display@1.sync(new id wl_callback@3)
[1957139.589] -> wl_callback@3.done(57)
[1957139.595] -> wl_display@1.delete_id(3)
[1957139.622] wl_display@1.delete_id(3)
[1957139.634] zwp_linux_dmabuf_v1@5.modifier(875713089, 16777215, 4294967295)
[1957139.647] zwp_linux_dmabuf_v1@5.modifier(875713112, 16777215, 4294967295)
[1957139.659] wl_drm@6.device("/dev/dri/card0")
[1957140.396] wl_drm@6.format(808669761)
[1957140.408] wl_drm@6.format(808669784)
[1957140.413] wl_drm@6.format(808665665)
[1957140.419] wl_drm@6.format(808665688)
[1957140.425] wl_drm@6.format(875713089)
[1957140.430] wl_drm@6.format(875713112)
[1957140.436] wl_drm@6.format(909199186)
[1957140.441] wl_drm@6.format(961959257)
[1957140.447] wl_drm@6.format(825316697)
[1957140.453] wl_drm@6.format(842093913)
[1957140.459] wl_drm@6.format(909202777)
[1957140.464] wl_drm@6.format(875713881)
[1957140.470] wl_drm@6.format(842094158)
[1957140.475] wl_drm@6.format(909203022)
[1957140.481] wl_drm@6.format(1448695129)
[1957140.487] wl_drm@6.capabilities(1)
[1957140.492] wl_output@9.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1957140.521] wl_output@9.mode(0, 720, 400, 70082)
[1957140.537] wl_output@9.mode(0, 640, 480, 59940)
[1957140.552] wl_output@9.mode(0, 640, 480, 75000)
[1957140.567] wl_output@9.mode(0, 800, 600, 60317)
[1957140.582] wl_output@9.mode(0, 800, 600, 75000)
[1957140.597] wl_output@9.mode(0, 1024, 768, 60004)
[1957140.612] wl_output@9.mode(0, 1024, 768, 75029)
[1957140.627] wl_output@9.mode(0, 1280, 720, 60000)
[1957140.641] wl_output@9.mode(0, 1152, 864, 75000)
[1957140.656] wl_output@9.mode(0, 1280, 800, 60000)
[1957140.671] wl_output@9.mode(0, 1440, 900, 60000)
[1957140.686] wl_output@9.mode(0, 1280, 1024, 60020)
[1957140.701] wl_output@9.mode(0, 1280, 1024, 75025)
[1957140.716] wl_output@9.mode(0, 1600, 900, 60000)
[1957140.731] wl_output@9.mode(0, 1680, 1050, 60000)
[1957140.746] wl_output@9.mode(3, 1920, 1080, 60000)
[1957140.761] wl_output@9.scale(1)
[1957140.766] wl_output@9.done()
[1957140.771] zxdg_output_v1@10.logical_position(0, 0)
[1957140.779] zxdg_output_v1@10.logical_size(1920, 1080)
[1957140.789] zxdg_output_v1@10.done()
[1957140.799] wl_output@9.done()
[1957140.803] wl_output@11.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1957140.829] wl_output@11.mode(0, 720, 400, 70082)
[1957140.844] wl_output@11.mode(0, 640, 480, 59940)
[1957140.860] wl_output@11.mode(0, 640, 480, 75000)
[1957140.875] wl_output@11.mode(0, 800, 600, 60317)
[1957140.890] wl_output@11.mode(0, 800, 600, 75000)
[1957140.905] wl_output@11.mode(0, 1024, 768, 60004)
[1957140.920] wl_output@11.mode(0, 1024, 768, 75029)
[1957140.935] wl_output@11.mode(0, 1280, 720, 60000)
[1957140.949] wl_output@11.mode(0, 1152, 864, 75000)
[1957140.964] wl_output@11.mode(0, 1280, 800, 60000)
[1957140.979] wl_output@11.mode(0, 1440, 900, 60000)
[1957140.994] wl_output@11.mode(0, 1280, 1024, 60020)
[1957141.009] wl_output@11.mode(0, 1280, 1024, 75025)
[1957141.024] wl_output@11.mode(0, 1600, 900, 60000)
[1957141.039] wl_output@11.mode(0, 1680, 1050, 60000)
[1957141.054] wl_output@11.mode(3, 1920, 1080, 60000)
[1957141.069] wl_output@11.scale(1)
[1957141.075] wl_output@11.done()
[1957141.079] zxdg_output_v1@12.logical_position(1920, 0)
[1957141.093] zxdg_output_v1@12.logical_size(1920, 1080)
[1957141.101] zxdg_output_v1@12.done()
[1957141.107] wl_output@11.done()
[1957141.111] wl_callback@3.done(57)
[1957213.750] -> wl_display@1.sync(new id wl_callback@3)
[1957213.803] wl_display@1.sync(new id wl_callback@3)
[1957213.827] -> wl_callback@3.done(57)
[1957213.834] -> wl_display@1.delete_id(3)
[1957213.848] wl_display@1.delete_id(3)
[1957213.857] wl_callback@3.done(57)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
[1957228.918] -> wl_shm@4.create_pool(new id wl_shm_pool@3, fd 12, 1024)
[1957228.943] -> wl_shm_pool@3.create_buffer(new id wl_buffer@13, 0, 16, 16, 64, 0)
[1957228.967] -> wl_shm_pool@3.destroy()
[1957229.444] -> wl_display@1.get_registry(new id wl_registry@14)
[1957229.456] -> wl_display@1.sync(new id wl_callback@15)
[1957229.480] wl_shm@4.create_pool(new id wl_shm_pool@3, fd 25, 1024)
[1957229.510] wl_shm_pool@3.create_buffer(new id wl_buffer@13, 0, 16, 16, 64, 0)
[1957229.538] wl_shm_pool@3.destroy()
[1957229.545] -> wl_display@1.delete_id(3)
[1957229.551] wl_display@1.get_registry(new id wl_registry@14)
[1957229.558] -> wl_registry@14.global(1, "wl_shm", 1)
[1957229.571] -> wl_registry@14.global(2, "zwp_linux_dmabuf_v1", 3)
[1957229.585] -> wl_registry@14.global(3, "wl_drm", 2)
[1957229.598] -> wl_registry@14.global(4, "wl_compositor", 4)
[1957229.610] -> wl_registry@14.global(5, "wl_subcompositor", 1)
[1957229.622] -> wl_registry@14.global(6, "wl_data_device_manager", 3)
[1957229.635] -> wl_registry@14.global(7, "zwlr_gamma_control_manager_v1", 1)
[1957229.647] -> wl_registry@14.global(8, "gtk_primary_selection_device_manager", 1)
[1957229.660] -> wl_registry@14.global(9, "zxdg_output_manager_v1", 3)
[1957229.672] -> wl_registry@14.global(10, "org_kde_kwin_idle", 1)
[1957229.684] -> wl_registry@14.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1957229.696] -> wl_registry@14.global(12, "zwlr_layer_shell_v1", 1)
[1957229.708] -> wl_registry@14.global(13, "xdg_wm_base", 2)
[1957229.720] -> wl_registry@14.global(14, "zwp_tablet_manager_v2", 1)
[1957229.734] -> wl_registry@14.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1957229.746] -> wl_registry@14.global(16, "zxdg_decoration_manager_v1", 1)
[1957229.758] -> wl_registry@14.global(17, "zwp_relative_pointer_manager_v1", 1)
[1957229.770] -> wl_registry@14.global(18, "zwp_pointer_constraints_v1", 1)
[1957229.782] -> wl_registry@14.global(19, "wp_presentation", 1)
[1957229.797] -> wl_registry@14.global(20, "zwlr_output_manager_v1", 1)
[1957229.809] -> wl_registry@14.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1957229.822] -> wl_registry@14.global(22, "zwlr_screencopy_manager_v1", 2)
[1957229.834] -> wl_registry@14.global(23, "zwlr_data_control_manager_v1", 2)
[1957229.846] -> wl_registry@14.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1957229.858] -> wl_registry@14.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1957229.870] -> wl_registry@14.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1957229.883] -> wl_registry@14.global(27, "wl_seat", 7)
[1957229.895] -> wl_registry@14.global(28, "wl_output", 3)
[1957229.907] -> wl_registry@14.global(29, "wl_output", 3)
[1957229.920] wl_display@1.sync(new id wl_callback@15)
[1957229.945] -> wl_callback@15.done(57)
[1957229.952] -> wl_display@1.delete_id(15)
[1957229.975] wl_display@1.delete_id(3)
[1957229.989] wl_display@1.delete_id(15)
[1957229.995] wl_registry@14.global(1, "wl_shm", 1)
[1957230.008] wl_registry@14.global(2, "zwp_linux_dmabuf_v1", 3)
[1957230.020] wl_registry@14.global(3, "wl_drm", 2)
[1957230.033] wl_registry@14.global(4, "wl_compositor", 4)
[1957230.045] wl_registry@14.global(5, "wl_subcompositor", 1)
[1957230.057] wl_registry@14.global(6, "wl_data_device_manager", 3)
[1957230.069] wl_registry@14.global(7, "zwlr_gamma_control_manager_v1", 1)
[1957230.090] wl_registry@14.global(8, "gtk_primary_selection_device_manager", 1)
[1957230.102] wl_registry@14.global(9, "zxdg_output_manager_v1", 3)
[1957230.115] wl_registry@14.global(10, "org_kde_kwin_idle", 1)
[1957230.126] wl_registry@14.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1957230.138] wl_registry@14.global(12, "zwlr_layer_shell_v1", 1)
[1957230.149] wl_registry@14.global(13, "xdg_wm_base", 2)
[1957230.161] wl_registry@14.global(14, "zwp_tablet_manager_v2", 1)
[1957230.174] -> wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@3)
[1957230.191] wl_registry@14.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1957230.203] wl_registry@14.global(16, "zxdg_decoration_manager_v1", 1)
[1957230.215] wl_registry@14.global(17, "zwp_relative_pointer_manager_v1", 1)
[1957230.227] -> wl_registry@2.bind(17, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@16)
[1957230.245] wl_registry@14.global(18, "zwp_pointer_constraints_v1", 1)
[1957230.257] -> wl_registry@2.bind(18, "zwp_pointer_constraints_v1", 1, new id [unknown]@17)
[1957230.274] wl_registry@14.global(19, "wp_presentation", 1)
[1957230.290] wl_registry@14.global(20, "zwlr_output_manager_v1", 1)
[1957230.306] wl_registry@14.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1957230.326] wl_registry@14.global(22, "zwlr_screencopy_manager_v1", 2)
[1957230.344] wl_registry@14.global(23, "zwlr_data_control_manager_v1", 2)
[1957230.363] wl_registry@14.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1957230.381] wl_registry@14.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1957230.397] wl_registry@14.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1957230.409] wl_registry@14.global(27, "wl_seat", 7)
[1957230.422] -> wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@18)
[1957230.440] -> wl_compositor@7.create_surface(new id wl_surface@19)
[1957230.448] -> zwp_tablet_manager_v2@3.get_tablet_seat(new id zwp_tablet_seat_v2@20, wl_seat@18)
[1957230.460] wl_registry@14.global(28, "wl_output", 3)
[1957230.472] wl_registry@14.global(29, "wl_output", 3)
[1957230.485] wl_callback@15.done(57)
[1957230.491] -> wl_display@1.sync(new id wl_callback@15)
[1957230.508] wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@3)
[1957230.533] wl_registry@2.bind(17, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@16)
[1957230.551] wl_registry@2.bind(18, "zwp_pointer_constraints_v1", 1, new id [unknown]@17)
[1957230.569] wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@18)
[1957230.595] -> wl_seat@18.name("seat0")
[1957230.604] -> wl_seat@18.capabilities(3)
[1957230.610] wl_compositor@7.create_surface(new id wl_surface@19)
[1957230.633] zwp_tablet_manager_v2@3.get_tablet_seat(new id zwp_tablet_seat_v2@20, wl_seat@18)
[1957230.655] -> zwp_tablet_seat_v2@20.tablet_added(new id zwp_tablet_v2@4278190080)
[1957230.664] -> zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1957230.672] -> zwp_tablet_v2@4278190080.id(1386, 770)
[1957230.682] -> zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1957230.688] -> zwp_tablet_v2@4278190080.done()
[1957230.699] -> zwp_tablet_seat_v2@20.pad_added(new id zwp_tablet_pad_v2@4278190081)
[1957230.709] -> zwp_tablet_pad_v2@4278190081.buttons(4)
[1957230.715] -> zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1957230.721] -> zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@4278190082)
[1957230.729] -> zwp_tablet_pad_group_v2@4278190082.modes(1)
[1957230.735] -> zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1957230.742] -> zwp_tablet_pad_group_v2@4278190082.done()
[1957230.746] -> zwp_tablet_pad_v2@4278190081.done()
[1957230.751] wl_display@1.sync(new id wl_callback@15)
[1957230.759] -> wl_callback@15.done(57)
[1957230.765] -> wl_display@1.delete_id(15)
[1957230.783] wl_display@1.delete_id(15)
[1957230.795] wl_seat@18.name("seat0")
[1957230.800] wl_seat@18.capabilities(3)
[1957230.806] -> wl_seat@18.get_pointer(new id wl_pointer@21)
[1957230.814] -> wl_pointer@21.set_cursor(0, nil, 0, 0)
[1957230.867] -> zwp_relative_pointer_manager_v1@16.get_relative_pointer(new id zwp_relative_pointer_v1@22, wl_pointer@21)
[1957230.898] -> wl_seat@18.get_keyboard(new id wl_keyboard@23)
[1957230.971] zwp_tablet_seat_v2@20.tablet_added(new id zwp_tablet_v2@45132624)
[1957230.980] zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1957230.986] zwp_tablet_v2@4278190080.id(1386, 770)
[1957230.996] zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1957231.002] zwp_tablet_v2@4278190080.done()
[1957231.052] zwp_tablet_seat_v2@20.pad_added(new id zwp_tablet_pad_v2@45133056)
[1957231.061] zwp_tablet_pad_v2@4278190081.buttons(4)
[1957231.066] zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1957231.073] zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@45131056)
[1957231.080] zwp_tablet_pad_group_v2@4278190082.modes(1)
[1957231.086] zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1957231.092] zwp_tablet_pad_group_v2@4278190082.done()
[1957231.096] zwp_tablet_pad_v2@4278190081.done()
[1957231.115] wl_callback@15.done(57)
[1957232.350] wl_seat@18.get_pointer(new id wl_pointer@21)
[1957232.371] wl_pointer@21.set_cursor(0, nil, 0, 0)
[1957232.396] zwp_relative_pointer_manager_v1@16.get_relative_pointer(new id zwp_relative_pointer_v1@22, wl_pointer@21)
[1957232.409] wl_seat@18.get_keyboard(new id wl_keyboard@23)
[1957232.459] -> wl_keyboard@23.keymap(1, fd 95, 48613)
[1957232.473] -> wl_keyboard@23.repeat_info(25, 600)
[1957232.495] wl_keyboard@23.keymap(1, fd 12, 48613)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 569, clipping.
> X11 cannot support keycodes above 255.
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
[1957238.365] wl_keyboard@23.repeat_info(25, 600)
[1957294.454] -> wl_compositor@7.create_surface(new id wl_surface@15)
[1957294.497] wl_compositor@7.create_surface(new id wl_surface@15)
[1957295.000] -> wl_drm@6.create_prime_buffer(new id wl_buffer@24, fd 12, 960, 398, 875713089, 0, 4096, 0, 0, 0, 0)
[1957295.047] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1957295.060] -> wl_surface@15.damage(0, 0, 960, 398)
[1957295.079] -> wl_surface@15.frame(new id wl_callback@25)
[1957295.088] -> wl_surface@15.commit()
[1957296.455] wl_drm@6.create_prime_buffer(new id wl_buffer@24, fd 96, 960, 398, 875713089, 0, 4096, 0, 0, 0, 0)
[1957296.541] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1957296.555] wl_surface@15.damage(0, 0, 960, 398)
[1957296.569] wl_surface@15.frame(new id wl_callback@25)
[1957296.577] wl_surface@15.commit()
[1957296.636] -> wl_keyboard@23.enter(58, wl_surface@15, array)
[1957296.650] -> wl_keyboard@23.modifiers(59, 0, 0, 0, 0)
[1957296.670] -> zwp_tablet_pad_v2@4278190081.enter(60, zwp_tablet_v2@4278190080, wl_surface@15)
[1957296.683] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(799402, 60, 0)
[1957296.755] wl_keyboard@23.enter(58, wl_surface@15, array)
[1957296.777] wl_keyboard@23.modifiers(59, 0, 0, 0, 0)
[1957296.801] zwp_tablet_pad_v2@4278190081.enter(60, zwp_tablet_v2@4278190080, wl_surface@15)
[1957296.815] zwp_tablet_pad_group_v2@4278190082.mode_switch(799402, 60, 0)
[1957305.428] -> wl_callback@25.done(424432808)
[1957305.442] -> wl_display@1.delete_id(25)
[1957305.457] wl_display@1.delete_id(25)
[1957305.470] wl_callback@25.done(424432808)
[1957545.645] -> wl_keyboard@23.key(61, 424433048, 38, 1)
[1957545.721] wl_keyboard@23.key(61, 424433048, 38, 1)
[1957552.911] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1957552.952] -> wl_surface@15.damage(0, 0, 960, 398)
[1957552.968] -> wl_surface@15.frame(new id wl_callback@25)
[1957552.977] -> wl_surface@15.commit()
[1957552.992] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1957553.014] wl_surface@15.damage(0, 0, 960, 398)
[1957553.031] wl_surface@15.frame(new id wl_callback@25)
[1957553.039] wl_surface@15.commit()
[1957553.056] -> wl_buffer@24.release()
[1957555.379] -> wl_callback@25.done(424433058)
[1957555.395] -> wl_display@1.delete_id(25)
[1957555.414] wl_display@1.delete_id(25)
[1957555.431] wl_callback@25.done(424433058)
[1957643.625] -> wl_keyboard@23.key(62, 424433146, 19, 1)
[1957643.684] wl_keyboard@23.key(62, 424433146, 19, 1)
[1957644.207] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1957644.235] -> wl_surface@15.damage(0, 0, 960, 398)
[1957644.252] -> wl_surface@15.frame(new id wl_callback@25)
[1957644.259] -> wl_surface@15.commit()
[1957644.274] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1957644.300] wl_surface@15.damage(0, 0, 960, 398)
[1957644.314] wl_surface@15.frame(new id wl_callback@25)
[1957644.322] wl_surface@15.commit()
[1957644.330] -> wl_buffer@24.release()
[1957655.340] -> wl_callback@25.done(424433158)
[1957655.356] -> wl_display@1.delete_id(25)
[1957655.373] wl_display@1.delete_id(25)
[1957655.383] wl_callback@25.done(424433158)
[1957672.607] -> wl_keyboard@23.key(63, 424433175, 38, 0)
[1957672.647] wl_keyboard@23.key(63, 424433175, 38, 0)
[1957714.592] -> wl_surface@35.attach(wl_buffer@39, 0, 0)
[1957714.624] -> wl_surface@35.set_buffer_scale(1)
[1957714.631] -> wl_surface@35.damage(1700, 0, 76, 26)
[1957714.648] -> wl_surface@35.damage(1800, 0, 76, 26)
[1957714.677] -> wl_surface@35.frame(new id wl_callback@41)
[1957714.686] -> wl_surface@35.commit()
[1957714.711] wl_surface@35.attach(wl_buffer@39, 0, 0)
[1957714.734] wl_surface@35.set_buffer_scale(1)
[1957714.741] wl_surface@35.damage(1700, 0, 76, 26)
[1957714.756] wl_surface@35.damage(1800, 0, 76, 26)
[1957714.774] wl_surface@35.frame(new id wl_callback@41)
[1957714.782] wl_surface@35.commit()
[1957714.824] -> wl_buffer@39.release()
[1957714.867] wl_buffer@39.release()
[1957722.030] -> wl_callback@41.done(424433224)
[1957722.045] -> wl_display@1.delete_id(41)
[1957722.069] wl_display@1.delete_id(41)
[1957722.084] wl_callback@41.done(424433224)
[1957723.146] -> wl_surface@20.attach(wl_buffer@43, 0, 0)
[1957723.168] -> wl_surface@20.set_buffer_scale(1)
[1957723.174] -> wl_surface@20.damage(1700, 0, 76, 26)
[1957723.189] -> wl_surface@20.damage(1800, 0, 76, 26)
[1957723.211] -> wl_surface@20.frame(new id wl_callback@41)
[1957723.218] -> wl_surface@20.commit()
[1957723.237] wl_surface@20.attach(wl_buffer@43, 0, 0)
[1957723.260] wl_surface@20.set_buffer_scale(1)
[1957723.266] wl_surface@20.damage(1700, 0, 76, 26)
[1957723.289] wl_surface@20.damage(1800, 0, 76, 26)
[1957723.311] wl_surface@20.frame(new id wl_callback@41)
[1957723.322] wl_surface@20.commit()
[1957723.357] -> wl_buffer@43.release()
[1957723.407] wl_buffer@43.release()
[1957733.511] -> wl_callback@41.done(424433236)
[1957733.525] -> wl_display@1.delete_id(41)
[1957733.545] wl_display@1.delete_id(41)
[1957733.559] wl_callback@41.done(424433236)
[1957742.613] -> wl_keyboard@23.key(64, 424433245, 19, 0)
[1957742.658] wl_keyboard@23.key(64, 424433245, 19, 0)
[1957809.610] -> wl_keyboard@23.key(65, 424433312, 24, 1)
[1957809.652] wl_keyboard@23.key(65, 424433312, 24, 1)
[1957810.236] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1957810.255] -> wl_surface@15.damage(0, 0, 960, 398)
[1957810.269] -> wl_surface@15.frame(new id wl_callback@25)
[1957810.276] -> wl_surface@15.commit()
[1957810.290] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1957810.311] wl_surface@15.damage(0, 0, 960, 398)
[1957810.326] wl_surface@15.frame(new id wl_callback@25)
[1957810.334] wl_surface@15.commit()
[1957810.342] -> wl_buffer@24.release()
[1957822.006] -> wl_callback@25.done(424433324)
[1957822.020] -> wl_display@1.delete_id(25)
[1957822.037] wl_display@1.delete_id(25)
[1957822.051] wl_callback@25.done(424433324)
[1957916.601] -> wl_keyboard@23.key(66, 424433419, 20, 1)
[1957916.649] wl_keyboard@23.key(66, 424433419, 20, 1)
[1957917.093] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1957917.112] -> wl_surface@15.damage(0, 0, 960, 398)
[1957917.127] -> wl_surface@15.frame(new id wl_callback@25)
[1957917.133] -> wl_surface@15.commit()
[1957917.146] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1957917.165] wl_surface@15.damage(0, 0, 960, 398)
[1957917.179] wl_surface@15.frame(new id wl_callback@25)
[1957917.187] wl_surface@15.commit()
[1957917.194] -> wl_buffer@24.release()
[1957920.609] -> wl_keyboard@23.key(67, 424433423, 24, 0)
[1957920.642] wl_keyboard@23.key(67, 424433423, 24, 0)
[1957922.150] -> wl_callback@25.done(424433424)
[1957922.181] -> wl_display@1.delete_id(25)
[1957922.218] wl_display@1.delete_id(25)
[1957922.236] wl_callback@25.done(424433424)
[1957980.636] -> wl_keyboard@23.key(68, 424433483, 20, 0)
[1957980.712] wl_keyboard@23.key(68, 424433483, 20, 0)
[1958138.632] -> wl_keyboard@23.key(69, 424433641, 14, 1)
[1958138.711] wl_keyboard@23.key(69, 424433641, 14, 1)
[1958139.141] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1958139.162] -> wl_surface@15.damage(0, 0, 960, 398)
[1958139.194] -> wl_surface@15.frame(new id wl_callback@25)
[1958139.205] -> wl_surface@15.commit()
[1958139.225] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1958139.247] wl_surface@15.damage(0, 0, 960, 398)
[1958139.261] wl_surface@15.frame(new id wl_callback@25)
[1958139.269] wl_surface@15.commit()
[1958139.279] -> wl_buffer@24.release()
[1958155.413] -> wl_callback@25.done(424433658)
[1958155.430] -> wl_display@1.delete_id(25)
[1958155.464] wl_display@1.delete_id(25)
[1958155.479] wl_callback@25.done(424433658)
[1958215.622] -> wl_keyboard@23.key(70, 424433718, 14, 0)
[1958215.675] wl_keyboard@23.key(70, 424433718, 14, 0)
[1958302.624] -> wl_keyboard@23.key(71, 424433805, 14, 1)
[1958302.682] wl_keyboard@23.key(71, 424433805, 14, 1)
[1958303.188] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1958303.207] -> wl_surface@15.damage(0, 0, 960, 398)
[1958303.222] -> wl_surface@15.frame(new id wl_callback@25)
[1958303.228] -> wl_surface@15.commit()
[1958303.248] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1958303.274] wl_surface@15.damage(0, 0, 960, 398)
[1958303.294] wl_surface@15.frame(new id wl_callback@25)
[1958303.302] wl_surface@15.commit()
[1958303.309] -> wl_buffer@24.release()
[1958305.365] -> wl_callback@25.done(424433808)
[1958305.381] -> wl_display@1.delete_id(25)
[1958305.414] wl_display@1.delete_id(25)
[1958305.430] wl_callback@25.done(424433808)
[1958374.636] -> wl_keyboard@23.key(72, 424433877, 14, 0)
[1958374.716] wl_keyboard@23.key(72, 424433877, 14, 0)
[1958467.630] -> wl_keyboard@23.key(73, 424433970, 14, 1)
[1958467.684] wl_keyboard@23.key(73, 424433970, 14, 1)
[1958469.509] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1958469.530] -> wl_surface@15.damage(0, 0, 960, 398)
[1958469.545] -> wl_surface@15.frame(new id wl_callback@25)
[1958469.552] -> wl_surface@15.commit()
[1958469.573] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1958469.600] wl_surface@15.damage(0, 0, 960, 398)
[1958469.615] wl_surface@15.frame(new id wl_callback@25)
[1958469.623] wl_surface@15.commit()
[1958469.636] -> wl_buffer@24.release()
[1958472.074] -> wl_callback@25.done(424433974)
[1958472.092] -> wl_display@1.delete_id(25)
[1958472.114] wl_display@1.delete_id(25)
[1958472.125] wl_callback@25.done(424433974)
[1958546.627] -> wl_keyboard@23.key(74, 424434049, 14, 0)
[1958546.685] wl_keyboard@23.key(74, 424434049, 14, 0)
[1958628.632] -> wl_keyboard@23.key(75, 424434131, 14, 1)
[1958628.690] wl_keyboard@23.key(75, 424434131, 14, 1)
[1958629.888] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1958629.908] -> wl_surface@15.damage(0, 0, 960, 398)
[1958629.921] -> wl_surface@15.frame(new id wl_callback@25)
[1958629.928] -> wl_surface@15.commit()
[1958629.947] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1958629.971] wl_surface@15.damage(0, 0, 960, 398)
[1958629.989] wl_surface@15.frame(new id wl_callback@25)
[1958629.996] wl_surface@15.commit()
[1958630.027] -> wl_buffer@24.release()
[1958638.740] -> wl_callback@25.done(424434141)
[1958638.760] -> wl_display@1.delete_id(25)
[1958638.788] wl_display@1.delete_id(25)
[1958638.807] wl_callback@25.done(424434141)
[1958740.635] -> wl_keyboard@23.key(76, 424434243, 14, 0)
[1958740.698] wl_keyboard@23.key(76, 424434243, 14, 0)
[1958775.637] -> wl_keyboard@23.key(77, 424434278, 37, 1)
[1958775.701] wl_keyboard@23.key(77, 424434278, 37, 1)
[1958777.165] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1958777.185] -> wl_surface@15.damage(0, 0, 960, 398)
[1958777.200] -> wl_surface@15.frame(new id wl_callback@25)
[1958777.206] -> wl_surface@15.commit()
[1958777.225] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1958777.252] wl_surface@15.damage(0, 0, 960, 398)
[1958777.267] wl_surface@15.frame(new id wl_callback@25)
[1958777.277] wl_surface@15.commit()
[1958777.291] -> wl_buffer@24.release()
[1958788.707] -> wl_callback@25.done(424434291)
[1958788.726] -> wl_display@1.delete_id(25)
[1958788.752] wl_display@1.delete_id(25)
[1958788.765] wl_callback@25.done(424434291)
[1958878.638] -> wl_keyboard@23.key(78, 424434381, 37, 0)
[1958878.701] wl_keyboard@23.key(78, 424434381, 37, 0)
[1958879.630] -> wl_keyboard@23.key(79, 424434382, 19, 1)
[1958879.678] wl_keyboard@23.key(79, 424434382, 19, 1)
[1958880.271] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1958880.315] -> wl_surface@15.damage(0, 0, 960, 398)
[1958880.336] -> wl_surface@15.frame(new id wl_callback@25)
[1958880.344] -> wl_surface@15.commit()
[1958880.373] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1958880.397] wl_surface@15.damage(0, 0, 960, 398)
[1958880.412] wl_surface@15.frame(new id wl_callback@25)
[1958880.420] wl_surface@15.commit()
[1958880.427] -> wl_buffer@24.release()
[1958888.694] -> wl_callback@25.done(424434391)
[1958888.713] -> wl_display@1.delete_id(25)
[1958888.739] wl_display@1.delete_id(25)
[1958888.752] wl_callback@25.done(424434391)
[1958966.643] -> wl_keyboard@23.key(80, 424434469, 23, 1)
[1958966.712] wl_keyboard@23.key(80, 424434469, 23, 1)
[1958967.254] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1958967.273] -> wl_surface@15.damage(0, 0, 960, 398)
[1958967.292] -> wl_surface@15.frame(new id wl_callback@25)
[1958967.299] -> wl_surface@15.commit()
[1958967.318] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1958967.345] wl_surface@15.damage(0, 0, 960, 398)
[1958967.362] wl_surface@15.frame(new id wl_callback@25)
[1958967.370] wl_surface@15.commit()
[1958967.381] -> wl_buffer@24.release()
[1958972.067] -> wl_callback@25.done(424434474)
[1958972.083] -> wl_display@1.delete_id(25)
[1958972.105] wl_display@1.delete_id(25)
[1958972.117] wl_callback@25.done(424434474)
[1958981.628] -> wl_keyboard@23.key(81, 424434484, 19, 0)
[1958981.689] wl_keyboard@23.key(81, 424434484, 19, 0)
[1959069.637] -> wl_keyboard@23.key(82, 424434572, 23, 0)
[1959069.697] wl_keyboard@23.key(82, 424434572, 23, 0)
[1959165.625] -> wl_keyboard@23.key(83, 424434668, 30, 1)
[1959165.678] wl_keyboard@23.key(83, 424434668, 30, 1)
[1959166.102] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1959166.120] -> wl_surface@15.damage(0, 0, 960, 398)
[1959166.135] -> wl_surface@15.frame(new id wl_callback@25)
[1959166.141] -> wl_surface@15.commit()
[1959166.159] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1959166.182] wl_surface@15.damage(0, 0, 960, 398)
[1959166.198] wl_surface@15.frame(new id wl_callback@25)
[1959166.205] wl_surface@15.commit()
[1959166.214] -> wl_buffer@24.release()
[1959172.066] -> wl_callback@25.done(424434674)
[1959172.083] -> wl_display@1.delete_id(25)
[1959172.106] wl_display@1.delete_id(25)
[1959172.118] wl_callback@25.done(424434674)
[1959258.635] -> wl_keyboard@23.key(84, 424434761, 30, 0)
[1959258.687] wl_keyboard@23.key(84, 424434761, 30, 0)
[1959444.638] -> wl_keyboard@23.key(85, 424434947, 14, 1)
[1959444.694] wl_keyboard@23.key(85, 424434947, 14, 1)
[1959445.228] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1959445.247] -> wl_surface@15.damage(0, 0, 960, 398)
[1959445.261] -> wl_surface@15.frame(new id wl_callback@25)
[1959445.294] -> wl_surface@15.commit()
[1959445.315] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1959445.336] wl_surface@15.damage(0, 0, 960, 398)
[1959445.351] wl_surface@15.frame(new id wl_callback@25)
[1959445.359] wl_surface@15.commit()
[1959445.366] -> wl_buffer@24.release()
[1959455.393] -> wl_callback@25.done(424434958)
[1959455.409] -> wl_display@1.delete_id(25)
[1959455.439] wl_display@1.delete_id(25)
[1959455.459] wl_callback@25.done(424434958)
[1959487.642] -> wl_keyboard@23.key(86, 424434990, 20, 1)
[1959487.702] wl_keyboard@23.key(86, 424434990, 20, 1)
[1959488.345] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1959488.364] -> wl_surface@15.damage(0, 0, 960, 398)
[1959488.378] -> wl_surface@15.frame(new id wl_callback@25)
[1959488.385] -> wl_surface@15.commit()
[1959488.401] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1959488.424] wl_surface@15.damage(0, 0, 960, 398)
[1959488.439] wl_surface@15.frame(new id wl_callback@25)
[1959488.446] wl_surface@15.commit()
[1959488.453] -> wl_buffer@24.release()
[1959488.711] -> wl_callback@25.done(424434991)
[1959488.725] -> wl_display@1.delete_id(25)
[1959488.741] wl_display@1.delete_id(25)
[1959488.754] wl_callback@25.done(424434991)
[1959553.643] -> wl_keyboard@23.key(87, 424435056, 14, 0)
[1959553.712] wl_keyboard@23.key(87, 424435056, 14, 0)
[1959569.642] -> wl_keyboard@23.key(88, 424435072, 30, 1)
[1959569.708] wl_keyboard@23.key(88, 424435072, 30, 1)
[1959570.288] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1959570.309] -> wl_surface@15.damage(0, 0, 960, 398)
[1959570.324] -> wl_surface@15.frame(new id wl_callback@25)
[1959570.331] -> wl_surface@15.commit()
[1959570.345] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1959570.364] wl_surface@15.damage(0, 0, 960, 398)
[1959570.379] wl_surface@15.frame(new id wl_callback@25)
[1959570.388] wl_surface@15.commit()
[1959570.396] -> wl_buffer@24.release()
[1959572.008] -> wl_callback@25.done(424435074)
[1959572.022] -> wl_display@1.delete_id(25)
[1959572.040] wl_display@1.delete_id(25)
[1959572.057] wl_callback@25.done(424435074)
[1959592.643] -> wl_keyboard@23.key(89, 424435095, 20, 0)
[1959592.702] wl_keyboard@23.key(89, 424435095, 20, 0)
[1959688.637] -> wl_keyboard@23.key(90, 424435191, 30, 0)
[1959688.697] wl_keyboard@23.key(90, 424435191, 30, 0)
[1959705.644] -> wl_keyboard@23.key(91, 424435208, 28, 1)
[1959705.704] wl_keyboard@23.key(91, 424435208, 28, 1)
2019-11-24 20:47:09 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 138, value 4194316
[1959707.483] -> wl_buffer@24.destroy([1959707.489] -> wl_keyboard@23.leave()
92, wl_surface@15)
[1959707.549] -> wl_surface@15.destroy()
[1959707.586] wl_buffer@24.destroy([1959707.588] wl_keyboard@23.leave()
92, [1959707.602] -> wl_display@1.delete_id(nil24)
)
[1959707.614] wl_surface@15.destroy()
[1959707.623] -> zwp_tablet_pad_v2@4278190081.leave(93, wl_surface@15)
[1959707.640] -> wl_display@1.delete_id(15)
2019-11-24 20:47:09 - [xwayland/xwm.c:1268] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 149, value 4194305
[1959707.666] wl_display@1.delete_id(24)
[1959707.677] wl_display@1.delete_id(15)
[1959707.682] zwp_tablet_pad_v2@4278190081.leave(93, nil)
2019-11-24 20:47:09 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 166, value 4194322
2019-11-24 20:47:09 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 183, value 4194322
(process:5429): Gtk-WARNING **: 20:47:09.730: Locale not supported by C library.
Using the fallback 'C' locale.
[1959943.780] -> wl_display@1.get_registry(new id wl_registry@2)
[1959943.801] -> wl_display@1.sync(new id wl_callback@3)
[1959943.831] wl_display@1.get_registry(new id wl_registry@2)
[1959943.853] -> wl_registry@2.global(1, "wl_shm", 1)
[1959943.866] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1959943.878] -> wl_registry@2.global(3, "wl_drm", 2)
[1959943.889] -> wl_registry@2.global(4, "wl_compositor", 4)
[1959943.913] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1959943.927] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1959943.938] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1959943.949] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1959943.961] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1959943.972] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1959943.983] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1959943.995] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1959944.007] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1959944.018] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1959944.029] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1959944.040] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1959944.050] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1959944.061] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1959944.072] -> wl_registry@2.global(19, "wp_presentation", 1)
[1959944.083] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1959944.093] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1959944.104] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1959944.115] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1959944.126] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1959944.136] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1959944.147] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1959944.158] -> wl_registry@2.global(27, "wl_seat", 7)
[1959944.169] -> wl_registry@2.global(28, "wl_output", 3)
[1959944.180] -> wl_registry@2.global(29, "wl_output", 3)
[1959944.191] wl_display@1.sync(new id wl_callback@3)
[1959944.197] -> wl_callback@3.done(93)
[1959944.203] -> wl_display@1.delete_id(3)
[1959944.225] wl_display@1.delete_id(3)
[1959944.239] wl_registry@2.global(1, "wl_shm", 1)
[1959944.256] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1959944.319] -> wl_shm@4.create_pool(new id wl_shm_pool@5, fd 14, 2304)
[1959944.424] -> wl_shm_pool@5.resize(6912)
[1959944.927] -> wl_shm_pool@5.resize(16128)
[1959944.947] -> wl_shm_pool@5.resize(34560)
[1959944.971] -> wl_shm_pool@5.resize(71424)
[1959945.004] -> wl_shm_pool@5.resize(145152)
[1959945.077] -> wl_shm_pool@5.resize(292608)
[1959945.651] -> wl_shm_pool@5.resize(587520)
[1959947.049] -> wl_shm_pool@5.resize(1177344)
[1959953.798] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1959953.820] wl_registry@2.global(3, "wl_drm", 2)
[1959953.838] wl_registry@2.global(4, "wl_compositor", 4)
[1959953.856] -> wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@6)
[1959953.881] wl_registry@2.global(5, "wl_subcompositor", 1)
[1959953.899] -> wl_registry@2.bind(5, "wl_subcompositor", 1, new id [unknown]@7)
[1959953.924] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1959953.942] -> wl_registry@2.bind(6, "wl_data_device_manager", 3, new id [unknown]@8)
[1959953.966] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1959953.984] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1959954.002] -> wl_registry@2.bind(8, "gtk_primary_selection_device_manager", 1, new id [unknown]@9)
[1959954.027] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1959954.045] -> wl_registry@2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]@10)
[1959954.074] -> wl_display@1.sync(new id wl_callback@11)
[1959954.087] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1959954.107] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1959954.125] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1959954.142] wl_registry@2.global(13, "xdg_wm_base", 2)
[1959954.160] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1959954.178] -> wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@12)
[1959954.202] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1959954.229] -> wl_registry@2.bind(15, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[1959954.255] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1959954.274] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1959954.295] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1959954.313] wl_registry@2.global(19, "wp_presentation", 1)
[1959954.331] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1959954.349] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1959954.367] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1959954.384] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1959954.402] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1959954.420] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1959954.438] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1959954.456] wl_registry@2.global(27, "wl_seat", 7)
[1959954.474] -> wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@14)
[1959956.196] -> wl_compositor@6.create_surface(new id wl_surface@15)
[1959956.218] -> gtk_primary_selection_device_manager@9.get_device(new id gtk_primary_selection_device@16, wl_seat@14)
[1959956.234] -> wl_data_device_manager@8.get_data_device(new id wl_data_device@17, wl_seat@14)
[1959956.331] -> wl_compositor@6.create_surface(new id wl_surface@18)
[1959956.344] -> zwp_tablet_manager_v2@12.get_tablet_seat(new id zwp_tablet_seat_v2@19, wl_seat@14)
[1959956.359] -> wl_display@1.sync(new id wl_callback@20)
[1959956.371] wl_registry@2.global(28, "wl_output", 3)
[1959956.389] -> wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@21)
[1959956.440] -> zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@22, wl_output@21)
[1959956.455] -> wl_display@1.sync(new id wl_callback@23)
[1959956.466] wl_registry@2.global(29, "wl_output", 3)
[1959956.484] -> wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@24)
[1959956.511] -> zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@25, wl_output@24)
[1959956.527] -> wl_display@1.sync(new id wl_callback@26)
[1959956.538] wl_callback@3.done(93)
[1959956.561] wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1959956.587] -> wl_shm@4.format(0)
[1959956.593] -> wl_shm@4.format(1)
[1959956.598] -> wl_shm@4.format(875708993)
[1959956.603] -> wl_shm@4.format(875709016)
[1959956.609] wl_shm@4.create_pool(new id wl_shm_pool@5, fd 97, 2304)
[1959956.630] wl_shm_pool@5.resize(6912)
[1959956.645] wl_shm_pool@5.resize(16128)
[1959956.655] wl_shm_pool@5.resize(34560)
[1959956.661] wl_shm_pool@5.resize(71424)
[1959956.669] wl_shm_pool@5.resize(145152)
[1959956.676] wl_shm_pool@5.resize(292608)
[1959956.683] wl_shm_pool@5.resize(587520)
[1959956.689] wl_shm_pool@5.resize(1177344)
[1959956.701] wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@6)
[1959956.719] wl_registry@2.bind(5, "wl_subcompositor", 1, new id [unknown]@7)
[1959956.738] wl_registry@2.bind(6, "wl_data_device_manager", 3, new id [unknown]@8)
[1959956.757] wl_registry@2.bind(8, "gtk_primary_selection_device_manager", 1, new id [unknown]@9)
[1959956.776] wl_registry@2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]@10)
[1959956.791] wl_display@1.sync(new id wl_callback@11)
[1959956.798] -> wl_callback@11.done(93)
[1959956.803] -> wl_display@1.delete_id(11)
[1959956.809] wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@12)
[1959956.825] wl_registry@2.bind(15, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[1959956.844] -> org_kde_kwin_server_decoration_manager@13.default_mode(2)
[1959956.850] wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@14)
[1959956.867] -> wl_seat@14.name("seat0")
[1959956.872] -> wl_seat@14.capabilities(3)
[1959956.878] wl_compositor@6.create_surface(new id wl_surface@15)
[1959956.897] gtk_primary_selection_device_manager@9.get_device(new id gtk_primary_selection_device@16, wl_seat@14)
[1959956.911] wl_data_device_manager@8.get_data_device(new id wl_data_device@17, wl_seat@14)
[1959956.930] wl_compositor@6.create_surface(new id wl_surface@18)
[1959956.939] zwp_tablet_manager_v2@12.get_tablet_seat(new id zwp_tablet_seat_v2@19, wl_seat@14)
[1959956.954] -> zwp_tablet_seat_v2@19.tablet_added(new id zwp_tablet_v2@4278190080)
[1959956.961] -> zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1959956.967] -> zwp_tablet_v2@4278190080.id(1386, 770)
[1959956.975] -> zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1959956.981] -> zwp_tablet_v2@4278190080.done()
[1959956.985] -> zwp_tablet_seat_v2@19.pad_added(new id zwp_tablet_pad_v2@4278190081)
[1959956.994] -> zwp_tablet_pad_v2@4278190081.buttons(4)
[1959957.000] -> zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1959957.006] -> zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@4278190082)
[1959957.012] -> zwp_tablet_pad_group_v2@4278190082.modes(1)
[1959957.018] -> zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1959957.023] -> zwp_tablet_pad_group_v2@4278190082.done()
[1959957.027] -> zwp_tablet_pad_v2@4278190081.done()
[1959957.031] wl_display@1.sync(new id wl_callback@20)
[1959957.038] -> wl_callback@20.done(93)
[1959957.043] -> wl_display@1.delete_id(20)
[1959957.048] wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@21)
[1959957.065] -> wl_output@21.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1959957.096] -> wl_output@21.mode(0, 720, 400, 70082)
[1959957.112] -> wl_output@21.mode(0, 640, 480, 59940)
[1959957.126] -> wl_output@21.mode(0, 640, 480, 75000)
[1959957.140] -> wl_output@21.mode(0, 800, 600, 60317)
[1959957.154] -> wl_output@21.mode(0, 800, 600, 75000)
[1959957.168] -> wl_output@21.mode(0, 1024, 768, 60004)
[1959957.181] -> wl_output@21.mode(0, 1024, 768, 75029)
[1959957.195] -> wl_output@21.mode(0, 1280, 720, 60000)
[1959957.209] -> wl_output@21.mode(0, 1152, 864, 75000)
[1959957.223] -> wl_output@21.mode(0, 1280, 800, 60000)
[1959957.236] -> wl_output@21.mode(0, 1440, 900, 60000)
[1959957.250] -> wl_output@21.mode(0, 1280, 1024, 60020)
[1959957.264] -> wl_output@21.mode(0, 1280, 1024, 75025)
[1959957.277] -> wl_output@21.mode(0, 1600, 900, 60000)
[1959957.296] -> wl_output@21.mode(0, 1680, 1050, 60000)
[1959957.310] -> wl_output@21.mode(3, 1920, 1080, 60000)
[1959957.324] -> wl_output@21.scale(1)
[1959957.329] -> wl_output@21.done()
[1959957.333] zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@22, wl_output@21)
[1959957.345] -> zxdg_output_v1@22.name("DP-1")
[1959957.353] -> zxdg_output_v1@22.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1959957.359] -> zxdg_output_v1@22.logical_position(0, 0)
[1959957.367] -> zxdg_output_v1@22.logical_size(1920, 1080)
[1959957.375] -> wl_output@21.done()
[1959957.379] wl_display@1.sync(new id wl_callback@23)
[1959957.386] -> wl_callback@23.done(93)
[1959957.391] -> wl_display@1.delete_id(23)
[1959957.396] wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@24)
[1959957.412] -> wl_output@24.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1959957.437] -> wl_output@24.mode(0, 720, 400, 70082)
[1959957.451] -> wl_output@24.mode(0, 640, 480, 59940)
[1959957.464] -> wl_output@24.mode(0, 640, 480, 75000)
[1959957.478] -> wl_output@24.mode(0, 800, 600, 60317)
[1959957.492] -> wl_output@24.mode(0, 800, 600, 75000)
[1959957.505] -> wl_output@24.mode(0, 1024, 768, 60004)
[1959957.519] -> wl_output@24.mode(0, 1024, 768, 75029)
[1959957.533] -> wl_output@24.mode(0, 1280, 720, 60000)
[1959957.547] -> wl_output@24.mode(0, 1152, 864, 75000)
[1959957.560] -> wl_output@24.mode(0, 1280, 800, 60000)
[1959957.574] -> wl_output@24.mode(0, 1440, 900, 60000)
[1959957.587] -> wl_output@24.mode(0, 1280, 1024, 60020)
[1959957.601] -> wl_output@24.mode(0, 1280, 1024, 75025)
[1959957.615] -> wl_output@24.mode(0, 1600, 900, 60000)
[1959957.628] -> wl_output@24.mode(0, 1680, 1050, 60000)
[1959957.652] -> wl_output@24.mode(3, 1920, 1080, 60000)
[1959957.666] -> wl_output@24.scale(1)
[1959957.671] -> wl_output@24.done()
[1959957.675] zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@25, wl_output@24)
[1959957.685] -> zxdg_output_v1@25.name("DP-2")
[1959957.690] -> zxdg_output_v1@25.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1959957.695] -> zxdg_output_v1@25.logical_position(1920, 0)
[1959957.703] -> zxdg_output_v1@25.logical_size(1920, 1080)
[1959957.711] -> wl_output@24.done()
[1959957.715] wl_display@1.sync(new id wl_callback@26)
[1959957.722] -> wl_callback@26.done(93)
[1959957.727] -> wl_display@1.delete_id(26)
[1959957.754] wl_display@1.delete_id(11)
[1959957.767] wl_display@1.delete_id(20)
[1959957.775] wl_display@1.delete_id(23)
[1959957.782] wl_display@1.delete_id(26)
[1959957.791] wl_shm@4.format(0)
[1959957.799] wl_shm@4.format(1)
[1959957.807] wl_shm@4.format(875708993)
[1959957.815] wl_shm@4.format(875709016)
[1959957.822] wl_callback@11.done(93)
[1959957.831] org_kde_kwin_server_decoration_manager@13.default_mode(2)
[1959957.840] wl_seat@14.name("seat0")
[1959957.849] wl_seat@14.capabilities(3)
[1959957.858] -> wl_seat@14.get_pointer(new id wl_pointer@11)
[1959957.879] -> wl_seat@14.get_keyboard(new id wl_keyboard@3)
[1959957.901] zwp_tablet_seat_v2@19.tablet_added(new id zwp_tablet_v2@55943184)
[1959957.915] zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1959957.924] zwp_tablet_v2@4278190080.id(1386, 770)
[1959957.937] zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1959957.946] zwp_tablet_v2@4278190080.done()
[1959957.973] -> wl_compositor@6.create_surface(new id wl_surface@27)
[1959957.986] zwp_tablet_seat_v2@19.pad_added(new id zwp_tablet_pad_v2@55300128)
[1959957.997] zwp_tablet_pad_v2@4278190081.buttons(4)
[1959958.006] zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1959958.015] zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@55299856)
[1959958.026] zwp_tablet_pad_group_v2@4278190082.modes(1)
[1959958.036] zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1959958.045] zwp_tablet_pad_group_v2@4278190082.done()
[1959958.051] zwp_tablet_pad_v2@4278190081.done()
[1959958.076] wl_callback@20.done(93)
[1959958.086] wl_output@21.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1959958.129] wl_output@21.mode(0, 720, 400, 70082)
[1959958.152] wl_output@21.mode(0, 640, 480, 59940)
[1959958.174] wl_output@21.mode(0, 640, 480, 75000)
[1959958.195] wl_output@21.mode(0, 800, 600, 60317)
[1959958.217] wl_output@21.mode(0, 800, 600, 75000)
[1959958.239] wl_output@21.mode(0, 1024, 768, 60004)
[1959958.261] wl_output@21.mode(0, 1024, 768, 75029)
[1959958.289] wl_output@21.mode(0, 1280, 720, 60000)
[1959958.310] wl_output@21.mode(0, 1152, 864, 75000)
[1959958.332] wl_output@21.mode(0, 1280, 800, 60000)
[1959958.353] wl_output@21.mode(0, 1440, 900, 60000)
[1959958.375] wl_output@21.mode(0, 1280, 1024, 60020)
[1959958.397] wl_output@21.mode(0, 1280, 1024, 75025)
[1959958.418] wl_output@21.mode(0, 1600, 900, 60000)
[1959958.440] wl_output@21.mode(0, 1680, 1050, 60000)
[1959958.462] wl_output@21.mode(3, 1920, 1080, 60000)
[1959958.485] wl_output@21.scale(1)
[1959958.493] wl_output@21.done()
[1959958.505] zxdg_output_v1@22.name("DP-1")
[1959958.516] zxdg_output_v1@22.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1959958.524] zxdg_output_v1@22.logical_position(0, 0)
[1959958.537] zxdg_output_v1@22.logical_size(1920, 1080)
[1959958.550] wl_output@21.done()
[1959958.559] wl_callback@23.done(93)
[1959958.568] wl_output@24.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1959958.610] wl_output@24.mode(0, 720, 400, 70082)
[1959958.633] wl_output@24.mode(0, 640, 480, 59940)
[1959958.655] wl_output@24.mode(0, 640, 480, 75000)
[1959958.676] wl_output@24.mode(0, 800, 600, 60317)
[1959958.698] wl_output@24.mode(0, 800, 600, 75000)
[1959958.728] wl_output@24.mode(0, 1024, 768, 60004)
[1959958.750] wl_output@24.mode(0, 1024, 768, 75029)
[1959958.772] wl_output@24.mode(0, 1280, 720, 60000)
[1959958.794] wl_output@24.mode(0, 1152, 864, 75000)
[1959958.815] wl_output@24.mode(0, 1280, 800, 60000)
[1959958.836] wl_output@24.mode(0, 1440, 900, 60000)
[1959958.858] wl_output@24.mode(0, 1280, 1024, 60020)
[1959958.880] wl_output@24.mode(0, 1280, 1024, 75025)
[1959958.901] wl_output@24.mode(0, 1600, 900, 60000)
[1959958.923] wl_output@24.mode(0, 1680, 1050, 60000)
[1959958.945] wl_output@24.mode(3, 1920, 1080, 60000)
[1959958.968] wl_output@24.scale(1)
[1959958.976] wl_output@24.done()
[1959958.986] zxdg_output_v1@25.name("DP-2")
[1959958.995] zxdg_output_v1@25.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1959959.003] zxdg_output_v1@25.logical_position(1920, 0)
[1959959.016] zxdg_output_v1@25.logical_size(1920, 1080)
[1959959.028] wl_output@24.done()
[1959959.038] wl_callback@26.done(93)
[1959959.047] -> wl_registry@2.bind(13, "xdg_wm_base", 1, new id [unknown]@26)
[1960145.434] -> wl_shm@4.create_pool(new id wl_shm_pool@15, fd 14, 640)
[1960145.477] -> wl_shm_pool@15.create_buffer(new id wl_buffer@24, 0, 10, 16, 40, 0)
[1960145.499] -> wl_shm_pool@15.destroy()
[1960145.559] wl_shm@4.create_pool(new id wl_shm_pool@15, fd 101, 640)
[1960145.601] wl_shm_pool@15.create_buffer(new id wl_buffer@24, 0, 10, 16, 40, 0)
[1960145.631] wl_shm_pool@15.destroy()
[1960145.637] -> wl_display@1.delete_id(15)
[1960145.774] -> wl_compositor@7.create_surface(new id wl_surface@25)
[1960145.838] wl_compositor@7.create_surface(new id wl_surface@25)
[1960146.853] -> wl_drm@6.create_prime_buffer(new id wl_buffer@26, fd 14, 504, 290, 875713112, 0, 2048, 0, 0, 0, 0)
[1960146.934] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1960146.949] -> wl_surface@25.damage(0, 0, 504, 290)
[1960146.968] -> wl_surface@25.frame(new id wl_callback@27)
[1960146.977] -> wl_surface@25.commit()
[1960146.996] wl_drm@6.create_prime_buffer(new id wl_buffer@26, fd 102, 504, 290, 875713112, 0, 2048, 0, 0, 0, 0)
[1960147.103] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1960147.124] wl_surface@25.damage(0, 0, 504, 290)
[1960147.142] wl_surface@25.frame(new id wl_callback@27)
[1960147.151] wl_surface@25.commit()
[1960147.460] -> wl_keyboard@23.enter(94, wl_surface@25, array)
[1960147.484] -> wl_keyboard@23.modifiers(95, 0, 0, 0, 0)
[1960147.512] -> zwp_tablet_pad_v2@4278190081.enter(96, zwp_tablet_v2@4278190080, wl_surface@25)
[1960147.531] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(650250, 96, 0)
[1960147.560] -> wl_callback@27.done(424435650)
[1960147.576] -> wl_display@1.delete_id(27)
[1960147.593] -> wl_surface@25.enter(wl_output@9)
[1960148.036] wl_display@1.delete_id(15)
[1960148.052] wl_display@1.delete_id(27)
[1960148.060] wl_keyboard@23.enter(94, wl_surface@25, array)
[1960148.076] wl_keyboard@23.modifiers(95, 0, 0, 0, 0)
[1960148.106] zwp_tablet_pad_v2@4278190081.enter(96, zwp_tablet_v2@4278190080, wl_surface@25)
[1960148.124] zwp_tablet_pad_group_v2@4278190082.mode_switch(650250, 96, 0)
[1960148.142] wl_callback@27.done(424435650)
[1960148.152] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1960148.171] -> wl_surface@25.damage(0, 0, 504, 290)
[1960148.193] -> wl_surface@25.frame(new id wl_callback@27)
[1960148.204] -> wl_surface@25.commit()
[1960148.218] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1960148.244] wl_surface@25.damage(0, 0, 504, 290)
[1960148.260] wl_surface@25.frame(new id wl_callback@27)
[1960148.268] wl_surface@25.commit()
[1960148.275] -> wl_buffer@26.release()
[1960150.265] -> wl_callback@27.done(424435652)
[1960150.288] -> wl_display@1.delete_id(27)
[1960150.306] wl_display@1.delete_id(27)
[1960150.321] wl_callback@27.done(424435652)
[1960150.328] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1960150.340] -> wl_surface@25.damage(0, 0, 504, 290)
[1960150.355] -> wl_surface@25.frame(new id wl_callback@27)
[1960150.362] -> wl_surface@25.commit()
[1960150.378] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1960150.403] wl_surface@25.damage(0, 0, 504, 290)
[1960150.427] wl_surface@25.frame(new id wl_callback@27)
[1960150.434] wl_surface@25.commit()
[1960150.441] -> wl_buffer@26.release()
[1960166.941] -> wl_callback@27.done(424435669)
[1960166.969] -> wl_display@1.delete_id(27)
[1960166.997] wl_display@1.delete_id(27)
[1960167.014] wl_callback@27.done(424435669)
NOT COOL: Duplicated action name from xml data: "object_order_raise"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_right"
NOT COOL: Duplicated action name from xml data: "object_ungroup"
NOT COOL: Duplicated action name from xml data: "object_order_back"
NOT COOL: Duplicated action name from xml data: "object_order_front"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_center"
NOT COOL: Duplicated action name from xml data: "object_group"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_left"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_top"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_center"
NOT COOL: Duplicated action name from xml data: "object_order_lower"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_bottom"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_left"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_center"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_right"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_gaps"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_top"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_center"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_bottom"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_gaps"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_90_cw"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_90_ccw"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_180"
NOT COOL: Duplicated action name from xml data: "object_transform_mirror_horizontally"
NOT COOL: Duplicated action name from xml data: "object_transform_mirror_vertically"
NOT COOL: Duplicated action name from xml data: "object_transform_reset"
NOT COOL: Duplicated action name from xml data: "object_unite"
NOT COOL: Duplicated action name from xml data: "object_intersect"
NOT COOL: Duplicated action name from xml data: "object_subtract"
NOT COOL: Duplicated action name from xml data: "object_split"
NOT COOL: Duplicated action name from xml data: "calligraphy_increase_width"
NOT COOL: Duplicated action name from xml data: "calligraphy_increase_angle"
NOT COOL: Duplicated action name from xml data: "calligraphy_decrease_width"
NOT COOL: Duplicated action name from xml data: "calligraphy_decrease_angle"
NOT COOL: Duplicated action name from xml data: "movetool-move-up"
NOT COOL: Duplicated action name from xml data: "movetool-move-down"
NOT COOL: Duplicated action name from xml data: "movetool-show-coordinates"
NOT COOL: Duplicated action name from xml data: "movetool-move-left"
NOT COOL: Duplicated action name from xml data: "movetool-move-right"
NOT COOL: Duplicated action name from xml data: "movetool-move-up-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-down-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-left-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-right-more"
NOT COOL: Duplicated action name from xml data: "convert-to-path"
NOT COOL: Duplicated action name from xml data: "pathpoint-remove"
NOT COOL: Duplicated action name from xml data: "path-break-segment"
NOT COOL: Duplicated action name from xml data: "pathsegment-line"
NOT COOL: Duplicated action name from xml data: "path-break-point"
NOT COOL: Duplicated action name from xml data: "pathpoint-line"
NOT COOL: Duplicated action name from xml data: "pathpoint-symmetric"
NOT COOL: Duplicated action name from xml data: "pathpoint-curve"
NOT COOL: Duplicated action name from xml data: "pathsegment-curve"
NOT COOL: Duplicated action name from xml data: "pathpoint-insert"
NOT COOL: Duplicated action name from xml data: "pathpoint-corner"
NOT COOL: Duplicated action name from xml data: "pathpoint-merge"
NOT COOL: Duplicated action name from xml data: "pathpoint-join"
NOT COOL: Duplicated action name from xml data: "pathpoint-smooth"
NOT COOL: Duplicated action name from xml data: "SvgTextTool"
NOT COOL: Duplicated action name from xml data: "svg_format_textcolor"
NOT COOL: Duplicated action name from xml data: "svg_background_color"
NOT COOL: Duplicated action name from xml data: "svg_font_size"
NOT COOL: Duplicated action name from xml data: "svg_font"
NOT COOL: Duplicated action name from xml data: "svg_insert_special_character"
NOT COOL: Duplicated action name from xml data: "svg_align_right"
NOT COOL: Duplicated action name from xml data: "svg_align_left"
NOT COOL: Duplicated action name from xml data: "svg_align_justified"
NOT COOL: Duplicated action name from xml data: "svg_align_center"
NOT COOL: Duplicated action name from xml data: "svg_decrease_font_size"
NOT COOL: Duplicated action name from xml data: "svg_increase_font_size"
NOT COOL: Duplicated action name from xml data: "svg_format_subscript"
NOT COOL: Duplicated action name from xml data: "svg_format_superscript"
NOT COOL: Duplicated action name from xml data: "svg_format_underline"
NOT COOL: Duplicated action name from xml data: "svg_format_strike_through"
NOT COOL: Duplicated action name from xml data: "svg_weight_bold"
NOT COOL: Duplicated action name from xml data: "svg_format_italic"
NOT COOL: Duplicated action name from xml data: "svg_weight_normal"
NOT COOL: Duplicated action name from xml data: "svg_weight_demi"
NOT COOL: Duplicated action name from xml data: "svg_weight_black"
NOT COOL: Duplicated action name from xml data: "svg_weight_light"
NOT COOL: Duplicated action name from xml data: "svg_line_height"
NOT COOL: Duplicated action name from xml data: "svg_settings"
NOT COOL: Duplicated action name from xml data: "hello_python"
NOT COOL: Duplicated action name from xml data: "open_resources_directory"
NOT COOL: Duplicated action name from xml data: "edit_blacklist_cleanup"
NOT COOL: Duplicated action name from xml data: "windows_cascade"
NOT COOL: Duplicated action name from xml data: "windows_tile"
NOT COOL: Duplicated action name from xml data: "create_bundle"
NOT COOL: Duplicated action name from xml data: "mainToolBar"
NOT COOL: Duplicated action name from xml data: "show_color_selector"
NOT COOL: Duplicated action name from xml data: "show_mypaint_shade_selector"
NOT COOL: Duplicated action name from xml data: "show_minimal_shade_selector"
NOT COOL: Duplicated action name from xml data: "show_color_history"
NOT COOL: Duplicated action name from xml data: "show_common_colors"
NOT COOL: Duplicated action name from xml data: "show_tool_options"
NOT COOL: Duplicated action name from xml data: "show_brush_editor"
NOT COOL: Duplicated action name from xml data: "show_brush_presets"
NOT COOL: Duplicated action name from xml data: "tablet_debugger"
NOT COOL: Duplicated action name from xml data: "buginfo"
NOT COOL: Duplicated action name from xml data: "rename_composition"
NOT COOL: Duplicated action name from xml data: "update_composition"
NOT COOL: Duplicated action name from xml data: "ruler_pixel_multiple2"
NOT COOL: Duplicated action name from xml data: "invert_selection"
NOT COOL: Duplicated action name from xml data: "make_brush_color_lighter"
NOT COOL: Duplicated action name from xml data: "make_brush_color_darker"
NOT COOL: Duplicated action name from xml data: "make_brush_color_saturated"
NOT COOL: Duplicated action name from xml data: "make_brush_color_desaturated"
NOT COOL: Duplicated action name from xml data: "shift_brush_color_clockwise"
NOT COOL: Duplicated action name from xml data: "shift_brush_color_counter_clockwise"
NOT COOL: Duplicated action name from xml data: "make_brush_color_redder"
NOT COOL: Duplicated action name from xml data: "make_brush_color_greener"
NOT COOL: Duplicated action name from xml data: "make_brush_color_bluer"
NOT COOL: Duplicated action name from xml data: "make_brush_color_yellower"
NOT COOL: Duplicated action name from xml data: "increase_opacity"
NOT COOL: Duplicated action name from xml data: "decrease_opacity"
NOT COOL: Duplicated action name from xml data: "erase_action"
NOT COOL: Duplicated action name from xml data: "reload_preset_action"
NOT COOL: Duplicated action name from xml data: "preserve_alpha"
NOT COOL: Duplicated action name from xml data: "disable_pressure"
NOT COOL: Duplicated action name from xml data: "hmirror_action"
NOT COOL: Duplicated action name from xml data: "vmirror_action"
NOT COOL: Duplicated action name from xml data: "mirrorX-hideDecorations"
NOT COOL: Duplicated action name from xml data: "mirrorY-hideDecorations"
NOT COOL: Duplicated action name from xml data: "mirrorX-lock"
NOT COOL: Duplicated action name from xml data: "mirrorY-lock"
NOT COOL: Duplicated action name from xml data: "mirrorX-moveToCenter"
NOT COOL: Duplicated action name from xml data: "mirrorY-moveToCenter"
NOT COOL: Duplicated action name from xml data: "toggle-selection-overlay-mode"
NOT COOL: Duplicated action name from xml data: "next_favorite_preset"
NOT COOL: Duplicated action name from xml data: "previous_favorite_preset"
NOT COOL: Duplicated action name from xml data: "previous_preset"
NOT COOL: Duplicated action name from xml data: "BrushesAndStuff"
NOT COOL: Duplicated action name from xml data: "reset_fg_bg"
NOT COOL: Duplicated action name from xml data: "toggle_fg_bg"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_add"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_subtract"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_intersect"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_replace"
NOT COOL: Duplicated action name from xml data: "set_weighted_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "set_no_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "set_stabilizer_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "decrease_brush_size"
NOT COOL: Duplicated action name from xml data: "set_simple_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "increase_brush_size"
NOT COOL: Duplicated action name from xml data: "toggle_assistant"
NOT COOL: Duplicated action name from xml data: "undo_polygon_selection"
NOT COOL: Duplicated action name from xml data: "fill_selection_foreground_color_opacity"
NOT COOL: Duplicated action name from xml data: "fill_selection_background_color_opacity"
NOT COOL: Duplicated action name from xml data: "fill_selection_pattern_opacity"
NOT COOL: Duplicated action name from xml data: "convert_selection_to_shape"
NOT COOL: Duplicated action name from xml data: "show-global-selection-mask"
NOT COOL: Duplicated action name from xml data: "krita_filter_colortoalpha"
NOT COOL: Duplicated action name from xml data: "krita_filter_top edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_indexcolors"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss horizontal only"
NOT COOL: Duplicated action name from xml data: "krita_filter_dodge"
NOT COOL: Duplicated action name from xml data: "krita_filter_sharpen"
NOT COOL: Duplicated action name from xml data: "krita_filter_burn"
NOT COOL: Duplicated action name from xml data: "krita_filter_mean removal"
NOT COOL: Duplicated action name from xml data: "krita_filter_gaussian blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss all directions"
NOT COOL: Duplicated action name from xml data: "krita_filter_smalltiles"
NOT COOL: Duplicated action name from xml data: "krita_filter_levels"
NOT COOL: Duplicated action name from xml data: "krita_filter_sobel"
NOT COOL: Duplicated action name from xml data: "krita_filter_wave"
NOT COOL: Duplicated action name from xml data: "krita_filter_motion blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_invert"
NOT COOL: Duplicated action name from xml data: "krita_filter_perchannel"
NOT COOL: Duplicated action name from xml data: "krita_filter_pixelize"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss laplascian"
NOT COOL: Duplicated action name from xml data: "krita_filter_left edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_raindrops"
NOT COOL: Duplicated action name from xml data: "krita_filter_bottom edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_noise"
NOT COOL: Duplicated action name from xml data: "krita_filter_brightnesscontrast"
NOT COOL: Duplicated action name from xml data: "krita_filter_colorbalance"
NOT COOL: Duplicated action name from xml data: "krita_filter_phongbumpmap"
NOT COOL: Duplicated action name from xml data: "krita_filter_desaturate"
NOT COOL: Duplicated action name from xml data: "krita_filter_colortransfer"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss vertical only"
NOT COOL: Duplicated action name from xml data: "krita_filter_lens blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_minimize"
NOT COOL: Duplicated action name from xml data: "krita_filter_maximize"
NOT COOL: Duplicated action name from xml data: "krita_filter_oilpaint"
NOT COOL: Duplicated action name from xml data: "krita_filter_right edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_autocontrast"
NOT COOL: Duplicated action name from xml data: "krita_filter_roundcorners"
NOT COOL: Duplicated action name from xml data: "krita_filter_unsharp"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss horizontal and vertical"
NOT COOL: Duplicated action name from xml data: "krita_filter_randompick"
NOT COOL: Duplicated action name from xml data: "krita_filter_gaussiannoisereducer"
NOT COOL: Duplicated action name from xml data: "krita_filter_posterize"
NOT COOL: Duplicated action name from xml data: "krita_filter_waveletnoisereducer"
NOT COOL: Duplicated action name from xml data: "krita_filter_hsvadjustment"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolDyna"
NOT COOL: Duplicated action name from xml data: "KisToolCrop"
NOT COOL: Duplicated action name from xml data: "KisToolPolygon"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolRectangle"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolMultiBrush"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolLazyBrush"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolSmartPatch"
NOT COOL: Duplicated action name from xml data: "PanTool"
NOT COOL: Duplicated action name from xml data: "InteractionTool"
NOT COOL: Duplicated action name from xml data: "KritaSelected/KisToolColorPicker"
NOT COOL: Duplicated action name from xml data: "KisToolSelectOutline"
NOT COOL: Duplicated action name from xml data: "KisToolSelectPath"
NOT COOL: Duplicated action name from xml data: "KisToolSelectSimilar"
NOT COOL: Duplicated action name from xml data: "KritaFill/KisToolFill"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolLine"
NOT COOL: Duplicated action name from xml data: "KisToolPencil"
NOT COOL: Duplicated action name from xml data: "KisToolPath"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolEllipse"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolBrush"
NOT COOL: Duplicated action name from xml data: "CreateShapesTool"
NOT COOL: Duplicated action name from xml data: "KisToolSelectElliptical"
NOT COOL: Duplicated action name from xml data: "KisToolSelectContiguous"
NOT COOL: Duplicated action name from xml data: "KarbonPatternTool"
NOT COOL: Duplicated action name from xml data: "ReviewTool"
NOT COOL: Duplicated action name from xml data: "KritaFill/KisToolGradient"
NOT COOL: Duplicated action name from xml data: "KisToolSelectPolygonal"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolMeasure"
NOT COOL: Duplicated action name from xml data: "KisToolSelectRectangular"
NOT COOL: Duplicated action name from xml data: "KritaTransform/KisToolMove"
NOT COOL: Duplicated action name from xml data: "VectorTool"
NOT COOL: Duplicated action name from xml data: "KarbonCalligraphyTool"
NOT COOL: Duplicated action name from xml data: "PathTool"
NOT COOL: Duplicated action name from xml data: "ZoomTool"
NOT COOL: Duplicated action name from xml data: "KisToolPolyline"
NOT COOL: Duplicated action name from xml data: "KisToolTransform"
NOT COOL: Duplicated action name from xml data: "KisAssistantTool"
NOT COOL: Duplicated action name from xml data: "KarbonGradientTool"
NOT COOL: Duplicated action name from xml data: "ToolReferenceImages"
NOT COOL: Duplicated action name from xml data: "Select Normal Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Dissolve Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Behind Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Clear Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Darken Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Multiply Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Burn Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Burn Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Lighten Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Screen Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Dodge Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Dodge Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Overlay Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Overlay Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Soft Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Vivid Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Pin Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Mix Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Difference Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Exclusion Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hue Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Saturation Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Luminosity Blending Mode"
NOT COOL: Duplicated action name from xml data: "previous_frame"
NOT COOL: Duplicated action name from xml data: "next_frame"
NOT COOL: Duplicated action name from xml data: "toggle_playback"
NOT COOL: Duplicated action name from xml data: "add_blank_frame"
NOT COOL: Duplicated action name from xml data: "add_duplicate_frame"
NOT COOL: Duplicated action name from xml data: "toggle_onion_skin"
NOT COOL: Duplicated action name from xml data: "previous_keyframe"
NOT COOL: Duplicated action name from xml data: "next_keyframe"
NOT COOL: Duplicated action name from xml data: "first_frame"
NOT COOL: Duplicated action name from xml data: "last_frame"
NOT COOL: Duplicated action name from xml data: "lazy_frame"
NOT COOL: Duplicated action name from xml data: "drop_frames"
NOT COOL: Duplicated action name from xml data: "show_in_timeline"
NOT COOL: Duplicated action name from xml data: "insert_keyframe_left"
NOT COOL: Duplicated action name from xml data: "insert_keyframe_right"
NOT COOL: Duplicated action name from xml data: "insert_multiple_keyframes"
NOT COOL: Duplicated action name from xml data: "remove_frames_and_pull"
NOT COOL: Duplicated action name from xml data: "remove_frames"
NOT COOL: Duplicated action name from xml data: "insert_column_left"
NOT COOL: Duplicated action name from xml data: "insert_column_right"
NOT COOL: Duplicated action name from xml data: "insert_multiple_columns"
NOT COOL: Duplicated action name from xml data: "remove_columns_and_pull"
NOT COOL: Duplicated action name from xml data: "remove_columns"
NOT COOL: Duplicated action name from xml data: "insert_hold_frame"
NOT COOL: Duplicated action name from xml data: "insert_multiple_hold_frames"
NOT COOL: Duplicated action name from xml data: "remove_hold_frame"
NOT COOL: Duplicated action name from xml data: "remove_multiple_hold_frames"
NOT COOL: Duplicated action name from xml data: "insert_hold_column"
NOT COOL: Duplicated action name from xml data: "insert_multiple_hold_columns"
NOT COOL: Duplicated action name from xml data: "remove_hold_column"
NOT COOL: Duplicated action name from xml data: "remove_multiple_hold_columns"
NOT COOL: Duplicated action name from xml data: "mirror_frames"
NOT COOL: Duplicated action name from xml data: "mirror_columns"
NOT COOL: Duplicated action name from xml data: "copy_frames_to_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_frames_to_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_frames_from_clipboard"
NOT COOL: Duplicated action name from xml data: "copy_columns_to_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_columns_to_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_columns_from_clipboard"
NOT COOL: Duplicated action name from xml data: "set_start_time"
NOT COOL: Duplicated action name from xml data: "set_end_time"
NOT COOL: Duplicated action name from xml data: "update_playback_range"
NOT COOL: Duplicated action name from xml data: "activateNextLayer"
NOT COOL: Duplicated action name from xml data: "activatePreviousLayer"
NOT COOL: Duplicated action name from xml data: "switchToPreviouslyActiveNode"
NOT COOL: Duplicated action name from xml data: "add_new_group_layer"
NOT COOL: Duplicated action name from xml data: "add_new_clone_layer"
NOT COOL: Duplicated action name from xml data: "add_new_shape_layer"
NOT COOL: Duplicated action name from xml data: "add_new_adjustment_layer"
NOT COOL: Duplicated action name from xml data: "add_new_fill_layer"
NOT COOL: Duplicated action name from xml data: "add_new_file_layer"
NOT COOL: Duplicated action name from xml data: "add_new_transparency_mask"
NOT COOL: Duplicated action name from xml data: "add_new_filter_mask"
NOT COOL: Duplicated action name from xml data: "add_new_colorize_mask"
NOT COOL: Duplicated action name from xml data: "add_new_transform_mask"
NOT COOL: Duplicated action name from xml data: "add_new_selection_mask"
NOT COOL: Duplicated action name from xml data: "isolate_layer"
NOT COOL: Duplicated action name from xml data: "toggle_layer_lock"
NOT COOL: Duplicated action name from xml data: "toggle_layer_visibility"
NOT COOL: Duplicated action name from xml data: "toggle_layer_alpha_lock"
NOT COOL: Duplicated action name from xml data: "toggle_layer_inherit_alpha"
NOT COOL: Duplicated action name from xml data: "add_new_paint_layer"
NOT COOL: Duplicated action name from xml data: "new_from_visible"
NOT COOL: Duplicated action name from xml data: "duplicatelayer"
NOT COOL: Duplicated action name from xml data: "cut_selection_to_new_layer"
NOT COOL: Duplicated action name from xml data: "copy_selection_to_new_layer"
NOT COOL: Duplicated action name from xml data: "copy_layer_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_layer_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_layer_from_clipboard"
NOT COOL: Duplicated action name from xml data: "create_quick_group"
NOT COOL: Duplicated action name from xml data: "quick_ungroup"
NOT COOL: Duplicated action name from xml data: "create_quick_clipping_group"
NOT COOL: Duplicated action name from xml data: "select_all_layers"
NOT COOL: Duplicated action name from xml data: "select_visible_layers"
NOT COOL: Duplicated action name from xml data: "select_locked_layers"
NOT COOL: Duplicated action name from xml data: "select_invisible_layers"
NOT COOL: Duplicated action name from xml data: "select_unlocked_layers"
NOT COOL: Duplicated action name from xml data: "save_node_as_image"
NOT COOL: Duplicated action name from xml data: "save_vector_node_to_svg"
NOT COOL: Duplicated action name from xml data: "save_groups_as_images"
NOT COOL: Duplicated action name from xml data: "convert_group_to_animated"
NOT COOL: Duplicated action name from xml data: "convert_to_animated"
NOT COOL: Duplicated action name from xml data: "convert_to_file_layer"
NOT COOL: Duplicated action name from xml data: "import_layer_from_file"
NOT COOL: Duplicated action name from xml data: "import_layer_as_paint_layer"
NOT COOL: Duplicated action name from xml data: "import_layer_as_transparency_mask"
NOT COOL: Duplicated action name from xml data: "import_layer_as_filter_mask"
NOT COOL: Duplicated action name from xml data: "import_layer_as_selection_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_paint_layer"
NOT COOL: Duplicated action name from xml data: "convert_to_transparency_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_filter_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_selection_mask"
NOT COOL: Duplicated action name from xml data: "split_alpha_into_mask"
NOT COOL: Duplicated action name from xml data: "split_alpha_write"
NOT COOL: Duplicated action name from xml data: "split_alpha_save_merged"
NOT COOL: Duplicated action name from xml data: "layersplit"
NOT COOL: Duplicated action name from xml data: "waveletdecompose"
NOT COOL: Duplicated action name from xml data: "mirrorNodeX"
NOT COOL: Duplicated action name from xml data: "mirrorNodeY"
NOT COOL: Duplicated action name from xml data: "rotatelayer"
NOT COOL: Duplicated action name from xml data: "rotateLayerCW90"
NOT COOL: Duplicated action name from xml data: "rotateLayerCCW90"
NOT COOL: Duplicated action name from xml data: "rotateLayer180"
NOT COOL: Duplicated action name from xml data: "layersize"
NOT COOL: Duplicated action name from xml data: "shearlayer"
NOT COOL: Duplicated action name from xml data: "mirrorAllNodesX"
NOT COOL: Duplicated action name from xml data: "mirrorAllNodesY"
NOT COOL: Duplicated action name from xml data: "rotateAllLayers"
NOT COOL: Duplicated action name from xml data: "rotateAllLayersCW90"
NOT COOL: Duplicated action name from xml data: "rotateAllLayersCCW90"
NOT COOL: Duplicated action name from xml data: "rotateAllLayers180"
NOT COOL: Duplicated action name from xml data: "scaleAllLayers"
NOT COOL: Duplicated action name from xml data: "shearAllLayers"
NOT COOL: Duplicated action name from xml data: "offsetlayer"
NOT COOL: Duplicated action name from xml data: "clones_array"
NOT COOL: Duplicated action name from xml data: "EditLayerMetaData"
NOT COOL: Duplicated action name from xml data: "histogram"
NOT COOL: Duplicated action name from xml data: "layercolorspaceconversion"
NOT COOL: Duplicated action name from xml data: "merge_layer"
NOT COOL: Duplicated action name from xml data: "flatten_layer"
NOT COOL: Duplicated action name from xml data: "rasterize_layer"
NOT COOL: Duplicated action name from xml data: "flatten_image"
NOT COOL: Duplicated action name from xml data: "layer_style"
NOT COOL: Duplicated action name from xml data: "LayerGroupSwitcher/previous"
NOT COOL: Duplicated action name from xml data: "LayerGroupSwitcher/next"
NOT COOL: Duplicated action name from xml data: "RenameCurrentLayer"
NOT COOL: Duplicated action name from xml data: "remove_layer"
NOT COOL: Duplicated action name from xml data: "move_layer_up"
NOT COOL: Duplicated action name from xml data: "move_layer_down"
NOT COOL: Duplicated action name from xml data: "layer_properties"
NOT COOL: Duplicated action name from xml data: "set-copy-from"
NOT COOL: Duplicated action name from xml data: "file_new"
NOT COOL: Duplicated action name from xml data: "file_open"
NOT COOL: Duplicated action name from xml data: "file_open_recent"
NOT COOL: Duplicated action name from xml data: "file_save"
NOT COOL: Duplicated action name from xml data: "file_save_as"
NOT COOL: Duplicated action name from xml data: "file_sessions"
NOT COOL: Duplicated action name from xml data: "file_import_file"
NOT COOL: Duplicated action name from xml data: "file_export_file"
NOT COOL: Duplicated action name from xml data: "file_import_animation"
NOT COOL: Duplicated action name from xml data: "render_animation"
NOT COOL: Duplicated action name from xml data: "render_animation_again"
NOT COOL: Duplicated action name from xml data: "save_incremental_version"
NOT COOL: Duplicated action name from xml data: "save_incremental_backup"
NOT COOL: Duplicated action name from xml data: "create_template"
NOT COOL: Duplicated action name from xml data: "create_copy"
NOT COOL: Duplicated action name from xml data: "file_print"
NOT COOL: Duplicated action name from xml data: "file_print_preview"
NOT COOL: Duplicated action name from xml data: "file_documentinfo"
NOT COOL: Duplicated action name from xml data: "file_close_all"
NOT COOL: Duplicated action name from xml data: "file_close"
NOT COOL: Duplicated action name from xml data: "file_quit"
NOT COOL: Duplicated action name from xml data: "edit_undo"
NOT COOL: Duplicated action name from xml data: "edit_redo"
NOT COOL: Duplicated action name from xml data: "edit_cut"
NOT COOL: Duplicated action name from xml data: "edit_copy"
NOT COOL: Duplicated action name from xml data: "copy_sharp"
NOT COOL: Duplicated action name from xml data: "cut_sharp"
NOT COOL: Duplicated action name from xml data: "copy_merged"
NOT COOL: Duplicated action name from xml data: "edit_paste"
NOT COOL: Duplicated action name from xml data: "paste_at"
NOT COOL: Duplicated action name from xml data: "paste_new"
NOT COOL: Duplicated action name from xml data: "paste_as_reference"
NOT COOL: Duplicated action name from xml data: "clear"
NOT COOL: Duplicated action name from xml data: "fill_selection_foreground_color"
NOT COOL: Duplicated action name from xml data: "fill_selection_background_color"
NOT COOL: Duplicated action name from xml data: "fill_selection_pattern"
NOT COOL: Duplicated action name from xml data: "stroke_shapes"
NOT COOL: Duplicated action name from xml data: "stroke_selection"
NOT COOL: Duplicated action name from xml data: "delete_keyframe"
NOT COOL: Duplicated action name from xml data: "view_newwindow"
NOT COOL: Duplicated action name from xml data: "windows_next"
NOT COOL: Duplicated action name from xml data: "windows_previous"
NOT COOL: Duplicated action name from xml data: "view_show_canvas_only"
NOT COOL: Duplicated action name from xml data: "fullscreen"
NOT COOL: Duplicated action name from xml data: "wrap_around_mode"
NOT COOL: Duplicated action name from xml data: "level_of_detail_mode"
NOT COOL: Duplicated action name from xml data: "softProof"
NOT COOL: Duplicated action name from xml data: "gamutCheck"
NOT COOL: Duplicated action name from xml data: "mirror_canvas"
NOT COOL: Duplicated action name from xml data: "zoom_to_100pct"
NOT COOL: Duplicated action name from xml data: "view_zoom_in"
NOT COOL: Duplicated action name from xml data: "view_zoom_out"
NOT COOL: Duplicated action name from xml data: "rotate_canvas_right"
NOT COOL: Duplicated action name from xml data: "rotate_canvas_left"
NOT COOL: Duplicated action name from xml data: "reset_canvas_rotation"
NOT COOL: Duplicated action name from xml data: "view_ruler"
NOT COOL: Duplicated action name from xml data: "rulers_track_mouse"
NOT COOL: Duplicated action name from xml data: "view_show_guides"
NOT COOL: Duplicated action name from xml data: "view_lock_guides"
NOT COOL: Duplicated action name from xml data: "view_snap_to_guides"
NOT COOL: Duplicated action name from xml data: "showStatusBar"
NOT COOL: Duplicated action name from xml data: "view_pixel_grid"
NOT COOL: Duplicated action name from xml data: "view_grid"
NOT COOL: Duplicated action name from xml data: "view_snap_to_grid"
NOT COOL: Duplicated action name from xml data: "show_snap_options_popup"
NOT COOL: Duplicated action name from xml data: "view_snap_orthogonal"
NOT COOL: Duplicated action name from xml data: "view_snap_node"
NOT COOL: Duplicated action name from xml data: "view_snap_extension"
NOT COOL: Duplicated action name from xml data: "view_snap_to_pixel"
NOT COOL: Duplicated action name from xml data: "view_snap_intersection"
NOT COOL: Duplicated action name from xml data: "view_snap_bounding_box"
NOT COOL: Duplicated action name from xml data: "view_snap_image_bounds"
NOT COOL: Duplicated action name from xml data: "view_snap_image_center"
NOT COOL: Duplicated action name from xml data: "view_toggle_painting_assistants"
NOT COOL: Duplicated action name from xml data: "view_toggle_assistant_previews"
NOT COOL: Duplicated action name from xml data: "view_toggle_reference_images"
NOT COOL: Duplicated action name from xml data: "image_properties"
NOT COOL: Duplicated action name from xml data: "image_color"
NOT COOL: Duplicated action name from xml data: "imagecolorspaceconversion"
NOT COOL: Duplicated action name from xml data: "trim_to_image"
NOT COOL: Duplicated action name from xml data: "resizeimagetolayer"
NOT COOL: Duplicated action name from xml data: "resizeimagetoselection"
NOT COOL: Duplicated action name from xml data: "rotateimage"
NOT COOL: Duplicated action name from xml data: "rotateImageCW90"
NOT COOL: Duplicated action name from xml data: "rotateImageCCW90"
NOT COOL: Duplicated action name from xml data: "rotateImage180"
NOT COOL: Duplicated action name from xml data: "shearimage"
NOT COOL: Duplicated action name from xml data: "mirrorImageHorizontal"
NOT COOL: Duplicated action name from xml data: "mirrorImageVertical"
NOT COOL: Duplicated action name from xml data: "imagesize"
NOT COOL: Duplicated action name from xml data: "offsetimage"
NOT COOL: Duplicated action name from xml data: "canvassize"
NOT COOL: Duplicated action name from xml data: "imagesplit"
NOT COOL: Duplicated action name from xml data: "separate"
NOT COOL: Duplicated action name from xml data: "select_all"
NOT COOL: Duplicated action name from xml data: "deselect"
NOT COOL: Duplicated action name from xml data: "reselect"
NOT COOL: Duplicated action name from xml data: "convert_to_vector_selection"
NOT COOL: Duplicated action name from xml data: "convert_to_raster_selection"
NOT COOL: Duplicated action name from xml data: "edit_selection"
NOT COOL: Duplicated action name from xml data: "convert_shapes_to_vector_selection"
NOT COOL: Duplicated action name from xml data: "featherselection"
NOT COOL: Duplicated action name from xml data: "toggle_display_selection"
NOT COOL: Duplicated action name from xml data: "selectionscale"
NOT COOL: Duplicated action name from xml data: "colorrange"
NOT COOL: Duplicated action name from xml data: "selectopaque"
NOT COOL: Duplicated action name from xml data: "selectopaque_add"
NOT COOL: Duplicated action name from xml data: "selectopaque_subtract"
NOT COOL: Duplicated action name from xml data: "selectopaque_intersect"
NOT COOL: Duplicated action name from xml data: "growselection"
NOT COOL: Duplicated action name from xml data: "shrinkselection"
NOT COOL: Duplicated action name from xml data: "borderselection"
NOT COOL: Duplicated action name from xml data: "smoothselection"
NOT COOL: Duplicated action name from xml data: "filter_apply_again"
NOT COOL: Duplicated action name from xml data: "adjust_filters"
NOT COOL: Duplicated action name from xml data: "artistic_filters"
NOT COOL: Duplicated action name from xml data: "blur_filters"
NOT COOL: Duplicated action name from xml data: "color_filters"
NOT COOL: Duplicated action name from xml data: "edge_filters"
NOT COOL: Duplicated action name from xml data: "enhance_filters"
NOT COOL: Duplicated action name from xml data: "emboss_filters"
NOT COOL: Duplicated action name from xml data: "map_filters"
NOT COOL: Duplicated action name from xml data: "other_filters"
NOT COOL: Duplicated action name from xml data: "QMic"
NOT COOL: Duplicated action name from xml data: "QMicAgain"
NOT COOL: Duplicated action name from xml data: "options_configure"
NOT COOL: Duplicated action name from xml data: "manage_bundles"
NOT COOL: Duplicated action name from xml data: "switch_application_language"
NOT COOL: Duplicated action name from xml data: "view_toggledockers"
NOT COOL: Duplicated action name from xml data: "options_configure_toolbars"
NOT COOL: Duplicated action name from xml data: "settings_dockers_menu"
NOT COOL: Duplicated action name from xml data: "theme_menu"
NOT COOL: Duplicated action name from xml data: "settings_active_author"
NOT COOL: Duplicated action name from xml data: "options_configure_keybinding"
NOT COOL: Duplicated action name from xml data: "window"
NOT COOL: Duplicated action name from xml data: "help_contents"
NOT COOL: Duplicated action name from xml data: "help_report_bug"
NOT COOL: Duplicated action name from xml data: "help_about_app"
NOT COOL: Duplicated action name from xml data: "help_about_kde"
NOT COOL: Duplicated action name from xml data: "gradients"
NOT COOL: Duplicated action name from xml data: "patterns"
NOT COOL: Duplicated action name from xml data: "dual"
NOT COOL: Duplicated action name from xml data: "paintops"
NOT COOL: Duplicated action name from xml data: "composite_actions"
NOT COOL: Duplicated action name from xml data: "brushslider1"
NOT COOL: Duplicated action name from xml data: "brushslider2"
NOT COOL: Duplicated action name from xml data: "brushslider3"
NOT COOL: Duplicated action name from xml data: "mirror_actions"
NOT COOL: Duplicated action name from xml data: "select_layout"
NOT COOL: Duplicated action name from xml data: "workspaces"
NOT COOL: Duplicated action name from xml data: "plugin_importer"
NOT COOL: Duplicated action name from xml data: "activate_preset_1"
NOT COOL: Duplicated action name from xml data: "activate_preset_2"
NOT COOL: Duplicated action name from xml data: "activate_preset_3"
NOT COOL: Duplicated action name from xml data: "activate_preset_4"
NOT COOL: Duplicated action name from xml data: "activate_preset_5"
NOT COOL: Duplicated action name from xml data: "activate_preset_6"
NOT COOL: Duplicated action name from xml data: "activate_preset_7"
NOT COOL: Duplicated action name from xml data: "activate_preset_8"
NOT COOL: Duplicated action name from xml data: "activate_preset_9"
NOT COOL: Duplicated action name from xml data: "activate_preset_0"
NOT COOL: Duplicated action name from xml data: "execute_script_1"
NOT COOL: Duplicated action name from xml data: "execute_script_2"
NOT COOL: Duplicated action name from xml data: "execute_script_3"
NOT COOL: Duplicated action name from xml data: "execute_script_4"
NOT COOL: Duplicated action name from xml data: "execute_script_5"
NOT COOL: Duplicated action name from xml data: "execute_script_6"
NOT COOL: Duplicated action name from xml data: "execute_script_7"
NOT COOL: Duplicated action name from xml data: "execute_script_8"
NOT COOL: Duplicated action name from xml data: "execute_script_9"
NOT COOL: Duplicated action name from xml data: "execute_script_10"
NOT COOL: Duplicated action name from xml data: "krita_filter_threshold"
[1960336.266] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1960336.366] -> wl_surface@25.damage(0, 0, 504, 290)
[1960336.389] -> wl_surface@25.frame(new id wl_callback@27)
[1960336.398] -> wl_surface@25.commit()
[1960336.430] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1960336.462] wl_surface@25.damage(0, 0, 504, 290)
[1960336.479] wl_surface@25.frame(new id wl_callback@27)
[1960336.489] wl_surface@25.commit()
[1960336.512] -> wl_buffer@26.release()
[1960350.263] -> wl_callback@27.done(424435852)
[1960350.286] -> wl_display@1.delete_id(27)
[1960350.336] wl_display@1.delete_id(27)
[1960350.357] wl_callback@27.done(424435852)
[1960562.886] -> zwp_tablet_pad_v2@4278190081.button(424436065, 1, 1)
[1960562.950] zwp_tablet_pad_v2@4278190081.button(424436065, 1, 1)
[1960643.591] wl_seat@14.get_pointer(new id wl_pointer@11)
[1960643.640] wl_seat@14.get_keyboard(new id wl_keyboard@3)
[1960643.725] -> wl_surface@25.attach([1960643.729] -> wl_keyboard@3.keymap(wl_buffer@261, , 0fd 103, , 048613)
)
[1960643.777] -> wl_surface@25.damage(0[1960643.781] -> wl_keyboard@3.repeat_info(, 250, , 600504)
, [1960643.813] wl_compositor@6.create_surface(290new id wl_surface@)
27[1960643.829] -> wl_surface@25.frame()
new id wl_callback@27)
[1960643.843] -> wl_surface@25.commit()
[1960643.849] wl_registry@2.bind(13, "xdg_wm_base", 1, new id [unknown]@26)
[1960643.886] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1960643.900] wl_surface@25.damage(0, 0, 504, 290)
[1960643.915] wl_surface@25.frame(new id wl_callback@27)
[1960643.922] wl_surface@25.commit()
[1960643.940] -> wl_buffer@26.release()
[1960650.251] -> wl_callback@27.done(424436152)
[1960650.265] -> wl_display@1.delete_id(27)
[1960650.299] wl_display@1.delete_id(27)
[1960650.317] wl_callback@27.done(424436152)
[1960662.432] wl_keyboard@3.keymap(1, fd 26, 48613)
[1960662.543] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1960662.573] -> wl_surface@25.damage(0, 0, 504, 290)
[1960662.589] -> wl_surface@25.frame(new id wl_callback@27)
[1960662.598] -> wl_surface@25.commit()
[1960662.621] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1960662.646] wl_surface@25.damage(0, 0, 504, 290)
[1960662.662] wl_surface@25.frame(new id wl_callback@27)
[1960662.670] wl_surface@25.commit()
[1960662.685] -> wl_buffer@26.release()
[1960664.015] wl_keyboard@3.repeat_info(25, 600)
[1960666.931] -> wl_callback@27.done(424436169)
[1960666.945] -> wl_display@1.delete_id(27)
[1960666.970] wl_display@1.delete_id(27)
[1960666.985] wl_callback@27.done(424436169)
[1960666.992] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1960667.003] -> wl_surface@25.damage(0, 0, 504, 290)
[1960667.018] -> wl_surface@25.frame(new id wl_callback@27)
[1960667.026] -> wl_surface@25.commit()
[1960667.039] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1960667.058] wl_surface@25.damage(0, 0, 504, 290)
[1960667.072] wl_surface@25.frame(new id wl_callback@27)
[1960667.079] wl_surface@25.commit()
[1960667.085] -> wl_buffer@26.release()
[1960674.869] -> zwp_tablet_pad_v2@4278190081.button(424436177, 1, 0)
[1960674.912] zwp_tablet_pad_v2@4278190081.button(424436177, 1, 0)
[1960683.656] -> wl_callback@27.done(424436186)
[1960683.676] -> wl_display@1.delete_id(27)
[1960683.708] wl_display@1.delete_id(27)
[1960683.722] wl_callback@27.done(424436186)
[1961132.906] -> zwp_tablet_pad_v2@4278190081.button(424436635, 1, 1)
[1961132.986] zwp_tablet_pad_v2@4278190081.button(424436635, 1, 1)
[1961178.891] -> zwp_tablet_pad_v2@4278190081.button(424436681, 1, 0)
[1961178.962] zwp_tablet_pad_v2@4278190081.button(424436681, 1, 0)
[1961536.164] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1961536.196] -> wl_surface@25.damage(0, 0, 504, 290)
[1961536.212] -> wl_surface@25.frame(new id wl_callback@27)
[1961536.220] -> wl_surface@25.commit()
[1961536.257] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1961536.305] wl_surface@25.damage(0, 0, 504, 290)
[1961536.321] wl_surface@25.frame(new id wl_callback@27)
[1961536.330] wl_surface@25.commit()
[1961536.353] -> wl_buffer@26.release()
[1961550.310] -> wl_callback@27.done(424437053)
[1961550.333] -> wl_display@1.delete_id(27)
[1961550.356] wl_display@1.delete_id(27)
[1961550.368] wl_callback@27.done(424437053)
[1961558.931] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1961558.949] -> wl_surface@25.damage(0, 0, 504, 290)
[1961558.963] -> wl_surface@25.frame(new id wl_callback@27)
[1961558.969] -> wl_surface@25.commit()
[1961558.989] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1961559.015] wl_surface@25.damage(0, 0, 504, 290)
[1961559.029] wl_surface@25.frame(new id wl_callback@27)
[1961559.038] wl_surface@25.commit()
[1961559.060] -> wl_buffer@26.release()
[1961566.921] -> wl_callback@27.done(424437069)
[1961566.938] -> wl_display@1.delete_id(27)
[1961566.961] wl_display@1.delete_id(27)
[1961566.975] wl_callback@27.done(424437069)
[1961687.461] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1961687.490] -> wl_surface@25.damage(0, 0, 504, 290)
[1961687.507] -> wl_surface@25.frame(new id wl_callback@27)
[1961687.515] -> wl_surface@25.commit()
[1961687.550] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1961687.602] wl_surface@25.damage(0, 0, 504, 290)
[1961687.618] wl_surface@25.frame(new id wl_callback@27)
[1961687.628] wl_surface@25.commit()
[1961687.651] -> wl_buffer@26.release()
[1961700.268] -> wl_callback@27.done(424437202)
[1961700.293] -> wl_display@1.delete_id(27)
[1961700.315] wl_display@1.delete_id(27)
[1961700.337] wl_callback@27.done(424437202)
[1961700.349] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1961700.363] -> wl_surface@25.damage(0, 0, 504, 290)
[1961700.379] -> wl_surface@25.frame(new id wl_callback@27)
[1961700.388] -> wl_surface@25.commit()
[1961700.415] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1961700.441] wl_surface@25.damage(0, 0, 504, 290)
[1961700.456] wl_surface@25.frame(new id wl_callback@27)
[1961700.463] wl_surface@25.commit()
[1961700.471] -> wl_buffer@26.release()
QObject::startTimer: Timers cannot have negative intervals
[1961716.827] -> wl_callback@27.done(424437219)
[1961716.844] -> wl_display@1.delete_id(27)
[1961716.860] wl_display@1.delete_id(27)
[1961716.872] wl_callback@27.done(424437219)
Could not create or open swapfile; disabling swapfile "/tmp/KRITA_SWAP_FILE_XXXXXX"
[1961926.905] -> zwp_tablet_pad_v2@4278190081.button(424437429, 1, 1)
[1961926.988] zwp_tablet_pad_v2@4278190081.button(424437429, 1, 1)
[1962002.908] -> zwp_tablet_pad_v2@4278190081.button(424437505, 1, 0)
[1962003.002] zwp_tablet_pad_v2@4278190081.button(424437505, 1, 0)
[1962534.910] -> zwp_tablet_pad_v2@4278190081.button(424438037, 1, 1)
[1962534.988] zwp_tablet_pad_v2@4278190081.button(424438037, 1, 1)
[1962672.383] -> wl_compositor@7.create_surface(new id wl_surface@27)
(EE)
(EE) Backtrace:
(EE) 0: Xwayland (OsSigHandler+0x29) [0x59c4f9]
(EE) 1: /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/libpthread.so.0 (funlockfile+0x50) [0x7fab53c9a8af]
(EE) 2: /nix/store/641prxh0dppg0d0cd1hkhcs83sq75g7b-wayland-1.17.0/lib/libwayland-client.so.0 (wl_proxy_marshal+0x87) [0x7fab5420a167]
(EE) 3: Xwayland (xwl_seat_set_cursor+0xd0) [0x4487c0]
(EE) 4: Xwayland (xwl_set_cursor+0x39) [0x448aa9]
(EE) 5: Xwayland (miPointerUpdateSprite+0x1be) [0x48f85e]
(EE) 6: Xwayland (miPointerDisplayCursor+0x96) [0x48fb46]
(EE) 7: Xwayland (CursorDisplayCursor+0x1bb) [0x47c50b]
(EE) 8: Xwayland (AnimCurDisplayCursor+0xa7) [0x4ffd27]
(EE) 9: Xwayland (ChangeToCursor+0x4b) [0x57076b]
(EE) 10: Xwayland (CheckMotion+0x162) [0x574772]
(EE) 11: Xwayland (WindowsRestructured+0x3a) [0x57488a]
(EE) 12: Xwayland (MapWindow+0x175) [0x592725]
(EE) 13: Xwayland (ProcMapWindow+0x6b) [0x561a5b]
(EE) 14: Xwayland (Dispatch+0x303) [0x567ab3]
(EE) 15: Xwayland (dix_main+0x376) [0x56ba46]
(EE) 16: /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/libc.so.6 (__libc_start_main+0xee) [0x7fab53af4b8e]
(EE) 17: Xwayland (_start+0x2a) [0x441d7a]
(EE)
(EE) Segmentation fault at address 0x51
(EE)
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE)
[1962714.677] -> wl_surface@35.attach(wl_buffer@39, 0, 0)
[1962714.713] -> wl_surface@35.set_buffer_scale(1)
[1962714.720] -> wl_surface@35.damage(1700, 0, 76, 26)
[1962714.739] -> wl_surface@35.damage(1800, 0, 76, 26)
[1962714.767] -> wl_surface@35.frame(new id wl_callback@41)
[1962714.778] -> wl_surface@35.commit()
[1962723.245] -> wl_surface@20.attach(wl_buffer@43, 0, 0)
[1962723.286] -> wl_surface@20.set_buffer_scale(1)
[1962723.292] -> wl_surface@20.damage(1700, 0, 76, 26)
[1962723.306] -> wl_surface@20.damage(1800, 0, 76, 26)
[1962723.330] -> wl_surface@20.frame(new id wl_callback@45)
[1962723.339] -> wl_surface@20.commit()
[1963192.824] -> wl_buffer@26.release()
[1963192.925] wl_surface@35.attach(wl_buffer@39, 0, 0)
[1963192.951] wl_surface@35.set_buffer_scale(1)
[1963192.958] wl_surface@35.damage(1700, 0, 76, 26)
[1963192.978] wl_surface@35.damage(1800, 0, 76, 26)
[1963193.000] wl_surface@35.frame(new id wl_callback@41)
[1963193.012] wl_surface@35.commit()
[1963193.084] -> wl_buffer@39.release()
[1963193.102] wl_surface@20.attach(wl_buffer@43, 0, 0)
[1963193.120] wl_surface@20.set_buffer_scale(1)
[1963193.128] wl_surface@20.damage(1700, 0, 76, 26)
[1963193.150] wl_surface@20.damage(1800, 0, 76, 26)
[1963193.172] wl_surface@20.frame(new id wl_callback@45)
[1963193.183] wl_surface@20.commit()
[1963193.212] -> wl_buffer@43.release()
[1963193.335] wl_buffer@39.release()
[1963193.374] wl_buffer@43.release()
The X11 connection broke (error 1). Did the X11 server die?
[1963200.322] -> wl_callback@45.done(424438703)
[1963200.339] -> wl_display@1.delete_id(45)
[1963200.360] wl_display@1.delete_id(45)
[1963200.372] wl_callback@45.done(424438703)
[1963205.409] -> wl_callback@41.done(424438708)
[1963205.423] -> wl_display@1.delete_id(41)
[1963205.440] wl_display@1.delete_id(41)
[1963205.452] wl_callback@41.done(424438708)
[1964447.696] -> wl_display@1.get_registry(new id wl_registry@2)
[1964447.734] -> wl_display@1.sync(new id wl_callback@3)
[1964447.770] wl_display@1.get_registry(new id wl_registry@2)
[1964447.812] -> wl_registry@2.global(1, "wl_shm", 1)
[1964447.830] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1964447.842] -> wl_registry@2.global(3, "wl_drm", 2)
[1964447.853] -> wl_registry@2.global(4, "wl_compositor", 4)
[1964447.865] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1964447.876] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1964447.891] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1964447.902] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1964447.917] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1964447.928] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1964447.939] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1964447.951] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1964447.963] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1964447.975] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1964447.987] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1964447.999] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1964448.011] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1964448.023] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1964448.034] -> wl_registry@2.global(19, "wp_presentation", 1)
[1964448.047] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1964448.058] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1964448.070] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1964448.082] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1964448.094] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1964448.106] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1964448.117] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1964448.129] -> wl_registry@2.global(27, "wl_seat", 7)
[1964448.140] -> wl_registry@2.global(28, "wl_output", 3)
[1964448.153] -> wl_registry@2.global(29, "wl_output", 3)
[1964448.164] wl_display@1.sync(new id wl_callback@3)
[1964448.174] -> wl_callback@3.done(96)
[1964448.182] -> wl_display@1.delete_id(3)
[1964448.231] wl_display@1.delete_id(3)
[1964448.255] wl_registry@2.global(1, "wl_shm", 1)
[1964448.275] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1964448.311] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1964448.325] -> wl_registry@2.bind(2, "zwp_linux_dmabuf_v1", 3, new id [unknown]@5)
[1964448.344] wl_registry@2.global(3, "wl_drm", 2)
[1964448.357] -> wl_registry@2.bind(3, "wl_drm", 2, new id [unknown]@6)
[1964448.375] wl_registry@2.global(4, "wl_compositor", 4)
[1964448.399] -> wl_registry@2.bind(4, "wl_compositor", 1, new id [unknown]@7)
[1964448.418] wl_registry@2.global(5, "wl_subcompositor", 1)
[1964448.433] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1964448.447] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1964448.462] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1964448.476] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1964448.490] -> wl_registry@2.bind(9, "zxdg_output_manager_v1", 1, new id [unknown]@8)
[1964448.511] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1964448.526] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1964448.539] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1964448.554] wl_registry@2.global(13, "xdg_wm_base", 2)
[1964448.568] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1964448.582] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1964448.595] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1964448.607] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1964448.618] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1964448.629] wl_registry@2.global(19, "wp_presentation", 1)
[1964448.641] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1964448.652] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1964448.664] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1964448.675] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1964448.686] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1964448.697] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1964448.709] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1964448.720] wl_registry@2.global(27, "wl_seat", 7)
[1964448.732] wl_registry@2.global(28, "wl_output", 3)
[1964448.744] -> wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@9)
[1964448.781] -> zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@10, wl_output@9)
[1964448.793] wl_registry@2.global(29, "wl_output", 3)
[1964448.805] -> wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@11)
[1964448.824] -> zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@12, wl_output@11)
[1964448.834] wl_callback@3.done(96)
[1964448.840] -> wl_display@1.sync(new id wl_callback@3)
[1964448.855] wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1964448.871] -> wl_shm@4.format(0)
[1964448.876] -> wl_shm@4.format(1)
[1964448.882] -> wl_shm@4.format(875708993)
[1964448.887] -> wl_shm@4.format(875709016)
[1964448.902] wl_registry@2.bind(2, "zwp_linux_dmabuf_v1", 3, new id [unknown]@5)
[1964448.924] -> zwp_linux_dmabuf_v1@5.modifier(875713089, 16777215, 4294967295)
[1964448.937] -> zwp_linux_dmabuf_v1@5.modifier(875713112, 16777215, 4294967295)
[1964448.949] wl_registry@2.bind(3, "wl_drm", 2, new id [unknown]@6)
[1964448.967] -> wl_drm@6.device("/dev/dri/card0")
[1964448.974] -> wl_drm@6.format(808669761)
[1964448.985] -> wl_drm@6.format(808669784)
[1964448.999] -> wl_drm@6.format(808665665)
[1964449.016] -> wl_drm@6.format(808665688)
[1964449.022] -> wl_drm@6.format(875713089)
[1964449.027] -> wl_drm@6.format(875713112)
[1964449.033] -> wl_drm@6.format(909199186)
[1964449.038] -> wl_drm@6.format(961959257)
[1964449.044] -> wl_drm@6.format(825316697)
[1964449.048] -> wl_drm@6.format(842093913)
[1964449.054] -> wl_drm@6.format(909202777)
[1964449.059] -> wl_drm@6.format(875713881)
[1964449.065] -> wl_drm@6.format(842094158)
[1964449.070] -> wl_drm@6.format(909203022)
[1964449.075] -> wl_drm@6.format(1448695129)
[1964449.080] -> wl_drm@6.capabilities(1)
[1964449.086] wl_registry@2.bind(4, "wl_compositor", 1, new id [unknown]@7)
[1964449.113] wl_registry@2.bind(9, "zxdg_output_manager_v1", 1, new id [unknown]@8)
[1964449.132] wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@9)
[1964449.154] -> wl_output@9.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1964449.183] -> wl_output@9.mode(0, 720, 400, 70082)
[1964449.198] -> wl_output@9.mode(0, 640, 480, 59940)
[1964449.220] -> wl_output@9.mode(0, 640, 480, 75000)
[1964449.236] -> wl_output@9.mode(0, 800, 600, 60317)
[1964449.251] -> wl_output@9.mode(0, 800, 600, 75000)
[1964449.267] -> wl_output@9.mode(0, 1024, 768, 60004)
[1964449.285] -> wl_output@9.mode(0, 1024, 768, 75029)
[1964449.299] -> wl_output@9.mode(0, 1280, 720, 60000)
[1964449.315] -> wl_output@9.mode(0, 1152, 864, 75000)
[1964449.330] -> wl_output@9.mode(0, 1280, 800, 60000)
[1964449.345] -> wl_output@9.mode(0, 1440, 900, 60000)
[1964449.360] -> wl_output@9.mode(0, 1280, 1024, 60020)
[1964449.375] -> wl_output@9.mode(0, 1280, 1024, 75025)
[1964449.390] -> wl_output@9.mode(0, 1600, 900, 60000)
[1964449.404] -> wl_output@9.mode(0, 1680, 1050, 60000)
[1964449.419] -> wl_output@9.mode(3, 1920, 1080, 60000)
[1964449.434] -> wl_output@9.scale(1)
[1964449.439] -> wl_output@9.done()
[1964449.444] zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@10, wl_output@9)
[1964449.458] -> zxdg_output_v1@10.logical_position(0, 0)
[1964449.467] -> zxdg_output_v1@10.logical_size(1920, 1080)
[1964449.474] -> zxdg_output_v1@10.done()
[1964449.478] -> wl_output@9.done()
[1964449.482] wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@11)
[1964449.502] -> wl_output@11.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1964449.529] -> wl_output@11.mode(0, 720, 400, 70082)
[1964449.545] -> wl_output@11.mode(0, 640, 480, 59940)
[1964449.560] -> wl_output@11.mode(0, 640, 480, 75000)
[1964449.576] -> wl_output@11.mode(0, 800, 600, 60317)
[1964449.593] -> wl_output@11.mode(0, 800, 600, 75000)
[1964449.611] -> wl_output@11.mode(0, 1024, 768, 60004)
[1964449.628] -> wl_output@11.mode(0, 1024, 768, 75029)
[1964449.643] -> wl_output@11.mode(0, 1280, 720, 60000)
[1964449.658] -> wl_output@11.mode(0, 1152, 864, 75000)
[1964449.673] -> wl_output@11.mode(0, 1280, 800, 60000)
[1964449.688] -> wl_output@11.mode(0, 1440, 900, 60000)
[1964449.703] -> wl_output@11.mode(0, 1280, 1024, 60020)
[1964449.718] -> wl_output@11.mode(0, 1280, 1024, 75025)
[1964449.734] -> wl_output@11.mode(0, 1600, 900, 60000)
[1964449.749] -> wl_output@11.mode(0, 1680, 1050, 60000)
[1964449.764] -> wl_output@11.mode(3, 1920, 1080, 60000)
[1964449.779] -> wl_output@11.scale(1)
[1964449.785] -> wl_output@11.done()
[1964449.789] zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@12, wl_output@11)
[1964449.800] -> zxdg_output_v1@12.logical_position(1920, 0)
[1964449.810] -> zxdg_output_v1@12.logical_size(1920, 1080)
[1964449.819] -> zxdg_output_v1@12.done()
[1964449.823] -> wl_output@11.done()
[1964449.827] wl_display@1.sync(new id wl_callback@3)
[1964449.834] -> wl_callback@3.done(96)
[1964449.840] -> wl_display@1.delete_id(3)
[1964449.879] wl_display@1.delete_id(3)
[1964449.894] zwp_linux_dmabuf_v1@5.modifier(875713089, 16777215, 4294967295)
[1964449.907] zwp_linux_dmabuf_v1@5.modifier(875713112, 16777215, 4294967295)
[1964449.920] wl_drm@6.device("/dev/dri/card0")
[1964450.731] wl_drm@6.format(808669761)
[1964450.745] wl_drm@6.format(808669784)
[1964450.751] wl_drm@6.format(808665665)
[1964450.756] wl_drm@6.format(808665688)
[1964450.761] wl_drm@6.format(875713089)
[1964450.766] wl_drm@6.format(875713112)
[1964450.772] wl_drm@6.format(909199186)
[1964450.778] wl_drm@6.format(961959257)
[1964450.783] wl_drm@6.format(825316697)
[1964450.789] wl_drm@6.format(842093913)
[1964450.794] wl_drm@6.format(909202777)
[1964450.800] wl_drm@6.format(875713881)
[1964450.805] wl_drm@6.format(842094158)
[1964450.810] wl_drm@6.format(909203022)
[1964450.816] wl_drm@6.format(1448695129)
[1964450.822] wl_drm@6.capabilities(1)
[1964450.827] wl_output@9.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1964450.856] wl_output@9.mode(0, 720, 400, 70082)
[1964450.871] wl_output@9.mode(0, 640, 480, 59940)
[1964450.887] wl_output@9.mode(0, 640, 480, 75000)
[1964450.901] wl_output@9.mode(0, 800, 600, 60317)
[1964450.917] wl_output@9.mode(0, 800, 600, 75000)
[1964450.932] wl_output@9.mode(0, 1024, 768, 60004)
[1964450.947] wl_output@9.mode(0, 1024, 768, 75029)
[1964450.962] wl_output@9.mode(0, 1280, 720, 60000)
[1964450.982] wl_output@9.mode(0, 1152, 864, 75000)
[1964450.997] wl_output@9.mode(0, 1280, 800, 60000)
[1964451.011] wl_output@9.mode(0, 1440, 900, 60000)
[1964451.027] wl_output@9.mode(0, 1280, 1024, 60020)
[1964451.042] wl_output@9.mode(0, 1280, 1024, 75025)
[1964451.057] wl_output@9.mode(0, 1600, 900, 60000)
[1964451.072] wl_output@9.mode(0, 1680, 1050, 60000)
[1964451.087] wl_output@9.mode(3, 1920, 1080, 60000)
[1964451.103] wl_output@9.scale(1)
[1964451.108] wl_output@9.done()
[1964451.112] zxdg_output_v1@10.logical_position(0, 0)
[1964451.121] zxdg_output_v1@10.logical_size(1920, 1080)
[1964451.131] zxdg_output_v1@10.done()
[1964451.141] wl_output@9.done()
[1964451.145] wl_output@11.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1964451.172] wl_output@11.mode(0, 720, 400, 70082)
[1964451.187] wl_output@11.mode(0, 640, 480, 59940)
[1964451.202] wl_output@11.mode(0, 640, 480, 75000)
[1964451.217] wl_output@11.mode(0, 800, 600, 60317)
[1964451.232] wl_output@11.mode(0, 800, 600, 75000)
[1964451.248] wl_output@11.mode(0, 1024, 768, 60004)
[1964451.263] wl_output@11.mode(0, 1024, 768, 75029)
[1964451.278] wl_output@11.mode(0, 1280, 720, 60000)
[1964451.296] wl_output@11.mode(0, 1152, 864, 75000)
[1964451.310] wl_output@11.mode(0, 1280, 800, 60000)
[1964451.326] wl_output@11.mode(0, 1440, 900, 60000)
[1964451.340] wl_output@11.mode(0, 1280, 1024, 60020)
[1964451.355] wl_output@11.mode(0, 1280, 1024, 75025)
[1964451.370] wl_output@11.mode(0, 1600, 900, 60000)
[1964451.386] wl_output@11.mode(0, 1680, 1050, 60000)
[1964451.401] wl_output@11.mode(3, 1920, 1080, 60000)
[1964451.415] wl_output@11.scale(1)
[1964451.421] wl_output@11.done()
[1964451.425] zxdg_output_v1@12.logical_position(1920, 0)
[1964451.434] zxdg_output_v1@12.logical_size(1920, 1080)
[1964451.443] zxdg_output_v1@12.done()
[1964451.449] wl_output@11.done()
[1964451.453] wl_callback@3.done(96)
[1964525.897] -> wl_display@1.sync(new id wl_callback@3)
[1964525.961] wl_display@1.sync(new id wl_callback@3)
[1964525.984] -> wl_callback@3.done(96)
[1964525.991] -> wl_display@1.delete_id(3)
[1964526.006] wl_display@1.delete_id(3)
[1964526.014] wl_callback@3.done(96)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
[1964540.906] -> wl_shm@4.create_pool(new id wl_shm_pool@3, fd 12, 1024)
[1964540.929] -> wl_shm_pool@3.create_buffer(new id wl_buffer@13, 0, 16, 16, 64, 0)
[1964540.955] -> wl_shm_pool@3.destroy()
[1964541.434] -> wl_display@1.get_registry(new id wl_registry@14)
[1964541.446] -> wl_display@1.sync(new id wl_callback@15)
[1964541.469] wl_shm@4.create_pool(new id wl_shm_pool@3, fd 25, 1024)
[1964541.498] wl_shm_pool@3.create_buffer(new id wl_buffer@13, 0, 16, 16, 64, 0)
[1964541.526] wl_shm_pool@3.destroy()
[1964541.533] -> wl_display@1.delete_id(3)
[1964541.538] wl_display@1.get_registry(new id wl_registry@14)
[1964541.546] -> wl_registry@14.global(1, "wl_shm", 1)
[1964541.559] -> wl_registry@14.global(2, "zwp_linux_dmabuf_v1", 3)
[1964541.573] -> wl_registry@14.global(3, "wl_drm", 2)
[1964541.585] -> wl_registry@14.global(4, "wl_compositor", 4)
[1964541.597] -> wl_registry@14.global(5, "wl_subcompositor", 1)
[1964541.610] -> wl_registry@14.global(6, "wl_data_device_manager", 3)
[1964541.623] -> wl_registry@14.global(7, "zwlr_gamma_control_manager_v1", 1)
[1964541.636] -> wl_registry@14.global(8, "gtk_primary_selection_device_manager", 1)
[1964541.649] -> wl_registry@14.global(9, "zxdg_output_manager_v1", 3)
[1964541.661] -> wl_registry@14.global(10, "org_kde_kwin_idle", 1)
[1964541.674] -> wl_registry@14.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1964541.687] -> wl_registry@14.global(12, "zwlr_layer_shell_v1", 1)
[1964541.699] -> wl_registry@14.global(13, "xdg_wm_base", 2)
[1964541.712] -> wl_registry@14.global(14, "zwp_tablet_manager_v2", 1)
[1964541.735] -> wl_registry@14.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1964541.747] -> wl_registry@14.global(16, "zxdg_decoration_manager_v1", 1)
[1964541.759] -> wl_registry@14.global(17, "zwp_relative_pointer_manager_v1", 1)
[1964541.771] -> wl_registry@14.global(18, "zwp_pointer_constraints_v1", 1)
[1964541.783] -> wl_registry@14.global(19, "wp_presentation", 1)
[1964541.796] -> wl_registry@14.global(20, "zwlr_output_manager_v1", 1)
[1964541.808] -> wl_registry@14.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1964541.820] -> wl_registry@14.global(22, "zwlr_screencopy_manager_v1", 2)
[1964541.833] -> wl_registry@14.global(23, "zwlr_data_control_manager_v1", 2)
[1964541.845] -> wl_registry@14.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1964541.858] -> wl_registry@14.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1964541.870] -> wl_registry@14.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1964541.883] -> wl_registry@14.global(27, "wl_seat", 7)
[1964541.895] -> wl_registry@14.global(28, "wl_output", 3)
[1964541.907] -> wl_registry@14.global(29, "wl_output", 3)
[1964541.920] wl_display@1.sync(new id wl_callback@15)
[1964541.932] -> wl_callback@15.done(96)
[1964541.938] -> wl_display@1.delete_id(15)
[1964541.961] wl_display@1.delete_id(3)
[1964541.969] wl_display@1.delete_id(15)
[1964541.975] wl_registry@14.global(1, "wl_shm", 1)
[1964541.988] wl_registry@14.global(2, "zwp_linux_dmabuf_v1", 3)
[1964541.999] wl_registry@14.global(3, "wl_drm", 2)
[1964542.012] wl_registry@14.global(4, "wl_compositor", 4)
[1964542.024] wl_registry@14.global(5, "wl_subcompositor", 1)
[1964542.036] wl_registry@14.global(6, "wl_data_device_manager", 3)
[1964542.049] wl_registry@14.global(7, "zwlr_gamma_control_manager_v1", 1)
[1964542.061] wl_registry@14.global(8, "gtk_primary_selection_device_manager", 1)
[1964542.073] wl_registry@14.global(9, "zxdg_output_manager_v1", 3)
[1964542.085] wl_registry@14.global(10, "org_kde_kwin_idle", 1)
[1964542.098] wl_registry@14.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1964542.110] wl_registry@14.global(12, "zwlr_layer_shell_v1", 1)
[1964542.122] wl_registry@14.global(13, "xdg_wm_base", 2)
[1964542.133] wl_registry@14.global(14, "zwp_tablet_manager_v2", 1)
[1964542.146] -> wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@3)
[1964542.164] wl_registry@14.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1964542.176] wl_registry@14.global(16, "zxdg_decoration_manager_v1", 1)
[1964542.188] wl_registry@14.global(17, "zwp_relative_pointer_manager_v1", 1)
[1964542.201] -> wl_registry@2.bind(17, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@16)
[1964542.219] wl_registry@14.global(18, "zwp_pointer_constraints_v1", 1)
[1964542.231] -> wl_registry@2.bind(18, "zwp_pointer_constraints_v1", 1, new id [unknown]@17)
[1964542.249] wl_registry@14.global(19, "wp_presentation", 1)
[1964542.261] wl_registry@14.global(20, "zwlr_output_manager_v1", 1)
[1964542.274] wl_registry@14.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1964542.291] wl_registry@14.global(22, "zwlr_screencopy_manager_v1", 2)
[1964542.304] wl_registry@14.global(23, "zwlr_data_control_manager_v1", 2)
[1964542.316] wl_registry@14.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1964542.329] wl_registry@14.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1964542.340] wl_registry@14.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1964542.353] wl_registry@14.global(27, "wl_seat", 7)
[1964542.366] -> wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@18)
[1964542.383] -> wl_compositor@7.create_surface(new id wl_surface@19)
[1964542.392] -> zwp_tablet_manager_v2@3.get_tablet_seat(new id zwp_tablet_seat_v2@20, wl_seat@18)
[1964542.404] wl_registry@14.global(28, "wl_output", 3)
[1964542.415] wl_registry@14.global(29, "wl_output", 3)
[1964542.427] wl_callback@15.done(96)
[1964542.434] -> wl_display@1.sync(new id wl_callback@15)
[1964542.450] wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@3)
[1964542.477] wl_registry@2.bind(17, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@16)
[1964542.500] wl_registry@2.bind(18, "zwp_pointer_constraints_v1", 1, new id [unknown]@17)
[1964542.518] wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@18)
[1964542.548] -> wl_seat@18.name("seat0")
[1964542.557] -> wl_seat@18.capabilities(3)
[1964542.563] wl_compositor@7.create_surface(new id wl_surface@19)
[1964542.592] zwp_tablet_manager_v2@3.get_tablet_seat(new id zwp_tablet_seat_v2@20, wl_seat@18)
[1964542.610] -> zwp_tablet_seat_v2@20.tablet_added(new id zwp_tablet_v2@4278190080)
[1964542.619] -> zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1964542.627] -> zwp_tablet_v2@4278190080.id(1386, 770)
[1964542.638] -> zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1964542.646] -> zwp_tablet_v2@4278190080.done()
[1964542.663] -> zwp_tablet_seat_v2@20.pad_added(new id zwp_tablet_pad_v2@4278190081)
[1964542.671] -> zwp_tablet_pad_v2@4278190081.buttons(4)
[1964542.677] -> zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1964542.683] -> zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@4278190082)
[1964542.691] -> zwp_tablet_pad_group_v2@4278190082.modes(1)
[1964542.697] -> zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1964542.705] -> zwp_tablet_pad_group_v2@4278190082.done()
[1964542.710] -> zwp_tablet_pad_v2@4278190081.done()
[1964542.715] wl_display@1.sync(new id wl_callback@15)
[1964542.724] -> wl_callback@15.done(96)
[1964542.730] -> wl_display@1.delete_id(15)
[1964542.745] wl_display@1.delete_id(15)
[1964542.752] wl_seat@18.name("seat0")
[1964542.758] wl_seat@18.capabilities(3)
[1964542.763] -> wl_seat@18.get_pointer(new id wl_pointer@21)
[1964542.771] -> wl_pointer@21.set_cursor(0, nil, 0, 0)
[1964542.815] -> zwp_relative_pointer_manager_v1@16.get_relative_pointer(new id zwp_relative_pointer_v1@22, wl_pointer@21)
[1964542.844] -> wl_seat@18.get_keyboard(new id wl_keyboard@23)
[1964542.927] zwp_tablet_seat_v2@20.tablet_added(new id zwp_tablet_v2@43589792)
[1964542.936] zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1964542.942] zwp_tablet_v2@4278190080.id(1386, 770)
[1964542.952] zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1964542.958] zwp_tablet_v2@4278190080.done()
[1964543.006] zwp_tablet_seat_v2@20.pad_added(new id zwp_tablet_pad_v2@43590224)
[1964543.016] zwp_tablet_pad_v2@4278190081.buttons(4)
[1964543.022] zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1964543.028] zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@43588224)
[1964543.036] zwp_tablet_pad_group_v2@4278190082.modes(1)
[1964543.041] zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1964543.047] zwp_tablet_pad_group_v2@4278190082.done()
[1964543.051] zwp_tablet_pad_v2@4278190081.done()
[1964543.070] wl_callback@15.done(96)
[1964544.236] wl_seat@18.get_pointer(new id wl_pointer@21)
[1964544.250] wl_pointer@21.set_cursor(0, nil, 0, 0)
[1964544.266] zwp_relative_pointer_manager_v1@16.get_relative_pointer(new id zwp_relative_pointer_v1@22, wl_pointer@21)
[1964544.279] wl_seat@18.get_keyboard(new id wl_keyboard@23)
[1964544.330] -> wl_keyboard@23.keymap(1, fd 95, 48613)
[1964544.344] -> wl_keyboard@23.repeat_info(25, 600)
[1964544.365] wl_keyboard@23.keymap(1, fd 12, 48613)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 569, clipping.
> X11 cannot support keycodes above 255.
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
[1964550.113] wl_keyboard@23.repeat_info(25, 600)
[1964605.372] -> wl_compositor@7.create_surface(new id wl_surface@15)
[1964605.420] wl_compositor@7.create_surface(new id wl_surface@15)
[1964605.921] -> wl_drm@6.create_prime_buffer(new id wl_buffer@24, fd 12, 960, 398, 875713089, 0, 4096, 0, 0, 0, 0)
[1964605.967] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1964605.979] -> wl_surface@15.damage(0, 0, 960, 398)
[1964605.995] -> wl_surface@15.frame(new id wl_callback@25)
[1964606.002] -> wl_surface@15.commit()
[1964607.319] wl_drm@6.create_prime_buffer(new id wl_buffer@24, fd 96, 960, 398, 875713089, 0, 4096, 0, 0, 0, 0)
[1964607.398] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1964607.414] wl_surface@15.damage(0, 0, 960, 398)
[1964607.429] wl_surface@15.frame(new id wl_callback@25)
[1964607.436] wl_surface@15.commit()
[1964607.497] -> wl_keyboard@23.enter(97, wl_surface@15, array)
[1964607.511] -> wl_keyboard@23.modifiers(98, 64, 0, 0, 0)
[1964607.530] -> zwp_tablet_pad_v2@4278190081.enter(99, zwp_tablet_v2@4278190080, wl_surface@15)
[1964607.544] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(110263, 99, 0)
[1964607.614] wl_keyboard@23.enter(97, wl_surface@15, array)
[1964607.641] wl_keyboard@23.modifiers(98, 64, 0, 0, 0)
[1964607.686] zwp_tablet_pad_v2@4278190081.enter(99, zwp_tablet_v2@4278190080, wl_surface@15)
[1964607.699] zwp_tablet_pad_group_v2@4278190082.mode_switch(110263, 99, 0)
[1964622.162] -> wl_callback@25.done(424440124)
[1964622.176] -> wl_display@1.delete_id(25)
[1964622.191] wl_display@1.delete_id(25)
[1964622.200] wl_callback@25.done(424440124)
[1964622.698] -> wl_keyboard@23.key(100, 424440125, 125, 0)
[1964622.717] -> wl_keyboard@23.modifiers(101, 0, 0, 0, 0)
[1964622.772] wl_keyboard@23.key(100, 424440125, 125, 0)
[1964622.790] wl_keyboard@23.modifiers(101, 0, 0, 0, 0)
[1964948.731] -> wl_keyboard@23.key(102, 424440451, 37, 1)
[1964948.822] wl_keyboard@23.key(102, 424440451, 37, 1)
[1964953.389] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1964953.415] -> wl_surface@15.damage(0, 0, 960, 398)
[1964953.433] -> wl_surface@15.frame(new id wl_callback@25)
[1964953.442] -> wl_surface@15.commit()
[1964953.471] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1964953.496] wl_surface@15.damage(0, 0, 960, 398)
[1964953.514] wl_surface@15.frame(new id wl_callback@25)
[1964953.523] wl_surface@15.commit()
[1964953.539] -> wl_buffer@24.release()
[1964955.489] -> wl_callback@25.done(424440458)
[1964955.504] -> wl_display@1.delete_id(25)
[1964955.532] wl_display@1.delete_id(25)
[1964955.551] wl_callback@25.done(424440458)
[1965071.723] -> wl_keyboard@23.key(103, 424440574, 19, 1)
[1965071.792] wl_keyboard@23.key(103, 424440574, 19, 1)
[1965072.523] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1965072.547] -> wl_surface@15.damage(0, 0, 960, 398)
[1965072.567] -> wl_surface@15.frame(new id wl_callback@25)
[1965072.575] -> wl_surface@15.commit()
[1965072.604] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1965072.629] wl_surface@15.damage(0, 0, 960, 398)
[1965072.647] wl_surface@15.frame(new id wl_callback@25)
[1965072.657] wl_surface@15.commit()
[1965072.666] -> wl_buffer@24.release()
[1965072.729] -> wl_keyboard@23.key(104, 424440575, 37, 0)
[1965072.761] wl_keyboard@23.key(104, 424440575, 37, 0)
[1965088.791] -> wl_callback@25.done(424440591)
[1965088.810] -> wl_display@1.delete_id(25)
[1965088.841] wl_display@1.delete_id(25)
[1965088.857] wl_callback@25.done(424440591)
[1965158.712] -> wl_keyboard@23.key(105, 424440661, 19, 0)
[1965158.775] wl_keyboard@23.key(105, 424440661, 19, 0)
[1965164.703] -> wl_keyboard@23.key(106, 424440667, 23, 1)
[1965164.764] wl_keyboard@23.key(106, 424440667, 23, 1)
[1965165.506] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1965165.531] -> wl_surface@15.damage(0, 0, 960, 398)
[1965165.550] -> wl_surface@15.frame(new id wl_callback@25)
[1965165.560] -> wl_surface@15.commit()
[1965165.587] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1965165.612] wl_surface@15.damage(0, 0, 960, 398)
[1965165.631] wl_surface@15.frame(new id wl_callback@25)
[1965165.639] wl_surface@15.commit()
[1965165.667] -> wl_buffer@24.release()
[1965172.070] -> wl_callback@25.done(424440674)
[1965172.085] -> wl_display@1.delete_id(25)
[1965172.115] wl_display@1.delete_id(25)
[1965172.133] wl_callback@25.done(424440674)
[1965241.744] -> wl_keyboard@23.key(107, 424440744, 20, 1)
[1965241.853] wl_keyboard@23.key(107, 424440744, 20, 1)
[1965242.882] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1965242.903] -> wl_surface@15.damage(0, 0, 960, 398)
[1965242.919] -> wl_surface@15.frame(new id wl_callback@25)
[1965242.927] -> wl_surface@15.commit()
[1965242.953] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1965242.976] wl_surface@15.damage(0, 0, 960, 398)
[1965242.992] wl_surface@15.frame(new id wl_callback@25)
[1965243.001] wl_surface@15.commit()
[1965243.018] -> wl_buffer@24.release()
[1965255.446] -> wl_callback@25.done(424440758)
[1965255.464] -> wl_display@1.delete_id(25)
[1965255.492] wl_display@1.delete_id(25)
[1965255.509] wl_callback@25.done(424440758)
[1965276.705] -> wl_keyboard@23.key(108, 424440779, 23, 0)
[1965276.765] wl_keyboard@23.key(108, 424440779, 23, 0)
[1965341.706] -> wl_keyboard@23.key(109, 424440844, 30, 1)
[1965341.766] wl_keyboard@23.key(109, 424440844, 30, 1)
[1965342.407] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1965342.428] -> wl_surface@15.damage(0, 0, 960, 398)
[1965342.443] -> wl_surface@15.frame(new id wl_callback@25)
[1965342.450] -> wl_surface@15.commit()
[1965342.465] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1965342.486] wl_surface@15.damage(0, 0, 960, 398)
[1965342.501] wl_surface@15.frame(new id wl_callback@25)
[1965342.509] wl_surface@15.commit()
[1965342.517] -> wl_buffer@24.release()
[1965346.704] -> wl_keyboard@23.key(110, 424440849, 20, 0)
[1965346.763] wl_keyboard@23.key(110, 424440849, 20, 0)
[1965355.433] -> wl_callback@25.done(424440858)
[1965355.453] -> wl_display@1.delete_id(25)
[1965355.484] wl_display@1.delete_id(25)
[1965355.503] wl_callback@25.done(424440858)
[1965421.707] -> wl_keyboard@23.key(111, 424440924, 28, 1)
[1965421.767] wl_keyboard@23.key(111, 424440924, 28, 1)
2019-11-24 20:47:15 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 138, value 4194315
[1965423.643] -> wl_buffer@24.destroy([1965423.650] -> wl_keyboard@23.leave()
112, wl_surface@15)
[1965423.698] -> wl_surface@15.destroy()
[1965423.726] wl_buffer@24.destroy([1965423.728] wl_keyboard@23.leave()
112, [1965423.737] -> wl_display@1.delete_id(nil24)
)
[1965423.747] wl_surface@15.destroy()
[1965423.754] -> zwp_tablet_pad_v2@4278190081.leave(113, wl_surface@15)
[1965423.770] -> wl_display@1.delete_id(15)
2019-11-24 20:47:15 - [xwayland/xwm.c:1268] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 149, value 4194305
[1965423.798] wl_display@1.delete_id(24)
[1965423.806] wl_display@1.delete_id(15)
[1965423.811] zwp_tablet_pad_v2@4278190081.leave(113, nil)
2019-11-24 20:47:15 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 166, value 4194322
2019-11-24 20:47:15 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 183, value 4194322
(process:5613): Gtk-WARNING **: 20:47:15.445: Locale not supported by C library.
Using the fallback 'C' locale.
[1965659.098] -> wl_display@1.get_registry(new id wl_registry@2)
[1965659.119] -> wl_display@1.sync(new id wl_callback@3)
[1965659.144] wl_display@1.get_registry(new id wl_registry@2)
[1965659.163] -> wl_registry@2.global(1, "wl_shm", 1)
[1965659.176] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1965659.188] -> wl_registry@2.global(3, "wl_drm", 2)
[1965659.199] -> wl_registry@2.global(4, "wl_compositor", 4)
[1965659.209] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1965659.221] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1965659.232] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1965659.243] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1965659.254] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1965659.276] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1965659.297] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1965659.310] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1965659.323] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1965659.335] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1965659.347] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1965659.359] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1965659.370] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1965659.383] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1965659.395] -> wl_registry@2.global(19, "wp_presentation", 1)
[1965659.407] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1965659.420] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1965659.432] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1965659.444] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1965659.456] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1965659.469] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1965659.480] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1965659.493] -> wl_registry@2.global(27, "wl_seat", 7)
[1965659.505] -> wl_registry@2.global(28, "wl_output", 3)
[1965659.517] -> wl_registry@2.global(29, "wl_output", 3)
[1965659.530] wl_display@1.sync(new id wl_callback@3)
[1965659.538] -> wl_callback@3.done(113)
[1965659.544] -> wl_display@1.delete_id(3)
[1965659.566] wl_display@1.delete_id(3)
[1965659.580] wl_registry@2.global(1, "wl_shm", 1)
[1965659.593] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1965659.639] -> wl_shm@4.create_pool(new id wl_shm_pool@5, fd 14, 2304)
[1965659.732] -> wl_shm_pool@5.resize(6912)
[1965660.248] -> wl_shm_pool@5.resize(16128)
[1965660.263] -> wl_shm_pool@5.resize(34560)
[1965660.279] -> wl_shm_pool@5.resize(71424)
[1965660.306] -> wl_shm_pool@5.resize(145152)
[1965660.359] -> wl_shm_pool@5.resize(292608)
[1965660.985] -> wl_shm_pool@5.resize(587520)
[1965662.514] -> wl_shm_pool@5.resize(1177344)
[1965669.377] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1965669.395] wl_registry@2.global(3, "wl_drm", 2)
[1965669.407] wl_registry@2.global(4, "wl_compositor", 4)
[1965669.418] -> wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@6)
[1965669.435] wl_registry@2.global(5, "wl_subcompositor", 1)
[1965669.447] -> wl_registry@2.bind(5, "wl_subcompositor", 1, new id [unknown]@7)
[1965669.464] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1965669.477] -> wl_registry@2.bind(6, "wl_data_device_manager", 3, new id [unknown]@8)
[1965669.495] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1965669.508] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1965669.521] -> wl_registry@2.bind(8, "gtk_primary_selection_device_manager", 1, new id [unknown]@9)
[1965669.539] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1965669.552] -> wl_registry@2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]@10)
[1965669.570] -> wl_display@1.sync(new id wl_callback@11)
[1965669.578] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1965669.591] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1965669.603] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1965669.616] wl_registry@2.global(13, "xdg_wm_base", 2)
[1965669.628] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1965669.642] -> wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@12)
[1965669.660] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1965669.674] -> wl_registry@2.bind(15, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[1965669.691] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1965669.705] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1965669.718] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1965669.736] wl_registry@2.global(19, "wp_presentation", 1)
[1965669.747] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1965669.758] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1965669.770] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1965669.782] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1965669.795] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1965669.808] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1965669.821] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1965669.833] wl_registry@2.global(27, "wl_seat", 7)
[1965669.846] -> wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@14)
[1965671.582] -> wl_compositor@6.create_surface(new id wl_surface@15)
[1965671.602] -> gtk_primary_selection_device_manager@9.get_device(new id gtk_primary_selection_device@16, wl_seat@14)
[1965671.612] -> wl_data_device_manager@8.get_data_device(new id wl_data_device@17, wl_seat@14)
[1965671.692] -> wl_compositor@6.create_surface(new id wl_surface@18)
[1965671.702] -> zwp_tablet_manager_v2@12.get_tablet_seat(new id zwp_tablet_seat_v2@19, wl_seat@14)
[1965671.713] -> wl_display@1.sync(new id wl_callback@20)
[1965671.720] wl_registry@2.global(28, "wl_output", 3)
[1965671.732] -> wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@21)
[1965671.768] -> zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@22, wl_output@21)
[1965671.779] -> wl_display@1.sync(new id wl_callback@23)
[1965671.786] wl_registry@2.global(29, "wl_output", 3)
[1965671.799] -> wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@24)
[1965671.817] -> zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@25, wl_output@24)
[1965671.828] -> wl_display@1.sync(new id wl_callback@26)
[1965671.836] wl_callback@3.done(113)
[1965671.858] wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1965671.885] -> wl_shm@4.format(0)
[1965671.892] -> wl_shm@4.format(1)
[1965671.897] -> wl_shm@4.format(875708993)
[1965671.903] -> wl_shm@4.format(875709016)
[1965671.909] wl_shm@4.create_pool(new id wl_shm_pool@5, fd 97, 2304)
[1965671.932] wl_shm_pool@5.resize(6912)
[1965671.946] wl_shm_pool@5.resize(16128)
[1965671.953] wl_shm_pool@5.resize(34560)
[1965671.960] wl_shm_pool@5.resize(71424)
[1965671.967] wl_shm_pool@5.resize(145152)
[1965671.974] wl_shm_pool@5.resize(292608)
[1965671.982] wl_shm_pool@5.resize(587520)
[1965671.989] wl_shm_pool@5.resize(1177344)
[1965671.999] wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@6)
[1965672.018] wl_registry@2.bind(5, "wl_subcompositor", 1, new id [unknown]@7)
[1965672.036] wl_registry@2.bind(6, "wl_data_device_manager", 3, new id [unknown]@8)
[1965672.054] wl_registry@2.bind(8, "gtk_primary_selection_device_manager", 1, new id [unknown]@9)
[1965672.072] wl_registry@2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]@10)
[1965672.088] wl_display@1.sync(new id wl_callback@11)
[1965672.096] -> wl_callback@11.done(113)
[1965672.102] -> wl_display@1.delete_id(11)
[1965672.108] wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@12)
[1965672.126] wl_registry@2.bind(15, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[1965672.144] -> org_kde_kwin_server_decoration_manager@13.default_mode(2)
[1965672.151] wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@14)
[1965672.169] -> wl_seat@14.name("seat0")
[1965672.176] -> wl_seat@14.capabilities(3)
[1965672.182] wl_compositor@6.create_surface(new id wl_surface@15)
[1965672.199] gtk_primary_selection_device_manager@9.get_device(new id gtk_primary_selection_device@16, wl_seat@14)
[1965672.210] wl_data_device_manager@8.get_data_device(new id wl_data_device@17, wl_seat@14)
[1965672.223] wl_compositor@6.create_surface(new id wl_surface@18)
[1965672.232] zwp_tablet_manager_v2@12.get_tablet_seat(new id zwp_tablet_seat_v2@19, wl_seat@14)
[1965672.245] -> zwp_tablet_seat_v2@19.tablet_added(new id zwp_tablet_v2@4278190080)
[1965672.252] -> zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1965672.272] -> zwp_tablet_v2@4278190080.id(1386, 770)
[1965672.287] -> zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1965672.295] -> zwp_tablet_v2@4278190080.done()
[1965672.299] -> zwp_tablet_seat_v2@19.pad_added(new id zwp_tablet_pad_v2@4278190081)
[1965672.308] -> zwp_tablet_pad_v2@4278190081.buttons(4)
[1965672.314] -> zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1965672.320] -> zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@4278190082)
[1965672.328] -> zwp_tablet_pad_group_v2@4278190082.modes(1)
[1965672.334] -> zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1965672.340] -> zwp_tablet_pad_group_v2@4278190082.done()
[1965672.344] -> zwp_tablet_pad_v2@4278190081.done()
[1965672.348] wl_display@1.sync(new id wl_callback@20)
[1965672.356] -> wl_callback@20.done(113)
[1965672.363] -> wl_display@1.delete_id(20)
[1965672.368] wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@21)
[1965672.387] -> wl_output@21.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1965672.415] -> wl_output@21.mode(0, 720, 400, 70082)
[1965672.431] -> wl_output@21.mode(0, 640, 480, 59940)
[1965672.446] -> wl_output@21.mode(0, 640, 480, 75000)
[1965672.461] -> wl_output@21.mode(0, 800, 600, 60317)
[1965672.477] -> wl_output@21.mode(0, 800, 600, 75000)
[1965672.492] -> wl_output@21.mode(0, 1024, 768, 60004)
[1965672.508] -> wl_output@21.mode(0, 1024, 768, 75029)
[1965672.524] -> wl_output@21.mode(0, 1280, 720, 60000)
[1965672.540] -> wl_output@21.mode(0, 1152, 864, 75000)
[1965672.556] -> wl_output@21.mode(0, 1280, 800, 60000)
[1965672.571] -> wl_output@21.mode(0, 1440, 900, 60000)
[1965672.587] -> wl_output@21.mode(0, 1280, 1024, 60020)
[1965672.603] -> wl_output@21.mode(0, 1280, 1024, 75025)
[1965672.618] -> wl_output@21.mode(0, 1600, 900, 60000)
[1965672.633] -> wl_output@21.mode(0, 1680, 1050, 60000)
[1965672.649] -> wl_output@21.mode(3, 1920, 1080, 60000)
[1965672.665] -> wl_output@21.scale(1)
[1965672.671] -> wl_output@21.done()
[1965672.676] zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@22, wl_output@21)
[1965672.688] -> zxdg_output_v1@22.name("DP-1")
[1965672.694] -> zxdg_output_v1@22.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1965672.700] -> zxdg_output_v1@22.logical_position(0, 0)
[1965672.710] -> zxdg_output_v1@22.logical_size(1920, 1080)
[1965672.719] -> wl_output@21.done()
[1965672.723] wl_display@1.sync(new id wl_callback@23)
[1965672.730] -> wl_callback@23.done(113)
[1965672.736] -> wl_display@1.delete_id(23)
[1965672.742] wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@24)
[1965672.760] -> wl_output@24.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1965672.787] -> wl_output@24.mode(0, 720, 400, 70082)
[1965672.802] -> wl_output@24.mode(0, 640, 480, 59940)
[1965672.818] -> wl_output@24.mode(0, 640, 480, 75000)
[1965672.834] -> wl_output@24.mode(0, 800, 600, 60317)
[1965672.850] -> wl_output@24.mode(0, 800, 600, 75000)
[1965672.866] -> wl_output@24.mode(0, 1024, 768, 60004)
[1965672.881] -> wl_output@24.mode(0, 1024, 768, 75029)
[1965672.896] -> wl_output@24.mode(0, 1280, 720, 60000)
[1965672.914] -> wl_output@24.mode(0, 1152, 864, 75000)
[1965672.932] -> wl_output@24.mode(0, 1280, 800, 60000)
[1965672.948] -> wl_output@24.mode(0, 1440, 900, 60000)
[1965672.964] -> wl_output@24.mode(0, 1280, 1024, 60020)
[1965672.980] -> wl_output@24.mode(0, 1280, 1024, 75025)
[1965672.996] -> wl_output@24.mode(0, 1600, 900, 60000)
[1965673.011] -> wl_output@24.mode(0, 1680, 1050, 60000)
[1965673.026] -> wl_output@24.mode(3, 1920, 1080, 60000)
[1965673.041] -> wl_output@24.scale(1)
[1965673.048] -> wl_output@24.done()
[1965673.052] zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@25, wl_output@24)
[1965673.063] -> zxdg_output_v1@25.name("DP-2")
[1965673.069] -> zxdg_output_v1@25.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1965673.079] -> zxdg_output_v1@25.logical_position(1920, 0)
[1965673.088] -> zxdg_output_v1@25.logical_size(1920, 1080)
[1965673.097] -> wl_output@24.done()
[1965673.102] wl_display@1.sync(new id wl_callback@26)
[1965673.109] -> wl_callback@26.done(113)
[1965673.115] -> wl_display@1.delete_id(26)
[1965673.142] wl_display@1.delete_id(11)
[1965673.155] wl_display@1.delete_id(20)
[1965673.161] wl_display@1.delete_id(23)
[1965673.167] wl_display@1.delete_id(26)
[1965673.172] wl_shm@4.format(0)
[1965673.178] wl_shm@4.format(1)
[1965673.184] wl_shm@4.format(875708993)
[1965673.190] wl_shm@4.format(875709016)
[1965673.196] wl_callback@11.done(113)
[1965673.202] org_kde_kwin_server_decoration_manager@13.default_mode(2)
[1965673.209] wl_seat@14.name("seat0")
[1965673.215] wl_seat@14.capabilities(3)
[1965673.221] -> wl_seat@14.get_pointer(new id wl_pointer@11)
[1965673.237] -> wl_seat@14.get_keyboard(new id wl_keyboard@3)
[1965673.251] zwp_tablet_seat_v2@19.tablet_added(new id zwp_tablet_v2@26826048)
[1965673.259] zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1965673.265] zwp_tablet_v2@4278190080.id(1386, 770)
[1965673.275] zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1965673.285] zwp_tablet_v2@4278190080.done()
[1965673.303] -> wl_compositor@6.create_surface(new id wl_surface@27)
[1965673.313] zwp_tablet_seat_v2@19.pad_added(new id zwp_tablet_pad_v2@31839408)
[1965673.321] zwp_tablet_pad_v2@4278190081.buttons(4)
[1965673.327] zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1965673.333] zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@31839136)
[1965673.341] zwp_tablet_pad_group_v2@4278190082.modes(1)
[1965673.346] zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1965673.352] zwp_tablet_pad_group_v2@4278190082.done()
[1965673.356] zwp_tablet_pad_v2@4278190081.done()
[1965673.373] wl_callback@20.done(113)
[1965673.380] wl_output@21.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1965673.411] wl_output@21.mode(0, 720, 400, 70082)
[1965673.427] wl_output@21.mode(0, 640, 480, 59940)
[1965673.443] wl_output@21.mode(0, 640, 480, 75000)
[1965673.458] wl_output@21.mode(0, 800, 600, 60317)
[1965673.475] wl_output@21.mode(0, 800, 600, 75000)
[1965673.490] wl_output@21.mode(0, 1024, 768, 60004)
[1965673.505] wl_output@21.mode(0, 1024, 768, 75029)
[1965673.522] wl_output@21.mode(0, 1280, 720, 60000)
[1965673.537] wl_output@21.mode(0, 1152, 864, 75000)
[1965673.553] wl_output@21.mode(0, 1280, 800, 60000)
[1965673.569] wl_output@21.mode(0, 1440, 900, 60000)
[1965673.584] wl_output@21.mode(0, 1280, 1024, 60020)
[1965673.601] wl_output@21.mode(0, 1280, 1024, 75025)
[1965673.616] wl_output@21.mode(0, 1600, 900, 60000)
[1965673.631] wl_output@21.mode(0, 1680, 1050, 60000)
[1965673.647] wl_output@21.mode(3, 1920, 1080, 60000)
[1965673.663] wl_output@21.scale(1)
[1965673.669] wl_output@21.done()
[1965673.678] zxdg_output_v1@22.name("DP-1")
[1965673.685] zxdg_output_v1@22.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1965673.690] zxdg_output_v1@22.logical_position(0, 0)
[1965673.700] zxdg_output_v1@22.logical_size(1920, 1080)
[1965673.708] wl_output@21.done()
[1965673.714] wl_callback@23.done(113)
[1965673.720] wl_output@24.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1965673.750] wl_output@24.mode(0, 720, 400, 70082)
[1965673.765] wl_output@24.mode(0, 640, 480, 59940)
[1965673.781] wl_output@24.mode(0, 640, 480, 75000)
[1965673.797] wl_output@24.mode(0, 800, 600, 60317)
[1965673.812] wl_output@24.mode(0, 800, 600, 75000)
[1965673.827] wl_output@24.mode(0, 1024, 768, 60004)
[1965673.843] wl_output@24.mode(0, 1024, 768, 75029)
[1965673.859] wl_output@24.mode(0, 1280, 720, 60000)
[1965673.874] wl_output@24.mode(0, 1152, 864, 75000)
[1965673.890] wl_output@24.mode(0, 1280, 800, 60000)
[1965673.906] wl_output@24.mode(0, 1440, 900, 60000)
[1965673.930] wl_output@24.mode(0, 1280, 1024, 60020)
[1965673.947] wl_output@24.mode(0, 1280, 1024, 75025)
[1965673.963] wl_output@24.mode(0, 1600, 900, 60000)
[1965673.977] wl_output@24.mode(0, 1680, 1050, 60000)
[1965673.993] wl_output@24.mode(3, 1920, 1080, 60000)
[1965674.010] wl_output@24.scale(1)
[1965674.016] wl_output@24.done()
[1965674.022] zxdg_output_v1@25.name("DP-2")
[1965674.028] zxdg_output_v1@25.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1965674.034] zxdg_output_v1@25.logical_position(1920, 0)
[1965674.043] zxdg_output_v1@25.logical_size(1920, 1080)
[1965674.052] wl_output@24.done()
[1965674.058] wl_callback@26.done(113)
[1965674.064] -> wl_registry@2.bind(13, "xdg_wm_base", 1, new id [unknown]@26)
[1965857.297] -> wl_shm@4.create_pool(new id wl_shm_pool@15, fd 14, 640)
[1965857.338] -> wl_shm_pool@15.create_buffer(new id wl_buffer@24, 0, 10, 16, 40, 0)
[1965857.359] -> wl_shm_pool@15.destroy()
[1965857.415] wl_shm@4.create_pool(new id wl_shm_pool@15, fd 101, 640)
[1965857.449] wl_shm_pool@15.create_buffer(new id wl_buffer@24, 0, 10, 16, 40, 0)
[1965857.472] wl_shm_pool@15.destroy()
[1965857.478] -> wl_display@1.delete_id(15)
[1965857.590] -> wl_compositor@7.create_surface(new id wl_surface@25)
[1965857.653] wl_compositor@7.create_surface(new id wl_surface@25)
[1965858.654] -> wl_drm@6.create_prime_buffer(new id wl_buffer@26, fd 14, 504, 290, 875713112, 0, 2048, 0, 0, 0, 0)
[1965858.720] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1965858.733] -> wl_surface@25.damage(0, 0, 504, 290)
[1965858.749] -> wl_surface@25.frame(new id wl_callback@27)
[1965858.757] -> wl_surface@25.commit()
[1965858.784] wl_drm@6.create_prime_buffer(new id wl_buffer@26, fd 102, 504, 290, 875713112, 0, 2048, 0, 0, 0, 0)
[1965858.870] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1965858.885] wl_surface@25.damage(0, 0, 504, 290)
[1965858.900] wl_surface@25.frame(new id wl_callback@27)
[1965858.907] wl_surface@25.commit()
[1965859.167] -> wl_keyboard@23.enter(114, wl_surface@25, array)
[1965859.184] -> wl_keyboard@23.modifiers(115, 0, 0, 0, 0)
[1965859.205] -> zwp_tablet_pad_v2@4278190081.enter(116, zwp_tablet_v2@4278190080, wl_surface@25)
[1965859.218] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(361937, 116, 0)
[1965859.238] -> wl_callback@27.done(424441361)
[1965859.245] -> wl_display@1.delete_id(27)
[1965859.259] -> wl_surface@25.enter(wl_output@9)
[1965859.651] wl_display@1.delete_id(15)
[1965859.668] wl_display@1.delete_id(27)
[1965859.676] wl_keyboard@23.enter(114, wl_surface@25, array)
[1965859.689] wl_keyboard@23.modifiers(115, 0, 0, 0, 0)
[1965859.710] zwp_tablet_pad_v2@4278190081.enter(116, zwp_tablet_v2@4278190080, wl_surface@25)
[1965859.722] zwp_tablet_pad_group_v2@4278190082.mode_switch(361937, 116, 0)
[1965859.735] wl_callback@27.done(424441361)
[1965859.742] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1965859.755] -> wl_surface@25.damage(0, 0, 504, 290)
[1965859.771] -> wl_surface@25.frame(new id wl_callback@27)
[1965859.779] -> wl_surface@25.commit()
[1965859.788] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1965859.807] wl_surface@25.damage(0, 0, 504, 290)
[1965859.824] wl_surface@25.frame(new id wl_callback@27)
[1965859.832] wl_surface@25.commit()
[1965859.839] -> wl_buffer@26.release()
[1965866.957] -> wl_callback@27.done(424441369)
[1965866.970] -> wl_display@1.delete_id(27)
[1965867.000] wl_display@1.delete_id(27)
[1965867.017] wl_callback@27.done(424441369)
[1965867.026] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1965867.043] -> wl_surface@25.damage(0, 0, 504, 290)
[1965867.062] -> wl_surface@25.frame(new id wl_callback@27)
[1965867.071] -> wl_surface@25.commit()
[1965867.084] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1965867.096] wl_surface@25.damage(0, 0, 504, 290)
[1965867.110] wl_surface@25.frame(new id wl_callback@27)
[1965867.118] wl_surface@25.commit()
[1965867.125] -> wl_buffer@26.release()
[1965883.599] -> wl_callback@27.done(424441386)
[1965883.618] -> wl_display@1.delete_id(27)
[1965883.651] wl_display@1.delete_id(27)
[1965883.682] wl_callback@27.done(424441386)
NOT COOL: Duplicated action name from xml data: "object_order_raise"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_right"
NOT COOL: Duplicated action name from xml data: "object_ungroup"
NOT COOL: Duplicated action name from xml data: "object_order_back"
NOT COOL: Duplicated action name from xml data: "object_order_front"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_center"
NOT COOL: Duplicated action name from xml data: "object_group"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_left"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_top"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_center"
NOT COOL: Duplicated action name from xml data: "object_order_lower"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_bottom"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_left"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_center"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_right"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_gaps"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_top"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_center"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_bottom"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_gaps"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_90_cw"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_90_ccw"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_180"
NOT COOL: Duplicated action name from xml data: "object_transform_mirror_horizontally"
NOT COOL: Duplicated action name from xml data: "object_transform_mirror_vertically"
NOT COOL: Duplicated action name from xml data: "object_transform_reset"
NOT COOL: Duplicated action name from xml data: "object_unite"
NOT COOL: Duplicated action name from xml data: "object_intersect"
NOT COOL: Duplicated action name from xml data: "object_subtract"
NOT COOL: Duplicated action name from xml data: "object_split"
NOT COOL: Duplicated action name from xml data: "calligraphy_increase_width"
NOT COOL: Duplicated action name from xml data: "calligraphy_increase_angle"
NOT COOL: Duplicated action name from xml data: "calligraphy_decrease_width"
NOT COOL: Duplicated action name from xml data: "calligraphy_decrease_angle"
NOT COOL: Duplicated action name from xml data: "movetool-move-up"
NOT COOL: Duplicated action name from xml data: "movetool-move-down"
NOT COOL: Duplicated action name from xml data: "movetool-show-coordinates"
NOT COOL: Duplicated action name from xml data: "movetool-move-left"
NOT COOL: Duplicated action name from xml data: "movetool-move-right"
NOT COOL: Duplicated action name from xml data: "movetool-move-up-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-down-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-left-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-right-more"
NOT COOL: Duplicated action name from xml data: "convert-to-path"
NOT COOL: Duplicated action name from xml data: "pathpoint-remove"
NOT COOL: Duplicated action name from xml data: "path-break-segment"
NOT COOL: Duplicated action name from xml data: "pathsegment-line"
NOT COOL: Duplicated action name from xml data: "path-break-point"
NOT COOL: Duplicated action name from xml data: "pathpoint-line"
NOT COOL: Duplicated action name from xml data: "pathpoint-symmetric"
NOT COOL: Duplicated action name from xml data: "pathpoint-curve"
NOT COOL: Duplicated action name from xml data: "pathsegment-curve"
NOT COOL: Duplicated action name from xml data: "pathpoint-insert"
NOT COOL: Duplicated action name from xml data: "pathpoint-corner"
NOT COOL: Duplicated action name from xml data: "pathpoint-merge"
NOT COOL: Duplicated action name from xml data: "pathpoint-join"
NOT COOL: Duplicated action name from xml data: "pathpoint-smooth"
NOT COOL: Duplicated action name from xml data: "SvgTextTool"
NOT COOL: Duplicated action name from xml data: "svg_format_textcolor"
NOT COOL: Duplicated action name from xml data: "svg_background_color"
NOT COOL: Duplicated action name from xml data: "svg_font_size"
NOT COOL: Duplicated action name from xml data: "svg_font"
NOT COOL: Duplicated action name from xml data: "svg_insert_special_character"
NOT COOL: Duplicated action name from xml data: "svg_align_right"
NOT COOL: Duplicated action name from xml data: "svg_align_left"
NOT COOL: Duplicated action name from xml data: "svg_align_justified"
NOT COOL: Duplicated action name from xml data: "svg_align_center"
NOT COOL: Duplicated action name from xml data: "svg_decrease_font_size"
NOT COOL: Duplicated action name from xml data: "svg_increase_font_size"
NOT COOL: Duplicated action name from xml data: "svg_format_subscript"
NOT COOL: Duplicated action name from xml data: "svg_format_superscript"
NOT COOL: Duplicated action name from xml data: "svg_format_underline"
NOT COOL: Duplicated action name from xml data: "svg_format_strike_through"
NOT COOL: Duplicated action name from xml data: "svg_weight_bold"
NOT COOL: Duplicated action name from xml data: "svg_format_italic"
NOT COOL: Duplicated action name from xml data: "svg_weight_normal"
NOT COOL: Duplicated action name from xml data: "svg_weight_demi"
NOT COOL: Duplicated action name from xml data: "svg_weight_black"
NOT COOL: Duplicated action name from xml data: "svg_weight_light"
NOT COOL: Duplicated action name from xml data: "svg_line_height"
NOT COOL: Duplicated action name from xml data: "svg_settings"
NOT COOL: Duplicated action name from xml data: "hello_python"
NOT COOL: Duplicated action name from xml data: "open_resources_directory"
NOT COOL: Duplicated action name from xml data: "edit_blacklist_cleanup"
NOT COOL: Duplicated action name from xml data: "windows_cascade"
NOT COOL: Duplicated action name from xml data: "windows_tile"
NOT COOL: Duplicated action name from xml data: "create_bundle"
NOT COOL: Duplicated action name from xml data: "mainToolBar"
NOT COOL: Duplicated action name from xml data: "show_color_selector"
NOT COOL: Duplicated action name from xml data: "show_mypaint_shade_selector"
NOT COOL: Duplicated action name from xml data: "show_minimal_shade_selector"
NOT COOL: Duplicated action name from xml data: "show_color_history"
NOT COOL: Duplicated action name from xml data: "show_common_colors"
NOT COOL: Duplicated action name from xml data: "show_tool_options"
NOT COOL: Duplicated action name from xml data: "show_brush_editor"
NOT COOL: Duplicated action name from xml data: "show_brush_presets"
NOT COOL: Duplicated action name from xml data: "tablet_debugger"
NOT COOL: Duplicated action name from xml data: "buginfo"
NOT COOL: Duplicated action name from xml data: "rename_composition"
NOT COOL: Duplicated action name from xml data: "update_composition"
NOT COOL: Duplicated action name from xml data: "ruler_pixel_multiple2"
NOT COOL: Duplicated action name from xml data: "invert_selection"
NOT COOL: Duplicated action name from xml data: "make_brush_color_lighter"
NOT COOL: Duplicated action name from xml data: "make_brush_color_darker"
NOT COOL: Duplicated action name from xml data: "make_brush_color_saturated"
NOT COOL: Duplicated action name from xml data: "make_brush_color_desaturated"
NOT COOL: Duplicated action name from xml data: "shift_brush_color_clockwise"
NOT COOL: Duplicated action name from xml data: "shift_brush_color_counter_clockwise"
NOT COOL: Duplicated action name from xml data: "make_brush_color_redder"
NOT COOL: Duplicated action name from xml data: "make_brush_color_greener"
NOT COOL: Duplicated action name from xml data: "make_brush_color_bluer"
NOT COOL: Duplicated action name from xml data: "make_brush_color_yellower"
NOT COOL: Duplicated action name from xml data: "increase_opacity"
NOT COOL: Duplicated action name from xml data: "decrease_opacity"
NOT COOL: Duplicated action name from xml data: "erase_action"
NOT COOL: Duplicated action name from xml data: "reload_preset_action"
NOT COOL: Duplicated action name from xml data: "preserve_alpha"
NOT COOL: Duplicated action name from xml data: "disable_pressure"
NOT COOL: Duplicated action name from xml data: "hmirror_action"
NOT COOL: Duplicated action name from xml data: "vmirror_action"
NOT COOL: Duplicated action name from xml data: "mirrorX-hideDecorations"
NOT COOL: Duplicated action name from xml data: "mirrorY-hideDecorations"
NOT COOL: Duplicated action name from xml data: "mirrorX-lock"
NOT COOL: Duplicated action name from xml data: "mirrorY-lock"
NOT COOL: Duplicated action name from xml data: "mirrorX-moveToCenter"
NOT COOL: Duplicated action name from xml data: "mirrorY-moveToCenter"
NOT COOL: Duplicated action name from xml data: "toggle-selection-overlay-mode"
NOT COOL: Duplicated action name from xml data: "next_favorite_preset"
NOT COOL: Duplicated action name from xml data: "previous_favorite_preset"
NOT COOL: Duplicated action name from xml data: "previous_preset"
NOT COOL: Duplicated action name from xml data: "BrushesAndStuff"
NOT COOL: Duplicated action name from xml data: "reset_fg_bg"
NOT COOL: Duplicated action name from xml data: "toggle_fg_bg"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_add"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_subtract"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_intersect"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_replace"
NOT COOL: Duplicated action name from xml data: "set_weighted_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "set_no_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "set_stabilizer_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "decrease_brush_size"
NOT COOL: Duplicated action name from xml data: "set_simple_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "increase_brush_size"
NOT COOL: Duplicated action name from xml data: "toggle_assistant"
NOT COOL: Duplicated action name from xml data: "undo_polygon_selection"
NOT COOL: Duplicated action name from xml data: "fill_selection_foreground_color_opacity"
NOT COOL: Duplicated action name from xml data: "fill_selection_background_color_opacity"
NOT COOL: Duplicated action name from xml data: "fill_selection_pattern_opacity"
NOT COOL: Duplicated action name from xml data: "convert_selection_to_shape"
NOT COOL: Duplicated action name from xml data: "show-global-selection-mask"
NOT COOL: Duplicated action name from xml data: "krita_filter_colortoalpha"
NOT COOL: Duplicated action name from xml data: "krita_filter_top edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_indexcolors"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss horizontal only"
NOT COOL: Duplicated action name from xml data: "krita_filter_dodge"
NOT COOL: Duplicated action name from xml data: "krita_filter_sharpen"
NOT COOL: Duplicated action name from xml data: "krita_filter_burn"
NOT COOL: Duplicated action name from xml data: "krita_filter_mean removal"
NOT COOL: Duplicated action name from xml data: "krita_filter_gaussian blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss all directions"
NOT COOL: Duplicated action name from xml data: "krita_filter_smalltiles"
NOT COOL: Duplicated action name from xml data: "krita_filter_levels"
NOT COOL: Duplicated action name from xml data: "krita_filter_sobel"
NOT COOL: Duplicated action name from xml data: "krita_filter_wave"
NOT COOL: Duplicated action name from xml data: "krita_filter_motion blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_invert"
NOT COOL: Duplicated action name from xml data: "krita_filter_perchannel"
NOT COOL: Duplicated action name from xml data: "krita_filter_pixelize"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss laplascian"
NOT COOL: Duplicated action name from xml data: "krita_filter_left edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_raindrops"
NOT COOL: Duplicated action name from xml data: "krita_filter_bottom edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_noise"
NOT COOL: Duplicated action name from xml data: "krita_filter_brightnesscontrast"
NOT COOL: Duplicated action name from xml data: "krita_filter_colorbalance"
NOT COOL: Duplicated action name from xml data: "krita_filter_phongbumpmap"
NOT COOL: Duplicated action name from xml data: "krita_filter_desaturate"
NOT COOL: Duplicated action name from xml data: "krita_filter_colortransfer"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss vertical only"
NOT COOL: Duplicated action name from xml data: "krita_filter_lens blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_minimize"
NOT COOL: Duplicated action name from xml data: "krita_filter_maximize"
NOT COOL: Duplicated action name from xml data: "krita_filter_oilpaint"
NOT COOL: Duplicated action name from xml data: "krita_filter_right edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_autocontrast"
NOT COOL: Duplicated action name from xml data: "krita_filter_roundcorners"
NOT COOL: Duplicated action name from xml data: "krita_filter_unsharp"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss horizontal and vertical"
NOT COOL: Duplicated action name from xml data: "krita_filter_randompick"
NOT COOL: Duplicated action name from xml data: "krita_filter_gaussiannoisereducer"
NOT COOL: Duplicated action name from xml data: "krita_filter_posterize"
NOT COOL: Duplicated action name from xml data: "krita_filter_waveletnoisereducer"
NOT COOL: Duplicated action name from xml data: "krita_filter_hsvadjustment"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolDyna"
NOT COOL: Duplicated action name from xml data: "KisToolCrop"
NOT COOL: Duplicated action name from xml data: "KisToolPolygon"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolRectangle"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolMultiBrush"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolLazyBrush"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolSmartPatch"
NOT COOL: Duplicated action name from xml data: "PanTool"
NOT COOL: Duplicated action name from xml data: "InteractionTool"
NOT COOL: Duplicated action name from xml data: "KritaSelected/KisToolColorPicker"
NOT COOL: Duplicated action name from xml data: "KisToolSelectOutline"
NOT COOL: Duplicated action name from xml data: "KisToolSelectPath"
NOT COOL: Duplicated action name from xml data: "KisToolSelectSimilar"
NOT COOL: Duplicated action name from xml data: "KritaFill/KisToolFill"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolLine"
NOT COOL: Duplicated action name from xml data: "KisToolPencil"
NOT COOL: Duplicated action name from xml data: "KisToolPath"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolEllipse"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolBrush"
NOT COOL: Duplicated action name from xml data: "CreateShapesTool"
NOT COOL: Duplicated action name from xml data: "KisToolSelectElliptical"
NOT COOL: Duplicated action name from xml data: "KisToolSelectContiguous"
NOT COOL: Duplicated action name from xml data: "KarbonPatternTool"
NOT COOL: Duplicated action name from xml data: "ReviewTool"
NOT COOL: Duplicated action name from xml data: "KritaFill/KisToolGradient"
NOT COOL: Duplicated action name from xml data: "KisToolSelectPolygonal"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolMeasure"
NOT COOL: Duplicated action name from xml data: "KisToolSelectRectangular"
NOT COOL: Duplicated action name from xml data: "KritaTransform/KisToolMove"
NOT COOL: Duplicated action name from xml data: "VectorTool"
NOT COOL: Duplicated action name from xml data: "KarbonCalligraphyTool"
NOT COOL: Duplicated action name from xml data: "PathTool"
NOT COOL: Duplicated action name from xml data: "ZoomTool"
NOT COOL: Duplicated action name from xml data: "KisToolPolyline"
NOT COOL: Duplicated action name from xml data: "KisToolTransform"
NOT COOL: Duplicated action name from xml data: "KisAssistantTool"
NOT COOL: Duplicated action name from xml data: "KarbonGradientTool"
NOT COOL: Duplicated action name from xml data: "ToolReferenceImages"
NOT COOL: Duplicated action name from xml data: "Select Normal Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Dissolve Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Behind Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Clear Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Darken Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Multiply Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Burn Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Burn Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Lighten Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Screen Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Dodge Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Dodge Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Overlay Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Overlay Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Soft Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Vivid Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Pin Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Mix Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Difference Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Exclusion Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hue Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Saturation Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Luminosity Blending Mode"
NOT COOL: Duplicated action name from xml data: "previous_frame"
NOT COOL: Duplicated action name from xml data: "next_frame"
NOT COOL: Duplicated action name from xml data: "toggle_playback"
NOT COOL: Duplicated action name from xml data: "add_blank_frame"
NOT COOL: Duplicated action name from xml data: "add_duplicate_frame"
NOT COOL: Duplicated action name from xml data: "toggle_onion_skin"
NOT COOL: Duplicated action name from xml data: "previous_keyframe"
NOT COOL: Duplicated action name from xml data: "next_keyframe"
NOT COOL: Duplicated action name from xml data: "first_frame"
NOT COOL: Duplicated action name from xml data: "last_frame"
NOT COOL: Duplicated action name from xml data: "lazy_frame"
NOT COOL: Duplicated action name from xml data: "drop_frames"
NOT COOL: Duplicated action name from xml data: "show_in_timeline"
NOT COOL: Duplicated action name from xml data: "insert_keyframe_left"
NOT COOL: Duplicated action name from xml data: "insert_keyframe_right"
NOT COOL: Duplicated action name from xml data: "insert_multiple_keyframes"
NOT COOL: Duplicated action name from xml data: "remove_frames_and_pull"
NOT COOL: Duplicated action name from xml data: "remove_frames"
NOT COOL: Duplicated action name from xml data: "insert_column_left"
NOT COOL: Duplicated action name from xml data: "insert_column_right"
NOT COOL: Duplicated action name from xml data: "insert_multiple_columns"
NOT COOL: Duplicated action name from xml data: "remove_columns_and_pull"
NOT COOL: Duplicated action name from xml data: "remove_columns"
NOT COOL: Duplicated action name from xml data: "insert_hold_frame"
NOT COOL: Duplicated action name from xml data: "insert_multiple_hold_frames"
NOT COOL: Duplicated action name from xml data: "remove_hold_frame"
NOT COOL: Duplicated action name from xml data: "remove_multiple_hold_frames"
NOT COOL: Duplicated action name from xml data: "insert_hold_column"
NOT COOL: Duplicated action name from xml data: "insert_multiple_hold_columns"
NOT COOL: Duplicated action name from xml data: "remove_hold_column"
NOT COOL: Duplicated action name from xml data: "remove_multiple_hold_columns"
NOT COOL: Duplicated action name from xml data: "mirror_frames"
NOT COOL: Duplicated action name from xml data: "mirror_columns"
NOT COOL: Duplicated action name from xml data: "copy_frames_to_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_frames_to_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_frames_from_clipboard"
NOT COOL: Duplicated action name from xml data: "copy_columns_to_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_columns_to_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_columns_from_clipboard"
NOT COOL: Duplicated action name from xml data: "set_start_time"
NOT COOL: Duplicated action name from xml data: "set_end_time"
NOT COOL: Duplicated action name from xml data: "update_playback_range"
NOT COOL: Duplicated action name from xml data: "activateNextLayer"
NOT COOL: Duplicated action name from xml data: "activatePreviousLayer"
NOT COOL: Duplicated action name from xml data: "switchToPreviouslyActiveNode"
NOT COOL: Duplicated action name from xml data: "add_new_group_layer"
NOT COOL: Duplicated action name from xml data: "add_new_clone_layer"
NOT COOL: Duplicated action name from xml data: "add_new_shape_layer"
NOT COOL: Duplicated action name from xml data: "add_new_adjustment_layer"
NOT COOL: Duplicated action name from xml data: "add_new_fill_layer"
NOT COOL: Duplicated action name from xml data: "add_new_file_layer"
NOT COOL: Duplicated action name from xml data: "add_new_transparency_mask"
NOT COOL: Duplicated action name from xml data: "add_new_filter_mask"
NOT COOL: Duplicated action name from xml data: "add_new_colorize_mask"
NOT COOL: Duplicated action name from xml data: "add_new_transform_mask"
NOT COOL: Duplicated action name from xml data: "add_new_selection_mask"
NOT COOL: Duplicated action name from xml data: "isolate_layer"
NOT COOL: Duplicated action name from xml data: "toggle_layer_lock"
NOT COOL: Duplicated action name from xml data: "toggle_layer_visibility"
NOT COOL: Duplicated action name from xml data: "toggle_layer_alpha_lock"
NOT COOL: Duplicated action name from xml data: "toggle_layer_inherit_alpha"
NOT COOL: Duplicated action name from xml data: "add_new_paint_layer"
NOT COOL: Duplicated action name from xml data: "new_from_visible"
NOT COOL: Duplicated action name from xml data: "duplicatelayer"
NOT COOL: Duplicated action name from xml data: "cut_selection_to_new_layer"
NOT COOL: Duplicated action name from xml data: "copy_selection_to_new_layer"
NOT COOL: Duplicated action name from xml data: "copy_layer_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_layer_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_layer_from_clipboard"
NOT COOL: Duplicated action name from xml data: "create_quick_group"
NOT COOL: Duplicated action name from xml data: "quick_ungroup"
NOT COOL: Duplicated action name from xml data: "create_quick_clipping_group"
NOT COOL: Duplicated action name from xml data: "select_all_layers"
NOT COOL: Duplicated action name from xml data: "select_visible_layers"
NOT COOL: Duplicated action name from xml data: "select_locked_layers"
NOT COOL: Duplicated action name from xml data: "select_invisible_layers"
NOT COOL: Duplicated action name from xml data: "select_unlocked_layers"
NOT COOL: Duplicated action name from xml data: "save_node_as_image"
NOT COOL: Duplicated action name from xml data: "save_vector_node_to_svg"
NOT COOL: Duplicated action name from xml data: "save_groups_as_images"
NOT COOL: Duplicated action name from xml data: "convert_group_to_animated"
NOT COOL: Duplicated action name from xml data: "convert_to_animated"
NOT COOL: Duplicated action name from xml data: "convert_to_file_layer"
NOT COOL: Duplicated action name from xml data: "import_layer_from_file"
NOT COOL: Duplicated action name from xml data: "import_layer_as_paint_layer"
NOT COOL: Duplicated action name from xml data: "import_layer_as_transparency_mask"
NOT COOL: Duplicated action name from xml data: "import_layer_as_filter_mask"
NOT COOL: Duplicated action name from xml data: "import_layer_as_selection_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_paint_layer"
NOT COOL: Duplicated action name from xml data: "convert_to_transparency_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_filter_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_selection_mask"
NOT COOL: Duplicated action name from xml data: "split_alpha_into_mask"
NOT COOL: Duplicated action name from xml data: "split_alpha_write"
NOT COOL: Duplicated action name from xml data: "split_alpha_save_merged"
NOT COOL: Duplicated action name from xml data: "layersplit"
NOT COOL: Duplicated action name from xml data: "waveletdecompose"
NOT COOL: Duplicated action name from xml data: "mirrorNodeX"
NOT COOL: Duplicated action name from xml data: "mirrorNodeY"
NOT COOL: Duplicated action name from xml data: "rotatelayer"
NOT COOL: Duplicated action name from xml data: "rotateLayerCW90"
NOT COOL: Duplicated action name from xml data: "rotateLayerCCW90"
NOT COOL: Duplicated action name from xml data: "rotateLayer180"
NOT COOL: Duplicated action name from xml data: "layersize"
NOT COOL: Duplicated action name from xml data: "shearlayer"
NOT COOL: Duplicated action name from xml data: "mirrorAllNodesX"
NOT COOL: Duplicated action name from xml data: "mirrorAllNodesY"
NOT COOL: Duplicated action name from xml data: "rotateAllLayers"
NOT COOL: Duplicated action name from xml data: "rotateAllLayersCW90"
NOT COOL: Duplicated action name from xml data: "rotateAllLayersCCW90"
NOT COOL: Duplicated action name from xml data: "rotateAllLayers180"
NOT COOL: Duplicated action name from xml data: "scaleAllLayers"
NOT COOL: Duplicated action name from xml data: "shearAllLayers"
NOT COOL: Duplicated action name from xml data: "offsetlayer"
NOT COOL: Duplicated action name from xml data: "clones_array"
NOT COOL: Duplicated action name from xml data: "EditLayerMetaData"
NOT COOL: Duplicated action name from xml data: "histogram"
NOT COOL: Duplicated action name from xml data: "layercolorspaceconversion"
NOT COOL: Duplicated action name from xml data: "merge_layer"
NOT COOL: Duplicated action name from xml data: "flatten_layer"
NOT COOL: Duplicated action name from xml data: "rasterize_layer"
NOT COOL: Duplicated action name from xml data: "flatten_image"
NOT COOL: Duplicated action name from xml data: "layer_style"
NOT COOL: Duplicated action name from xml data: "LayerGroupSwitcher/previous"
NOT COOL: Duplicated action name from xml data: "LayerGroupSwitcher/next"
NOT COOL: Duplicated action name from xml data: "RenameCurrentLayer"
NOT COOL: Duplicated action name from xml data: "remove_layer"
NOT COOL: Duplicated action name from xml data: "move_layer_up"
NOT COOL: Duplicated action name from xml data: "move_layer_down"
NOT COOL: Duplicated action name from xml data: "layer_properties"
NOT COOL: Duplicated action name from xml data: "set-copy-from"
NOT COOL: Duplicated action name from xml data: "file_new"
NOT COOL: Duplicated action name from xml data: "file_open"
NOT COOL: Duplicated action name from xml data: "file_open_recent"
NOT COOL: Duplicated action name from xml data: "file_save"
NOT COOL: Duplicated action name from xml data: "file_save_as"
NOT COOL: Duplicated action name from xml data: "file_sessions"
NOT COOL: Duplicated action name from xml data: "file_import_file"
NOT COOL: Duplicated action name from xml data: "file_export_file"
NOT COOL: Duplicated action name from xml data: "file_import_animation"
NOT COOL: Duplicated action name from xml data: "render_animation"
NOT COOL: Duplicated action name from xml data: "render_animation_again"
NOT COOL: Duplicated action name from xml data: "save_incremental_version"
NOT COOL: Duplicated action name from xml data: "save_incremental_backup"
NOT COOL: Duplicated action name from xml data: "create_template"
NOT COOL: Duplicated action name from xml data: "create_copy"
NOT COOL: Duplicated action name from xml data: "file_print"
NOT COOL: Duplicated action name from xml data: "file_print_preview"
NOT COOL: Duplicated action name from xml data: "file_documentinfo"
NOT COOL: Duplicated action name from xml data: "file_close_all"
NOT COOL: Duplicated action name from xml data: "file_close"
NOT COOL: Duplicated action name from xml data: "file_quit"
NOT COOL: Duplicated action name from xml data: "edit_undo"
NOT COOL: Duplicated action name from xml data: "edit_redo"
NOT COOL: Duplicated action name from xml data: "edit_cut"
NOT COOL: Duplicated action name from xml data: "edit_copy"
NOT COOL: Duplicated action name from xml data: "copy_sharp"
NOT COOL: Duplicated action name from xml data: "cut_sharp"
NOT COOL: Duplicated action name from xml data: "copy_merged"
NOT COOL: Duplicated action name from xml data: "edit_paste"
NOT COOL: Duplicated action name from xml data: "paste_at"
NOT COOL: Duplicated action name from xml data: "paste_new"
NOT COOL: Duplicated action name from xml data: "paste_as_reference"
NOT COOL: Duplicated action name from xml data: "clear"
NOT COOL: Duplicated action name from xml data: "fill_selection_foreground_color"
NOT COOL: Duplicated action name from xml data: "fill_selection_background_color"
NOT COOL: Duplicated action name from xml data: "fill_selection_pattern"
NOT COOL: Duplicated action name from xml data: "stroke_shapes"
NOT COOL: Duplicated action name from xml data: "stroke_selection"
NOT COOL: Duplicated action name from xml data: "delete_keyframe"
NOT COOL: Duplicated action name from xml data: "view_newwindow"
NOT COOL: Duplicated action name from xml data: "windows_next"
NOT COOL: Duplicated action name from xml data: "windows_previous"
NOT COOL: Duplicated action name from xml data: "view_show_canvas_only"
NOT COOL: Duplicated action name from xml data: "fullscreen"
NOT COOL: Duplicated action name from xml data: "wrap_around_mode"
NOT COOL: Duplicated action name from xml data: "level_of_detail_mode"
NOT COOL: Duplicated action name from xml data: "softProof"
NOT COOL: Duplicated action name from xml data: "gamutCheck"
NOT COOL: Duplicated action name from xml data: "mirror_canvas"
NOT COOL: Duplicated action name from xml data: "zoom_to_100pct"
NOT COOL: Duplicated action name from xml data: "view_zoom_in"
NOT COOL: Duplicated action name from xml data: "view_zoom_out"
NOT COOL: Duplicated action name from xml data: "rotate_canvas_right"
NOT COOL: Duplicated action name from xml data: "rotate_canvas_left"
NOT COOL: Duplicated action name from xml data: "reset_canvas_rotation"
NOT COOL: Duplicated action name from xml data: "view_ruler"
NOT COOL: Duplicated action name from xml data: "rulers_track_mouse"
NOT COOL: Duplicated action name from xml data: "view_show_guides"
NOT COOL: Duplicated action name from xml data: "view_lock_guides"
NOT COOL: Duplicated action name from xml data: "view_snap_to_guides"
NOT COOL: Duplicated action name from xml data: "showStatusBar"
NOT COOL: Duplicated action name from xml data: "view_pixel_grid"
NOT COOL: Duplicated action name from xml data: "view_grid"
NOT COOL: Duplicated action name from xml data: "view_snap_to_grid"
NOT COOL: Duplicated action name from xml data: "show_snap_options_popup"
NOT COOL: Duplicated action name from xml data: "view_snap_orthogonal"
NOT COOL: Duplicated action name from xml data: "view_snap_node"
NOT COOL: Duplicated action name from xml data: "view_snap_extension"
NOT COOL: Duplicated action name from xml data: "view_snap_to_pixel"
NOT COOL: Duplicated action name from xml data: "view_snap_intersection"
NOT COOL: Duplicated action name from xml data: "view_snap_bounding_box"
NOT COOL: Duplicated action name from xml data: "view_snap_image_bounds"
NOT COOL: Duplicated action name from xml data: "view_snap_image_center"
NOT COOL: Duplicated action name from xml data: "view_toggle_painting_assistants"
NOT COOL: Duplicated action name from xml data: "view_toggle_assistant_previews"
NOT COOL: Duplicated action name from xml data: "view_toggle_reference_images"
NOT COOL: Duplicated action name from xml data: "image_properties"
NOT COOL: Duplicated action name from xml data: "image_color"
NOT COOL: Duplicated action name from xml data: "imagecolorspaceconversion"
NOT COOL: Duplicated action name from xml data: "trim_to_image"
NOT COOL: Duplicated action name from xml data: "resizeimagetolayer"
NOT COOL: Duplicated action name from xml data: "resizeimagetoselection"
NOT COOL: Duplicated action name from xml data: "rotateimage"
NOT COOL: Duplicated action name from xml data: "rotateImageCW90"
NOT COOL: Duplicated action name from xml data: "rotateImageCCW90"
NOT COOL: Duplicated action name from xml data: "rotateImage180"
NOT COOL: Duplicated action name from xml data: "shearimage"
NOT COOL: Duplicated action name from xml data: "mirrorImageHorizontal"
NOT COOL: Duplicated action name from xml data: "mirrorImageVertical"
NOT COOL: Duplicated action name from xml data: "imagesize"
NOT COOL: Duplicated action name from xml data: "offsetimage"
NOT COOL: Duplicated action name from xml data: "canvassize"
NOT COOL: Duplicated action name from xml data: "imagesplit"
NOT COOL: Duplicated action name from xml data: "separate"
NOT COOL: Duplicated action name from xml data: "select_all"
NOT COOL: Duplicated action name from xml data: "deselect"
NOT COOL: Duplicated action name from xml data: "reselect"
NOT COOL: Duplicated action name from xml data: "convert_to_vector_selection"
NOT COOL: Duplicated action name from xml data: "convert_to_raster_selection"
NOT COOL: Duplicated action name from xml data: "edit_selection"
NOT COOL: Duplicated action name from xml data: "convert_shapes_to_vector_selection"
NOT COOL: Duplicated action name from xml data: "featherselection"
NOT COOL: Duplicated action name from xml data: "toggle_display_selection"
NOT COOL: Duplicated action name from xml data: "selectionscale"
NOT COOL: Duplicated action name from xml data: "colorrange"
NOT COOL: Duplicated action name from xml data: "selectopaque"
NOT COOL: Duplicated action name from xml data: "selectopaque_add"
NOT COOL: Duplicated action name from xml data: "selectopaque_subtract"
NOT COOL: Duplicated action name from xml data: "selectopaque_intersect"
NOT COOL: Duplicated action name from xml data: "growselection"
NOT COOL: Duplicated action name from xml data: "shrinkselection"
NOT COOL: Duplicated action name from xml data: "borderselection"
NOT COOL: Duplicated action name from xml data: "smoothselection"
NOT COOL: Duplicated action name from xml data: "filter_apply_again"
NOT COOL: Duplicated action name from xml data: "adjust_filters"
NOT COOL: Duplicated action name from xml data: "artistic_filters"
NOT COOL: Duplicated action name from xml data: "blur_filters"
NOT COOL: Duplicated action name from xml data: "color_filters"
NOT COOL: Duplicated action name from xml data: "edge_filters"
NOT COOL: Duplicated action name from xml data: "enhance_filters"
NOT COOL: Duplicated action name from xml data: "emboss_filters"
NOT COOL: Duplicated action name from xml data: "map_filters"
NOT COOL: Duplicated action name from xml data: "other_filters"
NOT COOL: Duplicated action name from xml data: "QMic"
NOT COOL: Duplicated action name from xml data: "QMicAgain"
NOT COOL: Duplicated action name from xml data: "options_configure"
NOT COOL: Duplicated action name from xml data: "manage_bundles"
NOT COOL: Duplicated action name from xml data: "switch_application_language"
NOT COOL: Duplicated action name from xml data: "view_toggledockers"
NOT COOL: Duplicated action name from xml data: "options_configure_toolbars"
NOT COOL: Duplicated action name from xml data: "settings_dockers_menu"
NOT COOL: Duplicated action name from xml data: "theme_menu"
NOT COOL: Duplicated action name from xml data: "settings_active_author"
NOT COOL: Duplicated action name from xml data: "options_configure_keybinding"
NOT COOL: Duplicated action name from xml data: "window"
NOT COOL: Duplicated action name from xml data: "help_contents"
NOT COOL: Duplicated action name from xml data: "help_report_bug"
NOT COOL: Duplicated action name from xml data: "help_about_app"
NOT COOL: Duplicated action name from xml data: "help_about_kde"
NOT COOL: Duplicated action name from xml data: "gradients"
NOT COOL: Duplicated action name from xml data: "patterns"
NOT COOL: Duplicated action name from xml data: "dual"
NOT COOL: Duplicated action name from xml data: "paintops"
NOT COOL: Duplicated action name from xml data: "composite_actions"
NOT COOL: Duplicated action name from xml data: "brushslider1"
NOT COOL: Duplicated action name from xml data: "brushslider2"
NOT COOL: Duplicated action name from xml data: "brushslider3"
NOT COOL: Duplicated action name from xml data: "mirror_actions"
NOT COOL: Duplicated action name from xml data: "select_layout"
NOT COOL: Duplicated action name from xml data: "workspaces"
NOT COOL: Duplicated action name from xml data: "plugin_importer"
NOT COOL: Duplicated action name from xml data: "activate_preset_1"
NOT COOL: Duplicated action name from xml data: "activate_preset_2"
NOT COOL: Duplicated action name from xml data: "activate_preset_3"
NOT COOL: Duplicated action name from xml data: "activate_preset_4"
NOT COOL: Duplicated action name from xml data: "activate_preset_5"
NOT COOL: Duplicated action name from xml data: "activate_preset_6"
NOT COOL: Duplicated action name from xml data: "activate_preset_7"
NOT COOL: Duplicated action name from xml data: "activate_preset_8"
NOT COOL: Duplicated action name from xml data: "activate_preset_9"
NOT COOL: Duplicated action name from xml data: "activate_preset_0"
NOT COOL: Duplicated action name from xml data: "execute_script_1"
NOT COOL: Duplicated action name from xml data: "execute_script_2"
NOT COOL: Duplicated action name from xml data: "execute_script_3"
NOT COOL: Duplicated action name from xml data: "execute_script_4"
NOT COOL: Duplicated action name from xml data: "execute_script_5"
NOT COOL: Duplicated action name from xml data: "execute_script_6"
NOT COOL: Duplicated action name from xml data: "execute_script_7"
NOT COOL: Duplicated action name from xml data: "execute_script_8"
NOT COOL: Duplicated action name from xml data: "execute_script_9"
NOT COOL: Duplicated action name from xml data: "execute_script_10"
NOT COOL: Duplicated action name from xml data: "krita_filter_threshold"
[1966049.334] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1966049.386] -> wl_surface@25.damage(0, 0, 504, 290)
[1966049.404] -> wl_surface@25.frame(new id wl_callback@27)
[1966049.414] -> wl_surface@25.commit()
[1966049.459] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1966049.493] wl_surface@25.damage(0, 0, 504, 290)
[1966049.513] wl_surface@25.frame(new id wl_callback@27)
[1966049.524] wl_surface@25.commit()
[1966049.546] -> wl_buffer@26.release()
[1966050.309] -> wl_callback@27.done(424441553)
[1966050.327] -> wl_display@1.delete_id(27)
[1966050.350] wl_display@1.delete_id(27)
[1966050.364] wl_callback@27.done(424441553)
[1966354.369] wl_seat@14.get_pointer(new id wl_pointer@11)
[1966354.426] wl_seat@14.get_keyboard(new id wl_keyboard@3)
[1966354.488] -> wl_surface@25.attach(wl_buffer@26, [1966354.510] -> wl_keyboard@3.keymap(01, , 0fd 103)
, 48613[1966354.546] -> wl_surface@25.damage()
0, [1966354.554] -> wl_keyboard@3.repeat_info(025, , 504600, )
290)
[1966354.574] wl_compositor@6.create_surface(new id wl_surface@[1966354.578] -> wl_surface@25.frame(27new id wl_callback@)
27)
[1966354.593] -> wl_surface@25.commit()
[1966354.600] wl_registry@2.bind(13, "xdg_wm_base", 1, new id [unknown]@26)
[1966354.632] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1966354.646] wl_surface@25.damage(0, 0, 504, 290)
[1966354.662] wl_surface@25.frame(new id wl_callback@27)
[1966354.670] wl_surface@25.commit()
[1966354.688] -> wl_buffer@26.release()
[1966366.995] -> wl_callback@27.done(424441869)
[1966367.015] -> wl_display@1.delete_id(27)
[1966367.039] wl_display@1.delete_id(27)
[1966367.059] wl_callback@27.done(424441869)
[1966372.644] wl_keyboard@3.keymap(1, fd 26, 48613)
[1966372.725] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1966372.741] -> wl_surface@25.damage(0, 0, 504, 290)
[1966372.758] -> wl_surface@25.frame(new id wl_callback@27)
[1966372.766] -> wl_surface@25.commit()
[1966372.796] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1966372.824] wl_surface@25.damage(0, 0, 504, 290)
[1966372.844] wl_surface@25.frame(new id wl_callback@27)
[1966372.855] wl_surface@25.commit()
[1966372.868] -> wl_buffer@26.release()
[1966374.096] wl_keyboard@3.repeat_info(25, 600)
[1966383.686] -> wl_callback@27.done(424441886)
[1966383.709] -> wl_display@1.delete_id(27)
[1966383.737] wl_display@1.delete_id(27)
[1966383.757] wl_callback@27.done(424441886)
[1966383.767] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1966383.785] -> wl_surface@25.damage(0, 0, 504, 290)
[1966383.804] -> wl_surface@25.frame(new id wl_callback@27)
[1966383.814] -> wl_surface@25.commit()
[1966383.845] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1966383.871] wl_surface@25.damage(0, 0, 504, 290)
[1966383.892] wl_surface@25.frame(new id wl_callback@27)
[1966383.902] wl_surface@25.commit()
[1966383.913] -> wl_buffer@26.release()
[1966400.375] -> wl_callback@27.done(424441903)
[1966400.401] -> wl_display@1.delete_id(27)
[1966400.429] wl_display@1.delete_id(27)
[1966400.449] wl_callback@27.done(424441903)
[1967042.978] -> zwp_tablet_pad_v2@4278190081.button(424442545, 1, 1)
[1967043.082] zwp_tablet_pad_v2@4278190081.button(424442545, 1, 1)
[1967214.971] -> zwp_tablet_pad_v2@4278190081.button(424442717, 1, 0)
[1967215.064] zwp_tablet_pad_v2@4278190081.button(424442717, 1, 0)
[1967232.944] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1967232.967] -> wl_surface@25.damage(0, 0, 504, 290)
[1967232.981] -> wl_surface@25.frame(new id wl_callback@27)
[1967232.988] -> wl_surface@25.commit()
[1967233.018] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1967233.046] wl_surface@25.damage(0, 0, 504, 290)
[1967233.067] wl_surface@25.frame(new id wl_callback@27)
[1967233.077] wl_surface@25.commit()
[1967233.101] -> wl_buffer@26.release()
[1967233.646] -> wl_callback@27.done(424442736)
[1967233.664] -> wl_display@1.delete_id(27)
[1967233.686] wl_display@1.delete_id(27)
[1967233.701] wl_callback@27.done(424442736)
[1967255.400] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1967255.430] -> wl_surface@25.damage(0, 0, 504, 290)
[1967255.447] -> wl_surface@25.frame(new id wl_callback@27)
[1967255.457] -> wl_surface@25.commit()
[1967255.487] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1967255.514] wl_surface@25.damage(0, 0, 504, 290)
[1967255.534] wl_surface@25.frame(new id wl_callback@27)
[1967255.545] wl_surface@25.commit()
[1967255.556] -> wl_buffer@26.release()
[1967266.944] -> wl_callback@27.done(424442769)
[1967266.963] -> wl_display@1.delete_id(27)
[1967266.986] wl_display@1.delete_id(27)
[1967267.005] wl_callback@27.done(424442769)
[1967380.848] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1967380.904] -> wl_surface@25.damage(0, 0, 504, 290)
[1967380.924] -> wl_surface@25.frame(new id wl_callback@27)
[1967380.933] -> wl_surface@25.commit()
[1967380.974] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1967381.006] wl_surface@25.damage(0, 0, 504, 290)
[1967381.026] wl_surface@25.frame(new id wl_callback@27)
[1967381.058] wl_surface@25.commit()
[1967381.081] -> wl_buffer@26.release()
[1967383.650] -> wl_callback@27.done(424442886)
[1967383.669] -> wl_display@1.delete_id(27)
[1967383.691] wl_display@1.delete_id(27)
[1967383.706] wl_callback@27.done(424442886)
[1967383.715] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1967383.735] -> wl_surface@25.damage(0, 0, 504, 290)
[1967383.751] -> wl_surface@25.frame(new id wl_callback@27)
[1967383.758] -> wl_surface@25.commit()
[1967383.785] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1967383.810] wl_surface@25.damage(0, 0, 504, 290)
[1967383.830] wl_surface@25.frame(new id wl_callback@27)
[1967383.839] wl_surface@25.commit()
[1967383.848] -> wl_buffer@26.release()
[1967400.202] -> wl_callback@27.done(424442902)
[1967400.217] -> wl_display@1.delete_id(27)
[1967400.233] wl_display@1.delete_id(27)
[1967400.249] wl_callback@27.done(424442902)
QObject::startTimer: Timers cannot have negative intervals
Could not create or open swapfile; disabling swapfile "/tmp/KRITA_SWAP_FILE_XXXXXX"
[1967714.759] -> wl_surface@35.attach(wl_buffer@39, 0, 0)
[1967714.799] -> wl_surface@35.set_buffer_scale(1)
[1967714.806] -> wl_surface@35.damage(1700, 0, 76, 26)
[1967714.821] -> wl_surface@35.damage(1800, 0, 76, 26)
[1967714.844] -> wl_surface@35.frame(new id wl_callback@41)
[1967714.854] -> wl_surface@35.commit()
[1967714.900] wl_surface@35.attach(wl_buffer@39, 0, 0)
[1967714.944] wl_surface@35.set_buffer_scale(1)
[1967714.951] wl_surface@35.damage(1700, 0, 76, 26)
[1967714.967] wl_surface@35.damage(1800, 0, 76, 26)
[1967714.984] wl_surface@35.frame(new id wl_callback@41)
[1967714.994] wl_surface@35.commit()
[1967715.075] -> wl_buffer@39.release()
[1967715.165] wl_buffer@39.release()
[1967722.277] -> wl_callback@41.done(424443224)
[1967722.306] -> wl_display@1.delete_id(41)
[1967722.342] wl_display@1.delete_id(41)
[1967722.358] wl_callback@41.done(424443224)
[1967723.329] -> wl_surface@20.attach(wl_buffer@43, 0, 0)
[1967723.353] -> wl_surface@20.set_buffer_scale(1)
[1967723.360] -> wl_surface@20.damage(1700, 0, 76, 26)
[1967723.375] -> wl_surface@20.damage(1800, 0, 76, 26)
[1967723.399] -> wl_surface@20.frame(new id wl_callback@41)
[1967723.407] -> wl_surface@20.commit()
[1967723.424] wl_surface@20.attach(wl_buffer@43, 0, 0)
[1967723.447] wl_surface@20.set_buffer_scale(1)
[1967723.453] wl_surface@20.damage(1700, 0, 76, 26)
[1967723.469] wl_surface@20.damage(1800, 0, 76, 26)
[1967723.485] wl_surface@20.frame(new id wl_callback@41)
[1967723.493] wl_surface@20.commit()
[1967723.532] -> wl_buffer@43.release()
[1967723.588] wl_buffer@43.release()
[1967733.684] -> wl_callback@41.done(424443236)
[1967733.706] -> wl_display@1.delete_id(41)
[1967733.735] wl_display@1.delete_id(41)
[1967733.758] wl_callback@41.done(424443236)
[1967890.979] -> zwp_tablet_pad_v2@4278190081.button(424443393, 1, 1)
[1967891.078] zwp_tablet_pad_v2@4278190081.button(424443393, 1, 1)
[1968070.979] -> zwp_tablet_pad_v2@4278190081.button(424443573, 1, 0)
[1968071.061] zwp_tablet_pad_v2@4278190081.button(424443573, 1, 0)
[1968356.133] -> wl_compositor@7.create_surface(new id wl_surface@27)
(EE)
(EE) Backtrace:
(EE) 0: Xwayland (OsSigHandler+0x29) [0x59c4f9]
(EE) 1: /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/libpthread.so.0 (funlockfile+0x50) [0x7f8135f7f8af]
(EE) 2: /nix/store/641prxh0dppg0d0cd1hkhcs83sq75g7b-wayland-1.17.0/lib/libwayland-client.so.0 (wl_proxy_marshal+0x87) [0x7f81364ef167]
(EE) 3: Xwayland (xwl_seat_set_cursor+0xd0) [0x4487c0]
(EE) 4: Xwayland (xwl_set_cursor+0x39) [0x448aa9]
(EE) 5: Xwayland (miPointerUpdateSprite+0x1be) [0x48f85e]
(EE) 6: Xwayland (miPointerDisplayCursor+0x96) [0x48fb46]
(EE) 7: Xwayland (CursorDisplayCursor+0x1bb) [0x47c50b]
(EE) 8: Xwayland (AnimCurDisplayCursor+0xa7) [0x4ffd27]
(EE) 9: Xwayland (ChangeToCursor+0x4b) [0x57076b]
(EE) 10: Xwayland (CheckMotion+0x162) [0x574772]
(EE) 11: Xwayland (WindowsRestructured+0x3a) [0x57488a]
(EE) 12: Xwayland (MapWindow+0x175) [0x592725]
(EE) 13: Xwayland (ProcMapWindow+0x6b) [0x561a5b]
(EE) 14: Xwayland (Dispatch+0x303) [0x567ab3]
(EE) 15: Xwayland (dix_main+0x376) [0x56ba46]
(EE) 16: /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/libc.so.6 (__libc_start_main+0xee) [0x7f8135dd9b8e]
(EE) 17: Xwayland (_start+0x2a) [0x441d7a]
(EE)
(EE) Segmentation fault at address 0x51
(EE)
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE)
[1968943.334] -> wl_buffer@26.release()
The X11 connection broke (error 1). Did the X11 server die?
[1969924.530] -> wl_display@1.get_registry(new id wl_registry@2)
[1969924.563] -> wl_display@1.sync(new id wl_callback@3)
[1969924.598] wl_display@1.get_registry(new id wl_registry@2)
[1969924.640] -> wl_registry@2.global(1, "wl_shm", 1)
[1969924.660] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1969924.672] -> wl_registry@2.global(3, "wl_drm", 2)
[1969924.682] -> wl_registry@2.global(4, "wl_compositor", 4)
[1969924.693] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1969924.703] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1969924.717] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1969924.728] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1969924.742] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1969924.753] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1969924.765] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1969924.777] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1969924.793] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1969924.805] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1969924.816] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1969924.827] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1969924.838] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1969924.849] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1969924.861] -> wl_registry@2.global(19, "wp_presentation", 1)
[1969924.872] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1969924.883] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1969924.895] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1969924.906] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1969924.918] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1969924.929] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1969924.942] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1969924.953] -> wl_registry@2.global(27, "wl_seat", 7)
[1969924.964] -> wl_registry@2.global(28, "wl_output", 3)
[1969924.977] -> wl_registry@2.global(29, "wl_output", 3)
[1969924.990] wl_display@1.sync(new id wl_callback@3)
[1969925.000] -> wl_callback@3.done(116)
[1969925.009] -> wl_display@1.delete_id(3)
[1969925.049] wl_display@1.delete_id(3)
[1969925.071] wl_registry@2.global(1, "wl_shm", 1)
[1969925.090] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1969925.109] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1969925.121] -> wl_registry@2.bind(2, "zwp_linux_dmabuf_v1", 3, new id [unknown]@5)
[1969925.138] wl_registry@2.global(3, "wl_drm", 2)
[1969925.149] -> wl_registry@2.bind(3, "wl_drm", 2, new id [unknown]@6)
[1969925.164] wl_registry@2.global(4, "wl_compositor", 4)
[1969925.175] -> wl_registry@2.bind(4, "wl_compositor", 1, new id [unknown]@7)
[1969925.190] wl_registry@2.global(5, "wl_subcompositor", 1)
[1969925.201] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1969925.212] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1969925.222] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1969925.233] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1969925.244] -> wl_registry@2.bind(9, "zxdg_output_manager_v1", 1, new id [unknown]@8)
[1969925.259] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1969925.270] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1969925.287] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1969925.299] wl_registry@2.global(13, "xdg_wm_base", 2)
[1969925.330] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1969925.341] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1969925.352] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1969925.364] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1969925.375] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1969925.386] wl_registry@2.global(19, "wp_presentation", 1)
[1969925.397] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1969925.408] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1969925.419] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1969925.431] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1969925.441] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1969925.452] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1969925.464] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1969925.475] wl_registry@2.global(27, "wl_seat", 7)
[1969925.486] wl_registry@2.global(28, "wl_output", 3)
[1969925.498] -> wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@9)
[1969925.541] -> zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@10, wl_output@9)
[1969925.556] wl_registry@2.global(29, "wl_output", 3)
[1969925.568] -> wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@11)
[1969925.585] -> zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@12, wl_output@11)
[1969925.595] wl_callback@3.done(116)
[1969925.601] -> wl_display@1.sync(new id wl_callback@3)
[1969925.617] wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1969925.636] -> wl_shm@4.format(0)
[1969925.642] -> wl_shm@4.format(1)
[1969925.647] -> wl_shm@4.format(875708993)
[1969925.653] -> wl_shm@4.format(875709016)
[1969925.660] wl_registry@2.bind(2, "zwp_linux_dmabuf_v1", 3, new id [unknown]@5)
[1969925.680] -> zwp_linux_dmabuf_v1@5.modifier(875713089, 16777215, 4294967295)
[1969925.692] -> zwp_linux_dmabuf_v1@5.modifier(875713112, 16777215, 4294967295)
[1969925.704] wl_registry@2.bind(3, "wl_drm", 2, new id [unknown]@6)
[1969925.722] -> wl_drm@6.device("/dev/dri/card0")
[1969925.730] -> wl_drm@6.format(808669761)
[1969925.740] -> wl_drm@6.format(808669784)
[1969925.753] -> wl_drm@6.format(808665665)
[1969925.771] -> wl_drm@6.format(808665688)
[1969925.778] -> wl_drm@6.format(875713089)
[1969925.786] -> wl_drm@6.format(875713112)
[1969925.794] -> wl_drm@6.format(909199186)
[1969925.800] -> wl_drm@6.format(961959257)
[1969925.806] -> wl_drm@6.format(825316697)
[1969925.811] -> wl_drm@6.format(842093913)
[1969925.817] -> wl_drm@6.format(909202777)
[1969925.822] -> wl_drm@6.format(875713881)
[1969925.827] -> wl_drm@6.format(842094158)
[1969925.833] -> wl_drm@6.format(909203022)
[1969925.838] -> wl_drm@6.format(1448695129)
[1969925.843] -> wl_drm@6.capabilities(1)
[1969925.849] wl_registry@2.bind(4, "wl_compositor", 1, new id [unknown]@7)
[1969925.872] wl_registry@2.bind(9, "zxdg_output_manager_v1", 1, new id [unknown]@8)
[1969925.890] wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@9)
[1969925.910] -> wl_output@9.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1969925.936] -> wl_output@9.mode(0, 720, 400, 70082)
[1969925.950] -> wl_output@9.mode(0, 640, 480, 59940)
[1969925.965] -> wl_output@9.mode(0, 640, 480, 75000)
[1969925.980] -> wl_output@9.mode(0, 800, 600, 60317)
[1969925.994] -> wl_output@9.mode(0, 800, 600, 75000)
[1969926.008] -> wl_output@9.mode(0, 1024, 768, 60004)
[1969926.021] -> wl_output@9.mode(0, 1024, 768, 75029)
[1969926.034] -> wl_output@9.mode(0, 1280, 720, 60000)
[1969926.047] -> wl_output@9.mode(0, 1152, 864, 75000)
[1969926.060] -> wl_output@9.mode(0, 1280, 800, 60000)
[1969926.073] -> wl_output@9.mode(0, 1440, 900, 60000)
[1969926.086] -> wl_output@9.mode(0, 1280, 1024, 60020)
[1969926.099] -> wl_output@9.mode(0, 1280, 1024, 75025)
[1969926.112] -> wl_output@9.mode(0, 1600, 900, 60000)
[1969926.125] -> wl_output@9.mode(0, 1680, 1050, 60000)
[1969926.146] -> wl_output@9.mode(3, 1920, 1080, 60000)
[1969926.159] -> wl_output@9.scale(1)
[1969926.164] -> wl_output@9.done()
[1969926.168] zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@10, wl_output@9)
[1969926.181] -> zxdg_output_v1@10.logical_position(0, 0)
[1969926.189] -> zxdg_output_v1@10.logical_size(1920, 1080)
[1969926.197] -> zxdg_output_v1@10.done()
[1969926.201] -> wl_output@9.done()
[1969926.204] wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@11)
[1969926.221] -> wl_output@11.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1969926.246] -> wl_output@11.mode(0, 720, 400, 70082)
[1969926.259] -> wl_output@11.mode(0, 640, 480, 59940)
[1969926.272] -> wl_output@11.mode(0, 640, 480, 75000)
[1969926.289] -> wl_output@11.mode(0, 800, 600, 60317)
[1969926.303] -> wl_output@11.mode(0, 800, 600, 75000)
[1969926.316] -> wl_output@11.mode(0, 1024, 768, 60004)
[1969926.329] -> wl_output@11.mode(0, 1024, 768, 75029)
[1969926.344] -> wl_output@11.mode(0, 1280, 720, 60000)
[1969926.359] -> wl_output@11.mode(0, 1152, 864, 75000)
[1969926.374] -> wl_output@11.mode(0, 1280, 800, 60000)
[1969926.389] -> wl_output@11.mode(0, 1440, 900, 60000)
[1969926.404] -> wl_output@11.mode(0, 1280, 1024, 60020)
[1969926.419] -> wl_output@11.mode(0, 1280, 1024, 75025)
[1969926.434] -> wl_output@11.mode(0, 1600, 900, 60000)
[1969926.449] -> wl_output@11.mode(0, 1680, 1050, 60000)
[1969926.464] -> wl_output@11.mode(3, 1920, 1080, 60000)
[1969926.479] -> wl_output@11.scale(1)
[1969926.485] -> wl_output@11.done()
[1969926.489] zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@12, wl_output@11)
[1969926.502] -> zxdg_output_v1@12.logical_position(1920, 0)
[1969926.511] -> zxdg_output_v1@12.logical_size(1920, 1080)
[1969926.520] -> zxdg_output_v1@12.done()
[1969926.523] -> wl_output@11.done()
[1969926.527] wl_display@1.sync(new id wl_callback@3)
[1969926.535] -> wl_callback@3.done(116)
[1969926.541] -> wl_display@1.delete_id(3)
[1969926.572] wl_display@1.delete_id(3)
[1969926.585] zwp_linux_dmabuf_v1@5.modifier(875713089, 16777215, 4294967295)
[1969926.597] zwp_linux_dmabuf_v1@5.modifier(875713112, 16777215, 4294967295)
[1969926.610] wl_drm@6.device("/dev/dri/card0")
[1969927.399] wl_drm@6.format(808669761)
[1969927.415] wl_drm@6.format(808669784)
[1969927.420] wl_drm@6.format(808665665)
[1969927.425] wl_drm@6.format(808665688)
[1969927.430] wl_drm@6.format(875713089)
[1969927.435] wl_drm@6.format(875713112)
[1969927.441] wl_drm@6.format(909199186)
[1969927.446] wl_drm@6.format(961959257)
[1969927.451] wl_drm@6.format(825316697)
[1969927.456] wl_drm@6.format(842093913)
[1969927.462] wl_drm@6.format(909202777)
[1969927.467] wl_drm@6.format(875713881)
[1969927.472] wl_drm@6.format(842094158)
[1969927.478] wl_drm@6.format(909203022)
[1969927.483] wl_drm@6.format(1448695129)
[1969927.488] wl_drm@6.capabilities(1)
[1969927.494] wl_output@9.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1969927.522] wl_output@9.mode(0, 720, 400, 70082)
[1969927.538] wl_output@9.mode(0, 640, 480, 59940)
[1969927.553] wl_output@9.mode(0, 640, 480, 75000)
[1969927.569] wl_output@9.mode(0, 800, 600, 60317)
[1969927.584] wl_output@9.mode(0, 800, 600, 75000)
[1969927.598] wl_output@9.mode(0, 1024, 768, 60004)
[1969927.612] wl_output@9.mode(0, 1024, 768, 75029)
[1969927.627] wl_output@9.mode(0, 1280, 720, 60000)
[1969927.642] wl_output@9.mode(0, 1152, 864, 75000)
[1969927.657] wl_output@9.mode(0, 1280, 800, 60000)
[1969927.672] wl_output@9.mode(0, 1440, 900, 60000)
[1969927.687] wl_output@9.mode(0, 1280, 1024, 60020)
[1969927.702] wl_output@9.mode(0, 1280, 1024, 75025)
[1969927.717] wl_output@9.mode(0, 1600, 900, 60000)
[1969927.732] wl_output@9.mode(0, 1680, 1050, 60000)
[1969927.748] wl_output@9.mode(3, 1920, 1080, 60000)
[1969927.762] wl_output@9.scale(1)
[1969927.767] wl_output@9.done()
[1969927.771] zxdg_output_v1@10.logical_position(0, 0)
[1969927.780] zxdg_output_v1@10.logical_size(1920, 1080)
[1969927.789] zxdg_output_v1@10.done()
[1969927.800] wl_output@9.done()
[1969927.804] wl_output@11.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1969927.849] wl_output@11.mode(0, 720, 400, 70082)
[1969927.864] wl_output@11.mode(0, 640, 480, 59940)
[1969927.879] wl_output@11.mode(0, 640, 480, 75000)
[1969927.894] wl_output@11.mode(0, 800, 600, 60317)
[1969927.908] wl_output@11.mode(0, 800, 600, 75000)
[1969927.923] wl_output@11.mode(0, 1024, 768, 60004)
[1969927.938] wl_output@11.mode(0, 1024, 768, 75029)
[1969927.953] wl_output@11.mode(0, 1280, 720, 60000)
[1969927.968] wl_output@11.mode(0, 1152, 864, 75000)
[1969927.982] wl_output@11.mode(0, 1280, 800, 60000)
[1969927.997] wl_output@11.mode(0, 1440, 900, 60000)
[1969928.012] wl_output@11.mode(0, 1280, 1024, 60020)
[1969928.027] wl_output@11.mode(0, 1280, 1024, 75025)
[1969928.042] wl_output@11.mode(0, 1600, 900, 60000)
[1969928.057] wl_output@11.mode(0, 1680, 1050, 60000)
[1969928.071] wl_output@11.mode(3, 1920, 1080, 60000)
[1969928.085] wl_output@11.scale(1)
[1969928.091] wl_output@11.done()
[1969928.095] zxdg_output_v1@12.logical_position(1920, 0)
[1969928.103] zxdg_output_v1@12.logical_size(1920, 1080)
[1969928.111] zxdg_output_v1@12.done()
[1969928.118] wl_output@11.done()
[1969928.123] wl_callback@3.done(116)
[1970000.792] -> wl_display@1.sync(new id wl_callback@3)
[1970000.868] wl_display@1.sync(new id wl_callback@3)
[1970000.925] -> wl_callback@3.done(116)
[1970000.934] -> wl_display@1.delete_id(3)
[1970000.960] wl_display@1.delete_id(3)
[1970000.976] wl_callback@3.done(116)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
[1970016.668] -> wl_shm@4.create_pool(new id wl_shm_pool@3, fd 12, 1024)
[1970016.698] -> wl_shm_pool@3.create_buffer(new id wl_buffer@13, 0, 16, 16, 64, 0)
[1970016.721] -> wl_shm_pool@3.destroy()
[1970017.152] -> wl_display@1.get_registry(new id wl_registry@14)
[1970017.164] -> wl_display@1.sync(new id wl_callback@15)
[1970017.193] wl_shm@4.create_pool(new id wl_shm_pool@3, fd 25, 1024)
[1970017.245] wl_shm_pool@3.create_buffer(new id wl_buffer@13, 0, 16, 16, 64, 0)
[1970017.271] wl_shm_pool@3.destroy()
[1970017.278] -> wl_display@1.delete_id(3)
[1970017.290] wl_display@1.get_registry(new id wl_registry@14)
[1970017.298] -> wl_registry@14.global(1, "wl_shm", 1)
[1970017.311] -> wl_registry@14.global(2, "zwp_linux_dmabuf_v1", 3)
[1970017.325] -> wl_registry@14.global(3, "wl_drm", 2)
[1970017.337] -> wl_registry@14.global(4, "wl_compositor", 4)
[1970017.349] -> wl_registry@14.global(5, "wl_subcompositor", 1)
[1970017.361] -> wl_registry@14.global(6, "wl_data_device_manager", 3)
[1970017.373] -> wl_registry@14.global(7, "zwlr_gamma_control_manager_v1", 1)
[1970017.385] -> wl_registry@14.global(8, "gtk_primary_selection_device_manager", 1)
[1970017.398] -> wl_registry@14.global(9, "zxdg_output_manager_v1", 3)
[1970017.410] -> wl_registry@14.global(10, "org_kde_kwin_idle", 1)
[1970017.422] -> wl_registry@14.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1970017.434] -> wl_registry@14.global(12, "zwlr_layer_shell_v1", 1)
[1970017.446] -> wl_registry@14.global(13, "xdg_wm_base", 2)
[1970017.457] -> wl_registry@14.global(14, "zwp_tablet_manager_v2", 1)
[1970017.468] -> wl_registry@14.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1970017.480] -> wl_registry@14.global(16, "zxdg_decoration_manager_v1", 1)
[1970017.496] -> wl_registry@14.global(17, "zwp_relative_pointer_manager_v1", 1)
[1970017.514] -> wl_registry@14.global(18, "zwp_pointer_constraints_v1", 1)
[1970017.527] -> wl_registry@14.global(19, "wp_presentation", 1)
[1970017.549] -> wl_registry@14.global(20, "zwlr_output_manager_v1", 1)
[1970017.563] -> wl_registry@14.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1970017.575] -> wl_registry@14.global(22, "zwlr_screencopy_manager_v1", 2)
[1970017.587] -> wl_registry@14.global(23, "zwlr_data_control_manager_v1", 2)
[1970017.615] -> wl_registry@14.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1970017.627] -> wl_registry@14.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1970017.639] -> wl_registry@14.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1970017.650] -> wl_registry@14.global(27, "wl_seat", 7)
[1970017.662] -> wl_registry@14.global(28, "wl_output", 3)
[1970017.673] -> wl_registry@14.global(29, "wl_output", 3)
[1970017.685] wl_display@1.sync(new id wl_callback@15)
[1970017.704] -> wl_callback@15.done(116)
[1970017.711] -> wl_display@1.delete_id(15)
[1970017.749] wl_display@1.delete_id(3)
[1970017.765] wl_display@1.delete_id(15)
[1970017.771] wl_registry@14.global(1, "wl_shm", 1)
[1970017.784] wl_registry@14.global(2, "zwp_linux_dmabuf_v1", 3)
[1970017.796] wl_registry@14.global(3, "wl_drm", 2)
[1970017.808] wl_registry@14.global(4, "wl_compositor", 4)
[1970017.820] wl_registry@14.global(5, "wl_subcompositor", 1)
[1970017.831] wl_registry@14.global(6, "wl_data_device_manager", 3)
[1970017.843] wl_registry@14.global(7, "zwlr_gamma_control_manager_v1", 1)
[1970017.855] wl_registry@14.global(8, "gtk_primary_selection_device_manager", 1)
[1970017.867] wl_registry@14.global(9, "zxdg_output_manager_v1", 3)
[1970017.880] wl_registry@14.global(10, "org_kde_kwin_idle", 1)
[1970017.891] wl_registry@14.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1970017.903] wl_registry@14.global(12, "zwlr_layer_shell_v1", 1)
[1970017.915] wl_registry@14.global(13, "xdg_wm_base", 2)
[1970017.927] wl_registry@14.global(14, "zwp_tablet_manager_v2", 1)
[1970017.940] -> wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@3)
[1970017.958] wl_registry@14.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1970017.970] wl_registry@14.global(16, "zxdg_decoration_manager_v1", 1)
[1970017.987] wl_registry@14.global(17, "zwp_relative_pointer_manager_v1", 1)
[1970018.006] -> wl_registry@2.bind(17, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@16)
[1970018.024] wl_registry@14.global(18, "zwp_pointer_constraints_v1", 1)
[1970018.037] -> wl_registry@2.bind(18, "zwp_pointer_constraints_v1", 1, new id [unknown]@17)
[1970018.054] wl_registry@14.global(19, "wp_presentation", 1)
[1970018.067] wl_registry@14.global(20, "zwlr_output_manager_v1", 1)
[1970018.078] wl_registry@14.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1970018.091] wl_registry@14.global(22, "zwlr_screencopy_manager_v1", 2)
[1970018.103] wl_registry@14.global(23, "zwlr_data_control_manager_v1", 2)
[1970018.114] wl_registry@14.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1970018.126] wl_registry@14.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1970018.138] wl_registry@14.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1970018.149] wl_registry@14.global(27, "wl_seat", 7)
[1970018.161] -> wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@18)
[1970018.179] -> wl_compositor@7.create_surface(new id wl_surface@19)
[1970018.187] -> zwp_tablet_manager_v2@3.get_tablet_seat(new id zwp_tablet_seat_v2@20, wl_seat@18)
[1970018.203] wl_registry@14.global(28, "wl_output", 3)
[1970018.214] wl_registry@14.global(29, "wl_output", 3)
[1970018.227] wl_callback@15.done(116)
[1970018.233] -> wl_display@1.sync(new id wl_callback@15)
[1970018.248] wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@3)
[1970018.271] wl_registry@2.bind(17, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@16)
[1970018.295] wl_registry@2.bind(18, "zwp_pointer_constraints_v1", 1, new id [unknown]@17)
[1970018.313] wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@18)
[1970018.336] -> wl_seat@18.name("seat0")
[1970018.343] -> wl_seat@18.capabilities(3)
[1970018.349] wl_compositor@7.create_surface(new id wl_surface@19)
[1970018.376] zwp_tablet_manager_v2@3.get_tablet_seat(new id zwp_tablet_seat_v2@20, wl_seat@18)
[1970018.392] -> zwp_tablet_seat_v2@20.tablet_added(new id zwp_tablet_v2@4278190080)
[1970018.400] -> zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1970018.408] -> zwp_tablet_v2@4278190080.id(1386, 770)
[1970018.419] -> zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1970018.431] -> zwp_tablet_v2@4278190080.done()
[1970018.438] -> zwp_tablet_seat_v2@20.pad_added(new id zwp_tablet_pad_v2@4278190081)
[1970018.447] -> zwp_tablet_pad_v2@4278190081.buttons(4)
[1970018.453] -> zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1970018.460] -> zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@4278190082)
[1970018.472] -> zwp_tablet_pad_group_v2@4278190082.modes(1)
[1970018.481] -> zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1970018.490] -> zwp_tablet_pad_group_v2@4278190082.done()
[1970018.496] -> zwp_tablet_pad_v2@4278190081.done()
[1970018.500] wl_display@1.sync(new id wl_callback@15)
[1970018.508] -> wl_callback@15.done(116)
[1970018.514] -> wl_display@1.delete_id(15)
[1970018.536] wl_display@1.delete_id(15)
[1970018.548] wl_seat@18.name("seat0")
[1970018.553] wl_seat@18.capabilities(3)
[1970018.560] -> wl_seat@18.get_pointer(new id wl_pointer@21)
[1970018.568] -> wl_pointer@21.set_cursor(0, nil, 0, 0)
[1970018.627] -> zwp_relative_pointer_manager_v1@16.get_relative_pointer(new id zwp_relative_pointer_v1@22, wl_pointer@21)
[1970018.658] -> wl_seat@18.get_keyboard(new id wl_keyboard@23)
[1970018.751] zwp_tablet_seat_v2@20.tablet_added(new id zwp_tablet_v2@18348320)
[1970018.761] zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1970018.768] zwp_tablet_v2@4278190080.id(1386, 770)
[1970018.781] zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1970018.790] zwp_tablet_v2@4278190080.done()
[1970018.845] zwp_tablet_seat_v2@20.pad_added(new id zwp_tablet_pad_v2@18348752)
[1970018.855] zwp_tablet_pad_v2@4278190081.buttons(4)
[1970018.860] zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1970018.866] zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@18346752)
[1970018.873] zwp_tablet_pad_group_v2@4278190082.modes(1)
[1970018.879] zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1970018.884] zwp_tablet_pad_group_v2@4278190082.done()
[1970018.888] zwp_tablet_pad_v2@4278190081.done()
[1970018.907] wl_callback@15.done(116)
[1970020.165] wl_seat@18.get_pointer(new id wl_pointer@21)
[1970020.181] wl_pointer@21.set_cursor(0, nil, 0, 0)
[1970020.198] zwp_relative_pointer_manager_v1@16.get_relative_pointer(new id zwp_relative_pointer_v1@22, wl_pointer@21)
[1970020.210] wl_seat@18.get_keyboard(new id wl_keyboard@23)
[1970020.267] -> wl_keyboard@23.keymap(1, fd 95, 48613)
[1970020.288] -> wl_keyboard@23.repeat_info(25, 600)
[1970020.308] wl_keyboard@23.keymap(1, fd 12, 48613)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 569, clipping.
> X11 cannot support keycodes above 255.
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
[1970026.173] wl_keyboard@23.repeat_info(25, 600)
[1970083.186] -> wl_compositor@7.create_surface(new id wl_surface@15)
[1970083.234] wl_compositor@7.create_surface(new id wl_surface@15)
[1970083.693] -> wl_drm@6.create_prime_buffer(new id wl_buffer@24, fd 12, 960, 398, 875713089, 0, 4096, 0, 0, 0, 0)
[1970083.743] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1970083.756] -> wl_surface@15.damage(0, 0, 960, 398)
[1970083.772] -> wl_surface@15.frame(new id wl_callback@25)
[1970083.779] -> wl_surface@15.commit()
[1970085.172] wl_drm@6.create_prime_buffer(new id wl_buffer@24, fd 96, 960, 398, 875713089, 0, 4096, 0, 0, 0, 0)
[1970085.264] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1970085.278] wl_surface@15.damage(0, 0, 960, 398)
[1970085.321] wl_surface@15.frame(new id wl_callback@25)
[1970085.329] wl_surface@15.commit()
[1970085.386] -> wl_keyboard@23.enter(117, wl_surface@15, array)
[1970085.399] -> wl_keyboard@23.modifiers(118, 0, 0, 0, 0)
[1970085.418] -> zwp_tablet_pad_v2@4278190081.enter(119, zwp_tablet_v2@4278190080, wl_surface@15)
[1970085.430] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(588149, 119, 0)
[1970085.498] wl_keyboard@23.enter(117, wl_surface@15, array)
[1970085.522] wl_keyboard@23.modifiers(118, 0, 0, 0, 0)
[1970085.546] zwp_tablet_pad_v2@4278190081.enter(119, zwp_tablet_v2@4278190080, wl_surface@15)
[1970085.559] zwp_tablet_pad_group_v2@4278190082.mode_switch(588149, 119, 0)
[1970088.885] -> wl_callback@25.done(424445591)
[1970088.899] -> wl_display@1.delete_id(25)
[1970088.914] wl_display@1.delete_id(25)
[1970088.926] wl_callback@25.done(424445591)
[1970304.798] -> wl_keyboard@23.key(120, 424445807, 37, 1)
[1970304.885] wl_keyboard@23.key(120, 424445807, 37, 1)
[1970309.519] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1970309.540] -> wl_surface@15.damage(0, 0, 960, 398)
[1970309.554] -> wl_surface@15.frame(new id wl_callback@25)
[1970309.561] -> wl_surface@15.commit()
[1970309.576] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1970309.602] wl_surface@15.damage(0, 0, 960, 398)
[1970309.617] wl_surface@15.frame(new id wl_callback@25)
[1970309.625] wl_surface@15.commit()
[1970309.647] -> wl_buffer@24.release()
[1970322.196] -> wl_callback@25.done(424445824)
[1970322.210] -> wl_display@1.delete_id(25)
[1970322.232] wl_display@1.delete_id(25)
[1970322.248] wl_callback@25.done(424445824)
[1970394.766] -> wl_keyboard@23.key(121, 424445897, 19, 1)
[1970394.821] wl_keyboard@23.key(121, 424445897, 19, 1)
[1970395.469] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1970395.488] -> wl_surface@15.damage(0, 0, 960, 398)
[1970395.502] -> wl_surface@15.frame(new id wl_callback@25)
[1970395.510] -> wl_surface@15.commit()
[1970395.525] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1970395.551] wl_surface@15.damage(0, 0, 960, 398)
[1970395.572] wl_surface@15.frame(new id wl_callback@25)
[1970395.580] wl_surface@15.commit()
[1970395.588] -> wl_buffer@24.release()
[1970405.493] -> wl_callback@25.done(424445908)
[1970405.512] -> wl_display@1.delete_id(25)
[1970405.527] wl_display@1.delete_id(25)
[1970405.539] wl_callback@25.done(424445908)
[1970417.753] -> wl_keyboard@23.key(122, 424445920, 37, 0)
[1970417.794] wl_keyboard@23.key(122, 424445920, 37, 0)
[1970479.753] -> wl_keyboard@23.key(123, 424445982, 19, 0)
[1970479.793] wl_keyboard@23.key(123, 424445982, 19, 0)
[1970496.752] -> wl_keyboard@23.key(124, 424445999, 23, 1)
[1970496.792] wl_keyboard@23.key(124, 424445999, 23, 1)
[1970497.387] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1970497.411] -> wl_surface@15.damage(0, 0, 960, 398)
[1970497.425] -> wl_surface@15.frame(new id wl_callback@25)
[1970497.432] -> wl_surface@15.commit()
[1970497.446] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1970497.467] wl_surface@15.damage(0, 0, 960, 398)
[1970497.483] wl_surface@15.frame(new id wl_callback@25)
[1970497.492] wl_surface@15.commit()
[1970497.512] -> wl_buffer@24.release()
[1970505.467] -> wl_callback@25.done(424446008)
[1970505.485] -> wl_display@1.delete_id(25)
[1970505.508] wl_display@1.delete_id(25)
[1970505.520] wl_callback@25.done(424446008)
[1970561.757] -> wl_keyboard@23.key(125, 424446064, 20, 1)
[1970561.800] wl_keyboard@23.key(125, 424446064, 20, 1)
[1970562.351] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1970562.374] -> wl_surface@15.damage(0, 0, 960, 398)
[1970562.389] -> wl_surface@15.frame(new id wl_callback@25)
[1970562.395] -> wl_surface@15.commit()
[1970562.409] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1970562.434] wl_surface@15.damage(0, 0, 960, 398)
[1970562.454] wl_surface@15.frame(new id wl_callback@25)
[1970562.463] wl_surface@15.commit()
[1970562.471] -> wl_buffer@24.release()
[1970572.118] -> wl_callback@25.done(424446074)
[1970572.131] -> wl_display@1.delete_id(25)
[1970572.146] wl_display@1.delete_id(25)
[1970572.163] wl_callback@25.done(424446074)
[1970594.754] -> wl_keyboard@23.key(126, 424446097, 23, 0)
[1970594.797] wl_keyboard@23.key(126, 424446097, 23, 0)
[1970648.758] -> wl_keyboard@23.key(127, 424446151, 30, 1)
[1970648.793] -> wl_keyboard@23.key(128, 424446151, 20, 0)
[1970648.827] wl_keyboard@23.key(127, 424446151, 30, 1)
[1970648.851] wl_keyboard@23.key(128, 424446151, 20, 0)
[1970649.570] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1970649.594] -> wl_surface@15.damage(0, 0, 960, 398)
[1970649.608] -> wl_surface@15.frame(new id wl_callback@25)
[1970649.615] -> wl_surface@15.commit()
[1970649.629] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1970649.656] wl_surface@15.damage(0, 0, 960, 398)
[1970649.676] wl_surface@15.frame(new id wl_callback@25)
[1970649.687] wl_surface@15.commit()
[1970649.697] -> wl_buffer@24.release()
[1970655.501] -> wl_callback@25.done(424446158)
[1970655.517] -> wl_display@1.delete_id(25)
[1970655.532] wl_display@1.delete_id(25)
[1970655.544] wl_callback@25.done(424446158)
[1970734.762] -> wl_keyboard@23.key(129, 424446237, 28, 1)
[1970734.810] wl_keyboard@23.key(129, 424446237, 28, 1)
2019-11-24 20:47:20 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 138, value 4194315
[1970736.653] -> wl_buffer@24.destroy()
[1970736.662] -> wl_keyboard@23.leave(130, wl_surface@15)
[1970736.715] -> wl_surface@15.destroy()
[1970736.752] wl_buffer@24.destroy([1970736.754] wl_keyboard@23.leave()
130, nil[1970736.763] -> wl_display@1.delete_id()
24)
[1970736.771] wl_surface@15.destroy()
[1970736.778] -> zwp_tablet_pad_v2@4278190081.leave(131, wl_surface@15)
[1970736.793] -> wl_display@1.delete_id(15)
2019-11-24 20:47:20 - [xwayland/xwm.c:1268] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 149, value 4194305
[1970736.817] wl_display@1.delete_id(24)
[1970736.825] wl_display@1.delete_id(15)
[1970736.830] zwp_tablet_pad_v2@4278190081.leave(131, nil)
2019-11-24 20:47:20 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 166, value 4194322
2019-11-24 20:47:20 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 183, value 4194322
(process:5787): Gtk-WARNING **: 20:47:20.752: Locale not supported by C library.
Using the fallback 'C' locale.
[1970966.163] -> wl_display@1.get_registry(new id wl_registry@2)
[1970966.186] -> wl_display@1.sync(new id wl_callback@3)
[1970966.209] wl_display@1.get_registry(new id wl_registry@2)
[1970966.231] -> wl_registry@2.global(1, "wl_shm", 1)
[1970966.244] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1970966.258] -> wl_registry@2.global(3, "wl_drm", 2)
[1970966.270] -> wl_registry@2.global(4, "wl_compositor", 4)
[1970966.286] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1970966.303] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1970966.317] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1970966.329] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1970966.342] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1970966.354] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1970966.366] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1970966.384] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1970966.401] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1970966.414] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1970966.432] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1970966.446] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1970966.461] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1970966.472] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1970966.485] -> wl_registry@2.global(19, "wp_presentation", 1)
[1970966.497] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1970966.509] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1970966.522] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1970966.545] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1970966.556] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1970966.568] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1970966.580] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1970966.592] -> wl_registry@2.global(27, "wl_seat", 7)
[1970966.603] -> wl_registry@2.global(28, "wl_output", 3)
[1970966.615] -> wl_registry@2.global(29, "wl_output", 3)
[1970966.628] wl_display@1.sync(new id wl_callback@3)
[1970966.636] -> wl_callback@3.done(131)
[1970966.642] -> wl_display@1.delete_id(3)
[1970966.666] wl_display@1.delete_id(3)
[1970966.682] wl_registry@2.global(1, "wl_shm", 1)
[1970966.694] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1970966.742] -> wl_shm@4.create_pool(new id wl_shm_pool@5, fd 14, 2304)
[1970966.838] -> wl_shm_pool@5.resize(6912)
[1970967.364] -> wl_shm_pool@5.resize(16128)
[1970967.381] -> wl_shm_pool@5.resize(34560)
[1970967.396] -> wl_shm_pool@5.resize(71424)
[1970967.417] -> wl_shm_pool@5.resize(145152)
[1970967.480] -> wl_shm_pool@5.resize(292608)
[1970968.080] -> wl_shm_pool@5.resize(587520)
[1970969.679] -> wl_shm_pool@5.resize(1177344)
[1970976.479] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1970976.500] wl_registry@2.global(3, "wl_drm", 2)
[1970976.516] wl_registry@2.global(4, "wl_compositor", 4)
[1970976.529] -> wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@6)
[1970976.546] wl_registry@2.global(5, "wl_subcompositor", 1)
[1970976.559] -> wl_registry@2.bind(5, "wl_subcompositor", 1, new id [unknown]@7)
[1970976.576] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1970976.588] -> wl_registry@2.bind(6, "wl_data_device_manager", 3, new id [unknown]@8)
[1970976.605] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1970976.618] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1970976.630] -> wl_registry@2.bind(8, "gtk_primary_selection_device_manager", 1, new id [unknown]@9)
[1970976.647] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1970976.660] -> wl_registry@2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]@10)
[1970976.677] -> wl_display@1.sync(new id wl_callback@11)
[1970976.685] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1970976.697] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1970976.709] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1970976.721] wl_registry@2.global(13, "xdg_wm_base", 2)
[1970976.734] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1970976.746] -> wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@12)
[1970976.763] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1970976.775] -> wl_registry@2.bind(15, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[1970976.793] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1970976.806] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1970976.818] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1970976.830] wl_registry@2.global(19, "wp_presentation", 1)
[1970976.843] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1970976.855] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1970976.867] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1970976.880] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1970976.892] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1970976.905] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1970976.916] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1970976.929] wl_registry@2.global(27, "wl_seat", 7)
[1970976.942] -> wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@14)
[1970978.685] -> wl_compositor@6.create_surface(new id wl_surface@15)
[1970978.706] -> gtk_primary_selection_device_manager@9.get_device(new id gtk_primary_selection_device@16, wl_seat@14)
[1970978.716] -> wl_data_device_manager@8.get_data_device(new id wl_data_device@17, wl_seat@14)
[1970978.804] -> wl_compositor@6.create_surface(new id wl_surface@18)
[1970978.814] -> zwp_tablet_manager_v2@12.get_tablet_seat(new id zwp_tablet_seat_v2@19, wl_seat@14)
[1970978.824] -> wl_display@1.sync(new id wl_callback@20)
[1970978.832] wl_registry@2.global(28, "wl_output", 3)
[1970978.844] -> wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@21)
[1970978.882] -> zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@22, wl_output@21)
[1970978.894] -> wl_display@1.sync(new id wl_callback@23)
[1970978.901] wl_registry@2.global(29, "wl_output", 3)
[1970978.914] -> wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@24)
[1970978.932] -> zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@25, wl_output@24)
[1970978.944] -> wl_display@1.sync(new id wl_callback@26)
[1970978.953] wl_callback@3.done(131)
[1970978.975] wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1970979.006] -> wl_shm@4.format(0)
[1970979.013] -> wl_shm@4.format(1)
[1970979.019] -> wl_shm@4.format(875708993)
[1970979.024] -> wl_shm@4.format(875709016)
[1970979.030] wl_shm@4.create_pool(new id wl_shm_pool@5, fd 97, 2304)
[1970979.052] wl_shm_pool@5.resize(6912)
[1970979.064] wl_shm_pool@5.resize(16128)
[1970979.070] wl_shm_pool@5.resize(34560)
[1970979.076] wl_shm_pool@5.resize(71424)
[1970979.082] wl_shm_pool@5.resize(145152)
[1970979.088] wl_shm_pool@5.resize(292608)
[1970979.096] wl_shm_pool@5.resize(587520)
[1970979.102] wl_shm_pool@5.resize(1177344)
[1970979.112] wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@6)
[1970979.129] wl_registry@2.bind(5, "wl_subcompositor", 1, new id [unknown]@7)
[1970979.145] wl_registry@2.bind(6, "wl_data_device_manager", 3, new id [unknown]@8)
[1970979.163] wl_registry@2.bind(8, "gtk_primary_selection_device_manager", 1, new id [unknown]@9)
[1970979.180] wl_registry@2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]@10)
[1970979.197] wl_display@1.sync(new id wl_callback@11)
[1970979.204] -> wl_callback@11.done(131)
[1970979.209] -> wl_display@1.delete_id(11)
[1970979.215] wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@12)
[1970979.232] wl_registry@2.bind(15, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[1970979.249] -> org_kde_kwin_server_decoration_manager@13.default_mode(2)
[1970979.255] wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@14)
[1970979.274] -> wl_seat@14.name("seat0")
[1970979.280] -> wl_seat@14.capabilities(3)
[1970979.292] wl_compositor@6.create_surface(new id wl_surface@15)
[1970979.311] gtk_primary_selection_device_manager@9.get_device(new id gtk_primary_selection_device@16, wl_seat@14)
[1970979.322] wl_data_device_manager@8.get_data_device(new id wl_data_device@17, wl_seat@14)
[1970979.334] wl_compositor@6.create_surface(new id wl_surface@18)
[1970979.343] zwp_tablet_manager_v2@12.get_tablet_seat(new id zwp_tablet_seat_v2@19, wl_seat@14)
[1970979.354] -> zwp_tablet_seat_v2@19.tablet_added(new id zwp_tablet_v2@4278190080)
[1970979.362] -> zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1970979.367] -> zwp_tablet_v2@4278190080.id(1386, 770)
[1970979.376] -> zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1970979.382] -> zwp_tablet_v2@4278190080.done()
[1970979.387] -> zwp_tablet_seat_v2@19.pad_added(new id zwp_tablet_pad_v2@4278190081)
[1970979.395] -> zwp_tablet_pad_v2@4278190081.buttons(4)
[1970979.400] -> zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1970979.407] -> zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@4278190082)
[1970979.415] -> zwp_tablet_pad_group_v2@4278190082.modes(1)
[1970979.421] -> zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1970979.427] -> zwp_tablet_pad_group_v2@4278190082.done()
[1970979.431] -> zwp_tablet_pad_v2@4278190081.done()
[1970979.443] wl_display@1.sync(new id wl_callback@20)
[1970979.450] -> wl_callback@20.done(131)
[1970979.456] -> wl_display@1.delete_id(20)
[1970979.463] wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@21)
[1970979.488] -> wl_output@21.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1970979.519] -> wl_output@21.mode(0, 720, 400, 70082)
[1970979.538] -> wl_output@21.mode(0, 640, 480, 59940)
[1970979.558] -> wl_output@21.mode(0, 640, 480, 75000)
[1970979.573] -> wl_output@21.mode(0, 800, 600, 60317)
[1970979.588] -> wl_output@21.mode(0, 800, 600, 75000)
[1970979.604] -> wl_output@21.mode(0, 1024, 768, 60004)
[1970979.619] -> wl_output@21.mode(0, 1024, 768, 75029)
[1970979.634] -> wl_output@21.mode(0, 1280, 720, 60000)
[1970979.649] -> wl_output@21.mode(0, 1152, 864, 75000)
[1970979.664] -> wl_output@21.mode(0, 1280, 800, 60000)
[1970979.680] -> wl_output@21.mode(0, 1440, 900, 60000)
[1970979.695] -> wl_output@21.mode(0, 1280, 1024, 60020)
[1970979.710] -> wl_output@21.mode(0, 1280, 1024, 75025)
[1970979.725] -> wl_output@21.mode(0, 1600, 900, 60000)
[1970979.740] -> wl_output@21.mode(0, 1680, 1050, 60000)
[1970979.755] -> wl_output@21.mode(3, 1920, 1080, 60000)
[1970979.770] -> wl_output@21.scale(1)
[1970979.776] -> wl_output@21.done()
[1970979.780] zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@22, wl_output@21)
[1970979.792] -> zxdg_output_v1@22.name("DP-1")
[1970979.799] -> zxdg_output_v1@22.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1970979.805] -> zxdg_output_v1@22.logical_position(0, 0)
[1970979.814] -> zxdg_output_v1@22.logical_size(1920, 1080)
[1970979.823] -> wl_output@21.done()
[1970979.827] wl_display@1.sync(new id wl_callback@23)
[1970979.835] -> wl_callback@23.done(131)
[1970979.840] -> wl_display@1.delete_id(23)
[1970979.846] wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@24)
[1970979.863] -> wl_output@24.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1970979.891] -> wl_output@24.mode(0, 720, 400, 70082)
[1970979.907] -> wl_output@24.mode(0, 640, 480, 59940)
[1970979.922] -> wl_output@24.mode(0, 640, 480, 75000)
[1970979.937] -> wl_output@24.mode(0, 800, 600, 60317)
[1970979.951] -> wl_output@24.mode(0, 800, 600, 75000)
[1970979.966] -> wl_output@24.mode(0, 1024, 768, 60004)
[1970979.987] -> wl_output@24.mode(0, 1024, 768, 75029)
[1970980.012] -> wl_output@24.mode(0, 1280, 720, 60000)
[1970980.030] -> wl_output@24.mode(0, 1152, 864, 75000)
[1970980.051] -> wl_output@24.mode(0, 1280, 800, 60000)
[1970980.071] -> wl_output@24.mode(0, 1440, 900, 60000)
[1970980.086] -> wl_output@24.mode(0, 1280, 1024, 60020)
[1970980.101] -> wl_output@24.mode(0, 1280, 1024, 75025)
[1970980.117] -> wl_output@24.mode(0, 1600, 900, 60000)
[1970980.131] -> wl_output@24.mode(0, 1680, 1050, 60000)
[1970980.147] -> wl_output@24.mode(3, 1920, 1080, 60000)
[1970980.162] -> wl_output@24.scale(1)
[1970980.167] -> wl_output@24.done()
[1970980.172] zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@25, wl_output@24)
[1970980.183] -> zxdg_output_v1@25.name("DP-2")
[1970980.189] -> zxdg_output_v1@25.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1970980.195] -> zxdg_output_v1@25.logical_position(1920, 0)
[1970980.203] -> zxdg_output_v1@25.logical_size(1920, 1080)
[1970980.212] -> wl_output@24.done()
[1970980.216] wl_display@1.sync(new id wl_callback@26)
[1970980.223] -> wl_callback@26.done(131)
[1970980.229] -> wl_display@1.delete_id(26)
[1970980.256] wl_display@1.delete_id(11)
[1970980.269] wl_display@1.delete_id(20)
[1970980.274] wl_display@1.delete_id(23)
[1970980.283] wl_display@1.delete_id(26)
[1970980.289] wl_shm@4.format(0)
[1970980.294] wl_shm@4.format(1)
[1970980.300] wl_shm@4.format(875708993)
[1970980.305] wl_shm@4.format(875709016)
[1970980.311] wl_callback@11.done(131)
[1970980.317] org_kde_kwin_server_decoration_manager@13.default_mode(2)
[1970980.324] wl_seat@14.name("seat0")
[1970980.338] wl_seat@14.capabilities(3)
[1970980.348] -> wl_seat@14.get_pointer(new id wl_pointer@11)
[1970980.374] -> wl_seat@14.get_keyboard(new id wl_keyboard@3)
[1970980.389] zwp_tablet_seat_v2@19.tablet_added(new id zwp_tablet_v2@45605376)
[1970980.398] zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1970980.404] zwp_tablet_v2@4278190080.id(1386, 770)
[1970980.414] zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1970980.419] zwp_tablet_v2@4278190080.done()
[1970980.438] -> wl_compositor@6.create_surface(new id wl_surface@27)
[1970980.447] zwp_tablet_seat_v2@19.pad_added(new id zwp_tablet_pad_v2@45641488)
[1970980.455] zwp_tablet_pad_v2@4278190081.buttons(4)
[1970980.461] zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1970980.467] zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@45641216)
[1970980.475] zwp_tablet_pad_group_v2@4278190082.modes(1)
[1970980.480] zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1970980.486] zwp_tablet_pad_group_v2@4278190082.done()
[1970980.490] zwp_tablet_pad_v2@4278190081.done()
[1970980.507] wl_callback@20.done(131)
[1970980.514] wl_output@21.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1970980.543] wl_output@21.mode(0, 720, 400, 70082)
[1970980.558] wl_output@21.mode(0, 640, 480, 59940)
[1970980.573] wl_output@21.mode(0, 640, 480, 75000)
[1970980.588] wl_output@21.mode(0, 800, 600, 60317)
[1970980.603] wl_output@21.mode(0, 800, 600, 75000)
[1970980.618] wl_output@21.mode(0, 1024, 768, 60004)
[1970980.633] wl_output@21.mode(0, 1024, 768, 75029)
[1970980.648] wl_output@21.mode(0, 1280, 720, 60000)
[1970980.662] wl_output@21.mode(0, 1152, 864, 75000)
[1970980.678] wl_output@21.mode(0, 1280, 800, 60000)
[1970980.692] wl_output@21.mode(0, 1440, 900, 60000)
[1970980.707] wl_output@21.mode(0, 1280, 1024, 60020)
[1970980.722] wl_output@21.mode(0, 1280, 1024, 75025)
[1970980.736] wl_output@21.mode(0, 1600, 900, 60000)
[1970980.751] wl_output@21.mode(0, 1680, 1050, 60000)
[1970980.766] wl_output@21.mode(3, 1920, 1080, 60000)
[1970980.782] wl_output@21.scale(1)
[1970980.788] wl_output@21.done()
[1970980.796] zxdg_output_v1@22.name("DP-1")
[1970980.803] zxdg_output_v1@22.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1970980.809] zxdg_output_v1@22.logical_position(0, 0)
[1970980.822] zxdg_output_v1@22.logical_size(1920, 1080)
[1970980.836] wl_output@21.done()
[1970980.845] wl_callback@23.done(131)
[1970980.851] wl_output@24.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1970980.879] wl_output@24.mode(0, 720, 400, 70082)
[1970980.894] wl_output@24.mode(0, 640, 480, 59940)
[1970980.908] wl_output@24.mode(0, 640, 480, 75000)
[1970980.924] wl_output@24.mode(0, 800, 600, 60317)
[1970980.940] wl_output@24.mode(0, 800, 600, 75000)
[1970980.956] wl_output@24.mode(0, 1024, 768, 60004)
[1970980.971] wl_output@24.mode(0, 1024, 768, 75029)
[1970980.986] wl_output@24.mode(0, 1280, 720, 60000)
[1970981.001] wl_output@24.mode(0, 1152, 864, 75000)
[1970981.016] wl_output@24.mode(0, 1280, 800, 60000)
[1970981.030] wl_output@24.mode(0, 1440, 900, 60000)
[1970981.046] wl_output@24.mode(0, 1280, 1024, 60020)
[1970981.070] wl_output@24.mode(0, 1280, 1024, 75025)
[1970981.086] wl_output@24.mode(0, 1600, 900, 60000)
[1970981.100] wl_output@24.mode(0, 1680, 1050, 60000)
[1970981.115] wl_output@24.mode(3, 1920, 1080, 60000)
[1970981.130] wl_output@24.scale(1)
[1970981.136] wl_output@24.done()
[1970981.143] zxdg_output_v1@25.name("DP-2")
[1970981.149] zxdg_output_v1@25.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1970981.154] zxdg_output_v1@25.logical_position(1920, 0)
[1970981.163] zxdg_output_v1@25.logical_size(1920, 1080)
[1970981.170] wl_output@24.done()
[1970981.177] wl_callback@26.done(131)
[1970981.183] -> wl_registry@2.bind(13, "xdg_wm_base", 1, new id [unknown]@26)
[1971166.354] -> wl_shm@4.create_pool(new id wl_shm_pool@15, fd 14, 640)
[1971166.398] -> wl_shm_pool@15.create_buffer(new id wl_buffer@24, 0, 10, 16, 40, 0)
[1971166.437] -> wl_shm_pool@15.destroy()
[1971166.505] wl_shm@4.create_pool(new id wl_shm_pool@15, fd 101, 640)
[1971166.538] wl_shm_pool@15.create_buffer(new id wl_buffer@24, 0, 10, 16, 40, 0)
[1971166.561] wl_shm_pool@15.destroy()
[1971166.565] -> wl_display@1.delete_id(15)
[1971166.649] -> wl_compositor@7.create_surface(new id wl_surface@25)
[1971166.702] wl_compositor@7.create_surface(new id wl_surface@25)
[1971167.825] -> wl_drm@6.create_prime_buffer(new id wl_buffer@26, fd 14, 504, 290, 875713112, 0, 2048, 0, 0, 0, 0)
[1971167.898] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1971167.910] -> wl_surface@25.damage(0, 0, 504, 290)
[1971167.926] -> wl_surface@25.frame(new id wl_callback@27)
[1971167.933] -> wl_surface@25.commit()
[1971167.959] wl_drm@6.create_prime_buffer(new id wl_buffer@26, fd 102, 504, 290, 875713112, 0, 2048, 0, 0, 0, 0)
[1971168.039] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1971168.054] wl_surface@25.damage(0, 0, 504, 290)
[1971168.070] wl_surface@25.frame(new id wl_callback@27)
[1971168.078] wl_surface@25.commit()
[1971168.338] -> wl_keyboard@23.enter(132, wl_surface@25, array)
[1971168.356] -> wl_keyboard@23.modifiers(133, 0, 0, 0, 0)
[1971168.375] -> zwp_tablet_pad_v2@4278190081.enter(134, zwp_tablet_v2@4278190080, wl_surface@25)
[1971168.388] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(671107, 134, 0)
[1971168.406] -> wl_callback@27.done(424446671)
[1971168.412] -> wl_display@1.delete_id(27)
[1971168.426] -> wl_surface@25.enter(wl_output@9)
[1971168.790] wl_display@1.delete_id(15)
[1971168.803] wl_display@1.delete_id(27)
[1971168.808] wl_keyboard@23.enter(132, wl_surface@25, array)
[1971168.819] wl_keyboard@23.modifiers(133, 0, 0, 0, 0)
[1971168.839] zwp_tablet_pad_v2@4278190081.enter(134, zwp_tablet_v2@4278190080, wl_surface@25)
[1971168.851] zwp_tablet_pad_group_v2@4278190082.mode_switch(671107, 134, 0)
[1971168.864] wl_callback@27.done(424446671)
[1971168.870] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1971168.884] -> wl_surface@25.damage(0, 0, 504, 290)
[1971168.900] -> wl_surface@25.frame(new id wl_callback@27)
[1971168.908] -> wl_surface@25.commit()
[1971168.917] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1971168.936] wl_surface@25.damage(0, 0, 504, 290)
[1971168.951] wl_surface@25.frame(new id wl_callback@27)
[1971168.959] wl_surface@25.commit()
[1971168.966] -> wl_buffer@26.release()
[1971183.699] -> wl_callback@27.done(424446686)
[1971183.723] -> wl_display@1.delete_id(27)
[1971183.748] wl_display@1.delete_id(27)
[1971183.766] wl_callback@27.done(424446686)
[1971183.775] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1971183.788] -> wl_surface@25.damage(0, 0, 504, 290)
[1971183.804] -> wl_surface@25.frame(new id wl_callback@27)
[1971183.812] -> wl_surface@25.commit()
[1971183.823] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1971183.838] wl_surface@25.damage(0, 0, 504, 290)
[1971183.853] wl_surface@25.frame(new id wl_callback@27)
[1971183.862] wl_surface@25.commit()
[1971183.870] -> wl_buffer@26.release()
NOT COOL: Duplicated action name from xml data: "object_order_raise"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_right"
NOT COOL: Duplicated action name from xml data: "object_ungroup"
NOT COOL: Duplicated action name from xml data: "object_order_back"
NOT COOL: Duplicated action name from xml data: "object_order_front"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_center"
NOT COOL: Duplicated action name from xml data: "object_group"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_left"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_top"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_center"
NOT COOL: Duplicated action name from xml data: "object_order_lower"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_bottom"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_left"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_center"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_right"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_gaps"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_top"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_center"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_bottom"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_gaps"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_90_cw"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_90_ccw"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_180"
NOT COOL: Duplicated action name from xml data: "object_transform_mirror_horizontally"
NOT COOL: Duplicated action name from xml data: "object_transform_mirror_vertically"
NOT COOL: Duplicated action name from xml data: "object_transform_reset"
NOT COOL: Duplicated action name from xml data: "object_unite"
NOT COOL: Duplicated action name from xml data: "object_intersect"
NOT COOL: Duplicated action name from xml data: "object_subtract"
NOT COOL: Duplicated action name from xml data: "object_split"
NOT COOL: Duplicated action name from xml data: "calligraphy_increase_width"
NOT COOL: Duplicated action name from xml data: "calligraphy_increase_angle"
NOT COOL: Duplicated action name from xml data: "calligraphy_decrease_width"
NOT COOL: Duplicated action name from xml data: "calligraphy_decrease_angle"
NOT COOL: Duplicated action name from xml data: "movetool-move-up"
NOT COOL: Duplicated action name from xml data: "movetool-move-down"
NOT COOL: Duplicated action name from xml data: "movetool-show-coordinates"
NOT COOL: Duplicated action name from xml data: "movetool-move-left"
NOT COOL: Duplicated action name from xml data: "movetool-move-right"
NOT COOL: Duplicated action name from xml data: "movetool-move-up-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-down-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-left-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-right-more"
NOT COOL: Duplicated action name from xml data: "convert-to-path"
NOT COOL: Duplicated action name from xml data: "pathpoint-remove"
NOT COOL: Duplicated action name from xml data: "path-break-segment"
NOT COOL: Duplicated action name from xml data: "pathsegment-line"
NOT COOL: Duplicated action name from xml data: "path-break-point"
NOT COOL: Duplicated action name from xml data: "pathpoint-line"
NOT COOL: Duplicated action name from xml data: "pathpoint-symmetric"
NOT COOL: Duplicated action name from xml data: "pathpoint-curve"
NOT COOL: Duplicated action name from xml data: "pathsegment-curve"
NOT COOL: Duplicated action name from xml data: "pathpoint-insert"
NOT COOL: Duplicated action name from xml data: "pathpoint-corner"
NOT COOL: Duplicated action name from xml data: "pathpoint-merge"
NOT COOL: Duplicated action name from xml data: "pathpoint-join"
NOT COOL: Duplicated action name from xml data: "pathpoint-smooth"
NOT COOL: Duplicated action name from xml data: "SvgTextTool"
NOT COOL: Duplicated action name from xml data: "svg_format_textcolor"
NOT COOL: Duplicated action name from xml data: "svg_background_color"
NOT COOL: Duplicated action name from xml data: "svg_font_size"
NOT COOL: Duplicated action name from xml data: "svg_font"
NOT COOL: Duplicated action name from xml data: "svg_insert_special_character"
NOT COOL: Duplicated action name from xml data: "svg_align_right"
NOT COOL: Duplicated action name from xml data: "svg_align_left"
NOT COOL: Duplicated action name from xml data: "svg_align_justified"
NOT COOL: Duplicated action name from xml data: "svg_align_center"
NOT COOL: Duplicated action name from xml data: "svg_decrease_font_size"
NOT COOL: Duplicated action name from xml data: "svg_increase_font_size"
NOT COOL: Duplicated action name from xml data: "svg_format_subscript"
NOT COOL: Duplicated action name from xml data: "svg_format_superscript"
NOT COOL: Duplicated action name from xml data: "svg_format_underline"
NOT COOL: Duplicated action name from xml data: "svg_format_strike_through"
NOT COOL: Duplicated action name from xml data: "svg_weight_bold"
NOT COOL: Duplicated action name from xml data: "svg_format_italic"
NOT COOL: Duplicated action name from xml data: "svg_weight_normal"
NOT COOL: Duplicated action name from xml data: "svg_weight_demi"
NOT COOL: Duplicated action name from xml data: "svg_weight_black"
NOT COOL: Duplicated action name from xml data: "svg_weight_light"
NOT COOL: Duplicated action name from xml data: "svg_line_height"
NOT COOL: Duplicated action name from xml data: "svg_settings"
NOT COOL: Duplicated action name from xml data: "hello_python"
[1971200.345] -> wl_callback@27.done(424446703)
[1971200.363] -> wl_display@1.delete_id(27)
[1971200.398] wl_display@1.delete_id(27)
[1971200.413] wl_callback@27.done(424446703)
NOT COOL: Duplicated action name from xml data: "open_resources_directory"
NOT COOL: Duplicated action name from xml data: "edit_blacklist_cleanup"
NOT COOL: Duplicated action name from xml data: "windows_cascade"
NOT COOL: Duplicated action name from xml data: "windows_tile"
NOT COOL: Duplicated action name from xml data: "create_bundle"
NOT COOL: Duplicated action name from xml data: "mainToolBar"
NOT COOL: Duplicated action name from xml data: "show_color_selector"
NOT COOL: Duplicated action name from xml data: "show_mypaint_shade_selector"
NOT COOL: Duplicated action name from xml data: "show_minimal_shade_selector"
NOT COOL: Duplicated action name from xml data: "show_color_history"
NOT COOL: Duplicated action name from xml data: "show_common_colors"
NOT COOL: Duplicated action name from xml data: "show_tool_options"
NOT COOL: Duplicated action name from xml data: "show_brush_editor"
NOT COOL: Duplicated action name from xml data: "show_brush_presets"
NOT COOL: Duplicated action name from xml data: "tablet_debugger"
NOT COOL: Duplicated action name from xml data: "buginfo"
NOT COOL: Duplicated action name from xml data: "rename_composition"
NOT COOL: Duplicated action name from xml data: "update_composition"
NOT COOL: Duplicated action name from xml data: "ruler_pixel_multiple2"
NOT COOL: Duplicated action name from xml data: "invert_selection"
NOT COOL: Duplicated action name from xml data: "make_brush_color_lighter"
NOT COOL: Duplicated action name from xml data: "make_brush_color_darker"
NOT COOL: Duplicated action name from xml data: "make_brush_color_saturated"
NOT COOL: Duplicated action name from xml data: "make_brush_color_desaturated"
NOT COOL: Duplicated action name from xml data: "shift_brush_color_clockwise"
NOT COOL: Duplicated action name from xml data: "shift_brush_color_counter_clockwise"
NOT COOL: Duplicated action name from xml data: "make_brush_color_redder"
NOT COOL: Duplicated action name from xml data: "make_brush_color_greener"
NOT COOL: Duplicated action name from xml data: "make_brush_color_bluer"
NOT COOL: Duplicated action name from xml data: "make_brush_color_yellower"
NOT COOL: Duplicated action name from xml data: "increase_opacity"
NOT COOL: Duplicated action name from xml data: "decrease_opacity"
NOT COOL: Duplicated action name from xml data: "erase_action"
NOT COOL: Duplicated action name from xml data: "reload_preset_action"
NOT COOL: Duplicated action name from xml data: "preserve_alpha"
NOT COOL: Duplicated action name from xml data: "disable_pressure"
NOT COOL: Duplicated action name from xml data: "hmirror_action"
NOT COOL: Duplicated action name from xml data: "vmirror_action"
NOT COOL: Duplicated action name from xml data: "mirrorX-hideDecorations"
NOT COOL: Duplicated action name from xml data: "mirrorY-hideDecorations"
NOT COOL: Duplicated action name from xml data: "mirrorX-lock"
NOT COOL: Duplicated action name from xml data: "mirrorY-lock"
NOT COOL: Duplicated action name from xml data: "mirrorX-moveToCenter"
NOT COOL: Duplicated action name from xml data: "mirrorY-moveToCenter"
NOT COOL: Duplicated action name from xml data: "toggle-selection-overlay-mode"
NOT COOL: Duplicated action name from xml data: "next_favorite_preset"
NOT COOL: Duplicated action name from xml data: "previous_favorite_preset"
NOT COOL: Duplicated action name from xml data: "previous_preset"
NOT COOL: Duplicated action name from xml data: "BrushesAndStuff"
NOT COOL: Duplicated action name from xml data: "reset_fg_bg"
NOT COOL: Duplicated action name from xml data: "toggle_fg_bg"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_add"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_subtract"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_intersect"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_replace"
NOT COOL: Duplicated action name from xml data: "set_weighted_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "set_no_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "set_stabilizer_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "decrease_brush_size"
NOT COOL: Duplicated action name from xml data: "set_simple_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "increase_brush_size"
NOT COOL: Duplicated action name from xml data: "toggle_assistant"
NOT COOL: Duplicated action name from xml data: "undo_polygon_selection"
NOT COOL: Duplicated action name from xml data: "fill_selection_foreground_color_opacity"
NOT COOL: Duplicated action name from xml data: "fill_selection_background_color_opacity"
NOT COOL: Duplicated action name from xml data: "fill_selection_pattern_opacity"
NOT COOL: Duplicated action name from xml data: "convert_selection_to_shape"
NOT COOL: Duplicated action name from xml data: "show-global-selection-mask"
NOT COOL: Duplicated action name from xml data: "krita_filter_colortoalpha"
NOT COOL: Duplicated action name from xml data: "krita_filter_top edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_indexcolors"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss horizontal only"
NOT COOL: Duplicated action name from xml data: "krita_filter_dodge"
NOT COOL: Duplicated action name from xml data: "krita_filter_sharpen"
NOT COOL: Duplicated action name from xml data: "krita_filter_burn"
NOT COOL: Duplicated action name from xml data: "krita_filter_mean removal"
NOT COOL: Duplicated action name from xml data: "krita_filter_gaussian blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss all directions"
NOT COOL: Duplicated action name from xml data: "krita_filter_smalltiles"
NOT COOL: Duplicated action name from xml data: "krita_filter_levels"
NOT COOL: Duplicated action name from xml data: "krita_filter_sobel"
NOT COOL: Duplicated action name from xml data: "krita_filter_wave"
NOT COOL: Duplicated action name from xml data: "krita_filter_motion blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_invert"
NOT COOL: Duplicated action name from xml data: "krita_filter_perchannel"
NOT COOL: Duplicated action name from xml data: "krita_filter_pixelize"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss laplascian"
NOT COOL: Duplicated action name from xml data: "krita_filter_left edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_raindrops"
NOT COOL: Duplicated action name from xml data: "krita_filter_bottom edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_noise"
NOT COOL: Duplicated action name from xml data: "krita_filter_brightnesscontrast"
NOT COOL: Duplicated action name from xml data: "krita_filter_colorbalance"
NOT COOL: Duplicated action name from xml data: "krita_filter_phongbumpmap"
NOT COOL: Duplicated action name from xml data: "krita_filter_desaturate"
NOT COOL: Duplicated action name from xml data: "krita_filter_colortransfer"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss vertical only"
NOT COOL: Duplicated action name from xml data: "krita_filter_lens blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_minimize"
NOT COOL: Duplicated action name from xml data: "krita_filter_maximize"
NOT COOL: Duplicated action name from xml data: "krita_filter_oilpaint"
NOT COOL: Duplicated action name from xml data: "krita_filter_right edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_autocontrast"
NOT COOL: Duplicated action name from xml data: "krita_filter_roundcorners"
NOT COOL: Duplicated action name from xml data: "krita_filter_unsharp"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss horizontal and vertical"
NOT COOL: Duplicated action name from xml data: "krita_filter_randompick"
NOT COOL: Duplicated action name from xml data: "krita_filter_gaussiannoisereducer"
NOT COOL: Duplicated action name from xml data: "krita_filter_posterize"
NOT COOL: Duplicated action name from xml data: "krita_filter_waveletnoisereducer"
NOT COOL: Duplicated action name from xml data: "krita_filter_hsvadjustment"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolDyna"
NOT COOL: Duplicated action name from xml data: "KisToolCrop"
NOT COOL: Duplicated action name from xml data: "KisToolPolygon"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolRectangle"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolMultiBrush"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolLazyBrush"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolSmartPatch"
NOT COOL: Duplicated action name from xml data: "PanTool"
NOT COOL: Duplicated action name from xml data: "InteractionTool"
NOT COOL: Duplicated action name from xml data: "KritaSelected/KisToolColorPicker"
NOT COOL: Duplicated action name from xml data: "KisToolSelectOutline"
NOT COOL: Duplicated action name from xml data: "KisToolSelectPath"
NOT COOL: Duplicated action name from xml data: "KisToolSelectSimilar"
NOT COOL: Duplicated action name from xml data: "KritaFill/KisToolFill"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolLine"
NOT COOL: Duplicated action name from xml data: "KisToolPencil"
NOT COOL: Duplicated action name from xml data: "KisToolPath"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolEllipse"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolBrush"
NOT COOL: Duplicated action name from xml data: "CreateShapesTool"
NOT COOL: Duplicated action name from xml data: "KisToolSelectElliptical"
NOT COOL: Duplicated action name from xml data: "KisToolSelectContiguous"
NOT COOL: Duplicated action name from xml data: "KarbonPatternTool"
NOT COOL: Duplicated action name from xml data: "ReviewTool"
NOT COOL: Duplicated action name from xml data: "KritaFill/KisToolGradient"
NOT COOL: Duplicated action name from xml data: "KisToolSelectPolygonal"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolMeasure"
NOT COOL: Duplicated action name from xml data: "KisToolSelectRectangular"
NOT COOL: Duplicated action name from xml data: "KritaTransform/KisToolMove"
NOT COOL: Duplicated action name from xml data: "VectorTool"
NOT COOL: Duplicated action name from xml data: "KarbonCalligraphyTool"
NOT COOL: Duplicated action name from xml data: "PathTool"
NOT COOL: Duplicated action name from xml data: "ZoomTool"
NOT COOL: Duplicated action name from xml data: "KisToolPolyline"
NOT COOL: Duplicated action name from xml data: "KisToolTransform"
NOT COOL: Duplicated action name from xml data: "KisAssistantTool"
NOT COOL: Duplicated action name from xml data: "KarbonGradientTool"
NOT COOL: Duplicated action name from xml data: "ToolReferenceImages"
NOT COOL: Duplicated action name from xml data: "Select Normal Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Dissolve Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Behind Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Clear Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Darken Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Multiply Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Burn Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Burn Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Lighten Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Screen Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Dodge Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Dodge Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Overlay Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Overlay Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Soft Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Vivid Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Pin Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Mix Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Difference Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Exclusion Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hue Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Saturation Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Luminosity Blending Mode"
NOT COOL: Duplicated action name from xml data: "previous_frame"
NOT COOL: Duplicated action name from xml data: "next_frame"
NOT COOL: Duplicated action name from xml data: "toggle_playback"
NOT COOL: Duplicated action name from xml data: "add_blank_frame"
NOT COOL: Duplicated action name from xml data: "add_duplicate_frame"
NOT COOL: Duplicated action name from xml data: "toggle_onion_skin"
NOT COOL: Duplicated action name from xml data: "previous_keyframe"
NOT COOL: Duplicated action name from xml data: "next_keyframe"
NOT COOL: Duplicated action name from xml data: "first_frame"
NOT COOL: Duplicated action name from xml data: "last_frame"
NOT COOL: Duplicated action name from xml data: "lazy_frame"
NOT COOL: Duplicated action name from xml data: "drop_frames"
NOT COOL: Duplicated action name from xml data: "show_in_timeline"
NOT COOL: Duplicated action name from xml data: "insert_keyframe_left"
NOT COOL: Duplicated action name from xml data: "insert_keyframe_right"
NOT COOL: Duplicated action name from xml data: "insert_multiple_keyframes"
NOT COOL: Duplicated action name from xml data: "remove_frames_and_pull"
NOT COOL: Duplicated action name from xml data: "remove_frames"
NOT COOL: Duplicated action name from xml data: "insert_column_left"
NOT COOL: Duplicated action name from xml data: "insert_column_right"
NOT COOL: Duplicated action name from xml data: "insert_multiple_columns"
NOT COOL: Duplicated action name from xml data: "remove_columns_and_pull"
NOT COOL: Duplicated action name from xml data: "remove_columns"
NOT COOL: Duplicated action name from xml data: "insert_hold_frame"
NOT COOL: Duplicated action name from xml data: "insert_multiple_hold_frames"
NOT COOL: Duplicated action name from xml data: "remove_hold_frame"
NOT COOL: Duplicated action name from xml data: "remove_multiple_hold_frames"
NOT COOL: Duplicated action name from xml data: "insert_hold_column"
NOT COOL: Duplicated action name from xml data: "insert_multiple_hold_columns"
NOT COOL: Duplicated action name from xml data: "remove_hold_column"
NOT COOL: Duplicated action name from xml data: "remove_multiple_hold_columns"
NOT COOL: Duplicated action name from xml data: "mirror_frames"
NOT COOL: Duplicated action name from xml data: "mirror_columns"
NOT COOL: Duplicated action name from xml data: "copy_frames_to_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_frames_to_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_frames_from_clipboard"
NOT COOL: Duplicated action name from xml data: "copy_columns_to_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_columns_to_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_columns_from_clipboard"
NOT COOL: Duplicated action name from xml data: "set_start_time"
NOT COOL: Duplicated action name from xml data: "set_end_time"
NOT COOL: Duplicated action name from xml data: "update_playback_range"
NOT COOL: Duplicated action name from xml data: "activateNextLayer"
NOT COOL: Duplicated action name from xml data: "activatePreviousLayer"
NOT COOL: Duplicated action name from xml data: "switchToPreviouslyActiveNode"
NOT COOL: Duplicated action name from xml data: "add_new_group_layer"
NOT COOL: Duplicated action name from xml data: "add_new_clone_layer"
NOT COOL: Duplicated action name from xml data: "add_new_shape_layer"
NOT COOL: Duplicated action name from xml data: "add_new_adjustment_layer"
NOT COOL: Duplicated action name from xml data: "add_new_fill_layer"
NOT COOL: Duplicated action name from xml data: "add_new_file_layer"
NOT COOL: Duplicated action name from xml data: "add_new_transparency_mask"
NOT COOL: Duplicated action name from xml data: "add_new_filter_mask"
NOT COOL: Duplicated action name from xml data: "add_new_colorize_mask"
NOT COOL: Duplicated action name from xml data: "add_new_transform_mask"
NOT COOL: Duplicated action name from xml data: "add_new_selection_mask"
NOT COOL: Duplicated action name from xml data: "isolate_layer"
NOT COOL: Duplicated action name from xml data: "toggle_layer_lock"
NOT COOL: Duplicated action name from xml data: "toggle_layer_visibility"
NOT COOL: Duplicated action name from xml data: "toggle_layer_alpha_lock"
NOT COOL: Duplicated action name from xml data: "toggle_layer_inherit_alpha"
NOT COOL: Duplicated action name from xml data: "add_new_paint_layer"
NOT COOL: Duplicated action name from xml data: "new_from_visible"
NOT COOL: Duplicated action name from xml data: "duplicatelayer"
NOT COOL: Duplicated action name from xml data: "cut_selection_to_new_layer"
NOT COOL: Duplicated action name from xml data: "copy_selection_to_new_layer"
NOT COOL: Duplicated action name from xml data: "copy_layer_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_layer_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_layer_from_clipboard"
NOT COOL: Duplicated action name from xml data: "create_quick_group"
NOT COOL: Duplicated action name from xml data: "quick_ungroup"
NOT COOL: Duplicated action name from xml data: "create_quick_clipping_group"
NOT COOL: Duplicated action name from xml data: "select_all_layers"
NOT COOL: Duplicated action name from xml data: "select_visible_layers"
NOT COOL: Duplicated action name from xml data: "select_locked_layers"
NOT COOL: Duplicated action name from xml data: "select_invisible_layers"
NOT COOL: Duplicated action name from xml data: "select_unlocked_layers"
NOT COOL: Duplicated action name from xml data: "save_node_as_image"
NOT COOL: Duplicated action name from xml data: "save_vector_node_to_svg"
NOT COOL: Duplicated action name from xml data: "save_groups_as_images"
NOT COOL: Duplicated action name from xml data: "convert_group_to_animated"
NOT COOL: Duplicated action name from xml data: "convert_to_animated"
NOT COOL: Duplicated action name from xml data: "convert_to_file_layer"
NOT COOL: Duplicated action name from xml data: "import_layer_from_file"
NOT COOL: Duplicated action name from xml data: "import_layer_as_paint_layer"
NOT COOL: Duplicated action name from xml data: "import_layer_as_transparency_mask"
NOT COOL: Duplicated action name from xml data: "import_layer_as_filter_mask"
NOT COOL: Duplicated action name from xml data: "import_layer_as_selection_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_paint_layer"
NOT COOL: Duplicated action name from xml data: "convert_to_transparency_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_filter_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_selection_mask"
NOT COOL: Duplicated action name from xml data: "split_alpha_into_mask"
NOT COOL: Duplicated action name from xml data: "split_alpha_write"
NOT COOL: Duplicated action name from xml data: "split_alpha_save_merged"
NOT COOL: Duplicated action name from xml data: "layersplit"
NOT COOL: Duplicated action name from xml data: "waveletdecompose"
NOT COOL: Duplicated action name from xml data: "mirrorNodeX"
NOT COOL: Duplicated action name from xml data: "mirrorNodeY"
NOT COOL: Duplicated action name from xml data: "rotatelayer"
NOT COOL: Duplicated action name from xml data: "rotateLayerCW90"
NOT COOL: Duplicated action name from xml data: "rotateLayerCCW90"
NOT COOL: Duplicated action name from xml data: "rotateLayer180"
NOT COOL: Duplicated action name from xml data: "layersize"
NOT COOL: Duplicated action name from xml data: "shearlayer"
NOT COOL: Duplicated action name from xml data: "mirrorAllNodesX"
NOT COOL: Duplicated action name from xml data: "mirrorAllNodesY"
NOT COOL: Duplicated action name from xml data: "rotateAllLayers"
NOT COOL: Duplicated action name from xml data: "rotateAllLayersCW90"
NOT COOL: Duplicated action name from xml data: "rotateAllLayersCCW90"
NOT COOL: Duplicated action name from xml data: "rotateAllLayers180"
NOT COOL: Duplicated action name from xml data: "scaleAllLayers"
NOT COOL: Duplicated action name from xml data: "shearAllLayers"
NOT COOL: Duplicated action name from xml data: "offsetlayer"
NOT COOL: Duplicated action name from xml data: "clones_array"
NOT COOL: Duplicated action name from xml data: "EditLayerMetaData"
NOT COOL: Duplicated action name from xml data: "histogram"
NOT COOL: Duplicated action name from xml data: "layercolorspaceconversion"
NOT COOL: Duplicated action name from xml data: "merge_layer"
NOT COOL: Duplicated action name from xml data: "flatten_layer"
NOT COOL: Duplicated action name from xml data: "rasterize_layer"
NOT COOL: Duplicated action name from xml data: "flatten_image"
NOT COOL: Duplicated action name from xml data: "layer_style"
NOT COOL: Duplicated action name from xml data: "LayerGroupSwitcher/previous"
NOT COOL: Duplicated action name from xml data: "LayerGroupSwitcher/next"
NOT COOL: Duplicated action name from xml data: "RenameCurrentLayer"
NOT COOL: Duplicated action name from xml data: "remove_layer"
NOT COOL: Duplicated action name from xml data: "move_layer_up"
NOT COOL: Duplicated action name from xml data: "move_layer_down"
NOT COOL: Duplicated action name from xml data: "layer_properties"
NOT COOL: Duplicated action name from xml data: "set-copy-from"
NOT COOL: Duplicated action name from xml data: "file_new"
NOT COOL: Duplicated action name from xml data: "file_open"
NOT COOL: Duplicated action name from xml data: "file_open_recent"
NOT COOL: Duplicated action name from xml data: "file_save"
NOT COOL: Duplicated action name from xml data: "file_save_as"
NOT COOL: Duplicated action name from xml data: "file_sessions"
NOT COOL: Duplicated action name from xml data: "file_import_file"
NOT COOL: Duplicated action name from xml data: "file_export_file"
NOT COOL: Duplicated action name from xml data: "file_import_animation"
NOT COOL: Duplicated action name from xml data: "render_animation"
NOT COOL: Duplicated action name from xml data: "render_animation_again"
NOT COOL: Duplicated action name from xml data: "save_incremental_version"
NOT COOL: Duplicated action name from xml data: "save_incremental_backup"
NOT COOL: Duplicated action name from xml data: "create_template"
NOT COOL: Duplicated action name from xml data: "create_copy"
NOT COOL: Duplicated action name from xml data: "file_print"
NOT COOL: Duplicated action name from xml data: "file_print_preview"
NOT COOL: Duplicated action name from xml data: "file_documentinfo"
NOT COOL: Duplicated action name from xml data: "file_close_all"
NOT COOL: Duplicated action name from xml data: "file_close"
NOT COOL: Duplicated action name from xml data: "file_quit"
NOT COOL: Duplicated action name from xml data: "edit_undo"
NOT COOL: Duplicated action name from xml data: "edit_redo"
NOT COOL: Duplicated action name from xml data: "edit_cut"
NOT COOL: Duplicated action name from xml data: "edit_copy"
NOT COOL: Duplicated action name from xml data: "copy_sharp"
NOT COOL: Duplicated action name from xml data: "cut_sharp"
NOT COOL: Duplicated action name from xml data: "copy_merged"
NOT COOL: Duplicated action name from xml data: "edit_paste"
NOT COOL: Duplicated action name from xml data: "paste_at"
NOT COOL: Duplicated action name from xml data: "paste_new"
NOT COOL: Duplicated action name from xml data: "paste_as_reference"
NOT COOL: Duplicated action name from xml data: "clear"
NOT COOL: Duplicated action name from xml data: "fill_selection_foreground_color"
NOT COOL: Duplicated action name from xml data: "fill_selection_background_color"
NOT COOL: Duplicated action name from xml data: "fill_selection_pattern"
NOT COOL: Duplicated action name from xml data: "stroke_shapes"
NOT COOL: Duplicated action name from xml data: "stroke_selection"
NOT COOL: Duplicated action name from xml data: "delete_keyframe"
NOT COOL: Duplicated action name from xml data: "view_newwindow"
NOT COOL: Duplicated action name from xml data: "windows_next"
NOT COOL: Duplicated action name from xml data: "windows_previous"
NOT COOL: Duplicated action name from xml data: "view_show_canvas_only"
NOT COOL: Duplicated action name from xml data: "fullscreen"
NOT COOL: Duplicated action name from xml data: "wrap_around_mode"
NOT COOL: Duplicated action name from xml data: "level_of_detail_mode"
NOT COOL: Duplicated action name from xml data: "softProof"
NOT COOL: Duplicated action name from xml data: "gamutCheck"
NOT COOL: Duplicated action name from xml data: "mirror_canvas"
NOT COOL: Duplicated action name from xml data: "zoom_to_100pct"
NOT COOL: Duplicated action name from xml data: "view_zoom_in"
NOT COOL: Duplicated action name from xml data: "view_zoom_out"
NOT COOL: Duplicated action name from xml data: "rotate_canvas_right"
NOT COOL: Duplicated action name from xml data: "rotate_canvas_left"
NOT COOL: Duplicated action name from xml data: "reset_canvas_rotation"
NOT COOL: Duplicated action name from xml data: "view_ruler"
NOT COOL: Duplicated action name from xml data: "rulers_track_mouse"
NOT COOL: Duplicated action name from xml data: "view_show_guides"
NOT COOL: Duplicated action name from xml data: "view_lock_guides"
NOT COOL: Duplicated action name from xml data: "view_snap_to_guides"
NOT COOL: Duplicated action name from xml data: "showStatusBar"
NOT COOL: Duplicated action name from xml data: "view_pixel_grid"
NOT COOL: Duplicated action name from xml data: "view_grid"
NOT COOL: Duplicated action name from xml data: "view_snap_to_grid"
NOT COOL: Duplicated action name from xml data: "show_snap_options_popup"
NOT COOL: Duplicated action name from xml data: "view_snap_orthogonal"
NOT COOL: Duplicated action name from xml data: "view_snap_node"
NOT COOL: Duplicated action name from xml data: "view_snap_extension"
NOT COOL: Duplicated action name from xml data: "view_snap_to_pixel"
NOT COOL: Duplicated action name from xml data: "view_snap_intersection"
NOT COOL: Duplicated action name from xml data: "view_snap_bounding_box"
NOT COOL: Duplicated action name from xml data: "view_snap_image_bounds"
NOT COOL: Duplicated action name from xml data: "view_snap_image_center"
NOT COOL: Duplicated action name from xml data: "view_toggle_painting_assistants"
NOT COOL: Duplicated action name from xml data: "view_toggle_assistant_previews"
NOT COOL: Duplicated action name from xml data: "view_toggle_reference_images"
NOT COOL: Duplicated action name from xml data: "image_properties"
NOT COOL: Duplicated action name from xml data: "image_color"
NOT COOL: Duplicated action name from xml data: "imagecolorspaceconversion"
NOT COOL: Duplicated action name from xml data: "trim_to_image"
NOT COOL: Duplicated action name from xml data: "resizeimagetolayer"
NOT COOL: Duplicated action name from xml data: "resizeimagetoselection"
NOT COOL: Duplicated action name from xml data: "rotateimage"
NOT COOL: Duplicated action name from xml data: "rotateImageCW90"
NOT COOL: Duplicated action name from xml data: "rotateImageCCW90"
NOT COOL: Duplicated action name from xml data: "rotateImage180"
NOT COOL: Duplicated action name from xml data: "shearimage"
NOT COOL: Duplicated action name from xml data: "mirrorImageHorizontal"
NOT COOL: Duplicated action name from xml data: "mirrorImageVertical"
NOT COOL: Duplicated action name from xml data: "imagesize"
NOT COOL: Duplicated action name from xml data: "offsetimage"
NOT COOL: Duplicated action name from xml data: "canvassize"
NOT COOL: Duplicated action name from xml data: "imagesplit"
NOT COOL: Duplicated action name from xml data: "separate"
NOT COOL: Duplicated action name from xml data: "select_all"
NOT COOL: Duplicated action name from xml data: "deselect"
NOT COOL: Duplicated action name from xml data: "reselect"
NOT COOL: Duplicated action name from xml data: "convert_to_vector_selection"
NOT COOL: Duplicated action name from xml data: "convert_to_raster_selection"
NOT COOL: Duplicated action name from xml data: "edit_selection"
NOT COOL: Duplicated action name from xml data: "convert_shapes_to_vector_selection"
NOT COOL: Duplicated action name from xml data: "featherselection"
NOT COOL: Duplicated action name from xml data: "toggle_display_selection"
NOT COOL: Duplicated action name from xml data: "selectionscale"
NOT COOL: Duplicated action name from xml data: "colorrange"
NOT COOL: Duplicated action name from xml data: "selectopaque"
NOT COOL: Duplicated action name from xml data: "selectopaque_add"
NOT COOL: Duplicated action name from xml data: "selectopaque_subtract"
NOT COOL: Duplicated action name from xml data: "selectopaque_intersect"
NOT COOL: Duplicated action name from xml data: "growselection"
NOT COOL: Duplicated action name from xml data: "shrinkselection"
NOT COOL: Duplicated action name from xml data: "borderselection"
NOT COOL: Duplicated action name from xml data: "smoothselection"
NOT COOL: Duplicated action name from xml data: "filter_apply_again"
NOT COOL: Duplicated action name from xml data: "adjust_filters"
NOT COOL: Duplicated action name from xml data: "artistic_filters"
NOT COOL: Duplicated action name from xml data: "blur_filters"
NOT COOL: Duplicated action name from xml data: "color_filters"
NOT COOL: Duplicated action name from xml data: "edge_filters"
NOT COOL: Duplicated action name from xml data: "enhance_filters"
NOT COOL: Duplicated action name from xml data: "emboss_filters"
NOT COOL: Duplicated action name from xml data: "map_filters"
NOT COOL: Duplicated action name from xml data: "other_filters"
NOT COOL: Duplicated action name from xml data: "QMic"
NOT COOL: Duplicated action name from xml data: "QMicAgain"
NOT COOL: Duplicated action name from xml data: "options_configure"
NOT COOL: Duplicated action name from xml data: "manage_bundles"
NOT COOL: Duplicated action name from xml data: "switch_application_language"
NOT COOL: Duplicated action name from xml data: "view_toggledockers"
NOT COOL: Duplicated action name from xml data: "options_configure_toolbars"
NOT COOL: Duplicated action name from xml data: "settings_dockers_menu"
NOT COOL: Duplicated action name from xml data: "theme_menu"
NOT COOL: Duplicated action name from xml data: "settings_active_author"
NOT COOL: Duplicated action name from xml data: "options_configure_keybinding"
NOT COOL: Duplicated action name from xml data: "window"
NOT COOL: Duplicated action name from xml data: "help_contents"
NOT COOL: Duplicated action name from xml data: "help_report_bug"
NOT COOL: Duplicated action name from xml data: "help_about_app"
NOT COOL: Duplicated action name from xml data: "help_about_kde"
NOT COOL: Duplicated action name from xml data: "gradients"
NOT COOL: Duplicated action name from xml data: "patterns"
NOT COOL: Duplicated action name from xml data: "dual"
NOT COOL: Duplicated action name from xml data: "paintops"
NOT COOL: Duplicated action name from xml data: "composite_actions"
NOT COOL: Duplicated action name from xml data: "brushslider1"
NOT COOL: Duplicated action name from xml data: "brushslider2"
NOT COOL: Duplicated action name from xml data: "brushslider3"
NOT COOL: Duplicated action name from xml data: "mirror_actions"
NOT COOL: Duplicated action name from xml data: "select_layout"
NOT COOL: Duplicated action name from xml data: "workspaces"
NOT COOL: Duplicated action name from xml data: "plugin_importer"
NOT COOL: Duplicated action name from xml data: "activate_preset_1"
NOT COOL: Duplicated action name from xml data: "activate_preset_2"
NOT COOL: Duplicated action name from xml data: "activate_preset_3"
NOT COOL: Duplicated action name from xml data: "activate_preset_4"
NOT COOL: Duplicated action name from xml data: "activate_preset_5"
NOT COOL: Duplicated action name from xml data: "activate_preset_6"
NOT COOL: Duplicated action name from xml data: "activate_preset_7"
NOT COOL: Duplicated action name from xml data: "activate_preset_8"
NOT COOL: Duplicated action name from xml data: "activate_preset_9"
NOT COOL: Duplicated action name from xml data: "activate_preset_0"
NOT COOL: Duplicated action name from xml data: "execute_script_1"
NOT COOL: Duplicated action name from xml data: "execute_script_2"
NOT COOL: Duplicated action name from xml data: "execute_script_3"
NOT COOL: Duplicated action name from xml data: "execute_script_4"
NOT COOL: Duplicated action name from xml data: "execute_script_5"
NOT COOL: Duplicated action name from xml data: "execute_script_6"
NOT COOL: Duplicated action name from xml data: "execute_script_7"
NOT COOL: Duplicated action name from xml data: "execute_script_8"
NOT COOL: Duplicated action name from xml data: "execute_script_9"
NOT COOL: Duplicated action name from xml data: "execute_script_10"
NOT COOL: Duplicated action name from xml data: "krita_filter_threshold"
[1971357.387] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1971357.434] -> wl_surface@25.damage(0, 0, 504, 290)
[1971357.449] -> wl_surface@25.frame(new id wl_callback@27)
[1971357.456] -> wl_surface@25.commit()
[1971357.491] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1971357.519] wl_surface@25.damage(0, 0, 504, 290)
[1971357.536] wl_surface@25.frame(new id wl_callback@27)
[1971357.545] wl_surface@25.commit()
[1971357.566] -> wl_buffer@26.release()
[1971367.007] -> wl_callback@27.done(424446869)
[1971367.025] -> wl_display@1.delete_id(27)
[1971367.042] wl_display@1.delete_id(27)
[1971367.051] wl_callback@27.done(424446869)
[1971663.388] wl_seat@14.get_pointer(new id wl_pointer@11)
[1971663.440] wl_seat@14.get_keyboard(new id wl_keyboard@3)
[1971663.512] -> wl_surface@25.attach(wl_buffer@26, 0[1971663.535] -> wl_keyboard@3.keymap(, 10, )
fd 103, [1971663.550] -> wl_surface@25.damage(486130)
, 0[1971663.561] -> wl_keyboard@3.repeat_info(, 25504, , 600290)
)
[1971663.580] wl_compositor@6.create_surface([1971663.581] -> wl_surface@25.frame(new id wl_surface@new id wl_callback@2727)
)
[1971663.597] -> wl_surface@25.commit()
[1971663.608] wl_registry@2.bind(13, "xdg_wm_base", 1, new id [unknown]@26)
[1971663.640] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1971663.654] wl_surface@25.damage(0, 0, 504, 290)
[1971663.671] wl_surface@25.frame(new id wl_callback@27)
[1971663.679] wl_surface@25.commit()
[1971663.699] -> wl_buffer@26.release()
[1971667.038] -> wl_callback@27.done(424447169)
[1971667.053] -> wl_display@1.delete_id(27)
[1971667.083] wl_display@1.delete_id(27)
[1971667.101] wl_callback@27.done(424447169)
[1971682.348] wl_keyboard@3.keymap(1, fd 26, 48613)
[1971682.448] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1971682.471] -> wl_surface@25.damage(0, 0, 504, 290)
[1971682.500] -> wl_surface@25.frame(new id wl_callback@27)
[1971682.508] -> wl_surface@25.commit()
[1971682.532] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1971682.561] wl_surface@25.damage(0, 0, 504, 290)
[1971682.579] wl_surface@25.frame(new id wl_callback@27)
[1971682.588] wl_surface@25.commit()
[1971682.607] -> wl_buffer@26.release()
[1971683.683] -> wl_callback@27.done(424447186)
[1971683.698] -> wl_display@1.delete_id(27)
[1971683.725] wl_display@1.delete_id(27)
[1971683.741] wl_callback@27.done(424447186)
[1971683.835] wl_keyboard@3.repeat_info(25, 600)
[1971684.333] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1971684.353] -> wl_surface@25.damage(0, 0, 504, 290)
[1971684.367] -> wl_surface@25.frame(new id wl_callback@27)
[1971684.374] -> wl_surface@25.commit()
[1971684.398] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1971684.420] wl_surface@25.damage(0, 0, 504, 290)
[1971684.436] wl_surface@25.frame(new id wl_callback@27)
[1971684.444] wl_surface@25.commit()
[1971684.451] -> wl_buffer@26.release()
[1971700.457] -> wl_callback@27.done(424447203)
[1971700.498] -> wl_display@1.delete_id(27)
[1971700.552] wl_display@1.delete_id(27)
[1971700.572] wl_callback@27.done(424447203)
[1971767.030] -> zwp_tablet_pad_v2@4278190081.button(424447269, 1, 1)
[1971767.118] zwp_tablet_pad_v2@4278190081.button(424447269, 1, 1)
[1972465.020] -> zwp_tablet_pad_v2@4278190081.button(424447967, 1, 0)
[1972465.109] zwp_tablet_pad_v2@4278190081.button(424447967, 1, 0)
[1972544.934] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1972544.973] -> wl_surface@25.damage(0, 0, 504, 290)
[1972544.987] -> wl_surface@25.frame(new id wl_callback@27)
[1972544.994] -> wl_surface@25.commit()
[1972545.018] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1972545.049] wl_surface@25.damage(0, 0, 504, 290)
[1972545.065] wl_surface@25.frame(new id wl_callback@27)
[1972545.074] wl_surface@25.commit()
[1972545.097] -> wl_buffer@26.release()
[1972550.372] -> wl_callback@27.done(424448053)
[1972550.386] -> wl_display@1.delete_id(27)
[1972550.404] wl_display@1.delete_id(27)
[1972550.416] wl_callback@27.done(424448053)
[1972567.675] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1972567.708] -> wl_surface@25.damage(0, 0, 504, 290)
[1972567.722] -> wl_surface@25.frame(new id wl_callback@27)
[1972567.730] -> wl_surface@25.commit()
[1972567.756] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1972567.779] wl_surface@25.damage(0, 0, 504, 290)
[1972567.793] wl_surface@25.frame(new id wl_callback@27)
[1972567.801] wl_surface@25.commit()
[1972567.813] -> wl_buffer@26.release()
[1972583.742] -> wl_callback@27.done(424448086)
[1972583.773] -> wl_display@1.delete_id(27)
[1972583.816] wl_display@1.delete_id(27)
[1972583.840] wl_callback@27.done(424448086)
[1972694.865] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1972694.912] -> wl_surface@25.damage(0, 0, 504, 290)
[1972694.928] -> wl_surface@25.frame(new id wl_callback@27)
[1972694.936] -> wl_surface@25.commit()
[1972694.965] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1972694.997] wl_surface@25.damage(0, 0, 504, 290)
[1972695.018] wl_surface@25.frame(new id wl_callback@27)
[1972695.030] wl_surface@25.commit()
[1972695.055] -> wl_buffer@26.release()
[1972700.374] -> wl_callback@27.done(424448203)
[1972700.393] -> wl_display@1.delete_id(27)
[1972700.416] wl_display@1.delete_id(27)
[1972700.439] wl_callback@27.done(424448203)
[1972700.451] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1972700.469] -> wl_surface@25.damage(0, 0, 504, 290)
[1972700.486] -> wl_surface@25.frame(new id wl_callback@27)
[1972700.494] -> wl_surface@25.commit()
[1972700.506] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1972700.520] wl_surface@25.damage(0, 0, 504, 290)
[1972700.536] wl_surface@25.frame(new id wl_callback@27)
[1972700.543] wl_surface@25.commit()
[1972700.551] -> wl_buffer@26.release()
[1972714.773] -> wl_surface@35.attach(wl_buffer@39, 0, 0)
[1972714.796] -> wl_surface@35.set_buffer_scale(1)
[1972714.802] -> wl_surface@35.damage(1700, 0, 76, 26)
[1972714.817] -> wl_surface@35.damage(1800, 0, 76, 26)
[1972714.856] -> wl_surface@35.frame(new id wl_callback@41)
[1972714.864] -> wl_surface@35.commit()
[1972714.887] wl_surface@35.attach(wl_buffer@39, 0, 0)
[1972714.908] wl_surface@35.set_buffer_scale(1)
[1972714.914] wl_surface@35.damage(1700, 0, 76, 26)
[1972714.928] wl_surface@35.damage(1800, 0, 76, 26)
[1972714.943] wl_surface@35.frame(new id wl_callback@41)
[1972714.951] wl_surface@35.commit()
[1972714.984] -> wl_buffer@39.release()
[1972715.040] wl_buffer@39.release()
[1972716.933] -> wl_callback@27.done(424448219)
[1972716.947] -> wl_display@1.delete_id(27)
[1972716.964] wl_display@1.delete_id(27)
[1972716.978] wl_callback@27.done(424448219)
QObject::startTimer: Timers cannot have negative intervals
[1972722.156] -> wl_callback@41.done(424448224)
[1972722.171] -> wl_display@1.delete_id(41)
[1972722.199] wl_display@1.delete_id(41)
[1972722.215] wl_callback@41.done(424448224)
[1972723.378] -> wl_surface@20.attach(wl_buffer@43, 0, 0)
[1972723.405] -> wl_surface@20.set_buffer_scale(1)
[1972723.412] -> wl_surface@20.damage(1700, 0, 76, 26)
[1972723.426] -> wl_surface@20.damage(1800, 0, 76, 26)
[1972723.450] -> wl_surface@20.frame(new id wl_callback@41)
[1972723.459] -> wl_surface@20.commit()
[1972723.478] wl_surface@20.attach(wl_buffer@43, 0, 0)
[1972723.497] wl_surface@20.set_buffer_scale(1)
[1972723.503] wl_surface@20.damage(1700, 0, 76, 26)
[1972723.524] wl_surface@20.damage(1800, 0, 76, 26)
[1972723.541] wl_surface@20.frame(new id wl_callback@41)
[1972723.548] wl_surface@20.commit()
[1972723.589] -> wl_buffer@43.release()
[1972723.608] wl_buffer@43.release()
[1972733.650] -> wl_callback@41.done(424448236)
[1972733.667] -> wl_display@1.delete_id(41)
[1972733.682] wl_display@1.delete_id(41)
[1972733.692] wl_callback@41.done(424448236)
Could not create or open swapfile; disabling swapfile "/tmp/KRITA_SWAP_FILE_XXXXXX"
[1973677.193] -> wl_compositor@7.create_surface(new id wl_surface@27)
(EE)
(EE) Backtrace:
(EE) 0: Xwayland (OsSigHandler+0x29) [0x59c4f9]
(EE) 1: /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/libpthread.so.0 (funlockfile+0x50) [0x7f640e5458af]
(EE) 2: /nix/store/641prxh0dppg0d0cd1hkhcs83sq75g7b-wayland-1.17.0/lib/libwayland-client.so.0 (wl_proxy_marshal+0x87) [0x7f640eab5167]
(EE) 3: Xwayland (xwl_seat_set_cursor+0xd0) [0x4487c0]
(EE) 4: Xwayland (xwl_set_cursor+0x39) [0x448aa9]
(EE) 5: Xwayland (miPointerUpdateSprite+0x1be) [0x48f85e]
(EE) 6: Xwayland (miPointerDisplayCursor+0x96) [0x48fb46]
(EE) 7: Xwayland (CursorDisplayCursor+0x1bb) [0x47c50b]
(EE) 8: Xwayland (AnimCurDisplayCursor+0xa7) [0x4ffd27]
(EE) 9: Xwayland (ChangeToCursor+0x4b) [0x57076b]
(EE) 10: Xwayland (CheckMotion+0x162) [0x574772]
(EE) 11: Xwayland (WindowsRestructured+0x3a) [0x57488a]
(EE) 12: Xwayland (MapWindow+0x175) [0x592725]
(EE) 13: Xwayland (ProcMapWindow+0x6b) [0x561a5b]
(EE) 14: Xwayland (Dispatch+0x303) [0x567ab3]
(EE) 15: Xwayland (dix_main+0x376) [0x56ba46]
(EE) 16: /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/libc.so.6 (__libc_start_main+0xee) [0x7f640e39fb8e]
(EE) 17: Xwayland (_start+0x2a) [0x441d7a]
(EE)
(EE) Segmentation fault at address 0x51
(EE)
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE)
[1974189.807] -> wl_buffer@26.release()
The X11 connection broke (error 1). Did the X11 server die?
[1975228.610] -> wl_display@1.get_registry(new id wl_registry@2)
[1975228.658] -> wl_display@1.sync(new id wl_callback@3)
[1975228.725] wl_display@1.get_registry(new id wl_registry@2)
[1975228.767] -> wl_registry@2.global(1, "wl_shm", 1)
[1975228.796] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1975228.814] -> wl_registry@2.global(3, "wl_drm", 2)
[1975228.831] -> wl_registry@2.global(4, "wl_compositor", 4)
[1975228.848] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1975228.866] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1975228.887] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1975228.903] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1975228.923] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1975228.951] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1975228.968] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1975228.987] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1975229.004] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1975229.022] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1975229.041] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1975229.059] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1975229.077] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1975229.095] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1975229.112] -> wl_registry@2.global(19, "wp_presentation", 1)
[1975229.128] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1975229.145] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1975229.162] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1975229.180] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1975229.196] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1975229.212] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1975229.231] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1975229.249] -> wl_registry@2.global(27, "wl_seat", 7)
[1975229.267] -> wl_registry@2.global(28, "wl_output", 3)
[1975229.291] -> wl_registry@2.global(29, "wl_output", 3)
[1975229.308] wl_display@1.sync(new id wl_callback@3)
[1975229.319] -> wl_callback@3.done(134)
[1975229.334] -> wl_display@1.delete_id(3)
[1975229.360] wl_display@1.delete_id(3)
[1975229.378] wl_registry@2.global(1, "wl_shm", 1)
[1975229.392] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1975229.411] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1975229.424] -> wl_registry@2.bind(2, "zwp_linux_dmabuf_v1", 3, new id [unknown]@5)
[1975229.441] wl_registry@2.global(3, "wl_drm", 2)
[1975229.453] -> wl_registry@2.bind(3, "wl_drm", 2, new id [unknown]@6)
[1975229.470] wl_registry@2.global(4, "wl_compositor", 4)
[1975229.482] -> wl_registry@2.bind(4, "wl_compositor", 1, new id [unknown]@7)
[1975229.499] wl_registry@2.global(5, "wl_subcompositor", 1)
[1975229.511] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1975229.523] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1975229.535] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1975229.547] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1975229.559] -> wl_registry@2.bind(9, "zxdg_output_manager_v1", 1, new id [unknown]@8)
[1975229.576] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1975229.588] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1975229.600] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1975229.612] wl_registry@2.global(13, "xdg_wm_base", 2)
[1975229.623] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1975229.636] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1975229.648] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1975229.660] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1975229.672] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1975229.683] wl_registry@2.global(19, "wp_presentation", 1)
[1975229.695] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1975229.707] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1975229.719] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1975229.731] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1975229.742] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1975229.754] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1975229.766] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1975229.778] wl_registry@2.global(27, "wl_seat", 7)
[1975229.790] wl_registry@2.global(28, "wl_output", 3)
[1975229.802] -> wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@9)
[1975229.832] -> zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@10, wl_output@9)
[1975229.852] wl_registry@2.global(29, "wl_output", 3)
[1975229.864] -> wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@11)
[1975229.882] -> zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@12, wl_output@11)
[1975229.893] wl_callback@3.done(134)
[1975229.899] -> wl_display@1.sync(new id wl_callback@3)
[1975229.917] wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1975229.944] -> wl_shm@4.format(0)
[1975229.953] -> wl_shm@4.format(1)
[1975229.961] -> wl_shm@4.format(875708993)
[1975229.970] -> wl_shm@4.format(875709016)
[1975229.981] wl_registry@2.bind(2, "zwp_linux_dmabuf_v1", 3, new id [unknown]@5)
[1975230.015] -> zwp_linux_dmabuf_v1@5.modifier(875713089, 16777215, 4294967295)
[1975230.034] -> zwp_linux_dmabuf_v1@5.modifier(875713112, 16777215, 4294967295)
[1975230.053] wl_registry@2.bind(3, "wl_drm", 2, new id [unknown]@6)
[1975230.082] -> wl_drm@6.device("/dev/dri/card0")
[1975230.093] -> wl_drm@6.format(808669761)
[1975230.110] -> wl_drm@6.format(808669784)
[1975230.132] -> wl_drm@6.format(808665665)
[1975230.162] -> wl_drm@6.format(808665688)
[1975230.170] -> wl_drm@6.format(875713089)
[1975230.177] -> wl_drm@6.format(875713112)
[1975230.184] -> wl_drm@6.format(909199186)
[1975230.191] -> wl_drm@6.format(961959257)
[1975230.198] -> wl_drm@6.format(825316697)
[1975230.206] -> wl_drm@6.format(842093913)
[1975230.213] -> wl_drm@6.format(909202777)
[1975230.220] -> wl_drm@6.format(875713881)
[1975230.227] -> wl_drm@6.format(842094158)
[1975230.234] -> wl_drm@6.format(909203022)
[1975230.241] -> wl_drm@6.format(1448695129)
[1975230.248] -> wl_drm@6.capabilities(1)
[1975230.257] wl_registry@2.bind(4, "wl_compositor", 1, new id [unknown]@7)
[1975230.295] wl_registry@2.bind(9, "zxdg_output_manager_v1", 1, new id [unknown]@8)
[1975230.321] wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@9)
[1975230.347] -> wl_output@9.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1975230.384] -> wl_output@9.mode(0, 720, 400, 70082)
[1975230.404] -> wl_output@9.mode(0, 640, 480, 59940)
[1975230.424] -> wl_output@9.mode(0, 640, 480, 75000)
[1975230.444] -> wl_output@9.mode(0, 800, 600, 60317)
[1975230.464] -> wl_output@9.mode(0, 800, 600, 75000)
[1975230.483] -> wl_output@9.mode(0, 1024, 768, 60004)
[1975230.502] -> wl_output@9.mode(0, 1024, 768, 75029)
[1975230.522] -> wl_output@9.mode(0, 1280, 720, 60000)
[1975230.542] -> wl_output@9.mode(0, 1152, 864, 75000)
[1975230.563] -> wl_output@9.mode(0, 1280, 800, 60000)
[1975230.586] -> wl_output@9.mode(0, 1440, 900, 60000)
[1975230.608] -> wl_output@9.mode(0, 1280, 1024, 60020)
[1975230.630] -> wl_output@9.mode(0, 1280, 1024, 75025)
[1975230.652] -> wl_output@9.mode(0, 1600, 900, 60000)
[1975230.675] -> wl_output@9.mode(0, 1680, 1050, 60000)
[1975230.697] -> wl_output@9.mode(3, 1920, 1080, 60000)
[1975230.720] -> wl_output@9.scale(1)
[1975230.729] -> wl_output@9.done()
[1975230.736] zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@10, wl_output@9)
[1975230.754] -> zxdg_output_v1@10.logical_position(0, 0)
[1975230.766] -> zxdg_output_v1@10.logical_size(1920, 1080)
[1975230.779] -> zxdg_output_v1@10.done()
[1975230.785] -> wl_output@9.done()
[1975230.791] wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@11)
[1975230.820] -> wl_output@11.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1975230.862] -> wl_output@11.mode(0, 720, 400, 70082)
[1975230.884] -> wl_output@11.mode(0, 640, 480, 59940)
[1975230.906] -> wl_output@11.mode(0, 640, 480, 75000)
[1975230.927] -> wl_output@11.mode(0, 800, 600, 60317)
[1975230.948] -> wl_output@11.mode(0, 800, 600, 75000)
[1975230.971] -> wl_output@11.mode(0, 1024, 768, 60004)
[1975230.994] -> wl_output@11.mode(0, 1024, 768, 75029)
[1975231.017] -> wl_output@11.mode(0, 1280, 720, 60000)
[1975231.040] -> wl_output@11.mode(0, 1152, 864, 75000)
[1975231.062] -> wl_output@11.mode(0, 1280, 800, 60000)
[1975231.085] -> wl_output@11.mode(0, 1440, 900, 60000)
[1975231.113] -> wl_output@11.mode(0, 1280, 1024, 60020)
[1975231.134] -> wl_output@11.mode(0, 1280, 1024, 75025)
[1975231.157] -> wl_output@11.mode(0, 1600, 900, 60000)
[1975231.179] -> wl_output@11.mode(0, 1680, 1050, 60000)
[1975231.202] -> wl_output@11.mode(3, 1920, 1080, 60000)
[1975231.224] -> wl_output@11.scale(1)
[1975231.232] -> wl_output@11.done()
[1975231.237] zxdg_output_manager_v1@8.get_xdg_output(new id zxdg_output_v1@12, wl_output@11)
[1975231.252] -> zxdg_output_v1@12.logical_position(1920, 0)
[1975231.264] -> zxdg_output_v1@12.logical_size(1920, 1080)
[1975231.278] -> zxdg_output_v1@12.done()
[1975231.288] -> wl_output@11.done()
[1975231.294] wl_display@1.sync(new id wl_callback@3)
[1975231.306] -> wl_callback@3.done(134)
[1975231.314] -> wl_display@1.delete_id(3)
[1975231.343] wl_display@1.delete_id(3)
[1975231.351] zwp_linux_dmabuf_v1@5.modifier(875713089, 16777215, 4294967295)
[1975231.363] zwp_linux_dmabuf_v1@5.modifier(875713112, 16777215, 4294967295)
[1975231.375] wl_drm@6.device("/dev/dri/card0")
[1975232.115] wl_drm@6.format(808669761)
[1975232.126] wl_drm@6.format(808669784)
[1975232.131] wl_drm@6.format(808665665)
[1975232.136] wl_drm@6.format(808665688)
[1975232.141] wl_drm@6.format(875713089)
[1975232.146] wl_drm@6.format(875713112)
[1975232.152] wl_drm@6.format(909199186)
[1975232.157] wl_drm@6.format(961959257)
[1975232.163] wl_drm@6.format(825316697)
[1975232.168] wl_drm@6.format(842093913)
[1975232.174] wl_drm@6.format(909202777)
[1975232.179] wl_drm@6.format(875713881)
[1975232.185] wl_drm@6.format(842094158)
[1975232.190] wl_drm@6.format(909203022)
[1975232.195] wl_drm@6.format(1448695129)
[1975232.200] wl_drm@6.capabilities(1)
[1975232.205] wl_output@9.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1975232.231] wl_output@9.mode(0, 720, 400, 70082)
[1975232.245] wl_output@9.mode(0, 640, 480, 59940)
[1975232.258] wl_output@9.mode(0, 640, 480, 75000)
[1975232.271] wl_output@9.mode(0, 800, 600, 60317)
[1975232.291] wl_output@9.mode(0, 800, 600, 75000)
[1975232.304] wl_output@9.mode(0, 1024, 768, 60004)
[1975232.317] wl_output@9.mode(0, 1024, 768, 75029)
[1975232.331] wl_output@9.mode(0, 1280, 720, 60000)
[1975232.344] wl_output@9.mode(0, 1152, 864, 75000)
[1975232.357] wl_output@9.mode(0, 1280, 800, 60000)
[1975232.371] wl_output@9.mode(0, 1440, 900, 60000)
[1975232.384] wl_output@9.mode(0, 1280, 1024, 60020)
[1975232.397] wl_output@9.mode(0, 1280, 1024, 75025)
[1975232.411] wl_output@9.mode(0, 1600, 900, 60000)
[1975232.424] wl_output@9.mode(0, 1680, 1050, 60000)
[1975232.437] wl_output@9.mode(3, 1920, 1080, 60000)
[1975232.451] wl_output@9.scale(1)
[1975232.456] wl_output@9.done()
[1975232.459] zxdg_output_v1@10.logical_position(0, 0)
[1975232.467] zxdg_output_v1@10.logical_size(1920, 1080)
[1975232.475] zxdg_output_v1@10.done()
[1975232.484] wl_output@9.done()
[1975232.487] wl_output@11.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1975232.512] wl_output@11.mode(0, 720, 400, 70082)
[1975232.525] wl_output@11.mode(0, 640, 480, 59940)
[1975232.539] wl_output@11.mode(0, 640, 480, 75000)
[1975232.552] wl_output@11.mode(0, 800, 600, 60317)
[1975232.565] wl_output@11.mode(0, 800, 600, 75000)
[1975232.578] wl_output@11.mode(0, 1024, 768, 60004)
[1975232.591] wl_output@11.mode(0, 1024, 768, 75029)
[1975232.604] wl_output@11.mode(0, 1280, 720, 60000)
[1975232.618] wl_output@11.mode(0, 1152, 864, 75000)
[1975232.631] wl_output@11.mode(0, 1280, 800, 60000)
[1975232.644] wl_output@11.mode(0, 1440, 900, 60000)
[1975232.657] wl_output@11.mode(0, 1280, 1024, 60020)
[1975232.670] wl_output@11.mode(0, 1280, 1024, 75025)
[1975232.683] wl_output@11.mode(0, 1600, 900, 60000)
[1975232.697] wl_output@11.mode(0, 1680, 1050, 60000)
[1975232.712] wl_output@11.mode(3, 1920, 1080, 60000)
[1975232.727] wl_output@11.scale(1)
[1975232.732] wl_output@11.done()
[1975232.736] zxdg_output_v1@12.logical_position(1920, 0)
[1975232.745] zxdg_output_v1@12.logical_size(1920, 1080)
[1975232.754] zxdg_output_v1@12.done()
[1975232.760] wl_output@11.done()
[1975232.764] wl_callback@3.done(134)
[1975306.624] -> wl_display@1.sync(new id wl_callback@3)
[1975306.685] wl_display@1.sync(new id wl_callback@3)
[1975306.706] -> wl_callback@3.done(134)
[1975306.714] -> wl_display@1.delete_id(3)
[1975306.728] wl_display@1.delete_id(3)
[1975306.738] wl_callback@3.done(134)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
[1975321.949] -> wl_shm@4.create_pool(new id wl_shm_pool@3, fd 12, 1024)
[1975321.972] -> wl_shm_pool@3.create_buffer(new id wl_buffer@13, 0, 16, 16, 64, 0)
[1975321.995] -> wl_shm_pool@3.destroy()
[1975322.462] -> wl_display@1.get_registry(new id wl_registry@14)
[1975322.474] -> wl_display@1.sync(new id wl_callback@15)
[1975322.508] wl_shm@4.create_pool(new id wl_shm_pool@3, fd 25, 1024)
[1975322.540] wl_shm_pool@3.create_buffer(new id wl_buffer@13, 0, 16, 16, 64, 0)
[1975322.568] wl_shm_pool@3.destroy()
[1975322.575] -> wl_display@1.delete_id(3)
[1975322.581] wl_display@1.get_registry(new id wl_registry@14)
[1975322.589] -> wl_registry@14.global(1, "wl_shm", 1)
[1975322.602] -> wl_registry@14.global(2, "zwp_linux_dmabuf_v1", 3)
[1975322.617] -> wl_registry@14.global(3, "wl_drm", 2)
[1975322.630] -> wl_registry@14.global(4, "wl_compositor", 4)
[1975322.642] -> wl_registry@14.global(5, "wl_subcompositor", 1)
[1975322.654] -> wl_registry@14.global(6, "wl_data_device_manager", 3)
[1975322.666] -> wl_registry@14.global(7, "zwlr_gamma_control_manager_v1", 1)
[1975322.679] -> wl_registry@14.global(8, "gtk_primary_selection_device_manager", 1)
[1975322.691] -> wl_registry@14.global(9, "zxdg_output_manager_v1", 3)
[1975322.704] -> wl_registry@14.global(10, "org_kde_kwin_idle", 1)
[1975322.716] -> wl_registry@14.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1975322.729] -> wl_registry@14.global(12, "zwlr_layer_shell_v1", 1)
[1975322.741] -> wl_registry@14.global(13, "xdg_wm_base", 2)
[1975322.753] -> wl_registry@14.global(14, "zwp_tablet_manager_v2", 1)
[1975322.766] -> wl_registry@14.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1975322.778] -> wl_registry@14.global(16, "zxdg_decoration_manager_v1", 1)
[1975322.791] -> wl_registry@14.global(17, "zwp_relative_pointer_manager_v1", 1)
[1975322.804] -> wl_registry@14.global(18, "zwp_pointer_constraints_v1", 1)
[1975322.816] -> wl_registry@14.global(19, "wp_presentation", 1)
[1975322.828] -> wl_registry@14.global(20, "zwlr_output_manager_v1", 1)
[1975322.841] -> wl_registry@14.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1975322.854] -> wl_registry@14.global(22, "zwlr_screencopy_manager_v1", 2)
[1975322.865] -> wl_registry@14.global(23, "zwlr_data_control_manager_v1", 2)
[1975322.878] -> wl_registry@14.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1975322.890] -> wl_registry@14.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1975322.903] -> wl_registry@14.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1975322.915] -> wl_registry@14.global(27, "wl_seat", 7)
[1975322.927] -> wl_registry@14.global(28, "wl_output", 3)
[1975322.941] -> wl_registry@14.global(29, "wl_output", 3)
[1975322.953] wl_display@1.sync(new id wl_callback@15)
[1975322.963] -> wl_callback@15.done(134)
[1975322.970] -> wl_display@1.delete_id(15)
[1975322.994] wl_display@1.delete_id(3)
[1975323.005] wl_display@1.delete_id(15)
[1975323.011] wl_registry@14.global(1, "wl_shm", 1)
[1975323.024] wl_registry@14.global(2, "zwp_linux_dmabuf_v1", 3)
[1975323.037] wl_registry@14.global(3, "wl_drm", 2)
[1975323.049] wl_registry@14.global(4, "wl_compositor", 4)
[1975323.061] wl_registry@14.global(5, "wl_subcompositor", 1)
[1975323.073] wl_registry@14.global(6, "wl_data_device_manager", 3)
[1975323.086] wl_registry@14.global(7, "zwlr_gamma_control_manager_v1", 1)
[1975323.098] wl_registry@14.global(8, "gtk_primary_selection_device_manager", 1)
[1975323.110] wl_registry@14.global(9, "zxdg_output_manager_v1", 3)
[1975323.131] wl_registry@14.global(10, "org_kde_kwin_idle", 1)
[1975323.143] wl_registry@14.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1975323.155] wl_registry@14.global(12, "zwlr_layer_shell_v1", 1)
[1975323.168] wl_registry@14.global(13, "xdg_wm_base", 2)
[1975323.180] wl_registry@14.global(14, "zwp_tablet_manager_v2", 1)
[1975323.193] -> wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@3)
[1975323.212] wl_registry@14.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1975323.225] wl_registry@14.global(16, "zxdg_decoration_manager_v1", 1)
[1975323.237] wl_registry@14.global(17, "zwp_relative_pointer_manager_v1", 1)
[1975323.249] -> wl_registry@2.bind(17, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@16)
[1975323.267] wl_registry@14.global(18, "zwp_pointer_constraints_v1", 1)
[1975323.285] -> wl_registry@2.bind(18, "zwp_pointer_constraints_v1", 1, new id [unknown]@17)
[1975323.302] wl_registry@14.global(19, "wp_presentation", 1)
[1975323.314] wl_registry@14.global(20, "zwlr_output_manager_v1", 1)
[1975323.327] wl_registry@14.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1975323.339] wl_registry@14.global(22, "zwlr_screencopy_manager_v1", 2)
[1975323.351] wl_registry@14.global(23, "zwlr_data_control_manager_v1", 2)
[1975323.363] wl_registry@14.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1975323.375] wl_registry@14.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1975323.388] wl_registry@14.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1975323.400] wl_registry@14.global(27, "wl_seat", 7)
[1975323.412] -> wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@18)
[1975323.430] -> wl_compositor@7.create_surface(new id wl_surface@19)
[1975323.439] -> zwp_tablet_manager_v2@3.get_tablet_seat(new id zwp_tablet_seat_v2@20, wl_seat@18)
[1975323.451] wl_registry@14.global(28, "wl_output", 3)
[1975323.462] wl_registry@14.global(29, "wl_output", 3)
[1975323.473] wl_callback@15.done(134)
[1975323.479] -> wl_display@1.sync(new id wl_callback@15)
[1975323.496] wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@3)
[1975323.525] wl_registry@2.bind(17, "zwp_relative_pointer_manager_v1", 1, new id [unknown]@16)
[1975323.543] wl_registry@2.bind(18, "zwp_pointer_constraints_v1", 1, new id [unknown]@17)
[1975323.561] wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@18)
[1975323.591] -> wl_seat@18.name("seat0")
[1975323.598] -> wl_seat@18.capabilities(3)
[1975323.603] wl_compositor@7.create_surface(new id wl_surface@19)
[1975323.628] zwp_tablet_manager_v2@3.get_tablet_seat(new id zwp_tablet_seat_v2@20, wl_seat@18)
[1975323.646] -> zwp_tablet_seat_v2@20.tablet_added(new id zwp_tablet_v2@4278190080)
[1975323.654] -> zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1975323.662] -> zwp_tablet_v2@4278190080.id(1386, 770)
[1975323.672] -> zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1975323.678] -> zwp_tablet_v2@4278190080.done()
[1975323.686] -> zwp_tablet_seat_v2@20.pad_added(new id zwp_tablet_pad_v2@4278190081)
[1975323.695] -> zwp_tablet_pad_v2@4278190081.buttons(4)
[1975323.700] -> zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1975323.708] -> zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@4278190082)
[1975323.717] -> zwp_tablet_pad_group_v2@4278190082.modes(1)
[1975323.724] -> zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1975323.730] -> zwp_tablet_pad_group_v2@4278190082.done()
[1975323.734] -> zwp_tablet_pad_v2@4278190081.done()
[1975323.739] wl_display@1.sync(new id wl_callback@15)
[1975323.747] -> wl_callback@15.done(134)
[1975323.753] -> wl_display@1.delete_id(15)
[1975323.771] wl_display@1.delete_id(15)
[1975323.782] wl_seat@18.name("seat0")
[1975323.787] wl_seat@18.capabilities(3)
[1975323.794] -> wl_seat@18.get_pointer(new id wl_pointer@21)
[1975323.802] -> wl_pointer@21.set_cursor(0, nil, 0, 0)
[1975323.851] -> zwp_relative_pointer_manager_v1@16.get_relative_pointer(new id zwp_relative_pointer_v1@22, wl_pointer@21)
[1975323.880] -> wl_seat@18.get_keyboard(new id wl_keyboard@23)
[1975323.957] zwp_tablet_seat_v2@20.tablet_added(new id zwp_tablet_v2@23698576)
[1975323.966] zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1975323.973] zwp_tablet_v2@4278190080.id(1386, 770)
[1975323.982] zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1975323.988] zwp_tablet_v2@4278190080.done()
[1975324.035] zwp_tablet_seat_v2@20.pad_added(new id zwp_tablet_pad_v2@23699008)
[1975324.044] zwp_tablet_pad_v2@4278190081.buttons(4)
[1975324.050] zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1975324.056] zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@23697008)
[1975324.063] zwp_tablet_pad_group_v2@4278190082.modes(1)
[1975324.069] zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1975324.075] zwp_tablet_pad_group_v2@4278190082.done()
[1975324.078] zwp_tablet_pad_v2@4278190081.done()
[1975324.097] wl_callback@15.done(134)
[1975325.349] wl_seat@18.get_pointer(new id wl_pointer@21)
[1975325.370] wl_pointer@21.set_cursor(0, nil, 0, 0)
[1975325.396] zwp_relative_pointer_manager_v1@16.get_relative_pointer(new id zwp_relative_pointer_v1@22, wl_pointer@21)
[1975325.413] wl_seat@18.get_keyboard(new id wl_keyboard@23)
[1975325.473] -> wl_keyboard@23.keymap(1, fd 95, 48613)
[1975325.493] -> wl_keyboard@23.repeat_info(25, 600)
[1975325.516] wl_keyboard@23.keymap(1, fd 12, 48613)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 569, clipping.
> X11 cannot support keycodes above 255.
> Warning: Unsupported high keycode 372 for name <I372> ignored
> X11 cannot support keycodes above 255.
> This warning only shows for the first high keycode.
Errors from xkbcomp are not fatal to the X server
[1975331.728] wl_keyboard@23.repeat_info(25, 600)
[1975387.135] -> wl_compositor@7.create_surface(new id wl_surface@15)
[1975387.181] wl_compositor@7.create_surface(new id wl_surface@15)
[1975387.681] -> wl_drm@6.create_prime_buffer(new id wl_buffer@24, fd 12, 960, 398, 875713089, 0, 4096, 0, 0, 0, 0)
[1975387.728] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1975387.741] -> wl_surface@15.damage(0, 0, 960, 398)
[1975387.756] -> wl_surface@15.frame(new id wl_callback@25)
[1975387.764] -> wl_surface@15.commit()
[1975389.050] wl_drm@6.create_prime_buffer(new id wl_buffer@24, fd 96, 960, 398, 875713089, 0, 4096, 0, 0, 0, 0)
[1975389.140] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1975389.154] wl_surface@15.damage(0, 0, 960, 398)
[1975389.171] wl_surface@15.frame(new id wl_callback@25)
[1975389.179] wl_surface@15.commit()
[1975389.237] -> wl_keyboard@23.enter(135, wl_surface@15, array)
[1975389.252] -> wl_keyboard@23.modifiers(136, 0, 0, 0, 0)
[1975389.273] -> zwp_tablet_pad_v2@4278190081.enter(137, zwp_tablet_v2@4278190080, wl_surface@15)
[1975389.292] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(892011, 137, 0)
[1975389.366] wl_keyboard@23.enter(135, wl_surface@15, array)
[1975389.392] wl_keyboard@23.modifiers(136, 0, 0, 0, 0)
[1975389.416] zwp_tablet_pad_v2@4278190081.enter(137, zwp_tablet_v2@4278190080, wl_surface@15)
[1975389.429] zwp_tablet_pad_group_v2@4278190082.mode_switch(892011, 137, 0)
[1975405.589] -> wl_callback@25.done(424450908)
[1975405.604] -> wl_display@1.delete_id(25)
[1975405.622] wl_display@1.delete_id(25)
[1975405.634] wl_callback@25.done(424450908)
[1975457.832] -> wl_keyboard@23.key(138, 424450960, 37, 1)
[1975457.883] wl_keyboard@23.key(138, 424450960, 37, 1)
[1975462.060] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1975462.081] -> wl_surface@15.damage(0, 0, 960, 398)
[1975462.095] -> wl_surface@15.frame(new id wl_callback@25)
[1975462.102] -> wl_surface@15.commit()
[1975462.136] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1975462.164] wl_surface@15.damage(0, 0, 960, 398)
[1975462.186] wl_surface@15.frame(new id wl_callback@25)
[1975462.194] wl_surface@15.commit()
[1975462.202] -> wl_buffer@24.release()
[1975472.131] -> wl_callback@25.done(424450974)
[1975472.143] -> wl_display@1.delete_id(25)
[1975472.160] wl_display@1.delete_id(25)
[1975472.172] wl_callback@25.done(424450974)
[1975591.837] -> wl_keyboard@23.key(139, 424451094, 37, 0)
[1975591.897] wl_keyboard@23.key(139, 424451094, 37, 0)
[1975813.841] -> wl_keyboard@23.key(140, 424451316, 19, 1)
[1975813.898] wl_keyboard@23.key(140, 424451316, 19, 1)
[1975814.621] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1975814.644] -> wl_surface@15.damage(0, 0, 960, 398)
[1975814.662] -> wl_surface@15.frame(new id wl_callback@25)
[1975814.671] -> wl_surface@15.commit()
[1975814.689] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1975814.720] wl_surface@15.damage(0, 0, 960, 398)
[1975814.743] wl_surface@15.frame(new id wl_callback@25)
[1975814.752] wl_surface@15.commit()
[1975814.761] -> wl_buffer@24.release()
[1975822.192] -> wl_callback@25.done(424451324)
[1975822.210] -> wl_display@1.delete_id(25)
[1975822.232] wl_display@1.delete_id(25)
[1975822.249] wl_callback@25.done(424451324)
[1975920.839] -> wl_keyboard@23.key(141, 424451423, 19, 0)
[1975920.895] wl_keyboard@23.key(141, 424451423, 19, 0)
[1976040.840] -> wl_keyboard@23.key(142, 424451543, 23, 1)
[1976040.897] wl_keyboard@23.key(142, 424451543, 23, 1)
[1976041.608] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1976041.628] -> wl_surface@15.damage(0, 0, 960, 398)
[1976041.644] -> wl_surface@15.frame(new id wl_callback@25)
[1976041.652] -> wl_surface@15.commit()
[1976041.669] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1976041.696] wl_surface@15.damage(0, 0, 960, 398)
[1976041.715] wl_surface@15.frame(new id wl_callback@25)
[1976041.723] wl_surface@15.commit()
[1976041.731] -> wl_buffer@24.release()
[1976055.516] -> wl_callback@25.done(424451558)
[1976055.533] -> wl_display@1.delete_id(25)
[1976055.556] wl_display@1.delete_id(25)
[1976055.573] wl_callback@25.done(424451558)
[1976115.840] -> wl_keyboard@23.key(143, 424451618, 20, 1)
[1976115.895] wl_keyboard@23.key(143, 424451618, 20, 1)
[1976116.537] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1976116.562] -> wl_surface@15.damage(0, 0, 960, 398)
[1976116.579] -> wl_surface@15.frame(new id wl_callback@25)
[1976116.589] -> wl_surface@15.commit()
[1976116.607] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1976116.641] wl_surface@15.damage(0, 0, 960, 398)
[1976116.665] wl_surface@15.frame(new id wl_callback@25)
[1976116.675] wl_surface@15.commit()
[1976116.684] -> wl_buffer@24.release()
[1976122.154] -> wl_callback@25.done(424451624)
[1976122.173] -> wl_display@1.delete_id(25)
[1976122.195] wl_display@1.delete_id(25)
[1976122.211] wl_callback@25.done(424451624)
[1976131.837] -> wl_keyboard@23.key(144, 424451634, 23, 0)
[1976131.890] wl_keyboard@23.key(144, 424451634, 23, 0)
[1976213.839] -> wl_keyboard@23.key(145, 424451716, 30, 1)
[1976213.891] wl_keyboard@23.key(145, 424451716, 30, 1)
[1976214.541] -> wl_surface@15.attach(wl_buffer@24, 0, 0)
[1976214.566] -> wl_surface@15.damage(0, 0, 960, 398)
[1976214.583] -> wl_surface@15.frame(new id wl_callback@25)
[1976214.591] -> wl_surface@15.commit()
[1976214.612] wl_surface@15.attach(wl_buffer@24, 0, 0)
[1976214.645] wl_surface@15.damage(0, 0, 960, 398)
[1976214.668] wl_surface@15.frame(new id wl_callback@25)
[1976214.678] wl_surface@15.commit()
[1976214.688] -> wl_buffer@24.release()
[1976218.834] -> wl_keyboard@23.key(146, 424451721, 20, 0)
[1976218.888] wl_keyboard@23.key(146, 424451721, 20, 0)
[1976222.173] -> wl_callback@25.done(424451724)
[1976222.192] -> wl_display@1.delete_id(25)
[1976222.215] wl_display@1.delete_id(25)
[1976222.230] wl_callback@25.done(424451724)
[1976296.837] -> wl_keyboard@23.key(147, 424451799, 28, 1)
[1976296.881] wl_keyboard@23.key(147, 424451799, 28, 1)
2019-11-24 20:47:26 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 138, value 4194315
[1976298.640] -> wl_buffer@24.destroy([1976298.646] -> wl_keyboard@23.leave()
148, wl_surface@15)
[1976298.700] -> wl_surface@15.destroy()
[1976298.737] wl_buffer@24.destroy([1976298.739] wl_keyboard@23.leave()
148, [1976298.753] -> wl_display@1.delete_id(nil24)
)
[1976298.766] wl_surface@15.destroy()
[1976298.776] -> zwp_tablet_pad_v2@4278190081.leave(149, wl_surface@15)
[1976298.796] -> wl_display@1.delete_id(15)
2019-11-24 20:47:26 - [xwayland/xwm.c:1268] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 149, value 4194305
[1976298.824] wl_display@1.delete_id(24)
[1976298.835] wl_display@1.delete_id(15)
[1976298.841] zwp_tablet_pad_v2@4278190081.leave(149, nil)
2019-11-24 20:47:26 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 166, value 4194322
2019-11-24 20:47:26 - [xwayland/xwm.c:1268] xcb error: op ChangeWindowAttributes (no minor), code Window (no extension), sequence 183, value 4194322
(process:5957): Gtk-WARNING **: 20:47:26.318: Locale not supported by C library.
Using the fallback 'C' locale.
[1976531.522] -> wl_display@1.get_registry(new id wl_registry@2)
[1976531.545] -> wl_display@1.sync(new id wl_callback@3)
[1976531.567] wl_display@1.get_registry(new id wl_registry@2)
[1976531.591] -> wl_registry@2.global(1, "wl_shm", 1)
[1976531.606] -> wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1976531.618] -> wl_registry@2.global(3, "wl_drm", 2)
[1976531.630] -> wl_registry@2.global(4, "wl_compositor", 4)
[1976531.643] -> wl_registry@2.global(5, "wl_subcompositor", 1)
[1976531.655] -> wl_registry@2.global(6, "wl_data_device_manager", 3)
[1976531.669] -> wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1976531.682] -> wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1976531.695] -> wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1976531.709] -> wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1976531.721] -> wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1976531.733] -> wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1976531.746] -> wl_registry@2.global(13, "xdg_wm_base", 2)
[1976531.759] -> wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1976531.771] -> wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1976531.783] -> wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1976531.796] -> wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1976531.809] -> wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1976531.821] -> wl_registry@2.global(19, "wp_presentation", 1)
[1976531.833] -> wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1976531.846] -> wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1976531.858] -> wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1976531.871] -> wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1976531.884] -> wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1976531.896] -> wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1976531.908] -> wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1976531.921] -> wl_registry@2.global(27, "wl_seat", 7)
[1976531.934] -> wl_registry@2.global(28, "wl_output", 3)
[1976531.946] -> wl_registry@2.global(29, "wl_output", 3)
[1976531.958] wl_display@1.sync(new id wl_callback@3)
[1976531.966] -> wl_callback@3.done(149)
[1976531.972] -> wl_display@1.delete_id(3)
[1976531.993] wl_display@1.delete_id(3)
[1976532.004] wl_registry@2.global(1, "wl_shm", 1)
[1976532.017] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1976532.062] -> wl_shm@4.create_pool(new id wl_shm_pool@5, fd 14, 2304)
[1976532.156] -> wl_shm_pool@5.resize(6912)
[1976532.671] -> wl_shm_pool@5.resize(16128)
[1976532.687] -> wl_shm_pool@5.resize(34560)
[1976532.703] -> wl_shm_pool@5.resize(71424)
[1976532.725] -> wl_shm_pool@5.resize(145152)
[1976532.777] -> wl_shm_pool@5.resize(292608)
[1976533.428] -> wl_shm_pool@5.resize(587520)
[1976534.952] -> wl_shm_pool@5.resize(1177344)
[1976541.789] wl_registry@2.global(2, "zwp_linux_dmabuf_v1", 3)
[1976541.809] wl_registry@2.global(3, "wl_drm", 2)
[1976541.821] wl_registry@2.global(4, "wl_compositor", 4)
[1976541.833] -> wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@6)
[1976541.851] wl_registry@2.global(5, "wl_subcompositor", 1)
[1976541.864] -> wl_registry@2.bind(5, "wl_subcompositor", 1, new id [unknown]@7)
[1976541.882] wl_registry@2.global(6, "wl_data_device_manager", 3)
[1976541.895] -> wl_registry@2.bind(6, "wl_data_device_manager", 3, new id [unknown]@8)
[1976541.913] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
[1976541.926] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
[1976541.939] -> wl_registry@2.bind(8, "gtk_primary_selection_device_manager", 1, new id [unknown]@9)
[1976541.958] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
[1976541.971] -> wl_registry@2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]@10)
[1976541.989] -> wl_display@1.sync(new id wl_callback@11)
[1976541.997] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
[1976542.009] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[1976542.021] wl_registry@2.global(12, "zwlr_layer_shell_v1", 1)
[1976542.034] wl_registry@2.global(13, "xdg_wm_base", 2)
[1976542.047] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
[1976542.060] -> wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@12)
[1976542.078] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
[1976542.091] -> wl_registry@2.bind(15, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[1976542.110] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
[1976542.123] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
[1976542.135] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
[1976542.148] wl_registry@2.global(19, "wp_presentation", 1)
[1976542.161] wl_registry@2.global(20, "zwlr_output_manager_v1", 1)
[1976542.174] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[1976542.187] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 2)
[1976542.199] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[1976542.212] wl_registry@2.global(24, "zwp_primary_selection_device_manager_v1", 1)
[1976542.225] wl_registry@2.global(25, "zwp_virtual_keyboard_manager_v1", 1)
[1976542.237] wl_registry@2.global(26, "zwlr_input_inhibit_manager_v1", 1)
[1976542.250] wl_registry@2.global(27, "wl_seat", 7)
[1976542.263] -> wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@14)
[1976543.983] -> wl_compositor@6.create_surface(new id wl_surface@15)
[1976544.005] -> gtk_primary_selection_device_manager@9.get_device(new id gtk_primary_selection_device@16, wl_seat@14)
[1976544.016] -> wl_data_device_manager@8.get_data_device(new id wl_data_device@17, wl_seat@14)
[1976544.096] -> wl_compositor@6.create_surface(new id wl_surface@18)
[1976544.107] -> zwp_tablet_manager_v2@12.get_tablet_seat(new id zwp_tablet_seat_v2@19, wl_seat@14)
[1976544.117] -> wl_display@1.sync(new id wl_callback@20)
[1976544.124] wl_registry@2.global(28, "wl_output", 3)
[1976544.136] -> wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@21)
[1976544.174] -> zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@22, wl_output@21)
[1976544.185] -> wl_display@1.sync(new id wl_callback@23)
[1976544.193] wl_registry@2.global(29, "wl_output", 3)
[1976544.205] -> wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@24)
[1976544.224] -> zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@25, wl_output@24)
[1976544.234] -> wl_display@1.sync(new id wl_callback@26)
[1976544.243] wl_callback@3.done(149)
[1976544.261] wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[1976544.279] -> wl_shm@4.format(0)
[1976544.290] -> wl_shm@4.format(1)
[1976544.296] -> wl_shm@4.format(875708993)
[1976544.302] -> wl_shm@4.format(875709016)
[1976544.308] wl_shm@4.create_pool(new id wl_shm_pool@5, fd 97, 2304)
[1976544.342] wl_shm_pool@5.resize(6912)
[1976544.354] wl_shm_pool@5.resize(16128)
[1976544.361] wl_shm_pool@5.resize(34560)
[1976544.368] wl_shm_pool@5.resize(71424)
[1976544.375] wl_shm_pool@5.resize(145152)
[1976544.382] wl_shm_pool@5.resize(292608)
[1976544.389] wl_shm_pool@5.resize(587520)
[1976544.396] wl_shm_pool@5.resize(1177344)
[1976544.405] wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@6)
[1976544.424] wl_registry@2.bind(5, "wl_subcompositor", 1, new id [unknown]@7)
[1976544.442] wl_registry@2.bind(6, "wl_data_device_manager", 3, new id [unknown]@8)
[1976544.461] wl_registry@2.bind(8, "gtk_primary_selection_device_manager", 1, new id [unknown]@9)
[1976544.478] wl_registry@2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]@10)
[1976544.496] wl_display@1.sync(new id wl_callback@11)
[1976544.503] -> wl_callback@11.done(149)
[1976544.509] -> wl_display@1.delete_id(11)
[1976544.515] wl_registry@2.bind(14, "zwp_tablet_manager_v2", 1, new id [unknown]@12)
[1976544.533] wl_registry@2.bind(15, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[1976544.551] -> org_kde_kwin_server_decoration_manager@13.default_mode(2)
[1976544.557] wl_registry@2.bind(27, "wl_seat", 5, new id [unknown]@14)
[1976544.575] -> wl_seat@14.name("seat0")
[1976544.581] -> wl_seat@14.capabilities(3)
[1976544.588] wl_compositor@6.create_surface(new id wl_surface@15)
[1976544.604] gtk_primary_selection_device_manager@9.get_device(new id gtk_primary_selection_device@16, wl_seat@14)
[1976544.616] wl_data_device_manager@8.get_data_device(new id wl_data_device@17, wl_seat@14)
[1976544.628] wl_compositor@6.create_surface(new id wl_surface@18)
[1976544.638] zwp_tablet_manager_v2@12.get_tablet_seat(new id zwp_tablet_seat_v2@19, wl_seat@14)
[1976544.649] -> zwp_tablet_seat_v2@19.tablet_added(new id zwp_tablet_v2@4278190080)
[1976544.658] -> zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1976544.664] -> zwp_tablet_v2@4278190080.id(1386, 770)
[1976544.673] -> zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1976544.680] -> zwp_tablet_v2@4278190080.done()
[1976544.685] -> zwp_tablet_seat_v2@19.pad_added(new id zwp_tablet_pad_v2@4278190081)
[1976544.692] -> zwp_tablet_pad_v2@4278190081.buttons(4)
[1976544.698] -> zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1976544.704] -> zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@4278190082)
[1976544.712] -> zwp_tablet_pad_group_v2@4278190082.modes(1)
[1976544.719] -> zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1976544.724] -> zwp_tablet_pad_group_v2@4278190082.done()
[1976544.728] -> zwp_tablet_pad_v2@4278190081.done()
[1976544.732] wl_display@1.sync(new id wl_callback@20)
[1976544.740] -> wl_callback@20.done(149)
[1976544.746] -> wl_display@1.delete_id(20)
[1976544.752] wl_registry@2.bind(28, "wl_output", 2, new id [unknown]@21)
[1976544.770] -> wl_output@21.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1976544.798] -> wl_output@21.mode(0, 720, 400, 70082)
[1976544.814] -> wl_output@21.mode(0, 640, 480, 59940)
[1976544.830] -> wl_output@21.mode(0, 640, 480, 75000)
[1976544.845] -> wl_output@21.mode(0, 800, 600, 60317)
[1976544.861] -> wl_output@21.mode(0, 800, 600, 75000)
[1976544.877] -> wl_output@21.mode(0, 1024, 768, 60004)
[1976544.891] -> wl_output@21.mode(0, 1024, 768, 75029)
[1976544.907] -> wl_output@21.mode(0, 1280, 720, 60000)
[1976544.922] -> wl_output@21.mode(0, 1152, 864, 75000)
[1976544.937] -> wl_output@21.mode(0, 1280, 800, 60000)
[1976544.953] -> wl_output@21.mode(0, 1440, 900, 60000)
[1976544.968] -> wl_output@21.mode(0, 1280, 1024, 60020)
[1976544.984] -> wl_output@21.mode(0, 1280, 1024, 75025)
[1976544.999] -> wl_output@21.mode(0, 1600, 900, 60000)
[1976545.015] -> wl_output@21.mode(0, 1680, 1050, 60000)
[1976545.031] -> wl_output@21.mode(3, 1920, 1080, 60000)
[1976545.051] -> wl_output@21.scale(1)
[1976545.056] -> wl_output@21.done()
[1976545.061] zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@22, wl_output@21)
[1976545.073] -> zxdg_output_v1@22.name("DP-1")
[1976545.080] -> zxdg_output_v1@22.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1976545.086] -> zxdg_output_v1@22.logical_position(0, 0)
[1976545.095] -> zxdg_output_v1@22.logical_size(1920, 1080)
[1976545.105] -> wl_output@21.done()
[1976545.109] wl_display@1.sync(new id wl_callback@23)
[1976545.116] -> wl_callback@23.done(149)
[1976545.122] -> wl_display@1.delete_id(23)
[1976545.128] wl_registry@2.bind(29, "wl_output", 2, new id [unknown]@24)
[1976545.145] -> wl_output@24.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1976545.175] -> wl_output@24.mode(0, 720, 400, 70082)
[1976545.190] -> wl_output@24.mode(0, 640, 480, 59940)
[1976545.205] -> wl_output@24.mode(0, 640, 480, 75000)
[1976545.221] -> wl_output@24.mode(0, 800, 600, 60317)
[1976545.236] -> wl_output@24.mode(0, 800, 600, 75000)
[1976545.252] -> wl_output@24.mode(0, 1024, 768, 60004)
[1976545.268] -> wl_output@24.mode(0, 1024, 768, 75029)
[1976545.287] -> wl_output@24.mode(0, 1280, 720, 60000)
[1976545.302] -> wl_output@24.mode(0, 1152, 864, 75000)
[1976545.318] -> wl_output@24.mode(0, 1280, 800, 60000)
[1976545.334] -> wl_output@24.mode(0, 1440, 900, 60000)
[1976545.350] -> wl_output@24.mode(0, 1280, 1024, 60020)
[1976545.366] -> wl_output@24.mode(0, 1280, 1024, 75025)
[1976545.382] -> wl_output@24.mode(0, 1600, 900, 60000)
[1976545.397] -> wl_output@24.mode(0, 1680, 1050, 60000)
[1976545.412] -> wl_output@24.mode(3, 1920, 1080, 60000)
[1976545.428] -> wl_output@24.scale(1)
[1976545.434] -> wl_output@24.done()
[1976545.438] zxdg_output_manager_v1@10.get_xdg_output(new id zxdg_output_v1@25, wl_output@24)
[1976545.449] -> zxdg_output_v1@25.name("DP-2")
[1976545.455] -> zxdg_output_v1@25.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1976545.461] -> zxdg_output_v1@25.logical_position(1920, 0)
[1976545.470] -> zxdg_output_v1@25.logical_size(1920, 1080)
[1976545.479] -> wl_output@24.done()
[1976545.483] wl_display@1.sync(new id wl_callback@26)
[1976545.490] -> wl_callback@26.done(149)
[1976545.497] -> wl_display@1.delete_id(26)
[1976545.522] wl_display@1.delete_id(11)
[1976545.531] wl_display@1.delete_id(20)
[1976545.536] wl_display@1.delete_id(23)
[1976545.542] wl_display@1.delete_id(26)
[1976545.547] wl_shm@4.format(0)
[1976545.552] wl_shm@4.format(1)
[1976545.558] wl_shm@4.format(875708993)
[1976545.564] wl_shm@4.format(875709016)
[1976545.570] wl_callback@11.done(149)
[1976545.576] org_kde_kwin_server_decoration_manager@13.default_mode(2)
[1976545.582] wl_seat@14.name("seat0")
[1976545.589] wl_seat@14.capabilities(3)
[1976545.595] -> wl_seat@14.get_pointer(new id wl_pointer@11)
[1976545.609] -> wl_seat@14.get_keyboard(new id wl_keyboard@3)
[1976545.621] zwp_tablet_seat_v2@19.tablet_added(new id zwp_tablet_v2@26687216)
[1976545.629] zwp_tablet_v2@4278190080.name("Wacom Intuos PT S Pen")
[1976545.636] zwp_tablet_v2@4278190080.id(1386, 770)
[1976545.645] zwp_tablet_v2@4278190080.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.0/0003:056A:0302.0021/input/input68/event9")
[1976545.652] zwp_tablet_v2@4278190080.done()
[1976545.669] -> wl_compositor@6.create_surface(new id wl_surface@27)
[1976545.679] zwp_tablet_seat_v2@19.pad_added(new id zwp_tablet_pad_v2@25163024)
[1976545.687] zwp_tablet_pad_v2@4278190081.buttons(4)
[1976545.693] zwp_tablet_pad_v2@4278190081.path("/sys/devices/pci0000:00/0000:00:08.1/0000:0e:00.3/usb5/5-4/5-4.2/5-4.2:1.1/0003:056A:0302.0022/input/input73/event11")
[1976545.699] zwp_tablet_pad_v2@4278190081.group(new id zwp_tablet_pad_group_v2@25162752)
[1976545.707] zwp_tablet_pad_group_v2@4278190082.modes(1)
[1976545.713] zwp_tablet_pad_group_v2@4278190082.buttons(array)
[1976545.718] zwp_tablet_pad_group_v2@4278190082.done()
[1976545.723] zwp_tablet_pad_v2@4278190081.done()
[1976545.739] wl_callback@20.done(149)
[1976545.746] wl_output@21.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1976545.783] wl_output@21.mode(0, 720, 400, 70082)
[1976545.799] wl_output@21.mode(0, 640, 480, 59940)
[1976545.814] wl_output@21.mode(0, 640, 480, 75000)
[1976545.830] wl_output@21.mode(0, 800, 600, 60317)
[1976545.846] wl_output@21.mode(0, 800, 600, 75000)
[1976545.862] wl_output@21.mode(0, 1024, 768, 60004)
[1976545.878] wl_output@21.mode(0, 1024, 768, 75029)
[1976545.893] wl_output@21.mode(0, 1280, 720, 60000)
[1976545.910] wl_output@21.mode(0, 1152, 864, 75000)
[1976545.925] wl_output@21.mode(0, 1280, 800, 60000)
[1976545.941] wl_output@21.mode(0, 1440, 900, 60000)
[1976545.956] wl_output@21.mode(0, 1280, 1024, 60020)
[1976545.971] wl_output@21.mode(0, 1280, 1024, 75025)
[1976545.987] wl_output@21.mode(0, 1600, 900, 60000)
[1976546.002] wl_output@21.mode(0, 1680, 1050, 60000)
[1976546.018] wl_output@21.mode(3, 1920, 1080, 60000)
[1976546.034] wl_output@21.scale(1)
[1976546.040] wl_output@21.done()
[1976546.049] zxdg_output_v1@22.name("DP-1")
[1976546.055] zxdg_output_v1@22.description("Dell Inc. DELL E2715H HCVNY57EA25L (DP-1)")
[1976546.061] zxdg_output_v1@22.logical_position(0, 0)
[1976546.070] zxdg_output_v1@22.logical_size(1920, 1080)
[1976546.079] wl_output@21.done()
[1976546.085] wl_callback@23.done(149)
[1976546.091] wl_output@24.geometry(0, 0, 600, 340, 0, "Dell Inc.", "DELL E2715H", 0)
[1976546.122] wl_output@24.mode(0, 720, 400, 70082)
[1976546.138] wl_output@24.mode(0, 640, 480, 59940)
[1976546.154] wl_output@24.mode(0, 640, 480, 75000)
[1976546.169] wl_output@24.mode(0, 800, 600, 60317)
[1976546.184] wl_output@24.mode(0, 800, 600, 75000)
[1976546.199] wl_output@24.mode(0, 1024, 768, 60004)
[1976546.215] wl_output@24.mode(0, 1024, 768, 75029)
[1976546.230] wl_output@24.mode(0, 1280, 720, 60000)
[1976546.246] wl_output@24.mode(0, 1152, 864, 75000)
[1976546.262] wl_output@24.mode(0, 1280, 800, 60000)
[1976546.278] wl_output@24.mode(0, 1440, 900, 60000)
[1976546.297] wl_output@24.mode(0, 1280, 1024, 60020)
[1976546.312] wl_output@24.mode(0, 1280, 1024, 75025)
[1976546.328] wl_output@24.mode(0, 1600, 900, 60000)
[1976546.343] wl_output@24.mode(0, 1680, 1050, 60000)
[1976546.358] wl_output@24.mode(3, 1920, 1080, 60000)
[1976546.374] wl_output@24.scale(1)
[1976546.379] wl_output@24.done()
[1976546.385] zxdg_output_v1@25.name("DP-2")
[1976546.393] zxdg_output_v1@25.description("Dell Inc. DELL E2715H HCVNY57EA2TL (DP-2)")
[1976546.402] zxdg_output_v1@25.logical_position(1920, 0)
[1976546.412] zxdg_output_v1@25.logical_size(1920, 1080)
[1976546.421] wl_output@24.done()
[1976546.428] wl_callback@26.done(149)
[1976546.435] -> wl_registry@2.bind(13, "xdg_wm_base", 1, new id [unknown]@26)
[1976729.986] -> wl_shm@4.create_pool(new id wl_shm_pool@15, fd 14, 640)
[1976730.018] -> wl_shm_pool@15.create_buffer(new id wl_buffer@24, 0, 10, 16, 40, 0)
[1976730.040] -> wl_shm_pool@15.destroy()
[1976730.089] wl_shm@4.create_pool(new id wl_shm_pool@15, fd 101, 640)
[1976730.117] wl_shm_pool@15.create_buffer(new id wl_buffer@24, 0, 10, 16, 40, 0)
[1976730.142] wl_shm_pool@15.destroy()
[1976730.147] -> wl_display@1.delete_id(15)
[1976730.194] -> wl_compositor@7.create_surface(new id wl_surface@25)
[1976730.238] wl_compositor@7.create_surface(new id wl_surface@25)
[1976731.571] -> wl_drm@6.create_prime_buffer(new id wl_buffer@26, fd 14, 504, 290, 875713112, 0, 2048, 0, 0, 0, 0)
[1976731.617] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1976731.631] -> wl_surface@25.damage(0, 0, 504, 290)
[1976731.646] -> wl_surface@25.frame(new id wl_callback@27)
[1976731.653] -> wl_surface@25.commit()
[1976731.668] wl_drm@6.create_prime_buffer(new id wl_buffer@26, fd 102, 504, 290, 875713112, 0, 2048, 0, 0, 0, 0)
[1976731.755] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1976731.770] wl_surface@25.damage(0, 0, 504, 290)
[1976731.786] wl_surface@25.frame(new id wl_callback@27)
[1976731.794] wl_surface@25.commit()
[1976732.062] -> wl_keyboard@23.enter(150, wl_surface@25, array)
[1976732.083] -> wl_keyboard@23.modifiers(151, 0, 0, 0, 0)
[1976732.105] -> zwp_tablet_pad_v2@4278190081.enter(152, zwp_tablet_v2@4278190080, wl_surface@25)
[1976732.126] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(234845, 152, 0)
[1976732.147] -> wl_callback@27.done(424452234)
[1976732.155] -> wl_display@1.delete_id(27)
[1976732.171] -> wl_surface@25.enter(wl_output@9)
[1976732.586] wl_display@1.delete_id(15)
[1976732.601] wl_display@1.delete_id(27)
[1976732.608] wl_keyboard@23.enter(150, wl_surface@25, array)
[1976732.622] wl_keyboard@23.modifiers(151, 0, 0, 0, 0)
[1976732.643] zwp_tablet_pad_v2@4278190081.enter(152, zwp_tablet_v2@4278190080, wl_surface@25)
[1976732.656] zwp_tablet_pad_group_v2@4278190082.mode_switch(234845, 152, 0)
[1976732.670] wl_callback@27.done(424452234)
[1976732.677] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1976732.690] -> wl_surface@25.damage(0, 0, 504, 290)
[1976732.705] -> wl_surface@25.frame(new id wl_callback@27)
[1976732.713] -> wl_surface@25.commit()
[1976732.722] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1976732.741] wl_surface@25.damage(0, 0, 504, 290)
[1976732.758] wl_surface@25.frame(new id wl_callback@27)
[1976732.766] wl_surface@25.commit()
[1976732.773] -> wl_buffer@26.release()
[1976733.693] -> wl_callback@27.done(424452236)
[1976733.707] -> wl_display@1.delete_id(27)
[1976733.734] wl_display@1.delete_id(27)
[1976733.749] wl_callback@27.done(424452236)
[1976734.100] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1976734.121] -> wl_surface@25.damage(0, 0, 504, 290)
[1976734.138] -> wl_surface@25.frame(new id wl_callback@27)
[1976734.145] -> wl_surface@25.commit()
[1976734.155] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1976734.171] wl_surface@25.damage(0, 0, 504, 290)
[1976734.194] wl_surface@25.frame(new id wl_callback@27)
[1976734.204] wl_surface@25.commit()
[1976734.212] -> wl_buffer@26.release()
[1976750.287] -> wl_callback@27.done(424452253)
[1976750.300] -> wl_display@1.delete_id(27)
[1976750.326] wl_display@1.delete_id(27)
[1976750.339] wl_callback@27.done(424452253)
NOT COOL: Duplicated action name from xml data: "object_order_raise"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_right"
NOT COOL: Duplicated action name from xml data: "object_ungroup"
NOT COOL: Duplicated action name from xml data: "object_order_back"
NOT COOL: Duplicated action name from xml data: "object_order_front"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_center"
NOT COOL: Duplicated action name from xml data: "object_group"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_left"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_top"
NOT COOL: Duplicated action name from xml data: "object_align_horizontal_center"
NOT COOL: Duplicated action name from xml data: "object_order_lower"
NOT COOL: Duplicated action name from xml data: "object_align_vertical_bottom"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_left"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_center"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_right"
NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_gaps"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_top"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_center"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_bottom"
NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_gaps"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_90_cw"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_90_ccw"
NOT COOL: Duplicated action name from xml data: "object_transform_rotate_180"
NOT COOL: Duplicated action name from xml data: "object_transform_mirror_horizontally"
NOT COOL: Duplicated action name from xml data: "object_transform_mirror_vertically"
NOT COOL: Duplicated action name from xml data: "object_transform_reset"
NOT COOL: Duplicated action name from xml data: "object_unite"
NOT COOL: Duplicated action name from xml data: "object_intersect"
NOT COOL: Duplicated action name from xml data: "object_subtract"
NOT COOL: Duplicated action name from xml data: "object_split"
NOT COOL: Duplicated action name from xml data: "calligraphy_increase_width"
NOT COOL: Duplicated action name from xml data: "calligraphy_increase_angle"
NOT COOL: Duplicated action name from xml data: "calligraphy_decrease_width"
NOT COOL: Duplicated action name from xml data: "calligraphy_decrease_angle"
NOT COOL: Duplicated action name from xml data: "movetool-move-up"
NOT COOL: Duplicated action name from xml data: "movetool-move-down"
NOT COOL: Duplicated action name from xml data: "movetool-show-coordinates"
NOT COOL: Duplicated action name from xml data: "movetool-move-left"
NOT COOL: Duplicated action name from xml data: "movetool-move-right"
NOT COOL: Duplicated action name from xml data: "movetool-move-up-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-down-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-left-more"
NOT COOL: Duplicated action name from xml data: "movetool-move-right-more"
NOT COOL: Duplicated action name from xml data: "convert-to-path"
NOT COOL: Duplicated action name from xml data: "pathpoint-remove"
NOT COOL: Duplicated action name from xml data: "path-break-segment"
NOT COOL: Duplicated action name from xml data: "pathsegment-line"
NOT COOL: Duplicated action name from xml data: "path-break-point"
NOT COOL: Duplicated action name from xml data: "pathpoint-line"
NOT COOL: Duplicated action name from xml data: "pathpoint-symmetric"
NOT COOL: Duplicated action name from xml data: "pathpoint-curve"
NOT COOL: Duplicated action name from xml data: "pathsegment-curve"
NOT COOL: Duplicated action name from xml data: "pathpoint-insert"
NOT COOL: Duplicated action name from xml data: "pathpoint-corner"
NOT COOL: Duplicated action name from xml data: "pathpoint-merge"
NOT COOL: Duplicated action name from xml data: "pathpoint-join"
NOT COOL: Duplicated action name from xml data: "pathpoint-smooth"
NOT COOL: Duplicated action name from xml data: "SvgTextTool"
NOT COOL: Duplicated action name from xml data: "svg_format_textcolor"
NOT COOL: Duplicated action name from xml data: "svg_background_color"
NOT COOL: Duplicated action name from xml data: "svg_font_size"
NOT COOL: Duplicated action name from xml data: "svg_font"
NOT COOL: Duplicated action name from xml data: "svg_insert_special_character"
NOT COOL: Duplicated action name from xml data: "svg_align_right"
NOT COOL: Duplicated action name from xml data: "svg_align_left"
NOT COOL: Duplicated action name from xml data: "svg_align_justified"
NOT COOL: Duplicated action name from xml data: "svg_align_center"
NOT COOL: Duplicated action name from xml data: "svg_decrease_font_size"
NOT COOL: Duplicated action name from xml data: "svg_increase_font_size"
NOT COOL: Duplicated action name from xml data: "svg_format_subscript"
NOT COOL: Duplicated action name from xml data: "svg_format_superscript"
NOT COOL: Duplicated action name from xml data: "svg_format_underline"
NOT COOL: Duplicated action name from xml data: "svg_format_strike_through"
NOT COOL: Duplicated action name from xml data: "svg_weight_bold"
NOT COOL: Duplicated action name from xml data: "svg_format_italic"
NOT COOL: Duplicated action name from xml data: "svg_weight_normal"
NOT COOL: Duplicated action name from xml data: "svg_weight_demi"
NOT COOL: Duplicated action name from xml data: "svg_weight_black"
NOT COOL: Duplicated action name from xml data: "svg_weight_light"
NOT COOL: Duplicated action name from xml data: "svg_line_height"
NOT COOL: Duplicated action name from xml data: "svg_settings"
NOT COOL: Duplicated action name from xml data: "hello_python"
NOT COOL: Duplicated action name from xml data: "open_resources_directory"
NOT COOL: Duplicated action name from xml data: "edit_blacklist_cleanup"
NOT COOL: Duplicated action name from xml data: "windows_cascade"
NOT COOL: Duplicated action name from xml data: "windows_tile"
NOT COOL: Duplicated action name from xml data: "create_bundle"
NOT COOL: Duplicated action name from xml data: "mainToolBar"
NOT COOL: Duplicated action name from xml data: "show_color_selector"
NOT COOL: Duplicated action name from xml data: "show_mypaint_shade_selector"
NOT COOL: Duplicated action name from xml data: "show_minimal_shade_selector"
NOT COOL: Duplicated action name from xml data: "show_color_history"
NOT COOL: Duplicated action name from xml data: "show_common_colors"
NOT COOL: Duplicated action name from xml data: "show_tool_options"
NOT COOL: Duplicated action name from xml data: "show_brush_editor"
NOT COOL: Duplicated action name from xml data: "show_brush_presets"
NOT COOL: Duplicated action name from xml data: "tablet_debugger"
NOT COOL: Duplicated action name from xml data: "buginfo"
NOT COOL: Duplicated action name from xml data: "rename_composition"
NOT COOL: Duplicated action name from xml data: "update_composition"
NOT COOL: Duplicated action name from xml data: "ruler_pixel_multiple2"
NOT COOL: Duplicated action name from xml data: "invert_selection"
NOT COOL: Duplicated action name from xml data: "make_brush_color_lighter"
NOT COOL: Duplicated action name from xml data: "make_brush_color_darker"
NOT COOL: Duplicated action name from xml data: "make_brush_color_saturated"
NOT COOL: Duplicated action name from xml data: "make_brush_color_desaturated"
NOT COOL: Duplicated action name from xml data: "shift_brush_color_clockwise"
NOT COOL: Duplicated action name from xml data: "shift_brush_color_counter_clockwise"
NOT COOL: Duplicated action name from xml data: "make_brush_color_redder"
NOT COOL: Duplicated action name from xml data: "make_brush_color_greener"
NOT COOL: Duplicated action name from xml data: "make_brush_color_bluer"
NOT COOL: Duplicated action name from xml data: "make_brush_color_yellower"
NOT COOL: Duplicated action name from xml data: "increase_opacity"
NOT COOL: Duplicated action name from xml data: "decrease_opacity"
NOT COOL: Duplicated action name from xml data: "erase_action"
NOT COOL: Duplicated action name from xml data: "reload_preset_action"
NOT COOL: Duplicated action name from xml data: "preserve_alpha"
NOT COOL: Duplicated action name from xml data: "disable_pressure"
NOT COOL: Duplicated action name from xml data: "hmirror_action"
NOT COOL: Duplicated action name from xml data: "vmirror_action"
NOT COOL: Duplicated action name from xml data: "mirrorX-hideDecorations"
NOT COOL: Duplicated action name from xml data: "mirrorY-hideDecorations"
NOT COOL: Duplicated action name from xml data: "mirrorX-lock"
NOT COOL: Duplicated action name from xml data: "mirrorY-lock"
NOT COOL: Duplicated action name from xml data: "mirrorX-moveToCenter"
NOT COOL: Duplicated action name from xml data: "mirrorY-moveToCenter"
NOT COOL: Duplicated action name from xml data: "toggle-selection-overlay-mode"
NOT COOL: Duplicated action name from xml data: "next_favorite_preset"
NOT COOL: Duplicated action name from xml data: "previous_favorite_preset"
NOT COOL: Duplicated action name from xml data: "previous_preset"
NOT COOL: Duplicated action name from xml data: "BrushesAndStuff"
NOT COOL: Duplicated action name from xml data: "reset_fg_bg"
NOT COOL: Duplicated action name from xml data: "toggle_fg_bg"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_add"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_subtract"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_intersect"
NOT COOL: Duplicated action name from xml data: "selection_tool_mode_replace"
NOT COOL: Duplicated action name from xml data: "set_weighted_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "set_no_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "set_stabilizer_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "decrease_brush_size"
NOT COOL: Duplicated action name from xml data: "set_simple_brush_smoothing"
NOT COOL: Duplicated action name from xml data: "increase_brush_size"
NOT COOL: Duplicated action name from xml data: "toggle_assistant"
NOT COOL: Duplicated action name from xml data: "undo_polygon_selection"
NOT COOL: Duplicated action name from xml data: "fill_selection_foreground_color_opacity"
NOT COOL: Duplicated action name from xml data: "fill_selection_background_color_opacity"
NOT COOL: Duplicated action name from xml data: "fill_selection_pattern_opacity"
NOT COOL: Duplicated action name from xml data: "convert_selection_to_shape"
NOT COOL: Duplicated action name from xml data: "show-global-selection-mask"
NOT COOL: Duplicated action name from xml data: "krita_filter_colortoalpha"
NOT COOL: Duplicated action name from xml data: "krita_filter_top edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_indexcolors"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss horizontal only"
NOT COOL: Duplicated action name from xml data: "krita_filter_dodge"
NOT COOL: Duplicated action name from xml data: "krita_filter_sharpen"
NOT COOL: Duplicated action name from xml data: "krita_filter_burn"
NOT COOL: Duplicated action name from xml data: "krita_filter_mean removal"
NOT COOL: Duplicated action name from xml data: "krita_filter_gaussian blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss all directions"
NOT COOL: Duplicated action name from xml data: "krita_filter_smalltiles"
NOT COOL: Duplicated action name from xml data: "krita_filter_levels"
NOT COOL: Duplicated action name from xml data: "krita_filter_sobel"
NOT COOL: Duplicated action name from xml data: "krita_filter_wave"
NOT COOL: Duplicated action name from xml data: "krita_filter_motion blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_invert"
NOT COOL: Duplicated action name from xml data: "krita_filter_perchannel"
NOT COOL: Duplicated action name from xml data: "krita_filter_pixelize"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss laplascian"
NOT COOL: Duplicated action name from xml data: "krita_filter_left edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_raindrops"
NOT COOL: Duplicated action name from xml data: "krita_filter_bottom edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_noise"
NOT COOL: Duplicated action name from xml data: "krita_filter_brightnesscontrast"
NOT COOL: Duplicated action name from xml data: "krita_filter_colorbalance"
NOT COOL: Duplicated action name from xml data: "krita_filter_phongbumpmap"
NOT COOL: Duplicated action name from xml data: "krita_filter_desaturate"
NOT COOL: Duplicated action name from xml data: "krita_filter_colortransfer"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss vertical only"
NOT COOL: Duplicated action name from xml data: "krita_filter_lens blur"
NOT COOL: Duplicated action name from xml data: "krita_filter_minimize"
NOT COOL: Duplicated action name from xml data: "krita_filter_maximize"
NOT COOL: Duplicated action name from xml data: "krita_filter_oilpaint"
NOT COOL: Duplicated action name from xml data: "krita_filter_right edge detections"
NOT COOL: Duplicated action name from xml data: "krita_filter_autocontrast"
NOT COOL: Duplicated action name from xml data: "krita_filter_roundcorners"
NOT COOL: Duplicated action name from xml data: "krita_filter_unsharp"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss"
NOT COOL: Duplicated action name from xml data: "krita_filter_emboss horizontal and vertical"
NOT COOL: Duplicated action name from xml data: "krita_filter_randompick"
NOT COOL: Duplicated action name from xml data: "krita_filter_gaussiannoisereducer"
NOT COOL: Duplicated action name from xml data: "krita_filter_posterize"
NOT COOL: Duplicated action name from xml data: "krita_filter_waveletnoisereducer"
NOT COOL: Duplicated action name from xml data: "krita_filter_hsvadjustment"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolDyna"
NOT COOL: Duplicated action name from xml data: "KisToolCrop"
NOT COOL: Duplicated action name from xml data: "KisToolPolygon"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolRectangle"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolMultiBrush"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolLazyBrush"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolSmartPatch"
NOT COOL: Duplicated action name from xml data: "PanTool"
NOT COOL: Duplicated action name from xml data: "InteractionTool"
NOT COOL: Duplicated action name from xml data: "KritaSelected/KisToolColorPicker"
NOT COOL: Duplicated action name from xml data: "KisToolSelectOutline"
NOT COOL: Duplicated action name from xml data: "KisToolSelectPath"
NOT COOL: Duplicated action name from xml data: "KisToolSelectSimilar"
NOT COOL: Duplicated action name from xml data: "KritaFill/KisToolFill"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolLine"
NOT COOL: Duplicated action name from xml data: "KisToolPencil"
NOT COOL: Duplicated action name from xml data: "KisToolPath"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolEllipse"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolBrush"
NOT COOL: Duplicated action name from xml data: "CreateShapesTool"
NOT COOL: Duplicated action name from xml data: "KisToolSelectElliptical"
NOT COOL: Duplicated action name from xml data: "KisToolSelectContiguous"
NOT COOL: Duplicated action name from xml data: "KarbonPatternTool"
NOT COOL: Duplicated action name from xml data: "ReviewTool"
NOT COOL: Duplicated action name from xml data: "KritaFill/KisToolGradient"
NOT COOL: Duplicated action name from xml data: "KisToolSelectPolygonal"
NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolMeasure"
NOT COOL: Duplicated action name from xml data: "KisToolSelectRectangular"
NOT COOL: Duplicated action name from xml data: "KritaTransform/KisToolMove"
NOT COOL: Duplicated action name from xml data: "VectorTool"
NOT COOL: Duplicated action name from xml data: "KarbonCalligraphyTool"
NOT COOL: Duplicated action name from xml data: "PathTool"
NOT COOL: Duplicated action name from xml data: "ZoomTool"
NOT COOL: Duplicated action name from xml data: "KisToolPolyline"
NOT COOL: Duplicated action name from xml data: "KisToolTransform"
NOT COOL: Duplicated action name from xml data: "KisAssistantTool"
NOT COOL: Duplicated action name from xml data: "KarbonGradientTool"
NOT COOL: Duplicated action name from xml data: "ToolReferenceImages"
NOT COOL: Duplicated action name from xml data: "Select Normal Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Dissolve Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Behind Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Clear Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Darken Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Multiply Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Burn Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Burn Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Lighten Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Screen Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Dodge Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Dodge Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Overlay Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Overlay Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Soft Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Vivid Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Linear Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Pin Light Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hard Mix Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Difference Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Exclusion Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Hue Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Saturation Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Color Blending Mode"
NOT COOL: Duplicated action name from xml data: "Select Luminosity Blending Mode"
NOT COOL: Duplicated action name from xml data: "previous_frame"
NOT COOL: Duplicated action name from xml data: "next_frame"
NOT COOL: Duplicated action name from xml data: "toggle_playback"
NOT COOL: Duplicated action name from xml data: "add_blank_frame"
NOT COOL: Duplicated action name from xml data: "add_duplicate_frame"
NOT COOL: Duplicated action name from xml data: "toggle_onion_skin"
NOT COOL: Duplicated action name from xml data: "previous_keyframe"
NOT COOL: Duplicated action name from xml data: "next_keyframe"
NOT COOL: Duplicated action name from xml data: "first_frame"
NOT COOL: Duplicated action name from xml data: "last_frame"
NOT COOL: Duplicated action name from xml data: "lazy_frame"
NOT COOL: Duplicated action name from xml data: "drop_frames"
NOT COOL: Duplicated action name from xml data: "show_in_timeline"
NOT COOL: Duplicated action name from xml data: "insert_keyframe_left"
NOT COOL: Duplicated action name from xml data: "insert_keyframe_right"
NOT COOL: Duplicated action name from xml data: "insert_multiple_keyframes"
NOT COOL: Duplicated action name from xml data: "remove_frames_and_pull"
NOT COOL: Duplicated action name from xml data: "remove_frames"
NOT COOL: Duplicated action name from xml data: "insert_column_left"
NOT COOL: Duplicated action name from xml data: "insert_column_right"
NOT COOL: Duplicated action name from xml data: "insert_multiple_columns"
NOT COOL: Duplicated action name from xml data: "remove_columns_and_pull"
NOT COOL: Duplicated action name from xml data: "remove_columns"
NOT COOL: Duplicated action name from xml data: "insert_hold_frame"
NOT COOL: Duplicated action name from xml data: "insert_multiple_hold_frames"
NOT COOL: Duplicated action name from xml data: "remove_hold_frame"
NOT COOL: Duplicated action name from xml data: "remove_multiple_hold_frames"
NOT COOL: Duplicated action name from xml data: "insert_hold_column"
NOT COOL: Duplicated action name from xml data: "insert_multiple_hold_columns"
NOT COOL: Duplicated action name from xml data: "remove_hold_column"
NOT COOL: Duplicated action name from xml data: "remove_multiple_hold_columns"
NOT COOL: Duplicated action name from xml data: "mirror_frames"
NOT COOL: Duplicated action name from xml data: "mirror_columns"
NOT COOL: Duplicated action name from xml data: "copy_frames_to_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_frames_to_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_frames_from_clipboard"
NOT COOL: Duplicated action name from xml data: "copy_columns_to_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_columns_to_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_columns_from_clipboard"
NOT COOL: Duplicated action name from xml data: "set_start_time"
NOT COOL: Duplicated action name from xml data: "set_end_time"
NOT COOL: Duplicated action name from xml data: "update_playback_range"
NOT COOL: Duplicated action name from xml data: "activateNextLayer"
NOT COOL: Duplicated action name from xml data: "activatePreviousLayer"
NOT COOL: Duplicated action name from xml data: "switchToPreviouslyActiveNode"
NOT COOL: Duplicated action name from xml data: "add_new_group_layer"
NOT COOL: Duplicated action name from xml data: "add_new_clone_layer"
NOT COOL: Duplicated action name from xml data: "add_new_shape_layer"
NOT COOL: Duplicated action name from xml data: "add_new_adjustment_layer"
NOT COOL: Duplicated action name from xml data: "add_new_fill_layer"
NOT COOL: Duplicated action name from xml data: "add_new_file_layer"
NOT COOL: Duplicated action name from xml data: "add_new_transparency_mask"
NOT COOL: Duplicated action name from xml data: "add_new_filter_mask"
NOT COOL: Duplicated action name from xml data: "add_new_colorize_mask"
NOT COOL: Duplicated action name from xml data: "add_new_transform_mask"
NOT COOL: Duplicated action name from xml data: "add_new_selection_mask"
NOT COOL: Duplicated action name from xml data: "isolate_layer"
NOT COOL: Duplicated action name from xml data: "toggle_layer_lock"
NOT COOL: Duplicated action name from xml data: "toggle_layer_visibility"
NOT COOL: Duplicated action name from xml data: "toggle_layer_alpha_lock"
NOT COOL: Duplicated action name from xml data: "toggle_layer_inherit_alpha"
NOT COOL: Duplicated action name from xml data: "add_new_paint_layer"
NOT COOL: Duplicated action name from xml data: "new_from_visible"
NOT COOL: Duplicated action name from xml data: "duplicatelayer"
NOT COOL: Duplicated action name from xml data: "cut_selection_to_new_layer"
NOT COOL: Duplicated action name from xml data: "copy_selection_to_new_layer"
NOT COOL: Duplicated action name from xml data: "copy_layer_clipboard"
NOT COOL: Duplicated action name from xml data: "cut_layer_clipboard"
NOT COOL: Duplicated action name from xml data: "paste_layer_from_clipboard"
NOT COOL: Duplicated action name from xml data: "create_quick_group"
NOT COOL: Duplicated action name from xml data: "quick_ungroup"
NOT COOL: Duplicated action name from xml data: "create_quick_clipping_group"
NOT COOL: Duplicated action name from xml data: "select_all_layers"
NOT COOL: Duplicated action name from xml data: "select_visible_layers"
NOT COOL: Duplicated action name from xml data: "select_locked_layers"
NOT COOL: Duplicated action name from xml data: "select_invisible_layers"
NOT COOL: Duplicated action name from xml data: "select_unlocked_layers"
NOT COOL: Duplicated action name from xml data: "save_node_as_image"
NOT COOL: Duplicated action name from xml data: "save_vector_node_to_svg"
NOT COOL: Duplicated action name from xml data: "save_groups_as_images"
NOT COOL: Duplicated action name from xml data: "convert_group_to_animated"
NOT COOL: Duplicated action name from xml data: "convert_to_animated"
NOT COOL: Duplicated action name from xml data: "convert_to_file_layer"
NOT COOL: Duplicated action name from xml data: "import_layer_from_file"
NOT COOL: Duplicated action name from xml data: "import_layer_as_paint_layer"
NOT COOL: Duplicated action name from xml data: "import_layer_as_transparency_mask"
NOT COOL: Duplicated action name from xml data: "import_layer_as_filter_mask"
NOT COOL: Duplicated action name from xml data: "import_layer_as_selection_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_paint_layer"
NOT COOL: Duplicated action name from xml data: "convert_to_transparency_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_filter_mask"
NOT COOL: Duplicated action name from xml data: "convert_to_selection_mask"
NOT COOL: Duplicated action name from xml data: "split_alpha_into_mask"
NOT COOL: Duplicated action name from xml data: "split_alpha_write"
NOT COOL: Duplicated action name from xml data: "split_alpha_save_merged"
NOT COOL: Duplicated action name from xml data: "layersplit"
NOT COOL: Duplicated action name from xml data: "waveletdecompose"
NOT COOL: Duplicated action name from xml data: "mirrorNodeX"
NOT COOL: Duplicated action name from xml data: "mirrorNodeY"
NOT COOL: Duplicated action name from xml data: "rotatelayer"
NOT COOL: Duplicated action name from xml data: "rotateLayerCW90"
NOT COOL: Duplicated action name from xml data: "rotateLayerCCW90"
NOT COOL: Duplicated action name from xml data: "rotateLayer180"
NOT COOL: Duplicated action name from xml data: "layersize"
NOT COOL: Duplicated action name from xml data: "shearlayer"
NOT COOL: Duplicated action name from xml data: "mirrorAllNodesX"
NOT COOL: Duplicated action name from xml data: "mirrorAllNodesY"
NOT COOL: Duplicated action name from xml data: "rotateAllLayers"
NOT COOL: Duplicated action name from xml data: "rotateAllLayersCW90"
NOT COOL: Duplicated action name from xml data: "rotateAllLayersCCW90"
NOT COOL: Duplicated action name from xml data: "rotateAllLayers180"
NOT COOL: Duplicated action name from xml data: "scaleAllLayers"
NOT COOL: Duplicated action name from xml data: "shearAllLayers"
NOT COOL: Duplicated action name from xml data: "offsetlayer"
NOT COOL: Duplicated action name from xml data: "clones_array"
NOT COOL: Duplicated action name from xml data: "EditLayerMetaData"
NOT COOL: Duplicated action name from xml data: "histogram"
NOT COOL: Duplicated action name from xml data: "layercolorspaceconversion"
NOT COOL: Duplicated action name from xml data: "merge_layer"
NOT COOL: Duplicated action name from xml data: "flatten_layer"
NOT COOL: Duplicated action name from xml data: "rasterize_layer"
NOT COOL: Duplicated action name from xml data: "flatten_image"
NOT COOL: Duplicated action name from xml data: "layer_style"
NOT COOL: Duplicated action name from xml data: "LayerGroupSwitcher/previous"
NOT COOL: Duplicated action name from xml data: "LayerGroupSwitcher/next"
NOT COOL: Duplicated action name from xml data: "RenameCurrentLayer"
NOT COOL: Duplicated action name from xml data: "remove_layer"
NOT COOL: Duplicated action name from xml data: "move_layer_up"
NOT COOL: Duplicated action name from xml data: "move_layer_down"
NOT COOL: Duplicated action name from xml data: "layer_properties"
NOT COOL: Duplicated action name from xml data: "set-copy-from"
NOT COOL: Duplicated action name from xml data: "file_new"
NOT COOL: Duplicated action name from xml data: "file_open"
NOT COOL: Duplicated action name from xml data: "file_open_recent"
NOT COOL: Duplicated action name from xml data: "file_save"
NOT COOL: Duplicated action name from xml data: "file_save_as"
NOT COOL: Duplicated action name from xml data: "file_sessions"
NOT COOL: Duplicated action name from xml data: "file_import_file"
NOT COOL: Duplicated action name from xml data: "file_export_file"
NOT COOL: Duplicated action name from xml data: "file_import_animation"
NOT COOL: Duplicated action name from xml data: "render_animation"
NOT COOL: Duplicated action name from xml data: "render_animation_again"
NOT COOL: Duplicated action name from xml data: "save_incremental_version"
NOT COOL: Duplicated action name from xml data: "save_incremental_backup"
NOT COOL: Duplicated action name from xml data: "create_template"
NOT COOL: Duplicated action name from xml data: "create_copy"
NOT COOL: Duplicated action name from xml data: "file_print"
NOT COOL: Duplicated action name from xml data: "file_print_preview"
NOT COOL: Duplicated action name from xml data: "file_documentinfo"
NOT COOL: Duplicated action name from xml data: "file_close_all"
NOT COOL: Duplicated action name from xml data: "file_close"
NOT COOL: Duplicated action name from xml data: "file_quit"
NOT COOL: Duplicated action name from xml data: "edit_undo"
NOT COOL: Duplicated action name from xml data: "edit_redo"
NOT COOL: Duplicated action name from xml data: "edit_cut"
NOT COOL: Duplicated action name from xml data: "edit_copy"
NOT COOL: Duplicated action name from xml data: "copy_sharp"
NOT COOL: Duplicated action name from xml data: "cut_sharp"
NOT COOL: Duplicated action name from xml data: "copy_merged"
NOT COOL: Duplicated action name from xml data: "edit_paste"
NOT COOL: Duplicated action name from xml data: "paste_at"
NOT COOL: Duplicated action name from xml data: "paste_new"
NOT COOL: Duplicated action name from xml data: "paste_as_reference"
NOT COOL: Duplicated action name from xml data: "clear"
NOT COOL: Duplicated action name from xml data: "fill_selection_foreground_color"
NOT COOL: Duplicated action name from xml data: "fill_selection_background_color"
NOT COOL: Duplicated action name from xml data: "fill_selection_pattern"
NOT COOL: Duplicated action name from xml data: "stroke_shapes"
NOT COOL: Duplicated action name from xml data: "stroke_selection"
NOT COOL: Duplicated action name from xml data: "delete_keyframe"
NOT COOL: Duplicated action name from xml data: "view_newwindow"
NOT COOL: Duplicated action name from xml data: "windows_next"
NOT COOL: Duplicated action name from xml data: "windows_previous"
NOT COOL: Duplicated action name from xml data: "view_show_canvas_only"
NOT COOL: Duplicated action name from xml data: "fullscreen"
NOT COOL: Duplicated action name from xml data: "wrap_around_mode"
NOT COOL: Duplicated action name from xml data: "level_of_detail_mode"
NOT COOL: Duplicated action name from xml data: "softProof"
NOT COOL: Duplicated action name from xml data: "gamutCheck"
NOT COOL: Duplicated action name from xml data: "mirror_canvas"
NOT COOL: Duplicated action name from xml data: "zoom_to_100pct"
NOT COOL: Duplicated action name from xml data: "view_zoom_in"
NOT COOL: Duplicated action name from xml data: "view_zoom_out"
NOT COOL: Duplicated action name from xml data: "rotate_canvas_right"
NOT COOL: Duplicated action name from xml data: "rotate_canvas_left"
NOT COOL: Duplicated action name from xml data: "reset_canvas_rotation"
NOT COOL: Duplicated action name from xml data: "view_ruler"
NOT COOL: Duplicated action name from xml data: "rulers_track_mouse"
NOT COOL: Duplicated action name from xml data: "view_show_guides"
NOT COOL: Duplicated action name from xml data: "view_lock_guides"
NOT COOL: Duplicated action name from xml data: "view_snap_to_guides"
NOT COOL: Duplicated action name from xml data: "showStatusBar"
NOT COOL: Duplicated action name from xml data: "view_pixel_grid"
NOT COOL: Duplicated action name from xml data: "view_grid"
NOT COOL: Duplicated action name from xml data: "view_snap_to_grid"
NOT COOL: Duplicated action name from xml data: "show_snap_options_popup"
NOT COOL: Duplicated action name from xml data: "view_snap_orthogonal"
NOT COOL: Duplicated action name from xml data: "view_snap_node"
NOT COOL: Duplicated action name from xml data: "view_snap_extension"
NOT COOL: Duplicated action name from xml data: "view_snap_to_pixel"
NOT COOL: Duplicated action name from xml data: "view_snap_intersection"
NOT COOL: Duplicated action name from xml data: "view_snap_bounding_box"
NOT COOL: Duplicated action name from xml data: "view_snap_image_bounds"
NOT COOL: Duplicated action name from xml data: "view_snap_image_center"
NOT COOL: Duplicated action name from xml data: "view_toggle_painting_assistants"
NOT COOL: Duplicated action name from xml data: "view_toggle_assistant_previews"
NOT COOL: Duplicated action name from xml data: "view_toggle_reference_images"
NOT COOL: Duplicated action name from xml data: "image_properties"
NOT COOL: Duplicated action name from xml data: "image_color"
NOT COOL: Duplicated action name from xml data: "imagecolorspaceconversion"
NOT COOL: Duplicated action name from xml data: "trim_to_image"
NOT COOL: Duplicated action name from xml data: "resizeimagetolayer"
NOT COOL: Duplicated action name from xml data: "resizeimagetoselection"
NOT COOL: Duplicated action name from xml data: "rotateimage"
NOT COOL: Duplicated action name from xml data: "rotateImageCW90"
NOT COOL: Duplicated action name from xml data: "rotateImageCCW90"
NOT COOL: Duplicated action name from xml data: "rotateImage180"
NOT COOL: Duplicated action name from xml data: "shearimage"
NOT COOL: Duplicated action name from xml data: "mirrorImageHorizontal"
NOT COOL: Duplicated action name from xml data: "mirrorImageVertical"
NOT COOL: Duplicated action name from xml data: "imagesize"
NOT COOL: Duplicated action name from xml data: "offsetimage"
NOT COOL: Duplicated action name from xml data: "canvassize"
NOT COOL: Duplicated action name from xml data: "imagesplit"
NOT COOL: Duplicated action name from xml data: "separate"
NOT COOL: Duplicated action name from xml data: "select_all"
NOT COOL: Duplicated action name from xml data: "deselect"
NOT COOL: Duplicated action name from xml data: "reselect"
NOT COOL: Duplicated action name from xml data: "convert_to_vector_selection"
NOT COOL: Duplicated action name from xml data: "convert_to_raster_selection"
NOT COOL: Duplicated action name from xml data: "edit_selection"
NOT COOL: Duplicated action name from xml data: "convert_shapes_to_vector_selection"
NOT COOL: Duplicated action name from xml data: "featherselection"
NOT COOL: Duplicated action name from xml data: "toggle_display_selection"
NOT COOL: Duplicated action name from xml data: "selectionscale"
NOT COOL: Duplicated action name from xml data: "colorrange"
NOT COOL: Duplicated action name from xml data: "selectopaque"
NOT COOL: Duplicated action name from xml data: "selectopaque_add"
NOT COOL: Duplicated action name from xml data: "selectopaque_subtract"
NOT COOL: Duplicated action name from xml data: "selectopaque_intersect"
NOT COOL: Duplicated action name from xml data: "growselection"
NOT COOL: Duplicated action name from xml data: "shrinkselection"
NOT COOL: Duplicated action name from xml data: "borderselection"
NOT COOL: Duplicated action name from xml data: "smoothselection"
NOT COOL: Duplicated action name from xml data: "filter_apply_again"
NOT COOL: Duplicated action name from xml data: "adjust_filters"
NOT COOL: Duplicated action name from xml data: "artistic_filters"
NOT COOL: Duplicated action name from xml data: "blur_filters"
NOT COOL: Duplicated action name from xml data: "color_filters"
NOT COOL: Duplicated action name from xml data: "edge_filters"
NOT COOL: Duplicated action name from xml data: "enhance_filters"
NOT COOL: Duplicated action name from xml data: "emboss_filters"
NOT COOL: Duplicated action name from xml data: "map_filters"
NOT COOL: Duplicated action name from xml data: "other_filters"
NOT COOL: Duplicated action name from xml data: "QMic"
NOT COOL: Duplicated action name from xml data: "QMicAgain"
NOT COOL: Duplicated action name from xml data: "options_configure"
NOT COOL: Duplicated action name from xml data: "manage_bundles"
NOT COOL: Duplicated action name from xml data: "switch_application_language"
NOT COOL: Duplicated action name from xml data: "view_toggledockers"
NOT COOL: Duplicated action name from xml data: "options_configure_toolbars"
NOT COOL: Duplicated action name from xml data: "settings_dockers_menu"
NOT COOL: Duplicated action name from xml data: "theme_menu"
NOT COOL: Duplicated action name from xml data: "settings_active_author"
NOT COOL: Duplicated action name from xml data: "options_configure_keybinding"
NOT COOL: Duplicated action name from xml data: "window"
NOT COOL: Duplicated action name from xml data: "help_contents"
NOT COOL: Duplicated action name from xml data: "help_report_bug"
NOT COOL: Duplicated action name from xml data: "help_about_app"
NOT COOL: Duplicated action name from xml data: "help_about_kde"
NOT COOL: Duplicated action name from xml data: "gradients"
NOT COOL: Duplicated action name from xml data: "patterns"
NOT COOL: Duplicated action name from xml data: "dual"
NOT COOL: Duplicated action name from xml data: "paintops"
NOT COOL: Duplicated action name from xml data: "composite_actions"
NOT COOL: Duplicated action name from xml data: "brushslider1"
NOT COOL: Duplicated action name from xml data: "brushslider2"
NOT COOL: Duplicated action name from xml data: "brushslider3"
NOT COOL: Duplicated action name from xml data: "mirror_actions"
NOT COOL: Duplicated action name from xml data: "select_layout"
NOT COOL: Duplicated action name from xml data: "workspaces"
NOT COOL: Duplicated action name from xml data: "plugin_importer"
NOT COOL: Duplicated action name from xml data: "activate_preset_1"
NOT COOL: Duplicated action name from xml data: "activate_preset_2"
NOT COOL: Duplicated action name from xml data: "activate_preset_3"
NOT COOL: Duplicated action name from xml data: "activate_preset_4"
NOT COOL: Duplicated action name from xml data: "activate_preset_5"
NOT COOL: Duplicated action name from xml data: "activate_preset_6"
NOT COOL: Duplicated action name from xml data: "activate_preset_7"
NOT COOL: Duplicated action name from xml data: "activate_preset_8"
NOT COOL: Duplicated action name from xml data: "activate_preset_9"
NOT COOL: Duplicated action name from xml data: "activate_preset_0"
NOT COOL: Duplicated action name from xml data: "execute_script_1"
NOT COOL: Duplicated action name from xml data: "execute_script_2"
NOT COOL: Duplicated action name from xml data: "execute_script_3"
NOT COOL: Duplicated action name from xml data: "execute_script_4"
NOT COOL: Duplicated action name from xml data: "execute_script_5"
NOT COOL: Duplicated action name from xml data: "execute_script_6"
NOT COOL: Duplicated action name from xml data: "execute_script_7"
NOT COOL: Duplicated action name from xml data: "execute_script_8"
NOT COOL: Duplicated action name from xml data: "execute_script_9"
NOT COOL: Duplicated action name from xml data: "execute_script_10"
NOT COOL: Duplicated action name from xml data: "krita_filter_threshold"
[1976918.336] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1976918.372] -> wl_surface@25.damage(0, 0, 504, 290)
[1976918.390] -> wl_surface@25.frame(new id wl_callback@27)
[1976918.398] -> wl_surface@25.commit()
[1976918.422] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1976918.449] wl_surface@25.damage(0, 0, 504, 290)
[1976918.469] wl_surface@25.frame(new id wl_callback@27)
[1976918.476] wl_surface@25.commit()
[1976918.484] -> wl_buffer@26.release()
[1976933.629] -> wl_callback@27.done(424452436)
[1976933.646] -> wl_display@1.delete_id(27)
[1976933.667] wl_display@1.delete_id(27)
[1976933.688] wl_callback@27.done(424452436)
[1977227.885] wl_seat@14.get_pointer(new id wl_pointer@11)
[1977227.954] wl_seat@14.get_keyboard(new id wl_keyboard@3)
[1977228.018] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1977228.047] -> wl_surface@25.damage(0, 0, 504, 290)
[1977228.061] -> wl_keyboard@3.keymap([1977228.064] -> wl_surface@25.frame(1new id wl_callback@, 27fd 103)
, [1977228.078] -> wl_surface@25.commit(48613)
)
[1977228.087] -> wl_keyboard@3.repeat_info(25, 600)
[1977228.097] wl_compositor@6.create_surface(new id wl_surface@27)
[1977228.119] wl_registry@2.bind(13, "xdg_wm_base", 1, new id [unknown]@26)
[1977228.159] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1977228.178] wl_surface@25.damage(0, 0, 504, 290)
[1977228.201] wl_surface@25.frame(new id wl_callback@27)
[1977228.213] wl_surface@25.commit()
[1977228.231] -> wl_buffer@26.release()
[1977233.700] -> wl_callback@27.done(424452736)
[1977233.716] -> wl_display@1.delete_id(27)
[1977233.735] wl_display@1.delete_id(27)
[1977233.750] wl_callback@27.done(424452736)
[1977245.999] wl_keyboard@3.keymap(1, fd 26, 48613)
[1977246.084] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1977246.101] -> wl_surface@25.damage(0, 0, 504, 290)
[1977246.117] -> wl_surface@25.frame(new id wl_callback@27)
[1977246.124] -> wl_surface@25.commit()
[1977246.153] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1977246.187] wl_surface@25.damage(0, 0, 504, 290)
[1977246.208] wl_surface@25.frame(new id wl_callback@27)
[1977246.219] wl_surface@25.commit()
[1977246.228] -> wl_buffer@26.release()
[1977247.443] wl_keyboard@3.repeat_info(25, 600)
[1977250.291] -> wl_callback@27.done(424452753)
[1977250.305] -> wl_display@1.delete_id(27)
[1977250.320] wl_display@1.delete_id(27)
[1977250.331] wl_callback@27.done(424452753)
[1977250.338] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1977250.351] -> wl_surface@25.damage(0, 0, 504, 290)
[1977250.367] -> wl_surface@25.frame(new id wl_callback@27)
[1977250.374] -> wl_surface@25.commit()
[1977250.384] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1977250.398] wl_surface@25.damage(0, 0, 504, 290)
[1977250.414] wl_surface@25.frame(new id wl_callback@27)
[1977250.422] wl_surface@25.commit()
[1977250.429] -> wl_buffer@26.release()
[1977266.959] -> wl_callback@27.done(424452769)
[1977266.974] -> wl_display@1.delete_id(27)
[1977266.993] wl_display@1.delete_id(27)
[1977267.007] wl_callback@27.done(424452769)
[1977714.886] -> wl_surface@35.attach(wl_buffer@39, 0, 0)
[1977714.929] -> wl_surface@35.set_buffer_scale(1)
[1977714.937] -> wl_surface@35.damage(1700, 0, 76, 26)
[1977714.954] -> wl_surface@35.damage(1800, 0, 76, 26)
[1977714.980] -> wl_surface@35.frame(new id wl_callback@41)
[1977714.989] -> wl_surface@35.commit()
[1977715.027] wl_surface@35.attach(wl_buffer@39, 0, 0)
[1977715.051] wl_surface@35.set_buffer_scale(1)
[1977715.058] wl_surface@35.damage(1700, 0, 76, 26)
[1977715.073] wl_surface@35.damage(1800, 0, 76, 26)
[1977715.088] wl_surface@35.frame(new id wl_callback@41)
[1977715.096] wl_surface@35.commit()
[1977715.132] -> wl_buffer@39.release()
[1977715.185] wl_buffer@39.release()
[1977722.267] -> wl_callback@41.done(424453224)
[1977722.289] -> wl_display@1.delete_id(41)
[1977722.321] wl_display@1.delete_id(41)
[1977722.336] wl_callback@41.done(424453224)
[1977723.451] -> wl_surface@20.attach(wl_buffer@43, 0, 0)
[1977723.475] -> wl_surface@20.set_buffer_scale(1)
[1977723.481] -> wl_surface@20.damage(1700, 0, 76, 26)
[1977723.495] -> wl_surface@20.damage(1800, 0, 76, 26)
[1977723.518] -> wl_surface@20.frame(new id wl_callback@41)
[1977723.526] -> wl_surface@20.commit()
[1977723.545] wl_surface@20.attach(wl_buffer@43, 0, 0)
[1977723.566] wl_surface@20.set_buffer_scale(1)
[1977723.571] wl_surface@20.damage(1700, 0, 76, 26)
[1977723.587] wl_surface@20.damage(1800, 0, 76, 26)
[1977723.604] wl_surface@20.frame(new id wl_callback@41)
[1977723.611] wl_surface@20.commit()
[1977723.649] -> wl_buffer@43.release()
[1977723.688] wl_buffer@43.release()
[1977733.684] -> wl_callback@41.done(424453236)
[1977733.699] -> wl_display@1.delete_id(41)
[1977733.716] wl_display@1.delete_id(41)
[1977733.728] wl_callback@41.done(424453236)
[1978107.615] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1978107.648] -> wl_surface@25.damage(0, 0, 504, 290)
[1978107.663] -> wl_surface@25.frame(new id wl_callback@27)
[1978107.670] -> wl_surface@25.commit()
[1978107.686] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1978107.709] wl_surface@25.damage(0, 0, 504, 290)
[1978107.729] wl_surface@25.frame(new id wl_callback@27)
[1978107.739] wl_surface@25.commit()
[1978107.749] -> wl_buffer@26.release()
[1978116.988] -> wl_callback@27.done(424453619)
[1978117.004] -> wl_display@1.delete_id(27)
[1978117.032] wl_display@1.delete_id(27)
[1978117.046] wl_callback@27.done(424453619)
[1978129.825] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1978129.846] -> wl_surface@25.damage(0, 0, 504, 290)
[1978129.861] -> wl_surface@25.frame(new id wl_callback@27)
[1978129.867] -> wl_surface@25.commit()
[1978129.884] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1978129.911] wl_surface@25.damage(0, 0, 504, 290)
[1978129.933] wl_surface@25.frame(new id wl_callback@27)
[1978129.941] wl_surface@25.commit()
[1978129.949] -> wl_buffer@26.release()
[1978133.632] -> wl_callback@27.done(424453636)
[1978133.647] -> wl_display@1.delete_id(27)
[1978133.675] wl_display@1.delete_id(27)
[1978133.689] wl_callback@27.done(424453636)
[1978256.461] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1978256.490] -> wl_surface@25.damage(0, 0, 504, 290)
[1978256.504] -> wl_surface@25.frame(new id wl_callback@27)
[1978256.511] -> wl_surface@25.commit()
[1978256.536] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1978256.562] wl_surface@25.damage(0, 0, 504, 290)
[1978256.580] wl_surface@25.frame(new id wl_callback@27)
[1978256.588] wl_surface@25.commit()
[1978256.596] -> wl_buffer@26.release()
[1978266.975] -> wl_callback@27.done(424453769)
[1978266.989] -> wl_display@1.delete_id(27)
[1978267.018] wl_display@1.delete_id(27)
[1978267.033] wl_callback@27.done(424453769)
[1978267.039] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1978267.052] -> wl_surface@25.damage(0, 0, 504, 290)
[1978267.067] -> wl_surface@25.frame(new id wl_callback@27)
[1978267.075] -> wl_surface@25.commit()
[1978267.089] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1978267.103] wl_surface@25.damage(0, 0, 504, 290)
[1978267.119] wl_surface@25.frame(new id wl_callback@27)
[1978267.127] wl_surface@25.commit()
[1978267.151] -> wl_buffer@26.release()
QObject::startTimer: Timers cannot have negative intervals
[1978283.616] -> wl_callback@27.done(424453786)
[1978283.631] -> wl_display@1.delete_id(27)
[1978283.643] wl_display@1.delete_id(27)
[1978283.656] wl_callback@27.done(424453786)
Could not create or open swapfile; disabling swapfile "/tmp/KRITA_SWAP_FILE_XXXXXX"
[1979243.194] -> wl_compositor@7.create_surface(new id wl_surface@27)
[1979243.293] wl_compositor@7.create_surface(new id wl_surface@27)
[1979243.807] -> wl_surface@25.attach(wl_buffer@26, 0, 0)
[1979243.829] -> wl_surface@25.damage(0, 0, 504, 290)
[1979243.844] -> wl_surface@25.frame(new id wl_callback@15)
[1979243.851] -> wl_surface@25.commit()
[1979243.875] wl_surface@25.attach(wl_buffer@26, 0, 0)
[1979243.897] wl_surface@25.damage(0, 0, 504, 290)
[1979243.914] wl_surface@25.frame(new id wl_callback@15)
[1979243.923] wl_surface@25.commit()
[1979243.939] -> wl_buffer@26.release()
[1979250.404] -> wl_callback@15.done(424454753)
[1979250.420] -> wl_display@1.delete_id(15)
[1979250.436] wl_display@1.delete_id(15)
[1979250.449] wl_callback@15.done(424454753)
[1979285.717] -> wl_drm@6.create_prime_buffer(new id wl_buffer@15, fd 14, 3049, 1659, 875713112, 0, 12288, 0, 0, 0, 0)
[1979285.799] -> wl_surface@27.attach(wl_buffer@15, 0, 0)
[1979285.810] -> wl_surface@27.damage(0, 0, 3049, 1659)
[1979285.826] -> wl_surface@27.frame(new id wl_callback@28)
[1979285.833] -> wl_surface@27.commit()
[1979285.890] wl_drm@6.create_prime_buffer(new id wl_buffer@15, fd 106, 3049, 1659, 875713112, 0, 12288, 0, 0, 0, 0)
[1979286.066] wl_surface@27.attach(wl_buffer@15, 0, 0)
[1979286.082] wl_surface@27.damage(0, 0, 3049, 1659)
[1979286.097] wl_surface@27.frame(new id wl_callback@28)
[1979286.107] wl_surface@27.commit()
[1979286.478] -> wl_keyboard@23.leave(153, wl_surface@25)
[1979286.509] -> wl_keyboard@23.enter(154, wl_surface@27, array)
[1979286.521] -> wl_keyboard@23.modifiers(155, 0, 0, 0, 0)
[1979286.541] -> zwp_tablet_pad_v2@4278190081.leave(156, wl_surface@25)
[1979286.551] -> zwp_tablet_pad_v2@4278190081.enter(157, zwp_tablet_v2@4278190080, wl_surface@27)
[1979286.565] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(789284, 157, 0)
[1979286.589] -> wl_callback@28.done(424454789)
[1979286.596] -> wl_display@1.delete_id(28)
[1979294.095] -> wl_buffer@15.destroy()
[1979294.183] wl_buffer@15.destroy()
[1979294.206] -> wl_display@1.delete_id(15)
[1979294.240] wl_display@1.delete_id(28)
[1979294.252] wl_keyboard@23.leave(153, wl_surface@25)
[1979294.263] wl_keyboard@23.enter(154, wl_surface@27, array)
[1979294.275] wl_keyboard@23.modifiers(155, 0, 0, 0, 0)
[1979294.302] zwp_tablet_pad_v2@4278190081.leave(156, wl_surface@25)
[1979294.312] zwp_tablet_pad_v2@4278190081.enter(157, zwp_tablet_v2@4278190080, wl_surface@27)
[1979294.324] zwp_tablet_pad_group_v2@4278190082.mode_switch(789284, 157, 0)
[1979294.337] wl_callback@28.done(424454789)
[1979294.355] -> wl_buffer@26.destroy()
[1979294.374] -> wl_surface@25.destroy()
[1979294.396] -> wl_drm@6.create_prime_buffer(new id wl_buffer@28, fd 14, 1898, 1003, 875713112, 0, 8192, 0, 0, 0, 0)
[1979294.439] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1979294.451] -> wl_surface@27.damage(0, 0, 3049, 1659)
[1979294.466] -> wl_surface@27.frame(new id wl_callback@29)
[1979294.474] -> wl_surface@27.commit()
[1979294.547] wl_buffer@26.destroy()
[1979294.559] -> wl_display@1.delete_id(26)
[1979294.565] wl_surface@25.destroy()
[1979294.576] -> wl_display@1.delete_id(25)
[1979294.582] wl_drm@6.create_prime_buffer(new id wl_buffer@28, fd 107, 1898, 1003, 875713112, 0, 8192, 0, 0, 0, 0)
[1979294.664] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1979294.678] wl_surface@27.damage(0, 0, 3049, 1659)
[1979294.694] wl_surface@27.frame(new id wl_callback@29)
[1979294.702] wl_surface@27.commit()
[1979294.744] -> wl_surface@27.enter(wl_output@9)
[1979295.161] -> wl_pointer@21.enter(158, wl_surface@27, 897.734375, 130.234375)
[1979295.184] -> wl_pointer@21.frame()
[1979295.265] wl_display@1.delete_id(15)
[1979295.279] wl_display@1.delete_id(26)
[1979295.309] wl_display@1.delete_id(25)
[1979295.315] wl_pointer@21.enter(158, wl_surface@27, 897.734375, 130.234375)
[1979295.413] wl_pointer@21.frame()
[1979295.448] -> wl_pointer@21.set_cursor(158, wl_surface@19, 1, 1)
[1979295.466] -> wl_surface@19.attach(wl_buffer@24, 0, 0)
[1979295.478] -> wl_surface@19.damage(0, 0, 10, 16)
[1979295.493] -> wl_surface@19.frame(new id wl_callback@25)
[1979295.501] -> wl_surface@19.commit()
[1979295.514] wl_pointer@21.set_cursor(158, wl_surface@19, 1, 1)
[1979295.563] wl_surface@19.attach(wl_buffer@24, 0, 0)
[1979295.578] wl_surface@19.damage(0, 0, 10, 16)
[1979295.593] wl_surface@19.frame(new id wl_callback@25)
[1979295.601] wl_surface@19.commit()
[1979295.629] -> wl_buffer@24.release()
[1979295.810] -> wl_surface@19.enter(wl_output@9)
[1979300.373] -> wl_callback@25.done(424454802)
[1979300.389] -> wl_display@1.delete_id(25)
[1979300.396] -> wl_callback@29.done(424454803)
[1979300.401] -> wl_display@1.delete_id(29)
[1979300.415] wl_display@1.delete_id(25)
[1979300.429] wl_display@1.delete_id(29)
[1979300.434] wl_callback@25.done(424454802)
[1979300.441] wl_callback@29.done(424454803)
[1979300.447] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1979300.460] -> wl_surface@27.damage(402, 28, 268, 32)
[1979300.475] -> wl_surface@27.damage(73, 64, 6, 562)
[1979300.490] -> wl_surface@27.damage(73, 626, 6, 19)
[1979300.505] -> wl_surface@27.damage(1165, 626, 85, 19)
[1979300.520] -> wl_surface@27.damage(73, 645, 6, 5)
[1979300.535] -> wl_surface@27.damage(73, 650, 6, 19)
[1979300.550] -> wl_surface@27.damage(1165, 650, 104, 19)
[1979300.566] -> wl_surface@27.damage(73, 669, 6, 5)
[1979300.581] -> wl_surface@27.damage(73, 674, 6, 20)
[1979300.596] -> wl_surface@27.damage(1165, 674, 89, 20)
[1979300.610] -> wl_surface@27.damage(73, 694, 6, 5)
[1979300.625] -> wl_surface@27.damage(73, 699, 6, 20)
[1979300.640] -> wl_surface@27.damage(1165, 699, 114, 20)
[1979300.655] -> wl_surface@27.damage(73, 719, 6, 5)
[1979300.670] -> wl_surface@27.damage(73, 724, 6, 20)
[1979300.685] -> wl_surface@27.damage(1165, 724, 91, 20)
[1979300.699] -> wl_surface@27.damage(73, 744, 6, 5)
[1979300.714] -> wl_surface@27.damage(73, 749, 6, 20)
[1979300.729] -> wl_surface@27.damage(1165, 749, 85, 20)
[1979300.744] -> wl_surface@27.damage(73, 769, 6, 5)
[1979300.760] -> wl_surface@27.damage(73, 774, 6, 20)
[1979300.777] -> wl_surface@27.damage(1190, 774, 112, 20)
[1979300.795] -> wl_surface@27.damage(73, 794, 6, 209)
[1979300.810] -> wl_surface@27.frame(new id wl_callback@29)
[1979300.818] -> wl_surface@27.commit()
[1979300.828] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1979300.841] wl_surface@27.damage(402, 28, 268, 32)
[1979300.857] wl_surface@27.damage(73, 64, 6, 562)
[1979300.874] wl_surface@27.damage(73, 626, 6, 19)
[1979300.889] wl_surface@27.damage(1165, 626, 85, 19)
[1979300.906] wl_surface@27.damage(73, 645, 6, 5)
[1979300.922] wl_surface@27.damage(73, 650, 6, 19)
[1979300.937] wl_surface@27.damage(1165, 650, 104, 19)
[1979300.953] wl_surface@27.damage(73, 669, 6, 5)
[1979300.969] wl_surface@27.damage(73, 674, 6, 20)
[1979300.984] wl_surface@27.damage(1165, 674, 89, 20)
[1979301.004] wl_surface@27.damage(73, 694, 6, 5)
[1979301.023] wl_surface@27.damage(73, 699, 6, 20)
[1979301.039] wl_surface@27.damage(1165, 699, 114, 20)
[1979301.056] wl_surface@27.damage(73, 719, 6, 5)
[1979301.073] wl_surface@27.damage(73, 724, 6, 20)
[1979301.090] wl_surface@27.damage(1165, 724, 91, 20)
[1979301.107] wl_surface@27.damage(73, 744, 6, 5)
[1979301.122] wl_surface@27.damage(73, 749, 6, 20)
[1979301.139] wl_surface@27.damage(1165, 749, 85, 20)
[1979301.155] wl_surface@27.damage(73, 769, 6, 5)
[1979301.170] wl_surface@27.damage(73, 774, 6, 20)
[1979301.187] wl_surface@27.damage(1190, 774, 112, 20)
[1979301.202] wl_surface@27.damage(73, 794, 6, 209)
[1979301.218] wl_surface@27.frame(new id wl_callback@29)
[1979301.225] wl_surface@27.commit()
[1979301.234] -> wl_buffer@28.release()
[1979317.239] -> wl_callback@29.done(424454819)
[1979317.290] -> wl_display@1.delete_id(29)
[1979317.420] wl_display@1.delete_id(29)
[1979317.443] wl_callback@29.done(424454819)
[1979317.452] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1979317.465] -> wl_surface@27.damage(0, 0, 1898, 1003)
[1979317.479] -> wl_surface@27.frame(new id wl_callback@29)
[1979317.487] -> wl_surface@27.commit()
[1979317.502] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1979317.520] wl_surface@27.damage(0, 0, 1898, 1003)
[1979317.536] wl_surface@27.frame(new id wl_callback@29)
[1979317.544] wl_surface@27.commit()
[1979317.558] -> wl_buffer@28.release()
[1979333.652] -> wl_callback@29.done(424454836)
[1979333.666] -> wl_display@1.delete_id(29)
[1979333.684] wl_display@1.delete_id(29)
[1979333.698] wl_callback@29.done(424454836)
[1979333.704] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1979333.717] -> wl_surface@27.damage(73, 64, 6, 142)
[1979333.733] -> wl_surface@27.damage(1630, 64, 6, 142)
[1979333.748] -> wl_surface@27.damage(73, 206, 6, 6)
[1979333.764] -> wl_surface@27.damage(1630, 206, 268, 6)
[1979333.780] -> wl_surface@27.damage(73, 212, 6, 169)
[1979333.796] -> wl_surface@27.damage(1630, 212, 6, 169)
[1979333.811] -> wl_surface@27.damage(73, 381, 6, 5)
[1979333.826] -> wl_surface@27.damage(1630, 381, 8, 5)
[1979333.842] -> wl_surface@27.damage(1896, 381, 2, 5)
[1979333.860] -> wl_surface@27.damage(73, 386, 6, 1)
[1979333.878] -> wl_surface@27.damage(1630, 386, 268, 1)
[1979333.892] -> wl_surface@27.damage(73, 387, 6, 150)
[1979333.908] -> wl_surface@27.damage(1630, 387, 6, 150)
[1979333.923] -> wl_surface@27.damage(73, 537, 6, 6)
[1979333.939] -> wl_surface@27.damage(1630, 537, 268, 6)
[1979333.954] -> wl_surface@27.damage(73, 543, 6, 124)
[1979333.970] -> wl_surface@27.damage(1630, 543, 6, 124)
[1979333.986] -> wl_surface@27.damage(73, 667, 6, 6)
[1979334.001] -> wl_surface@27.damage(1630, 667, 268, 6)
[1979334.017] -> wl_surface@27.damage(73, 673, 6, 122)
[1979334.032] -> wl_surface@27.damage(1630, 673, 6, 122)
[1979334.048] -> wl_surface@27.damage(73, 795, 6, 6)
[1979334.063] -> wl_surface@27.damage(1630, 795, 268, 6)
[1979334.078] -> wl_surface@27.damage(73, 801, 6, 169)
[1979334.094] -> wl_surface@27.damage(1630, 801, 6, 169)
[1979334.109] -> wl_surface@27.frame(new id wl_callback@29)
[1979334.117] -> wl_surface@27.commit()
[1979334.131] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1979334.145] wl_surface@27.damage(73, 64, 6, 142)
[1979334.161] wl_surface@27.damage(1630, 64, 6, 142)
[1979334.179] wl_surface@27.damage(73, 206, 6, 6)
[1979334.196] wl_surface@27.damage(1630, 206, 268, 6)
[1979334.212] wl_surface@27.damage(73, 212, 6, 169)
[1979334.228] wl_surface@27.damage(1630, 212, 6, 169)
[1979334.243] wl_surface@27.damage(73, 381, 6, 5)
[1979334.260] wl_surface@27.damage(1630, 381, 8, 5)
[1979334.286] wl_surface@27.damage(1896, 381, 2, 5)
[1979334.303] wl_surface@27.damage(73, 386, 6, 1)
[1979334.320] wl_surface@27.damage(1630, 386, 268, 1)
[1979334.336] wl_surface@27.damage(73, 387, 6, 150)
[1979334.352] wl_surface@27.damage(1630, 387, 6, 150)
[1979334.368] wl_surface@27.damage(73, 537, 6, 6)
[1979334.384] wl_surface@27.damage(1630, 537, 268, 6)
[1979334.400] wl_surface@27.damage(73, 543, 6, 124)
[1979334.415] wl_surface@27.damage(1630, 543, 6, 124)
[1979334.431] wl_surface@27.damage(73, 667, 6, 6)
[1979334.447] wl_surface@27.damage(1630, 667, 268, 6)
[1979334.466] wl_surface@27.damage(73, 673, 6, 122)
[1979334.480] wl_surface@27.damage(1630, 673, 6, 122)
[1979334.496] wl_surface@27.damage(73, 795, 6, 6)
[1979334.513] wl_surface@27.damage(1630, 795, 268, 6)
[1979334.527] wl_surface@27.damage(73, 801, 6, 169)
[1979334.545] wl_surface@27.damage(1630, 801, 6, 169)
[1979334.562] wl_surface@27.frame(new id wl_callback@29)
[1979334.570] wl_surface@27.commit()
[1979334.578] -> wl_buffer@28.release()
[1979350.368] -> wl_callback@29.done(424454853)
[1979350.388] -> wl_display@1.delete_id(29)
[1979350.406] wl_display@1.delete_id(29)
[1979350.420] wl_callback@29.done(424454853)
[1979350.426] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1979350.439] -> wl_surface@27.damage(47, 29, 30, 29)
[1979350.470] -> wl_surface@27.damage(125, 29, 30, 29)
[1979350.485] -> wl_surface@27.damage(159, 29, 30, 29)
[1979350.500] -> wl_surface@27.damage(0, 64, 79, 19)
[1979350.516] -> wl_surface@27.damage(1630, 64, 268, 19)
[1979350.531] -> wl_surface@27.damage(73, 83, 6, 10)
[1979350.546] -> wl_surface@27.damage(1630, 83, 268, 10)
[1979350.561] -> wl_surface@27.damage(73, 93, 6, 113)
[1979350.576] -> wl_surface@27.damage(1630, 93, 6, 113)
[1979350.591] -> wl_surface@27.damage(73, 206, 6, 54)
[1979350.606] -> wl_surface@27.damage(1630, 206, 268, 54)
[1979350.622] -> wl_surface@27.damage(73, 260, 6, 121)
[1979350.637] -> wl_surface@27.damage(1630, 260, 6, 121)
[1979350.652] -> wl_surface@27.damage(73, 381, 6, 5)
[1979350.667] -> wl_surface@27.damage(1630, 381, 8, 5)
[1979350.683] -> wl_surface@27.damage(1896, 381, 2, 5)
[1979350.698] -> wl_surface@27.damage(73, 386, 6, 49)
[1979350.714] -> wl_surface@27.damage(1630, 386, 268, 49)
[1979350.729] -> wl_surface@27.damage(73, 435, 6, 2)
[1979350.745] -> wl_surface@27.damage(1630, 435, 6, 2)
[1979350.760] -> wl_surface@27.damage(73, 437, 6, 24)
[1979350.774] -> wl_surface@27.damage(1630, 437, 6, 24)
[1979350.789] -> wl_surface@27.damage(1812, 437, 61, 24)
[1979350.804] -> wl_surface@27.damage(73, 461, 6, 76)
[1979350.820] -> wl_surface@27.damage(1630, 461, 6, 76)
[1979350.835] -> wl_surface@27.damage(73, 537, 6, 25)
[1979350.851] -> wl_surface@27.damage(1630, 537, 268, 25)
[1979350.866] -> wl_surface@27.damage(73, 562, 6, 1)
[1979350.880] -> wl_surface@27.damage(1630, 562, 6, 1)
[1979350.899] -> wl_surface@27.damage(73, 563, 6, 30)
[1979350.917] -> wl_surface@27.damage(1630, 563, 6, 30)
[1979350.932] -> wl_surface@27.damage(1637, 563, 260, 30)
[1979350.948] -> wl_surface@27.damage(73, 593, 6, 70)
[1979350.963] -> wl_surface@27.damage(1630, 593, 6, 70)
[1979350.978] -> wl_surface@27.damage(1637, 593, 3, 70)
[1979350.993] -> wl_surface@27.damage(1880, 593, 17, 70)
[1979351.008] -> wl_surface@27.damage(73, 663, 6, 3)
[1979351.023] -> wl_surface@27.damage(1630, 663, 6, 3)
[1979351.039] -> wl_surface@27.damage(1637, 663, 260, 3)
[1979351.054] -> wl_surface@27.damage(73, 666, 6, 1)
[1979351.069] -> wl_surface@27.damage(1630, 666, 6, 1)
[1979351.085] -> wl_surface@27.damage(73, 667, 6, 25)
[1979351.100] -> wl_surface@27.damage(1630, 667, 268, 25)
[1979351.114] -> wl_surface@27.damage(73, 692, 6, 103)
[1979351.130] -> wl_surface@27.damage(1630, 692, 6, 103)
[1979351.145] -> wl_surface@27.damage(73, 795, 6, 25)
[1979351.160] -> wl_surface@27.damage(1630, 795, 268, 25)
[1979351.175] -> wl_surface@27.damage(73, 820, 6, 40)
[1979351.191] -> wl_surface@27.damage(1630, 820, 6, 40)
[1979351.206] -> wl_surface@27.damage(73, 860, 6, 24)
[1979351.222] -> wl_surface@27.damage(1630, 860, 6, 24)
[1979351.237] -> wl_surface@27.damage(1646, 860, 131, 24)
[1979351.252] -> wl_surface@27.damage(73, 884, 6, 86)
[1979351.267] -> wl_surface@27.damage(1630, 884, 6, 86)
[1979351.287] -> wl_surface@27.frame(new id wl_callback@29)
[1979351.295] -> wl_surface@27.commit()
[1979351.309] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1979351.325] wl_surface@27.damage(47, 29, 30, 29)
[1979351.341] wl_surface@27.damage(125, 29, 30, 29)
[1979351.357] wl_surface@27.damage(159, 29, 30, 29)
[1979351.373] wl_surface@27.damage(0, 64, 79, 19)
[1979351.389] wl_surface@27.damage(1630, 64, 268, 19)
[1979351.405] wl_surface@27.damage(73, 83, 6, 10)
[1979351.421] wl_surface@27.damage(1630, 83, 268, 10)
[1979351.437] wl_surface@27.damage(73, 93, 6, 113)
[1979351.454] wl_surface@27.damage(1630, 93, 6, 113)
[1979351.471] wl_surface@27.damage(73, 206, 6, 54)
[1979351.486] wl_surface@27.damage(1630, 206, 268, 54)
[1979351.502] wl_surface@27.damage(73, 260, 6, 121)
[1979351.518] wl_surface@27.damage(1630, 260, 6, 121)
[1979351.534] wl_surface@27.damage(73, 381, 6, 5)
[1979351.549] wl_surface@27.damage(1630, 381, 8, 5)
[1979351.565] wl_surface@27.damage(1896, 381, 2, 5)
[1979351.581] wl_surface@27.damage(73, 386, 6, 49)
[1979351.597] wl_surface@27.damage(1630, 386, 268, 49)
[1979351.613] wl_surface@27.damage(73, 435, 6, 2)
[1979351.634] wl_surface@27.damage(1630, 435, 6, 2)
[1979351.649] wl_surface@27.damage(73, 437, 6, 24)
[1979351.665] wl_surface@27.damage(1630, 437, 6, 24)
[1979351.681] wl_surface@27.damage(1812, 437, 61, 24)
[1979351.696] wl_surface@27.damage(73, 461, 6, 76)
[1979351.712] wl_surface@27.damage(1630, 461, 6, 76)
[1979351.727] wl_surface@27.damage(73, 537, 6, 25)
[1979351.743] wl_surface@27.damage(1630, 537, 268, 25)
[1979351.758] wl_surface@27.damage(73, 562, 6, 1)
[1979351.774] wl_surface@27.damage(1630, 562, 6, 1)
[1979351.790] wl_surface@27.damage(73, 563, 6, 30)
[1979351.809] wl_surface@27.damage(1630, 563, 6, 30)
[1979351.828] wl_surface@27.damage(1637, 563, 260, 30)
[1979351.845] wl_surface@27.damage(73, 593, 6, 70)
[1979351.860] wl_surface@27.damage(1630, 593, 6, 70)
[1979351.875] wl_surface@27.damage(1637, 593, 3, 70)
[1979351.891] wl_surface@27.damage(1880, 593, 17, 70)
[1979351.911] wl_surface@27.damage(73, 663, 6, 3)
[1979351.930] wl_surface@27.damage(1630, 663, 6, 3)
[1979351.946] wl_surface@27.damage(1637, 663, 260, 3)
[1979351.962] wl_surface@27.damage(73, 666, 6, 1)
[1979351.978] wl_surface@27.damage(1630, 666, 6, 1)
[1979351.993] wl_surface@27.damage(73, 667, 6, 25)
[1979352.009] wl_surface@27.damage(1630, 667, 268, 25)
[1979352.026] wl_surface@27.damage(73, 692, 6, 103)
[1979352.042] wl_surface@27.damage(1630, 692, 6, 103)
[1979352.058] wl_surface@27.damage(73, 795, 6, 25)
[1979352.074] wl_surface@27.damage(1630, 795, 268, 25)
[1979352.089] wl_surface@27.damage(73, 820, 6, 40)
[1979352.105] wl_surface@27.damage(1630, 820, 6, 40)
[1979352.122] wl_surface@27.damage(73, 860, 6, 24)
[1979352.138] wl_surface@27.damage(1630, 860, 6, 24)
[1979352.154] wl_surface@27.damage(1646, 860, 131, 24)
[1979352.168] wl_surface@27.damage(73, 884, 6, 86)
[1979352.184] wl_surface@27.damage(1630, 884, 6, 86)
[1979352.200] wl_surface@27.frame(new id wl_callback@29)
[1979352.207] wl_surface@27.commit()
[1979352.215] -> wl_buffer@28.release()
[1979366.982] -> wl_callback@29.done(424454869)
[1979366.995] -> wl_display@1.delete_id(29)
[1979367.011] wl_display@1.delete_id(29)
[1979367.020] wl_callback@29.done(424454869)
[1979635.105] -> zwp_tablet_pad_v2@4278190081.button(424455137, 1, 1)
[1979635.156] zwp_tablet_pad_v2@4278190081.button(424455137, 1, 1)
[1979905.108] -> zwp_tablet_pad_v2@4278190081.button(424455407, 1, 0)
[1979905.158] zwp_tablet_pad_v2@4278190081.button(424455407, 1, 0)
[1981033.933] -> wl_keyboard@23.key(159, 424456536, 29, 1)
[1981033.990] -> wl_keyboard@23.modifiers(160, 4, 0, 0, 0)
[1981034.084] wl_keyboard@23.key(159, 424456536, 29, 1)
[1981034.120] wl_keyboard@23.modifiers(160, 4, 0, 0, 0)
[1981058.885] -> wl_keyboard@23.key(161, 424456561, 49, 1)
[1981058.928] wl_keyboard@23.key(161, 424456561, 49, 1)
[1981091.343] -> wl_compositor@7.create_surface(new id wl_surface@29)
[1981091.446] wl_compositor@7.create_surface(new id wl_surface@29)
[1981098.109] -> wl_drm@6.create_prime_buffer(new id wl_buffer@25, fd 14, 648, 601, 875713112, 0, 3072, 0, 0, 0, 0)
[1981098.192] -> wl_surface@29.attach(wl_buffer@25, 0, 0)
[1981098.204] -> wl_surface@29.damage(0, 0, 648, 601)
[1981098.219] -> wl_surface@29.frame(new id wl_callback@26)
[1981098.227] -> wl_surface@29.commit()
[1981098.249] wl_drm@6.create_prime_buffer(new id wl_buffer@25, fd 107, 648, 601, 875713112, 0, 3072, 0, 0, 0, 0)
[1981098.337] wl_surface@29.attach(wl_buffer@25, 0, 0)
[1981098.352] wl_surface@29.damage(0, 0, 648, 601)
[1981098.367] wl_surface@29.frame(new id wl_callback@26)
[1981098.375] wl_surface@29.commit()
[1981098.705] -> wl_keyboard@23.leave(162, wl_surface@27)
[1981098.735] -> wl_keyboard@23.enter(163, wl_surface@29, array)
[1981098.747] -> wl_keyboard@23.modifiers(164, 4, 0, 0, 0)
[1981098.768] -> zwp_tablet_pad_v2@4278190081.leave(165, wl_surface@27)
[1981098.777] -> zwp_tablet_pad_v2@4278190081.enter(166, zwp_tablet_v2@4278190080, wl_surface@29)
[1981098.791] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(601509, 166, 0)
[1981098.810] -> wl_callback@26.done(424456601)
[1981098.817] -> wl_display@1.delete_id(26)
[1981098.851] -> wl_surface@29.enter(wl_output@9)
[1981099.238] wl_display@1.delete_id(26)
[1981099.256] wl_keyboard@23.leave(162, wl_surface@27)
[1981099.275] wl_keyboard@23.enter(163, wl_surface@29, array)
[1981099.299] wl_keyboard@23.modifiers(164, 4, 0, 0, 0)
[1981099.345] zwp_tablet_pad_v2@4278190081.leave(165, wl_surface@27)
[1981099.359] zwp_tablet_pad_v2@4278190081.enter(166, zwp_tablet_v2@4278190080, wl_surface@29)
[1981099.376] zwp_tablet_pad_group_v2@4278190082.mode_switch(601509, 166, 0)
[1981099.393] wl_callback@26.done(424456601)
[1981099.402] -> wl_surface@29.attach(wl_buffer@25, 0, 0)
[1981099.420] -> wl_surface@29.damage(0, 0, 648, 601)
[1981099.441] -> wl_surface@29.frame(new id wl_callback@26)
[1981099.452] -> wl_surface@29.commit()
[1981099.463] wl_surface@29.attach(wl_buffer@25, 0, 0)
[1981099.483] wl_surface@29.damage(0, 0, 648, 601)
[1981099.499] wl_surface@29.frame(new id wl_callback@26)
[1981099.508] wl_surface@29.commit()
[1981099.516] -> wl_buffer@25.release()
[1981100.483] -> wl_callback@26.done(424456603)
[1981100.495] -> wl_display@1.delete_id(26)
[1981100.515] wl_display@1.delete_id(26)
[1981100.531] wl_callback@26.done(424456603)
[1981101.662] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1981101.687] -> wl_surface@27.damage(0, 64, 73, 1)
[1981101.702] -> wl_surface@27.damage(79, 64, 1551, 1)
[1981101.717] -> wl_surface@27.damage(0, 65, 73, 18)
[1981101.732] -> wl_surface@27.damage(79, 65, 1, 18)
[1981101.747] -> wl_surface@27.damage(1629, 65, 1, 18)
[1981101.763] -> wl_surface@27.damage(79, 83, 1, 10)
[1981101.778] -> wl_surface@27.damage(1629, 83, 1, 10)
[1981101.794] -> wl_surface@27.damage(79, 93, 1, 19)
[1981101.809] -> wl_surface@27.damage(1629, 93, 1, 19)
[1981101.824] -> wl_surface@27.damage(1636, 93, 262, 19)
[1981101.840] -> wl_surface@27.damage(79, 112, 1, 129)
[1981101.855] -> wl_surface@27.damage(1629, 112, 1, 129)
[1981101.870] -> wl_surface@27.damage(79, 241, 1, 19)
[1981101.885] -> wl_surface@27.damage(1629, 241, 1, 19)
[1981101.900] -> wl_surface@27.damage(1636, 241, 262, 19)
[1981101.915] -> wl_surface@27.damage(79, 260, 1, 58)
[1981101.930] -> wl_surface@27.damage(1629, 260, 1, 58)
[1981101.945] -> wl_surface@27.damage(79, 318, 1, 27)
[1981101.959] -> wl_surface@27.damage(1629, 318, 1, 27)
[1981101.974] -> wl_surface@27.damage(1638, 318, 258, 27)
[1981101.990] -> wl_surface@27.damage(79, 345, 1, 41)
[1981102.005] -> wl_surface@27.damage(1022, 345, 293, 41)
[1981102.020] -> wl_surface@27.damage(1629, 345, 1, 41)
[1981102.035] -> wl_surface@27.damage(1638, 345, 258, 41)
[1981102.050] -> wl_surface@27.damage(79, 386, 1, 30)
[1981102.065] -> wl_surface@27.damage(1022, 386, 293, 30)
[1981102.079] -> wl_surface@27.damage(1629, 386, 1, 30)
[1981102.095] -> wl_surface@27.damage(79, 416, 1, 19)
[1981102.109] -> wl_surface@27.damage(1022, 416, 293, 19)
[1981102.125] -> wl_surface@27.damage(1629, 416, 1, 19)
[1981102.143] -> wl_surface@27.damage(1636, 416, 262, 19)
[1981102.160] -> wl_surface@27.damage(79, 435, 1, 29)
[1981102.176] -> wl_surface@27.damage(1022, 435, 293, 29)
[1981102.190] -> wl_surface@27.damage(1629, 435, 1, 29)
[1981102.205] -> wl_surface@27.damage(79, 464, 1, 17)
[1981102.220] -> wl_surface@27.damage(1022, 464, 293, 17)
[1981102.236] -> wl_surface@27.damage(1629, 464, 1, 17)
[1981102.251] -> wl_surface@27.damage(1638, 464, 244, 17)
[1981102.265] -> wl_surface@27.damage(79, 481, 1, 29)
[1981102.279] -> wl_surface@27.damage(393, 481, 300, 29)
[1981102.299] -> wl_surface@27.damage(1022, 481, 293, 29)
[1981102.312] -> wl_surface@27.damage(1629, 481, 1, 29)
[1981102.327] -> wl_surface@27.damage(1638, 481, 244, 29)
[1981102.343] -> wl_surface@27.damage(79, 510, 1, 33)
[1981102.358] -> wl_surface@27.damage(393, 510, 300, 33)
[1981102.371] -> wl_surface@27.damage(1022, 510, 293, 33)
[1981102.387] -> wl_surface@27.damage(1629, 510, 1, 33)
[1981102.402] -> wl_surface@27.damage(79, 543, 1, 19)
[1981102.418] -> wl_surface@27.damage(393, 543, 300, 19)
[1981102.433] -> wl_surface@27.damage(1022, 543, 293, 19)
[1981102.468] -> wl_surface@27.damage(1629, 543, 1, 19)
[1981102.484] -> wl_surface@27.damage(1636, 543, 262, 19)
[1981102.498] -> wl_surface@27.damage(79, 562, 1, 31)
[1981102.512] -> wl_surface@27.damage(393, 562, 300, 31)
[1981102.527] -> wl_surface@27.damage(1022, 562, 293, 31)
[1981102.542] -> wl_surface@27.damage(1629, 562, 1, 31)
[1981102.557] -> wl_surface@27.damage(79, 593, 1, 70)
[1981102.572] -> wl_surface@27.damage(393, 593, 300, 70)
[1981102.587] -> wl_surface@27.damage(1022, 593, 293, 70)
[1981102.602] -> wl_surface@27.damage(1629, 593, 1, 70)
[1981102.618] -> wl_surface@27.damage(1640, 593, 240, 70)
[1981102.633] -> wl_surface@27.damage(79, 663, 1, 10)
[1981102.648] -> wl_surface@27.damage(393, 663, 300, 10)
[1981102.662] -> wl_surface@27.damage(1022, 663, 293, 10)
[1981102.677] -> wl_surface@27.damage(1629, 663, 1, 10)
[1981102.692] -> wl_surface@27.damage(79, 673, 1, 19)
[1981102.707] -> wl_surface@27.damage(393, 673, 300, 19)
[1981102.722] -> wl_surface@27.damage(1022, 673, 293, 19)
[1981102.737] -> wl_surface@27.damage(1629, 673, 1, 19)
[1981102.752] -> wl_surface@27.damage(1636, 673, 262, 19)
[1981102.767] -> wl_surface@27.damage(79, 692, 1, 2)
[1981102.782] -> wl_surface@27.damage(393, 692, 300, 2)
[1981102.797] -> wl_surface@27.damage(1022, 692, 293, 2)
[1981102.812] -> wl_surface@27.damage(1629, 692, 1, 2)
[1981102.827] -> wl_surface@27.damage(79, 694, 1, 32)
[1981102.842] -> wl_surface@27.damage(393, 694, 300, 32)
[1981102.857] -> wl_surface@27.damage(1022, 694, 293, 32)
[1981102.872] -> wl_surface@27.damage(1629, 694, 1, 32)
[1981102.886] -> wl_surface@27.damage(1638, 694, 258, 32)
[1981102.902] -> wl_surface@27.damage(79, 726, 1, 5)
[1981102.917] -> wl_surface@27.damage(393, 726, 300, 5)
[1981102.931] -> wl_surface@27.damage(1629, 726, 1, 5)
[1981102.947] -> wl_surface@27.damage(1638, 726, 258, 5)
[1981102.962] -> wl_surface@27.damage(79, 731, 1, 31)
[1981102.977] -> wl_surface@27.damage(1629, 731, 1, 31)
[1981102.992] -> wl_surface@27.damage(1638, 731, 258, 31)
[1981103.007] -> wl_surface@27.damage(79, 762, 1, 39)
[1981103.021] -> wl_surface@27.damage(1629, 762, 1, 39)
[1981103.037] -> wl_surface@27.damage(79, 801, 1, 19)
[1981103.052] -> wl_surface@27.damage(1629, 801, 1, 19)
[1981103.067] -> wl_surface@27.damage(1636, 801, 262, 19)
[1981103.082] -> wl_surface@27.damage(79, 820, 1, 56)
[1981103.097] -> wl_surface@27.damage(1629, 820, 1, 56)
[1981103.113] -> wl_surface@27.damage(79, 876, 1, 93)
[1981103.128] -> wl_surface@27.damage(1629, 876, 1, 93)
[1981103.143] -> wl_surface@27.damage(1800, 876, 87, 93)
[1981103.158] -> wl_surface@27.damage(79, 969, 1551, 1)
[1981103.173] -> wl_surface@27.damage(1800, 969, 87, 1)
[1981103.189] -> wl_surface@27.damage(1800, 970, 87, 5)
[1981103.204] -> wl_surface@27.frame(new id wl_callback@26)
[1981103.212] -> wl_surface@27.commit()
[1981103.225] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1981103.241] wl_surface@27.damage(0, 64, 73, 1)
[1981103.258] wl_surface@27.damage(79, 64, 1551, 1)
[1981103.278] wl_surface@27.damage(0, 65, 73, 18)
[1981103.297] wl_surface@27.damage(79, 65, 1, 18)
[1981103.312] wl_surface@27.damage(1629, 65, 1, 18)
[1981103.328] wl_surface@27.damage(79, 83, 1, 10)
[1981103.344] wl_surface@27.damage(1629, 83, 1, 10)
[1981103.359] wl_surface@27.damage(79, 93, 1, 19)
[1981103.375] wl_surface@27.damage(1629, 93, 1, 19)
[1981103.392] wl_surface@27.damage(1636, 93, 262, 19)
[1981103.407] wl_surface@27.damage(79, 112, 1, 129)
[1981103.422] wl_surface@27.damage(1629, 112, 1, 129)
[1981103.439] wl_surface@27.damage(79, 241, 1, 19)
[1981103.453] wl_surface@27.damage(1629, 241, 1, 19)
[1981103.469] wl_surface@27.damage(1636, 241, 262, 19)
[1981103.485] wl_surface@27.damage(79, 260, 1, 58)
[1981103.501] wl_surface@27.damage(1629, 260, 1, 58)
[1981103.516] wl_surface@27.damage(79, 318, 1, 27)
[1981103.533] wl_surface@27.damage(1629, 318, 1, 27)
[1981103.551] wl_surface@27.damage(1638, 318, 258, 27)
[1981103.570] wl_surface@27.damage(79, 345, 1, 41)
[1981103.586] wl_surface@27.damage(1022, 345, 293, 41)
[1981103.609] wl_surface@27.damage(1629, 345, 1, 41)
[1981103.627] wl_surface@27.damage(1638, 345, 258, 41)
[1981103.642] wl_surface@27.damage(79, 386, 1, 30)
[1981103.658] wl_surface@27.damage(1022, 386, 293, 30)
[1981103.674] wl_surface@27.damage(1629, 386, 1, 30)
[1981103.690] wl_surface@27.damage(79, 416, 1, 19)
[1981103.705] wl_surface@27.damage(1022, 416, 293, 19)
[1981103.725] wl_surface@27.damage(1629, 416, 1, 19)
[1981103.744] wl_surface@27.damage(1636, 416, 262, 19)
[1981103.759] wl_surface@27.damage(79, 435, 1, 29)
[1981103.775] wl_surface@27.damage(1022, 435, 293, 29)
[1981103.790] wl_surface@27.damage(1629, 435, 1, 29)
[1981103.804] wl_surface@27.damage(79, 464, 1, 17)
[1981103.818] wl_surface@27.damage(1022, 464, 293, 17)
[1981103.834] wl_surface@27.damage(1629, 464, 1, 17)
[1981103.850] wl_surface@27.damage(1638, 464, 244, 17)
[1981103.865] wl_surface@27.damage(79, 481, 1, 29)
[1981103.880] wl_surface@27.damage(393, 481, 300, 29)
[1981103.896] wl_surface@27.damage(1022, 481, 293, 29)
[1981103.912] wl_surface@27.damage(1629, 481, 1, 29)
[1981103.927] wl_surface@27.damage(1638, 481, 244, 29)
[1981103.943] wl_surface@27.damage(79, 510, 1, 33)
[1981103.957] wl_surface@27.damage(393, 510, 300, 33)
[1981103.971] wl_surface@27.damage(1022, 510, 293, 33)
[1981103.986] wl_surface@27.damage(1629, 510, 1, 33)
[1981104.002] wl_surface@27.damage(79, 543, 1, 19)
[1981104.017] wl_surface@27.damage(393, 543, 300, 19)
[1981104.031] wl_surface@27.damage(1022, 543, 293, 19)
[1981104.045] wl_surface@27.damage(1629, 543, 1, 19)
[1981104.060] wl_surface@27.damage(1636, 543, 262, 19)
[1981104.076] wl_surface@27.damage(79, 562, 1, 31)
[1981104.091] wl_surface@27.damage(393, 562, 300, 31)
[1981104.107] wl_surface@27.damage(1022, 562, 293, 31)
[1981104.123] wl_surface@27.damage(1629, 562, 1, 31)
[1981104.138] wl_surface@27.damage(79, 593, 1, 70)
[1981104.154] wl_surface@27.damage(393, 593, 300, 70)
[1981104.169] wl_surface@27.damage(1022, 593, 293, 70)
[1981104.185] wl_surface@27.damage(1629, 593, 1, 70)
[1981104.204] wl_surface@27.damage(1640, 593, 240, 70)
[1981104.221] wl_surface@27.damage(79, 663, 1, 10)
[1981104.236] wl_surface@27.damage(393, 663, 300, 10)
[1981104.252] wl_surface@27.damage(1022, 663, 293, 10)
[1981104.268] wl_surface@27.damage(1629, 663, 1, 10)
[1981104.289] wl_surface@27.damage(79, 673, 1, 19)
[1981104.306] wl_surface@27.damage(393, 673, 300, 19)
[1981104.322] wl_surface@27.damage(1022, 673, 293, 19)
[1981104.338] wl_surface@27.damage(1629, 673, 1, 19)
[1981104.353] wl_surface@27.damage(1636, 673, 262, 19)
[1981104.369] wl_surface@27.damage(79, 692, 1, 2)
[1981104.385] wl_surface@27.damage(393, 692, 300, 2)
[1981104.399] wl_surface@27.damage(1022, 692, 293, 2)
[1981104.412] wl_surface@27.damage(1629, 692, 1, 2)
[1981104.428] wl_surface@27.damage(79, 694, 1, 32)
[1981104.443] wl_surface@27.damage(393, 694, 300, 32)
[1981104.459] wl_surface@27.damage(1022, 694, 293, 32)
[1981104.475] wl_surface@27.damage(1629, 694, 1, 32)
[1981104.491] wl_surface@27.damage(1638, 694, 258, 32)
[1981104.506] wl_surface@27.damage(79, 726, 1, 5)
[1981104.522] wl_surface@27.damage(393, 726, 300, 5)
[1981104.538] wl_surface@27.damage(1629, 726, 1, 5)
[1981104.553] wl_surface@27.damage(1638, 726, 258, 5)
[1981104.569] wl_surface@27.damage(79, 731, 1, 31)
[1981104.582] wl_surface@27.damage(1629, 731, 1, 31)
[1981104.597] wl_surface@27.damage(1638, 731, 258, 31)
[1981104.612] wl_surface@27.damage(79, 762, 1, 39)
[1981104.628] wl_surface@27.damage(1629, 762, 1, 39)
[1981104.643] wl_surface@27.damage(79, 801, 1, 19)
[1981104.660] wl_surface@27.damage(1629, 801, 1, 19)
[1981104.674] wl_surface@27.damage(1636, 801, 262, 19)
[1981104.689] wl_surface@27.damage(79, 820, 1, 56)
[1981104.704] wl_surface@27.damage(1629, 820, 1, 56)
[1981104.726] wl_surface@27.damage(79, 876, 1, 93)
[1981104.743] wl_surface@27.damage(1629, 876, 1, 93)
[1981104.758] wl_surface@27.damage(1800, 876, 87, 93)
[1981104.772] wl_surface@27.damage(79, 969, 1551, 1)
[1981104.786] wl_surface@27.damage(1800, 969, 87, 1)
[1981104.802] wl_surface@27.damage(1800, 970, 87, 5)
[1981104.820] wl_surface@27.frame(new id wl_callback@26)
[1981104.828] wl_surface@27.commit()
[1981104.838] -> wl_buffer@28.release()
[1981105.260] -> wl_surface@29.attach(wl_buffer@25, 0, 0)
[1981105.307] -> wl_surface@29.damage(196, 20, 432, 457)
[1981105.343] -> wl_surface@29.frame(new id wl_callback@15)
[1981105.356] -> wl_surface@29.commit()
[1981105.383] wl_surface@29.attach(wl_buffer@25, 0, 0)
[1981105.399] wl_surface@29.damage(196, 20, 432, 457)
[1981105.415] wl_surface@29.frame(new id wl_callback@15)
[1981105.423] wl_surface@29.commit()
[1981105.429] -> wl_buffer@25.release()
[1981117.105] -> wl_callback@26.done(424456619)
[1981117.120] -> wl_display@1.delete_id(26)
[1981117.125] -> wl_callback@15.done(424456619)
[1981117.131] -> wl_display@1.delete_id(15)
[1981117.146] wl_display@1.delete_id(26)
[1981117.159] wl_display@1.delete_id(15)
[1981117.166] wl_callback@26.done(424456619)
[1981117.172] wl_callback@15.done(424456619)
[1981117.179] -> wl_surface@29.attach(wl_buffer@25, 0, 0)
[1981117.190] -> wl_surface@29.damage(196, 20, 432, 457)
[1981117.205] -> wl_surface@29.frame(new id wl_callback@15)
[1981117.212] -> wl_surface@29.commit()
[1981117.227] wl_surface@29.attach(wl_buffer@25, 0, 0)
[1981117.243] wl_surface@29.damage(196, 20, 432, 457)
[1981117.259] wl_surface@29.frame(new id wl_callback@15)
[1981117.267] wl_surface@29.commit()
[1981117.273] -> wl_buffer@25.release()
[1981133.709] -> wl_callback@15.done(424456636)
[1981133.724] -> wl_display@1.delete_id(15)
[1981133.742] wl_display@1.delete_id(15)
[1981133.757] wl_callback@15.done(424456636)
[1981133.764] -> wl_surface@29.attach(wl_buffer@25, 0, 0)
[1981133.778] -> wl_surface@29.damage(196, 20, 432, 457)
[1981133.794] -> wl_surface@29.damage(462, 554, 80, 27)
[1981133.810] -> wl_surface@29.frame(new id wl_callback@15)
[1981133.818] -> wl_surface@29.commit()
[1981133.831] wl_surface@29.attach(wl_buffer@25, 0, 0)
[1981133.844] wl_surface@29.damage(196, 20, 432, 457)
[1981133.859] wl_surface@29.damage(462, 554, 80, 27)
[1981133.876] wl_surface@29.frame(new id wl_callback@15)
[1981133.883] wl_surface@29.commit()
[1981133.889] -> wl_buffer@25.release()
[1981150.330] -> wl_callback@15.done(424456653)
[1981150.348] -> wl_display@1.delete_id(15)
[1981150.367] wl_display@1.delete_id(15)
[1981150.379] wl_callback@15.done(424456653)
[1981155.900] -> wl_keyboard@23.key(167, 424456658, 29, 0)
[1981155.919] -> wl_keyboard@23.modifiers(168, 0, 0, 0, 0)
[1981155.973] wl_keyboard@23.key(167, 424456658, 29, 0)
[1981155.998] wl_keyboard@23.modifiers(168, 0, 0, 0, 0)
[1981162.883] -> wl_keyboard@23.key(169, 424456665, 49, 0)
[1981162.917] wl_keyboard@23.key(169, 424456665, 49, 0)
[1981298.870] -> wl_surface@29.attach(wl_buffer@25, 0, 0)
[1981298.894] -> wl_surface@29.damage(283, 385, 279, 27)
[1981298.909] -> wl_surface@29.frame(new id wl_callback@15)
[1981298.915] -> wl_surface@29.commit()
[1981298.927] wl_surface@29.attach(wl_buffer@25, 0, 0)
[1981298.952] wl_surface@29.damage(283, 385, 279, 27)
[1981298.975] wl_surface@29.frame(new id wl_callback@15)
[1981298.987] wl_surface@29.commit()
[1981298.997] -> wl_buffer@25.release()
[1981300.335] -> wl_callback@15.done(424456803)
[1981300.348] -> wl_display@1.delete_id(15)
[1981300.361] wl_display@1.delete_id(15)
[1981300.371] wl_callback@15.done(424456803)
[1981623.961] -> wl_keyboard@23.key(170, 424457126, 1, 1)
[1981624.092] wl_keyboard@23.key(170, 424457126, 1, 1)
[1981625.298] -> wl_buffer@25.destroy([1981625.303] -> wl_keyboard@23.leave()
171, wl_surface@29)
[1981625.322] -> wl_keyboard@23.enter(172, wl_surface@27, array)
[1981625.334] -> wl_keyboard@23.modifiers(173, 0, 0, 0, 0)
[1981625.355] -> zwp_tablet_pad_v2@4278190081.leave(174, wl_surface@29)
[1981625.365] -> zwp_tablet_pad_v2@4278190081.enter([1981625.366] -> wl_surface@29.destroy(175)
, zwp_tablet_v2@4278190080, wl_surface@27)
[1981625.384] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(128102, 175, 0)
[1981625.399] -> wl_keyboard@23.leave(176, wl_surface@27)
[1981625.425] -> wl_keyboard@23.enter(177, wl_surface@27, array)
[1981625.468] -> wl_keyboard@23.modifiers(178, 0, 0, 0, 0)
[1981625.688] wl_buffer@25.destroy([1981625.691] wl_keyboard@23.leave()
171, nil)
[1981625.708] -> wl_display@1.delete_id(25[1981625.712] wl_keyboard@23.enter()
172[1981625.719] wl_surface@29.destroy(, )
wl_surface@27, array)
[1981625.733] wl_keyboard@23.modifiers(173, 0, 0[1981625.741] -> wl_display@1.delete_id(, 290)
, 0)
[1981625.764] zwp_tablet_pad_v2@4278190081.leave(174, nil)
[1981625.773] zwp_tablet_pad_v2@4278190081.enter(175, zwp_tablet_v2@4278190080, wl_surface@27)
[1981625.786] zwp_tablet_pad_group_v2@4278190082.mode_switch(128102, 175, 0)
[1981625.798] wl_keyboard@23.leave(176, wl_surface@27)
[1981625.808] wl_keyboard@23.enter(177, wl_surface@27, array)
[1981625.821] wl_keyboard@23.modifiers(178, 0, 0, 0, 0)
[1981628.803] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1981628.828] -> wl_surface@27.damage(0, 64, 73, 1)
[1981628.842] -> wl_surface@27.damage(79, 64, 1551, 1)
[1981628.856] -> wl_surface@27.damage(0, 65, 73, 18)
[1981628.872] -> wl_surface@27.damage(79, 65, 1, 18)
[1981628.887] -> wl_surface@27.damage(1629, 65, 1, 18)
[1981628.903] -> wl_surface@27.damage(79, 83, 1, 10)
[1981628.918] -> wl_surface@27.damage(1629, 83, 1, 10)
[1981628.935] -> wl_surface@27.damage(79, 93, 1, 19)
[1981628.958] -> wl_surface@27.damage(1629, 93, 1, 19)
[1981628.975] -> wl_surface@27.damage(1636, 93, 262, 19)
[1981628.994] -> wl_surface@27.damage(79, 112, 1, 129)
[1981629.012] -> wl_surface@27.damage(1629, 112, 1, 129)
[1981629.034] -> wl_surface@27.damage(79, 241, 1, 19)
[1981629.049] -> wl_surface@27.damage(1629, 241, 1, 19)
[1981629.065] -> wl_surface@27.damage(1636, 241, 262, 19)
[1981629.080] -> wl_surface@27.damage(79, 260, 1, 58)
[1981629.096] -> wl_surface@27.damage(1629, 260, 1, 58)
[1981629.111] -> wl_surface@27.damage(79, 318, 1, 27)
[1981629.127] -> wl_surface@27.damage(1629, 318, 1, 27)
[1981629.145] -> wl_surface@27.damage(1638, 318, 258, 27)
[1981629.161] -> wl_surface@27.damage(79, 345, 1, 41)
[1981629.176] -> wl_surface@27.damage(1022, 345, 293, 41)
[1981629.192] -> wl_surface@27.damage(1629, 345, 1, 41)
[1981629.207] -> wl_surface@27.damage(1638, 345, 258, 41)
[1981629.222] -> wl_surface@27.damage(79, 386, 1, 30)
[1981629.237] -> wl_surface@27.damage(1022, 386, 293, 30)
[1981629.252] -> wl_surface@27.damage(1629, 386, 1, 30)
[1981629.268] -> wl_surface@27.damage(79, 416, 1, 19)
[1981629.289] -> wl_surface@27.damage(1022, 416, 293, 19)
[1981629.304] -> wl_surface@27.damage(1629, 416, 1, 19)
[1981629.319] -> wl_surface@27.damage(1636, 416, 262, 19)
[1981629.335] -> wl_surface@27.damage(79, 435, 1, 29)
[1981629.350] -> wl_surface@27.damage(1022, 435, 293, 29)
[1981629.365] -> wl_surface@27.damage(1629, 435, 1, 29)
[1981629.380] -> wl_surface@27.damage(79, 464, 1, 17)
[1981629.395] -> wl_surface@27.damage(1022, 464, 293, 17)
[1981629.411] -> wl_surface@27.damage(1629, 464, 1, 17)
[1981629.424] -> wl_surface@27.damage(1638, 464, 244, 17)
[1981629.438] -> wl_surface@27.damage(79, 481, 1, 29)
[1981629.452] -> wl_surface@27.damage(393, 481, 300, 29)
[1981629.474] -> wl_surface@27.damage(1022, 481, 293, 29)
[1981629.493] -> wl_surface@27.damage(1629, 481, 1, 29)
[1981629.508] -> wl_surface@27.damage(1638, 481, 244, 29)
[1981629.524] -> wl_surface@27.damage(79, 510, 1, 33)
[1981629.539] -> wl_surface@27.damage(393, 510, 300, 33)
[1981629.554] -> wl_surface@27.damage(1022, 510, 293, 33)
[1981629.570] -> wl_surface@27.damage(1629, 510, 1, 33)
[1981629.585] -> wl_surface@27.damage(79, 543, 1, 19)
[1981629.599] -> wl_surface@27.damage(393, 543, 300, 19)
[1981629.615] -> wl_surface@27.damage(1022, 543, 293, 19)
[1981629.629] -> wl_surface@27.damage(1629, 543, 1, 19)
[1981629.645] -> wl_surface@27.damage(1636, 543, 262, 19)
[1981629.660] -> wl_surface@27.damage(79, 562, 1, 31)
[1981629.675] -> wl_surface@27.damage(393, 562, 300, 31)
[1981629.690] -> wl_surface@27.damage(1022, 562, 293, 31)
[1981629.705] -> wl_surface@27.damage(1629, 562, 1, 31)
[1981629.720] -> wl_surface@27.damage(79, 593, 1, 70)
[1981629.750] -> wl_surface@27.damage(393, 593, 300, 70)
[1981629.765] -> wl_surface@27.damage(1022, 593, 293, 70)
[1981629.780] -> wl_surface@27.damage(1629, 593, 1, 70)
[1981629.795] -> wl_surface@27.damage(1640, 593, 240, 70)
[1981629.810] -> wl_surface@27.damage(79, 663, 1, 10)
[1981629.825] -> wl_surface@27.damage(393, 663, 300, 10)
[1981629.840] -> wl_surface@27.damage(1022, 663, 293, 10)
[1981629.856] -> wl_surface@27.damage(1629, 663, 1, 10)
[1981629.871] -> wl_surface@27.damage(79, 673, 1, 19)
[1981629.886] -> wl_surface@27.damage(393, 673, 300, 19)
[1981629.902] -> wl_surface@27.damage(1022, 673, 293, 19)
[1981629.917] -> wl_surface@27.damage(1629, 673, 1, 19)
[1981629.933] -> wl_surface@27.damage(1636, 673, 262, 19)
[1981629.951] -> wl_surface@27.damage(79, 692, 1, 2)
[1981629.972] -> wl_surface@27.damage(393, 692, 300, 2)
[1981629.988] -> wl_surface@27.damage(1022, 692, 293, 2)
[1981630.008] -> wl_surface@27.damage(1629, 692, 1, 2)
[1981630.029] -> wl_surface@27.damage(79, 694, 1, 32)
[1981630.044] -> wl_surface@27.damage(393, 694, 300, 32)
[1981630.059] -> wl_surface@27.damage(1022, 694, 293, 32)
[1981630.075] -> wl_surface@27.damage(1629, 694, 1, 32)
[1981630.090] -> wl_surface@27.damage(1638, 694, 258, 32)
[1981630.106] -> wl_surface@27.damage(79, 726, 1, 5)
[1981630.121] -> wl_surface@27.damage(393, 726, 300, 5)
[1981630.136] -> wl_surface@27.damage(1629, 726, 1, 5)
[1981630.151] -> wl_surface@27.damage(1638, 726, 258, 5)
[1981630.168] -> wl_surface@27.damage(79, 731, 1, 31)
[1981630.182] -> wl_surface@27.damage(1629, 731, 1, 31)
[1981630.197] -> wl_surface@27.damage(1638, 731, 258, 31)
[1981630.216] -> wl_surface@27.damage(79, 762, 1, 39)
[1981630.234] -> wl_surface@27.damage(1629, 762, 1, 39)
[1981630.252] -> wl_surface@27.damage(79, 801, 1, 19)
[1981630.268] -> wl_surface@27.damage(1629, 801, 1, 19)
[1981630.288] -> wl_surface@27.damage(1636, 801, 262, 19)
[1981630.305] -> wl_surface@27.damage(79, 820, 1, 56)
[1981630.320] -> wl_surface@27.damage(1629, 820, 1, 56)
[1981630.335] -> wl_surface@27.damage(79, 876, 1, 93)
[1981630.350] -> wl_surface@27.damage(1629, 876, 1, 93)
[1981630.365] -> wl_surface@27.damage(1800, 876, 87, 93)
[1981630.381] -> wl_surface@27.damage(79, 969, 1551, 1)
[1981630.395] -> wl_surface@27.damage(1800, 969, 87, 1)
[1981630.411] -> wl_surface@27.damage(1800, 970, 87, 5)
[1981630.427] -> wl_surface@27.frame(new id wl_callback@15)
[1981630.435] -> wl_surface@27.commit()
[1981630.452] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1981630.479] wl_surface@27.damage(0, 64, 73, 1)
[1981630.498] wl_surface@27.damage(79, 64, 1551, 1)
[1981630.518] wl_surface@27.damage(0, 65, 73, 18)
[1981630.537] wl_surface@27.damage(79, 65, 1, 18)
[1981630.554] wl_surface@27.damage(1629, 65, 1, 18)
[1981630.567] wl_surface@27.damage(79, 83, 1, 10)
[1981630.580] wl_surface@27.damage(1629, 83, 1, 10)
[1981630.594] wl_surface@27.damage(79, 93, 1, 19)
[1981630.607] wl_surface@27.damage(1629, 93, 1, 19)
[1981630.621] wl_surface@27.damage(1636, 93, 262, 19)
[1981630.634] wl_surface@27.damage(79, 112, 1, 129)
[1981630.647] wl_surface@27.damage(1629, 112, 1, 129)
[1981630.661] wl_surface@27.damage(79, 241, 1, 19)
[1981630.674] wl_surface@27.damage(1629, 241, 1, 19)
[1981630.687] wl_surface@27.damage(1636, 241, 262, 19)
[1981630.701] wl_surface@27.damage(79, 260, 1, 58)
[1981630.714] wl_surface@27.damage(1629, 260, 1, 58)
[1981630.727] wl_surface@27.damage(79, 318, 1, 27)
[1981630.741] wl_surface@27.damage(1629, 318, 1, 27)
[1981630.754] wl_surface@27.damage(1638, 318, 258, 27)
[1981630.767] wl_surface@27.damage(79, 345, 1, 41)
[1981630.781] wl_surface@27.damage(1022, 345, 293, 41)
[1981630.794] wl_surface@27.damage(1629, 345, 1, 41)
[1981630.808] wl_surface@27.damage(1638, 345, 258, 41)
[1981630.821] wl_surface@27.damage(79, 386, 1, 30)
[1981630.834] wl_surface@27.damage(1022, 386, 293, 30)
[1981630.848] wl_surface@27.damage(1629, 386, 1, 30)
[1981630.861] wl_surface@27.damage(79, 416, 1, 19)
[1981630.875] wl_surface@27.damage(1022, 416, 293, 19)
[1981630.894] wl_surface@27.damage(1629, 416, 1, 19)
[1981630.911] wl_surface@27.damage(1636, 416, 262, 19)
[1981630.924] wl_surface@27.damage(79, 435, 1, 29)
[1981630.937] wl_surface@27.damage(1022, 435, 293, 29)
[1981630.952] wl_surface@27.damage(1629, 435, 1, 29)
[1981630.966] wl_surface@27.damage(79, 464, 1, 17)
[1981630.979] wl_surface@27.damage(1022, 464, 293, 17)
[1981630.993] wl_surface@27.damage(1629, 464, 1, 17)
[1981631.006] wl_surface@27.damage(1638, 464, 244, 17)
[1981631.020] wl_surface@27.damage(79, 481, 1, 29)
[1981631.033] wl_surface@27.damage(393, 481, 300, 29)
[1981631.047] wl_surface@27.damage(1022, 481, 293, 29)
[1981631.060] wl_surface@27.damage(1629, 481, 1, 29)
[1981631.074] wl_surface@27.damage(1638, 481, 244, 29)
[1981631.087] wl_surface@27.damage(79, 510, 1, 33)
[1981631.101] wl_surface@27.damage(393, 510, 300, 33)
[1981631.114] wl_surface@27.damage(1022, 510, 293, 33)
[1981631.128] wl_surface@27.damage(1629, 510, 1, 33)
[1981631.141] wl_surface@27.damage(79, 543, 1, 19)
[1981631.155] wl_surface@27.damage(393, 543, 300, 19)
[1981631.169] wl_surface@27.damage(1022, 543, 293, 19)
[1981631.185] wl_surface@27.damage(1629, 543, 1, 19)
[1981631.198] wl_surface@27.damage(1636, 543, 262, 19)
[1981631.211] wl_surface@27.damage(79, 562, 1, 31)
[1981631.225] wl_surface@27.damage(393, 562, 300, 31)
[1981631.238] wl_surface@27.damage(1022, 562, 293, 31)
[1981631.252] wl_surface@27.damage(1629, 562, 1, 31)
[1981631.265] wl_surface@27.damage(79, 593, 1, 70)
[1981631.279] wl_surface@27.damage(393, 593, 300, 70)
[1981631.298] wl_surface@27.damage(1022, 593, 293, 70)
[1981631.312] wl_surface@27.damage(1629, 593, 1, 70)
[1981631.326] wl_surface@27.damage(1640, 593, 240, 70)
[1981631.339] wl_surface@27.damage(79, 663, 1, 10)
[1981631.353] wl_surface@27.damage(393, 663, 300, 10)
[1981631.366] wl_surface@27.damage(1022, 663, 293, 10)
[1981631.380] wl_surface@27.damage(1629, 663, 1, 10)
[1981631.393] wl_surface@27.damage(79, 673, 1, 19)
[1981631.407] wl_surface@27.damage(393, 673, 300, 19)
[1981631.421] wl_surface@27.damage(1022, 673, 293, 19)
[1981631.435] wl_surface@27.damage(1629, 673, 1, 19)
[1981631.449] wl_surface@27.damage(1636, 673, 262, 19)
[1981631.462] wl_surface@27.damage(79, 692, 1, 2)
[1981631.476] wl_surface@27.damage(393, 692, 300, 2)
[1981631.489] wl_surface@27.damage(1022, 692, 293, 2)
[1981631.503] wl_surface@27.damage(1629, 692, 1, 2)
[1981631.516] wl_surface@27.damage(79, 694, 1, 32)
[1981631.530] wl_surface@27.damage(393, 694, 300, 32)
[1981631.544] wl_surface@27.damage(1022, 694, 293, 32)
[1981631.557] wl_surface@27.damage(1629, 694, 1, 32)
[1981631.571] wl_surface@27.damage(1638, 694, 258, 32)
[1981631.584] wl_surface@27.damage(79, 726, 1, 5)
[1981631.598] wl_surface@27.damage(393, 726, 300, 5)
[1981631.612] wl_surface@27.damage(1629, 726, 1, 5)
[1981631.625] wl_surface@27.damage(1638, 726, 258, 5)
[1981631.639] wl_surface@27.damage(79, 731, 1, 31)
[1981631.652] wl_surface@27.damage(1629, 731, 1, 31)
[1981631.666] wl_surface@27.damage(1638, 731, 258, 31)
[1981631.679] wl_surface@27.damage(79, 762, 1, 39)
[1981631.693] wl_surface@27.damage(1629, 762, 1, 39)
[1981631.706] wl_surface@27.damage(79, 801, 1, 19)
[1981631.720] wl_surface@27.damage(1629, 801, 1, 19)
[1981631.733] wl_surface@27.damage(1636, 801, 262, 19)
[1981631.747] wl_surface@27.damage(79, 820, 1, 56)
[1981631.761] wl_surface@27.damage(1629, 820, 1, 56)
[1981631.774] wl_surface@27.damage(79, 876, 1, 93)
[1981631.788] wl_surface@27.damage(1629, 876, 1, 93)
[1981631.801] wl_surface@27.damage(1800, 876, 87, 93)
[1981631.815] wl_surface@27.damage(79, 969, 1551, 1)
[1981631.828] wl_surface@27.damage(1800, 969, 87, 1)
[1981631.842] wl_surface@27.damage(1800, 970, 87, 5)
[1981631.856] wl_surface@27.frame(new id wl_callback@15)
[1981631.863] wl_surface@27.commit()
[1981631.876] -> wl_buffer@28.release()
[1981631.919] wl_display@1.delete_id(25)
[1981631.929] wl_display@1.delete_id(29)
[1981633.821] -> wl_callback@15.done(424457136)
[1981633.833] -> wl_display@1.delete_id(15)
[1981633.849] wl_display@1.delete_id(15)
[1981633.859] wl_callback@15.done(424457136)
[1981724.921] -> wl_keyboard@23.key(179, 424457227, 1, 0)
[1981724.985] wl_keyboard@23.key(179, 424457227, 1, 0)
[1982259.140] -> zwp_tablet_pad_v2@4278190081.button(424457761, 1, 1)
[1982259.203] zwp_tablet_pad_v2@4278190081.button(424457761, 1, 1)
[1982343.126] -> zwp_tablet_pad_v2@4278190081.button(424457845, 1, 0)
[1982343.158] zwp_tablet_pad_v2@4278190081.button(424457845, 1, 0)
[1982439.127] -> zwp_tablet_pad_v2@4278190081.button(424457941, 1, 1)
[1982439.165] zwp_tablet_pad_v2@4278190081.button(424457941, 1, 1)
[1982523.130] -> zwp_tablet_pad_v2@4278190081.button(424458025, 1, 0)
[1982523.173] zwp_tablet_pad_v2@4278190081.button(424458025, 1, 0)
[1982597.115] -> zwp_tablet_pad_v2@4278190081.button(424458099, 1, 1)
[1982597.152] zwp_tablet_pad_v2@4278190081.button(424458099, 1, 1)
[1982709.119] -> zwp_tablet_pad_v2@4278190081.button(424458211, 1, 0)
[1982709.157] zwp_tablet_pad_v2@4278190081.button(424458211, 1, 0)
[1982714.918] -> wl_surface@35.attach(wl_buffer@39, 0, 0)
[1982714.955] -> wl_surface@35.set_buffer_scale(1)
[1982714.962] -> wl_surface@35.damage(1700, 0, 76, 26)
[1982714.975] -> wl_surface@35.damage(1800, 0, 76, 26)
[1982714.997] -> wl_surface@35.frame(new id wl_callback@41)
[1982715.005] -> wl_surface@35.commit()
[1982715.038] wl_surface@35.attach(wl_buffer@39, 0, 0)
[1982715.062] wl_surface@35.set_buffer_scale(1)
[1982715.067] wl_surface@35.damage(1700, 0, 76, 26)
[1982715.082] wl_surface@35.damage(1800, 0, 76, 26)
[1982715.098] wl_surface@35.frame(new id wl_callback@41)
[1982715.105] wl_surface@35.commit()
[1982715.171] -> wl_buffer@39.release()
[1982715.251] wl_buffer@39.release()
[1982722.404] -> wl_callback@41.done(424458225)
[1982722.420] -> wl_display@1.delete_id(41)
[1982722.436] wl_display@1.delete_id(41)
[1982722.445] wl_callback@41.done(424458225)
[1982723.526] -> wl_surface@20.attach(wl_buffer@43, 0, 0)
[1982723.550] -> wl_surface@20.set_buffer_scale(1)
[1982723.557] -> wl_surface@20.damage(1700, 0, 76, 26)
[1982723.571] -> wl_surface@20.damage(1800, 0, 76, 26)
[1982723.594] -> wl_surface@20.frame(new id wl_callback@41)
[1982723.602] -> wl_surface@20.commit()
[1982723.618] wl_surface@20.attach(wl_buffer@43, 0, 0)
[1982723.640] wl_surface@20.set_buffer_scale(1)
[1982723.647] wl_surface@20.damage(1700, 0, 76, 26)
[1982723.664] wl_surface@20.damage(1800, 0, 76, 26)
[1982723.679] wl_surface@20.frame(new id wl_callback@41)
[1982723.687] wl_surface@20.commit()
[1982723.712] -> wl_buffer@43.release()
[1982723.753] wl_buffer@43.release()
[1982733.905] -> wl_callback@41.done(424458236)
[1982733.943] -> wl_display@1.delete_id(41)
[1982733.983] wl_display@1.delete_id(41)
[1982733.998] wl_callback@41.done(424458236)
[1982769.127] -> zwp_tablet_pad_v2@4278190081.button(424458271, 1, 1)
[1982769.169] zwp_tablet_pad_v2@4278190081.button(424458271, 1, 1)
[1982865.936] -> wl_keyboard@23.key(180, 424458368, 29, 1)
[1982865.965] -> wl_keyboard@23.modifiers(181, 4, 0, 0, 0)
[1982866.023] wl_keyboard@23.key(180, 424458368, 29, 1)
[1982866.055] wl_keyboard@23.modifiers(181, 4, 0, 0, 0)
[1982867.121] -> zwp_tablet_pad_v2@4278190081.button(424458369, 1, 0)
[1982867.165] zwp_tablet_pad_v2@4278190081.button(424458369, 1, 0)
[1982915.910] -> wl_keyboard@23.key(182, 424458418, 49, 1)
[1982915.956] wl_keyboard@23.key(182, 424458418, 49, 1)
[1982943.008] -> wl_compositor@7.create_surface(new id wl_surface@15)
[1982943.101] wl_compositor@7.create_surface(new id wl_surface@15)
[1982946.911] -> wl_drm@6.create_prime_buffer(new id wl_buffer@29, fd 14, 648, 601, 875713112, 0, 3072, 0, 0, 0, 0)
[1982946.981] -> wl_surface@15.attach(wl_buffer@29, 0, 0)
[1982946.994] -> wl_surface@15.damage(0, 0, 648, 601)
[1982947.008] -> wl_surface@15.frame(new id wl_callback@25)
[1982947.016] -> wl_surface@15.commit()
[1982947.035] wl_drm@6.create_prime_buffer(new id wl_buffer@29, fd 108, 648, 601, 875713112, 0, 3072, 0, 0, 0, 0)
[1982947.114] wl_surface@15.attach(wl_buffer@29, 0, 0)
[1982947.129] wl_surface@15.damage(0, 0, 648, 601)
[1982947.144] wl_surface@15.frame(new id wl_callback@25)
[1982947.164] wl_surface@15.commit()
[1982947.441] -> wl_keyboard@23.leave(183, wl_surface@27)
[1982947.474] -> wl_keyboard@23.enter(184, wl_surface@15, array)
[1982947.486] -> wl_keyboard@23.modifiers(185, 4, 0, 0, 0)
[1982947.505] -> zwp_tablet_pad_v2@4278190081.leave(186, wl_surface@27)
[1982947.514] -> zwp_tablet_pad_v2@4278190081.enter(187, zwp_tablet_v2@4278190080, wl_surface@15)
[1982947.526] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(450245, 187, 0)
[1982947.543] -> wl_callback@25.done(424458450)
[1982947.550] -> wl_display@1.delete_id(25)
[1982947.566] -> wl_surface@15.enter(wl_output@9)
[1982947.941] wl_display@1.delete_id(25)
[1982947.959] wl_keyboard@23.leave(183, wl_surface@27)
[1982947.980] wl_keyboard@23.enter(184, wl_surface@15, array)
[1982948.002] wl_keyboard@23.modifiers(185, 4, 0, 0, 0)
[1982948.052] zwp_tablet_pad_v2@4278190081.leave(186, wl_surface@27)
[1982948.069] zwp_tablet_pad_v2@4278190081.enter(187, zwp_tablet_v2@4278190080, wl_surface@15)
[1982948.086] zwp_tablet_pad_group_v2@4278190082.mode_switch(450245, 187, 0)
[1982948.104] wl_callback@25.done(424458450)
[1982948.114] -> wl_surface@15.attach(wl_buffer@29, 0, 0)
[1982948.132] -> wl_surface@15.damage(0, 0, 648, 601)
[1982948.154] -> wl_surface@15.frame(new id wl_callback@25)
[1982948.164] -> wl_surface@15.commit()
[1982948.175] wl_surface@15.attach(wl_buffer@29, 0, 0)
[1982948.194] wl_surface@15.damage(0, 0, 648, 601)
[1982948.211] wl_surface@15.frame(new id wl_callback@25)
[1982948.220] wl_surface@15.commit()
[1982948.227] -> wl_buffer@29.release()
[1982950.222] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1982950.248] -> wl_surface@27.damage(0, 64, 73, 1)
[1982950.262] -> wl_surface@27.damage(79, 64, 1551, 1)
[1982950.277] -> wl_surface@27.damage(0, 65, 73, 18)
[1982950.298] -> wl_surface@27.damage(79, 65, 1, 18)
[1982950.312] -> wl_surface@27.damage(1629, 65, 1, 18)
[1982950.327] -> wl_surface@27.damage(79, 83, 1, 10)
[1982950.343] -> wl_surface@27.damage(1629, 83, 1, 10)
[1982950.358] -> wl_surface@27.damage(79, 93, 1, 19)
[1982950.373] -> wl_surface@27.damage(1629, 93, 1, 19)
[1982950.389] -> wl_surface@27.damage(1636, 93, 262, 19)
[1982950.404] -> wl_surface@27.damage(79, 112, 1, 129)
[1982950.419] -> wl_surface@27.damage(1629, 112, 1, 129)
[1982950.435] -> wl_surface@27.damage(79, 241, 1, 19)
[1982950.452] -> wl_surface@27.damage(1629, 241, 1, 19)
[1982950.466] -> wl_surface@27.damage(1636, 241, 262, 19)
[1982950.482] -> wl_surface@27.damage(79, 260, 1, 58)
[1982950.498] -> wl_surface@27.damage(1629, 260, 1, 58)
[1982950.514] -> wl_surface@27.damage(79, 318[1982950.517] -> wl_callback@25.done(, 4244584531)
, 27[1982950.534] -> wl_display@1.delete_id()
25[1982950.539] -> wl_surface@27.damage()
1629, 318, 1, 27)
[1982950.555] -> wl_surface@27.damage(1638, 318, 258, 27)
[1982950.570] -> wl_surface@27.damage(79, 345, 1, 41)
[1982950.586] -> wl_surface@27.damage(1022, 345, 293, 41)
[1982950.601] -> wl_surface@27.damage(1629, 345, 1, 41)
[1982950.617] -> wl_surface@27.damage(1638, 345, 258, 41)
[1982950.633] -> wl_surface@27.damage(79, 386, 1, 30)
[1982950.648] -> wl_surface@27.damage(1022, 386, 293, 30)
[1982950.663] -> wl_surface@27.damage(1629, 386, 1, 30)
[1982950.678] -> wl_surface@27.damage(79, 416, 1, 19)
[1982950.693] -> wl_surface@27.damage(1022, 416, 293, 19)
[1982950.710] -> wl_surface@27.damage(1629, 416, 1, 19)
[1982950.724] -> wl_surface@27.damage(1636, 416, 262, 19)
[1982950.740] -> wl_surface@27.damage(79, 435, 1, 29)
[1982950.755] -> wl_surface@27.damage(1022, 435, 293, 29)
[1982950.770] -> wl_surface@27.damage(1629, 435, 1, 29)
[1982950.786] -> wl_surface@27.damage(79, 464, 1, 17)
[1982950.801] -> wl_surface@27.damage(1022, 464, 293, 17)
[1982950.816] -> wl_surface@27.damage(1629, 464, 1, 17)
[1982950.831] -> wl_surface@27.damage(1638, 464, 244, 17)
[1982950.847] -> wl_surface@27.damage(79, 481, 1, 29)
[1982950.862] -> wl_surface@27.damage(393, 481, 300, 29)
[1982950.877] -> wl_surface@27.damage(1022, 481, 293, 29)
[1982950.893] -> wl_surface@27.damage(1629, 481, 1, 29)
[1982950.922] -> wl_surface@27.damage(1638, 481, 244, 29)
[1982950.938] -> wl_surface@27.damage(79, 510, 1, 33)
[1982950.953] -> wl_surface@27.damage(393, 510, 300, 33)
[1982950.968] -> wl_surface@27.damage(1022, 510, 293, 33)
[1982950.982] -> wl_surface@27.damage(1629, 510, 1, 33)
[1982950.998] -> wl_surface@27.damage(79, 543, 1, 19)
[1982951.012] -> wl_surface@27.damage(393, 543, 300, 19)
[1982951.027] -> wl_surface@27.damage(1022, 543, 293, 19)
[1982951.043] -> wl_surface@27.damage(1629, 543, 1, 19)
[1982951.056] -> wl_surface@27.damage(1636, 543, 262, 19)
[1982951.072] -> wl_surface@27.damage(79, 562, 1, 31)
[1982951.086] -> wl_surface@27.damage(393, 562, 300, 31)
[1982951.101] -> wl_surface@27.damage(1022, 562, 293, 31)
[1982951.116] -> wl_surface@27.damage(1629, 562, 1, 31)
[1982951.132] -> wl_surface@27.damage(79, 593, 1, 70)
[1982951.147] -> wl_surface@27.damage(393, 593, 300, 70)
[1982951.162] -> wl_surface@27.damage(1022, 593, 293, 70)
[1982951.178] -> wl_surface@27.damage(1629, 593, 1, 70)
[1982951.193] -> wl_surface@27.damage(1640, 593, 240, 70)
[1982951.207] -> wl_surface@27.damage(79, 663, 1, 10)
[1982951.222] -> wl_surface@27.damage(393, 663, 300, 10)
[1982951.237] -> wl_surface@27.damage(1022, 663, 293, 10)
[1982951.252] -> wl_surface@27.damage(1629, 663, 1, 10)
[1982951.267] -> wl_surface@27.damage(79, 673, 1, 19)
[1982951.288] -> wl_surface@27.damage(393, 673, 300, 19)
[1982951.304] -> wl_surface@27.damage(1022, 673, 293, 19)
[1982951.319] -> wl_surface@27.damage(1629, 673, 1, 19)
[1982951.334] -> wl_surface@27.damage(1636, 673, 262, 19)
[1982951.350] -> wl_surface@27.damage(79, 692, 1, 2)
[1982951.365] -> wl_surface@27.damage(393, 692, 300, 2)
[1982951.380] -> wl_surface@27.damage(1022, 692, 293, 2)
[1982951.395] -> wl_surface@27.damage(1629, 692, 1, 2)
[1982951.410] -> wl_surface@27.damage(79, 694, 1, 32)
[1982951.425] -> wl_surface@27.damage(393, 694, 300, 32)
[1982951.440] -> wl_surface@27.damage(1022, 694, 293, 32)
[1982951.456] -> wl_surface@27.damage(1629, 694, 1, 32)
[1982951.472] -> wl_surface@27.damage(1638, 694, 258, 32)
[1982951.487] -> wl_surface@27.damage(79, 726, 1, 5)
[1982951.503] -> wl_surface@27.damage(393, 726, 300, 5)
[1982951.519] -> wl_surface@27.damage(1629, 726, 1, 5)
[1982951.533] -> wl_surface@27.damage(1638, 726, 258, 5)
[1982951.548] -> wl_surface@27.damage(79, 731, 1, 31)
[1982951.563] -> wl_surface@27.damage(1629, 731, 1, 31)
[1982951.579] -> wl_surface@27.damage(1638, 731, 258, 31)
[1982951.594] -> wl_surface@27.damage(79, 762, 1, 39)
[1982951.609] -> wl_surface@27.damage(1629, 762, 1, 39)
[1982951.624] -> wl_surface@27.damage(79, 801, 1, 19)
[1982951.639] -> wl_surface@27.damage(1629, 801, 1, 19)
[1982951.654] -> wl_surface@27.damage(1636, 801, 262, 19)
[1982951.670] -> wl_surface@27.damage(79, 820, 1, 56)
[1982951.685] -> wl_surface@27.damage(1629, 820, 1, 56)
[1982951.700] -> wl_surface@27.damage(79, 876, 1, 93)
[1982951.715] -> wl_surface@27.damage(1629, 876, 1, 93)
[1982951.730] -> wl_surface@27.damage(1800, 876, 87, 93)
[1982951.745] -> wl_surface@27.damage(79, 969, 1551, 1)
[1982951.760] -> wl_surface@27.damage(1800, 969, 87, 1)
[1982951.776] -> wl_surface@27.damage(1800, 970, 87, 5)
[1982951.792] -> wl_surface@27.frame(new id wl_callback@26)
[1982951.800] -> wl_surface@27.commit()
[1982951.815] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1982951.835] wl_surface@27.damage(0, 64, 73, 1)
[1982951.850] wl_surface@27.damage(79, 64, 1551, 1)
[1982951.867] wl_surface@27.damage(0[1982951.869] wl_display@1.delete_id(, 2565)
, [1982951.882] wl_callback@25.done(73424458453, )
18)
[1982951.896] wl_surface@27.damage(79, 65, 1, 18)
[1982951.911] wl_surface@27.damage(1629, 65, 1, 18)
[1982951.927] wl_surface@27.damage(79, 83, 1, 10)
[1982951.942] wl_surface@27.damage(1629, 83, 1, 10)
[1982951.958] wl_surface@27.damage(79, 93, 1, 19)
[1982951.973] wl_surface@27.damage(1629, 93, 1, 19)
[1982951.990] wl_surface@27.damage(1636, 93, 262, 19)
[1982952.004] wl_surface@27.damage(79, 112, 1, 129)
[1982952.019] wl_surface@27.damage(1629, 112, 1, 129)
[1982952.040] wl_surface@27.damage(79, 241, 1, 19)
[1982952.054] wl_surface@27.damage(1629, 241, 1, 19)
[1982952.071] wl_surface@27.damage(1636, 241, 262, 19)
[1982952.085] wl_surface@27.damage(79, 260, 1, 58)
[1982952.101] wl_surface@27.damage(1629, 260, 1, 58)
[1982952.117] wl_surface@27.damage(79, 318, 1, 27)
[1982952.133] wl_surface@27.damage(1629, 318, 1, 27)
[1982952.153] wl_surface@27.damage(1638, 318, 258, 27)
[1982952.170] wl_surface@27.damage(79, 345, 1, 41)
[1982952.194] wl_surface@27.damage(1022, 345, 293, 41)
[1982952.211] wl_surface@27.damage(1629, 345, 1, 41)
[1982952.225] wl_surface@27.damage(1638, 345, 258, 41)
[1982952.240] wl_surface@27.damage(79, 386, 1, 30)
[1982952.258] wl_surface@27.damage(1022, 386, 293, 30)
[1982952.274] wl_surface@27.damage(1629, 386, 1, 30)
[1982952.292] wl_surface@27.damage(79, 416, 1, 19)
[1982952.307] wl_surface@27.damage(1022, 416, 293, 19)
[1982952.322] wl_surface@27.damage(1629, 416, 1, 19)
[1982952.353] wl_surface@27.damage(1636, 416, 262, 19)
[1982952.370] wl_surface@27.damage(79, 435, 1, 29)
[1982952.386] wl_surface@27.damage(1022, 435, 293, 29)
[1982952.403] wl_surface@27.damage(1629, 435, 1, 29)
[1982952.418] wl_surface@27.damage(79, 464, 1, 17)
[1982952.434] wl_surface@27.damage(1022, 464, 293, 17)
[1982952.449] wl_surface@27.damage(1629, 464, 1, 17)
[1982952.465] wl_surface@27.damage(1638, 464, 244, 17)
[1982952.481] wl_surface@27.damage(79, 481, 1, 29)
[1982952.496] wl_surface@27.damage(393, 481, 300, 29)
[1982952.512] wl_surface@27.damage(1022, 481, 293, 29)
[1982952.528] wl_surface@27.damage(1629, 481, 1, 29)
[1982952.544] wl_surface@27.damage(1638, 481, 244, 29)
[1982952.560] wl_surface@27.damage(79, 510, 1, 33)
[1982952.575] wl_surface@27.damage(393, 510, 300, 33)
[1982952.591] wl_surface@27.damage(1022, 510, 293, 33)
[1982952.607] wl_surface@27.damage(1629, 510, 1, 33)
[1982952.623] wl_surface@27.damage(79, 543, 1, 19)
[1982952.638] wl_surface@27.damage(393, 543, 300, 19)
[1982952.654] wl_surface@27.damage(1022, 543, 293, 19)
[1982952.669] wl_surface@27.damage(1629, 543, 1, 19)
[1982952.683] wl_surface@27.damage(1636, 543, 262, 19)
[1982952.700] wl_surface@27.damage(79, 562, 1, 31)
[1982952.719] wl_surface@27.damage(393, 562, 300, 31)
[1982952.734] wl_surface@27.damage(1022, 562, 293, 31)
[1982952.750] wl_surface@27.damage(1629, 562, 1, 31)
[1982952.766] wl_surface@27.damage(79, 593, 1, 70)
[1982952.781] wl_surface@27.damage(393, 593, 300, 70)
[1982952.797] wl_surface@27.damage(1022, 593, 293, 70)
[1982952.812] wl_surface@27.damage(1629, 593, 1, 70)
[1982952.828] wl_surface@27.damage(1640, 593, 240, 70)
[1982952.843] wl_surface@27.damage(79, 663, 1, 10)
[1982952.859] wl_surface@27.damage(393, 663, 300, 10)
[1982952.875] wl_surface@27.damage(1022, 663, 293, 10)
[1982952.890] wl_surface@27.damage(1629, 663, 1, 10)
[1982952.905] wl_surface@27.damage(79, 673, 1, 19)
[1982952.921] wl_surface@27.damage(393, 673, 300, 19)
[1982952.936] wl_surface@27.damage(1022, 673, 293, 19)
[1982952.953] wl_surface@27.damage(1629, 673, 1, 19)
[1982952.968] wl_surface@27.damage(1636, 673, 262, 19)
[1982952.983] wl_surface@27.damage(79, 692, 1, 2)
[1982953.000] wl_surface@27.damage(393, 692, 300, 2)
[1982953.016] wl_surface@27.damage(1022, 692, 293, 2)
[1982953.032] wl_surface@27.damage(1629, 692, 1, 2)
[1982953.047] wl_surface@27.damage(79, 694, 1, 32)
[1982953.062] wl_surface@27.damage(393, 694, 300, 32)
[1982953.079] wl_surface@27.damage(1022, 694, 293, 32)
[1982953.094] wl_surface@27.damage(1629, 694, 1, 32)
[1982953.110] wl_surface@27.damage(1638, 694, 258, 32)
[1982953.126] wl_surface@27.damage(79, 726, 1, 5)
[1982953.141] wl_surface@27.damage(393, 726, 300, 5)
[1982953.156] wl_surface@27.damage(1629, 726, 1, 5)
[1982953.171] wl_surface@27.damage(1638, 726, 258, 5)
[1982953.188] wl_surface@27.damage(79, 731, 1, 31)
[1982953.203] wl_surface@27.damage(1629, 731, 1, 31)
[1982953.218] wl_surface@27.damage(1638, 731, 258, 31)
[1982953.233] wl_surface@27.damage(79, 762, 1, 39)
[1982953.248] wl_surface@27.damage(1629, 762, 1, 39)
[1982953.264] wl_surface@27.damage(79, 801, 1, 19)
[1982953.289] wl_surface@27.damage(1629, 801, 1, 19)
[1982953.304] wl_surface@27.damage(1636, 801, 262, 19)
[1982953.320] wl_surface@27.damage(79, 820, 1, 56)
[1982953.336] wl_surface@27.damage(1629, 820, 1, 56)
[1982953.353] wl_surface@27.damage(79, 876, 1, 93)
[1982953.372] wl_surface@27.damage(1629, 876, 1, 93)
[1982953.387] wl_surface@27.damage(1800, 876, 87, 93)
[1982953.403] wl_surface@27.damage(79, 969, 1551, 1)
[1982953.419] wl_surface@27.damage(1800, 969, 87, 1)
[1982953.435] wl_surface@27.damage(1800, 970, 87, 5)
[1982953.450] wl_surface@27.frame(new id wl_callback@26)
[1982953.458] wl_surface@27.commit()
[1982953.468] -> wl_buffer@28.release()
[1982953.609] -> wl_surface@15.attach(wl_buffer@29, 0, 0)
[1982953.656] -> wl_surface@15.damage(196, 20, 432, 457)
[1982953.690] -> wl_surface@15.frame(new id wl_callback@25)
[1982953.710] -> wl_surface@15.commit()
[1982953.736] wl_surface@15.attach(wl_buffer@29, 0, 0)
[1982953.751] wl_surface@15.damage(196, 20, 432, 457)
[1982953.769] wl_surface@15.frame(new id wl_callback@25)
[1982953.776] wl_surface@15.commit()
[1982953.781] -> wl_buffer@29.release()
[1982967.096] -> wl_callback@26.done(424458469)
[1982967.111] -> wl_display@1.delete_id(26)
[1982967.116] -> wl_callback@25.done(424458469)
[1982967.121] -> wl_display@1.delete_id(25)
[1982967.137] wl_display@1.delete_id(26)
[1982967.149] wl_display@1.delete_id(25)
[1982967.155] wl_callback@26.done(424458469)
[1982967.162] wl_callback@25.done(424458469)
[1982967.167] -> wl_surface@15.attach(wl_buffer@29, 0, 0)
[1982967.179] -> wl_surface@15.damage(196, 20, 432, 457)
[1982967.195] -> wl_surface@15.frame(new id wl_callback@25)
[1982967.202] -> wl_surface@15.commit()
[1982967.215] wl_surface@15.attach(wl_buffer@29, 0, 0)
[1982967.227] wl_surface@15.damage(196, 20, 432, 457)
[1982967.241] wl_surface@15.frame(new id wl_callback@25)
[1982967.249] wl_surface@15.commit()
[1982967.255] -> wl_buffer@29.release()
[1982983.743] -> wl_callback@25.done(424458486)
[1982983.758] -> wl_display@1.delete_id(25)
[1982983.776] wl_display@1.delete_id(25)
[1982983.789] wl_callback@25.done(424458486)
[1982983.795] -> wl_surface@15.attach(wl_buffer@29, 0, 0)
[1982983.807] -> wl_surface@15.damage(196, 20, 432, 457)
[1982983.821] -> wl_surface@15.damage(462, 554, 80, 27)
[1982983.836] -> wl_surface@15.frame(new id wl_callback@25)
[1982983.844] -> wl_surface@15.commit()
[1982983.857] wl_surface@15.attach(wl_buffer@29, 0, 0)
[1982983.870] wl_surface@15.damage(196, 20, 432, 457)
[1982983.885] wl_surface@15.damage(462, 554, 80, 27)
[1982983.900] wl_surface@15.frame(new id wl_callback@25)
[1982983.909] wl_surface@15.commit()
[1982983.916] -> wl_buffer@29.release()
[1983000.356] -> wl_callback@25.done(424458503)
[1983000.368] -> wl_display@1.delete_id(25)
[1983000.385] wl_display@1.delete_id(25)
[1983000.395] wl_callback@25.done(424458503)
[1983026.932] -> wl_keyboard@23.key(188, 424458529, 29, 0)
[1983026.957] -> wl_keyboard@23.modifiers(189, 0, 0, 0, 0)
[1983027.011] wl_keyboard@23.key(188, 424458529, 29, 0)
[1983027.037] wl_keyboard@23.modifiers(189, 0, 0, 0, 0)
[1983058.909] -> wl_keyboard@23.key(190, 424458561, 49, 0)
[1983058.945] wl_keyboard@23.key(190, 424458561, 49, 0)
[1983130.710] -> wl_surface@15.attach(wl_buffer@29, 0, 0)
[1983130.735] -> wl_surface@15.damage(283, 385, 279, 27)
[1983130.749] -> wl_surface@15.frame(new id wl_callback@25)
[1983130.757] -> wl_surface@15.commit()
[1983130.771] wl_surface@15.attach(wl_buffer@29, 0, 0)
[1983130.797] wl_surface@15.damage(283, 385, 279, 27)
[1983130.814] wl_surface@15.frame(new id wl_callback@25)
[1983130.824] wl_surface@15.commit()
[1983130.832] -> wl_buffer@29.release()
[1983133.716] -> wl_callback@25.done(424458636)
[1983133.728] -> wl_display@1.delete_id(25)
[1983133.742] wl_display@1.delete_id(25)
[1983133.751] wl_callback@25.done(424458636)
[1983559.962] -> wl_keyboard@23.key(191, 424459062, 1, 1)
[1983560.043] wl_keyboard@23.key(191, 424459062, 1, 1)
[1983561.418] -> wl_buffer@29.destroy()
[1983561.429] -> wl_keyboard@23.leave(192, wl_surface@15)
[1983561.477] -> wl_keyboard@23.enter(193, wl_surface@27, [1983561.486] -> wl_surface@15.destroy(array)
)
[1983561.500] -> wl_keyboard@23.modifiers(194, 0, 0, 0, 0)
[1983561.530] -> zwp_tablet_pad_v2@4278190081.leave(195, wl_surface@15)
[1983561.545] -> zwp_tablet_pad_v2@4278190081.enter(196, zwp_tablet_v2@4278190080, wl_surface@27)
[1983561.562] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(64281, 196, 0)
[1983561.577] -> wl_keyboard@23.leave(197, wl_surface@27)
[1983561.599] -> wl_keyboard@23.enter(198, wl_surface@27, array)
[1983561.618] -> wl_keyboard@23.modifiers(199, 0, 0, 0, 0)
[1983561.803] wl_buffer@29.destroy([1983561.808] wl_keyboard@23.leave()
192, nil[1983561.823] -> wl_display@1.delete_id()
29)
[1983561.832] wl_keyboard@23.enter([1983561.833] wl_surface@15.destroy(193)
, wl_surface@27, array)
[1983561.853] wl_keyboard@23.modifiers(194[1983561.856] -> wl_display@1.delete_id(, 150)
, 0, 0, 0)
[1983561.886] zwp_tablet_pad_v2@4278190081.leave(195, nil)
[1983561.896] zwp_tablet_pad_v2@4278190081.enter(196, zwp_tablet_v2@4278190080, wl_surface@27)
[1983561.909] zwp_tablet_pad_group_v2@4278190082.mode_switch(64281, 196, 0)
[1983561.921] wl_keyboard@23.leave(197, wl_surface@27)
[1983561.930] wl_keyboard@23.enter(198, wl_surface@27, array)
[1983561.943] wl_keyboard@23.modifiers(199, 0, 0, 0, 0)
[1983564.841] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1983564.864] -> wl_surface@27.damage(0, 64, 73, 1)
[1983564.877] -> wl_surface@27.damage(79, 64, 1551, 1)
[1983564.891] -> wl_surface@27.damage(0, 65, 73, 18)
[1983564.904] -> wl_surface@27.damage(79, 65, 1, 18)
[1983564.917] -> wl_surface@27.damage(1629, 65, 1, 18)
[1983564.932] -> wl_surface@27.damage(79, 83, 1, 10)
[1983564.947] -> wl_surface@27.damage(1629, 83, 1, 10)
[1983564.962] -> wl_surface@27.damage(79, 93, 1, 19)
[1983564.977] -> wl_surface@27.damage(1629, 93, 1, 19)
[1983564.992] -> wl_surface@27.damage(1636, 93, 262, 19)
[1983565.006] -> wl_surface@27.damage(79, 112, 1, 129)
[1983565.021] -> wl_surface@27.damage(1629, 112, 1, 129)
[1983565.036] -> wl_surface@27.damage(79, 241, 1, 19)
[1983565.051] -> wl_surface@27.damage(1629, 241, 1, 19)
[1983565.066] -> wl_surface@27.damage(1636, 241, 262, 19)
[1983565.080] -> wl_surface@27.damage(79, 260, 1, 58)
[1983565.095] -> wl_surface@27.damage(1629, 260, 1, 58)
[1983565.110] -> wl_surface@27.damage(79, 318, 1, 27)
[1983565.126] -> wl_surface@27.damage(1629, 318, 1, 27)
[1983565.141] -> wl_surface@27.damage(1638, 318, 258, 27)
[1983565.156] -> wl_surface@27.damage(79, 345, 1, 41)
[1983565.171] -> wl_surface@27.damage(1022, 345, 293, 41)
[1983565.186] -> wl_surface@27.damage(1629, 345, 1, 41)
[1983565.202] -> wl_surface@27.damage(1638, 345, 258, 41)
[1983565.217] -> wl_surface@27.damage(79, 386, 1, 30)
[1983565.232] -> wl_surface@27.damage(1022, 386, 293, 30)
[1983565.247] -> wl_surface@27.damage(1629, 386, 1, 30)
[1983565.262] -> wl_surface@27.damage(79, 416, 1, 19)
[1983565.277] -> wl_surface@27.damage(1022, 416, 293, 19)
[1983565.297] -> wl_surface@27.damage(1629, 416, 1, 19)
[1983565.313] -> wl_surface@27.damage(1636, 416, 262, 19)
[1983565.332] -> wl_surface@27.damage(79, 435, 1, 29)
[1983565.349] -> wl_surface@27.damage(1022, 435, 293, 29)
[1983565.364] -> wl_surface@27.damage(1629, 435, 1, 29)
[1983565.379] -> wl_surface@27.damage(79, 464, 1, 17)
[1983565.394] -> wl_surface@27.damage(1022, 464, 293, 17)
[1983565.409] -> wl_surface@27.damage(1629, 464, 1, 17)
[1983565.424] -> wl_surface@27.damage(1638, 464, 244, 17)
[1983565.439] -> wl_surface@27.damage(79, 481, 1, 29)
[1983565.454] -> wl_surface@27.damage(393, 481, 300, 29)
[1983565.469] -> wl_surface@27.damage(1022, 481, 293, 29)
[1983565.483] -> wl_surface@27.damage(1629, 481, 1, 29)
[1983565.498] -> wl_surface@27.damage(1638, 481, 244, 29)
[1983565.513] -> wl_surface@27.damage(79, 510, 1, 33)
[1983565.528] -> wl_surface@27.damage(393, 510, 300, 33)
[1983565.543] -> wl_surface@27.damage(1022, 510, 293, 33)
[1983565.558] -> wl_surface@27.damage(1629, 510, 1, 33)
[1983565.587] -> wl_surface@27.damage(79, 543, 1, 19)
[1983565.600] -> wl_surface@27.damage(393, 543, 300, 19)
[1983565.615] -> wl_surface@27.damage(1022, 543, 293, 19)
[1983565.630] -> wl_surface@27.damage(1629, 543, 1, 19)
[1983565.645] -> wl_surface@27.damage(1636, 543, 262, 19)
[1983565.660] -> wl_surface@27.damage(79, 562, 1, 31)
[1983565.675] -> wl_surface@27.damage(393, 562, 300, 31)
[1983565.690] -> wl_surface@27.damage(1022, 562, 293, 31)
[1983565.705] -> wl_surface@27.damage(1629, 562, 1, 31)
[1983565.719] -> wl_surface@27.damage(79, 593, 1, 70)
[1983565.734] -> wl_surface@27.damage(393, 593, 300, 70)
[1983565.749] -> wl_surface@27.damage(1022, 593, 293, 70)
[1983565.764] -> wl_surface@27.damage(1629, 593, 1, 70)
[1983565.779] -> wl_surface@27.damage(1640, 593, 240, 70)
[1983565.794] -> wl_surface@27.damage(79, 663, 1, 10)
[1983565.809] -> wl_surface@27.damage(393, 663, 300, 10)
[1983565.824] -> wl_surface@27.damage(1022, 663, 293, 10)
[1983565.840] -> wl_surface@27.damage(1629, 663, 1, 10)
[1983565.855] -> wl_surface@27.damage(79, 673, 1, 19)
[1983565.871] -> wl_surface@27.damage(393, 673, 300, 19)
[1983565.886] -> wl_surface@27.damage(1022, 673, 293, 19)
[1983565.900] -> wl_surface@27.damage(1629, 673, 1, 19)
[1983565.916] -> wl_surface@27.damage(1636, 673, 262, 19)
[1983565.931] -> wl_surface@27.damage(79, 692, 1, 2)
[1983565.946] -> wl_surface@27.damage(393, 692, 300, 2)
[1983565.961] -> wl_surface@27.damage(1022, 692, 293, 2)
[1983565.976] -> wl_surface@27.damage(1629, 692, 1, 2)
[1983565.992] -> wl_surface@27.damage(79, 694, 1, 32)
[1983566.007] -> wl_surface@27.damage(393, 694, 300, 32)
[1983566.023] -> wl_surface@27.damage(1022, 694, 293, 32)
[1983566.037] -> wl_surface@27.damage(1629, 694, 1, 32)
[1983566.053] -> wl_surface@27.damage(1638, 694, 258, 32)
[1983566.067] -> wl_surface@27.damage(79, 726, 1, 5)
[1983566.083] -> wl_surface@27.damage(393, 726, 300, 5)
[1983566.098] -> wl_surface@27.damage(1629, 726, 1, 5)
[1983566.114] -> wl_surface@27.damage(1638, 726, 258, 5)
[1983566.128] -> wl_surface@27.damage(79, 731, 1, 31)
[1983566.144] -> wl_surface@27.damage(1629, 731, 1, 31)
[1983566.159] -> wl_surface@27.damage(1638, 731, 258, 31)
[1983566.175] -> wl_surface@27.damage(79, 762, 1, 39)
[1983566.190] -> wl_surface@27.damage(1629, 762, 1, 39)
[1983566.206] -> wl_surface@27.damage(79, 801, 1, 19)
[1983566.221] -> wl_surface@27.damage(1629, 801, 1, 19)
[1983566.235] -> wl_surface@27.damage(1636, 801, 262, 19)
[1983566.251] -> wl_surface@27.damage(79, 820, 1, 56)
[1983566.266] -> wl_surface@27.damage(1629, 820, 1, 56)
[1983566.288] -> wl_surface@27.damage(79, 876, 1, 93)
[1983566.302] -> wl_surface@27.damage(1629, 876, 1, 93)
[1983566.315] -> wl_surface@27.damage(1800, 876, 87, 93)
[1983566.336] -> wl_surface@27.damage(79, 969, 1551, 1)
[1983566.353] -> wl_surface@27.damage(1800, 969, 87, 1)
[1983566.368] -> wl_surface@27.damage(1800, 970, 87, 5)
[1983566.383] -> wl_surface@27.frame(new id wl_callback@25)
[1983566.392] -> wl_surface@27.commit()
[1983566.408] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1983566.432] wl_surface@27.damage(0, 64, 73, 1)
[1983566.453] wl_surface@27.damage(79, 64, 1551, 1)
[1983566.474] wl_surface@27.damage(0, 65, 73, 18)
[1983566.497] wl_surface@27.damage(79, 65, 1, 18)
[1983566.515] wl_surface@27.damage(1629, 65, 1, 18)
[1983566.530] wl_surface@27.damage(79, 83, 1, 10)
[1983566.546] wl_surface@27.damage(1629, 83, 1, 10)
[1983566.562] wl_surface@27.damage(79, 93, 1, 19)
[1983566.577] wl_surface@27.damage(1629, 93, 1, 19)
[1983566.593] wl_surface@27.damage(1636, 93, 262, 19)
[1983566.608] wl_surface@27.damage(79, 112, 1, 129)
[1983566.623] wl_surface@27.damage(1629, 112, 1, 129)
[1983566.639] wl_surface@27.damage(79, 241, 1, 19)
[1983566.655] wl_surface@27.damage(1629, 241, 1, 19)
[1983566.671] wl_surface@27.damage(1636, 241, 262, 19)
[1983566.686] wl_surface@27.damage(79, 260, 1, 58)
[1983566.702] wl_surface@27.damage(1629, 260, 1, 58)
[1983566.717] wl_surface@27.damage(79, 318, 1, 27)
[1983566.732] wl_surface@27.damage(1629, 318, 1, 27)
[1983566.753] wl_surface@27.damage(1638, 318, 258, 27)
[1983566.767] wl_surface@27.damage(79, 345, 1, 41)
[1983566.783] wl_surface@27.damage(1022, 345, 293, 41)
[1983566.799] wl_surface@27.damage(1629, 345, 1, 41)
[1983566.814] wl_surface@27.damage(1638, 345, 258, 41)
[1983566.830] wl_surface@27.damage(79, 386, 1, 30)
[1983566.846] wl_surface@27.damage(1022, 386, 293, 30)
[1983566.861] wl_surface@27.damage(1629, 386, 1, 30)
[1983566.876] wl_surface@27.damage(79, 416, 1, 19)
[1983566.890] wl_surface@27.damage(1022, 416, 293, 19)
[1983566.905] wl_surface@27.damage(1629, 416, 1, 19)
[1983566.923] wl_surface@27.damage(1636, 416, 262, 19)
[1983566.938] wl_surface@27.damage(79, 435, 1, 29)
[1983566.953] wl_surface@27.damage(1022, 435, 293, 29)
[1983566.970] wl_surface@27.damage(1629, 435, 1, 29)
[1983566.984] wl_surface@27.damage(79, 464, 1, 17)
[1983566.999] wl_surface@27.damage(1022, 464, 293, 17)
[1983567.015] wl_surface@27.damage(1629, 464, 1, 17)
[1983567.031] wl_surface@27.damage(1638, 464, 244, 17)
[1983567.046] wl_surface@27.damage(79, 481, 1, 29)
[1983567.062] wl_surface@27.damage(393, 481, 300, 29)
[1983567.077] wl_surface@27.damage(1022, 481, 293, 29)
[1983567.093] wl_surface@27.damage(1629, 481, 1, 29)
[1983567.108] wl_surface@27.damage(1638, 481, 244, 29)
[1983567.124] wl_surface@27.damage(79, 510, 1, 33)
[1983567.139] wl_surface@27.damage(393, 510, 300, 33)
[1983567.155] wl_surface@27.damage(1022, 510, 293, 33)
[1983567.171] wl_surface@27.damage(1629, 510, 1, 33)
[1983567.186] wl_surface@27.damage(79, 543, 1, 19)
[1983567.202] wl_surface@27.damage(393, 543, 300, 19)
[1983567.218] wl_surface@27.damage(1022, 543, 293, 19)
[1983567.234] wl_surface@27.damage(1629, 543, 1, 19)
[1983567.250] wl_surface@27.damage(1636, 543, 262, 19)
[1983567.264] wl_surface@27.damage(79, 562, 1, 31)
[1983567.278] wl_surface@27.damage(393, 562, 300, 31)
[1983567.300] wl_surface@27.damage(1022, 562, 293, 31)
[1983567.316] wl_surface@27.damage(1629, 562, 1, 31)
[1983567.331] wl_surface@27.damage(79, 593, 1, 70)
[1983567.347] wl_surface@27.damage(393, 593, 300, 70)
[1983567.364] wl_surface@27.damage(1022, 593, 293, 70)
[1983567.380] wl_surface@27.damage(1629, 593, 1, 70)
[1983567.396] wl_surface@27.damage(1640, 593, 240, 70)
[1983567.411] wl_surface@27.damage(79, 663, 1, 10)
[1983567.426] wl_surface@27.damage(393, 663, 300, 10)
[1983567.442] wl_surface@27.damage(1022, 663, 293, 10)
[1983567.458] wl_surface@27.damage(1629, 663, 1, 10)
[1983567.473] wl_surface@27.damage(79, 673, 1, 19)
[1983567.489] wl_surface@27.damage(393, 673, 300, 19)
[1983567.504] wl_surface@27.damage(1022, 673, 293, 19)
[1983567.520] wl_surface@27.damage(1629, 673, 1, 19)
[1983567.536] wl_surface@27.damage(1636, 673, 262, 19)
[1983567.551] wl_surface@27.damage(79, 692, 1, 2)
[1983567.567] wl_surface@27.damage(393, 692, 300, 2)
[1983567.583] wl_surface@27.damage(1022, 692, 293, 2)
[1983567.599] wl_surface@27.damage(1629, 692, 1, 2)
[1983567.614] wl_surface@27.damage(79, 694, 1, 32)
[1983567.628] wl_surface@27.damage(393, 694, 300, 32)
[1983567.642] wl_surface@27.damage(1022, 694, 293, 32)
[1983567.657] wl_surface@27.damage(1629, 694, 1, 32)
[1983567.674] wl_surface@27.damage(1638, 694, 258, 32)
[1983567.689] wl_surface@27.damage(79, 726, 1, 5)
[1983567.705] wl_surface@27.damage(393, 726, 300, 5)
[1983567.721] wl_surface@27.damage(1629, 726, 1, 5)
[1983567.735] wl_surface@27.damage(1638, 726, 258, 5)
[1983567.749] wl_surface@27.damage(79, 731, 1, 31)
[1983567.766] wl_surface@27.damage(1629, 731, 1, 31)
[1983567.781] wl_surface@27.damage(1638, 731, 258, 31)
[1983567.797] wl_surface@27.damage(79, 762, 1, 39)
[1983567.813] wl_surface@27.damage(1629, 762, 1, 39)
[1983567.828] wl_surface@27.damage(79, 801, 1, 19)
[1983567.842] wl_surface@27.damage(1629, 801, 1, 19)
[1983567.859] wl_surface@27.damage(1636, 801, 262, 19)
[1983567.877] wl_surface@27.damage(79, 820, 1, 56)
[1983567.896] wl_surface@27.damage(1629, 820, 1, 56)
[1983567.911] wl_surface@27.damage(79, 876, 1, 93)
[1983567.926] wl_surface@27.damage(1629, 876, 1, 93)
[1983567.940] wl_surface@27.damage(1800, 876, 87, 93)
[1983567.959] wl_surface@27.damage(79, 969, 1551, 1)
[1983567.974] wl_surface@27.damage(1800, 969, 87, 1)
[1983567.990] wl_surface@27.damage(1800, 970, 87, 5)
[1983568.005] wl_surface@27.frame(new id wl_callback@25)
[1983568.014] wl_surface@27.commit()
[1983568.027] -> wl_buffer@28.release()
[1983568.068] wl_display@1.delete_id(29)
[1983568.084] wl_display@1.delete_id(15)
[1983568.350] -> wl_callback@25.done(424459071)
[1983568.363] -> wl_display@1.delete_id(25)
[1983568.380] wl_display@1.delete_id(25)
[1983568.393] wl_callback@25.done(424459071)
[1983670.943] -> wl_keyboard@23.key(200, 424459173, 1, 0)
[1983671.003] wl_keyboard@23.key(200, 424459173, 1, 0)
[1983827.152] -> zwp_tablet_pad_v2@4278190081.button(424459329, 1, 1)
[1983827.189] zwp_tablet_pad_v2@4278190081.button(424459329, 1, 1)
[1983963.144] -> zwp_tablet_pad_v2@4278190081.button(424459465, 1, 0)
[1983963.182] zwp_tablet_pad_v2@4278190081.button(424459465, 1, 0)
[1984015.145] -> zwp_tablet_pad_v2@4278190081.button(424459517, 1, 1)
[1984015.179] zwp_tablet_pad_v2@4278190081.button(424459517, 1, 1)
[1984067.149] -> zwp_tablet_pad_v2@4278190081.button(424459569, 1, 0)
[1984067.193] zwp_tablet_pad_v2@4278190081.button(424459569, 1, 0)
[1984105.149] -> zwp_tablet_pad_v2@4278190081.button(424459607, 1, 1)
[1984105.189] zwp_tablet_pad_v2@4278190081.button(424459607, 1, 1)
[1984149.149] -> zwp_tablet_pad_v2@4278190081.button(424459651, 1, 0)
[1984149.189] zwp_tablet_pad_v2@4278190081.button(424459651, 1, 0)
[1984195.152] -> zwp_tablet_pad_v2@4278190081.button(424459697, 1, 1)
[1984195.196] zwp_tablet_pad_v2@4278190081.button(424459697, 1, 1)
[1984239.151] -> zwp_tablet_pad_v2@4278190081.button(424459741, 1, 0)
[1984239.192] zwp_tablet_pad_v2@4278190081.button(424459741, 1, 0)
[1984263.153] -> zwp_tablet_pad_v2@4278190081.button(424459765, 1, 1)
[1984263.194] zwp_tablet_pad_v2@4278190081.button(424459765, 1, 1)
[1984323.162] -> zwp_tablet_pad_v2@4278190081.button(424459825, 1, 0)
[1984323.206] zwp_tablet_pad_v2@4278190081.button(424459825, 1, 0)
[1984359.162] -> zwp_tablet_pad_v2@4278190081.button(424459861, 1, 1)
[1984359.203] zwp_tablet_pad_v2@4278190081.button(424459861, 1, 1)
[1984405.162] -> zwp_tablet_pad_v2@4278190081.button(424459907, 1, 0)
[1984405.205] zwp_tablet_pad_v2@4278190081.button(424459907, 1, 0)
[1984435.163] -> zwp_tablet_pad_v2@4278190081.button(424459937, 1, 1)
[1984435.205] zwp_tablet_pad_v2@4278190081.button(424459937, 1, 1)
[1984479.163] -> zwp_tablet_pad_v2@4278190081.button(424459981, 1, 0)
[1984479.206] zwp_tablet_pad_v2@4278190081.button(424459981, 1, 0)
[1984509.164] -> zwp_tablet_pad_v2@4278190081.button(424460011, 1, 1)
[1984509.205] zwp_tablet_pad_v2@4278190081.button(424460011, 1, 1)
[1984555.164] -> zwp_tablet_pad_v2@4278190081.button(424460057, 1, 0)
[1984555.207] zwp_tablet_pad_v2@4278190081.button(424460057, 1, 0)
[1984585.164] -> zwp_tablet_pad_v2@4278190081.button(424460087, 1, 1)
[1984585.207] zwp_tablet_pad_v2@4278190081.button(424460087, 1, 1)
[1984629.156] -> zwp_tablet_pad_v2@4278190081.button(424460131, 1, 0)
[1984629.200] zwp_tablet_pad_v2@4278190081.button(424460131, 1, 0)
[1984659.156] -> zwp_tablet_pad_v2@4278190081.button(424460161, 1, 1)
[1984659.196] zwp_tablet_pad_v2@4278190081.button(424460161, 1, 1)
[1984697.158] -> zwp_tablet_pad_v2@4278190081.button(424460199, 1, 0)
[1984697.200] zwp_tablet_pad_v2@4278190081.button(424460199, 1, 0)
[1984727.156] -> zwp_tablet_pad_v2@4278190081.button(424460229, 1, 1)
[1984727.199] zwp_tablet_pad_v2@4278190081.button(424460229, 1, 1)
[1984896.957] -> wl_keyboard@23.key(201, 424460399, 29, 1)
[1984896.990] -> wl_keyboard@23.modifiers(202, 4, 0, 0, 0)
[1984897.053] wl_keyboard@23.key(201, 424460399, 29, 1)
[1984897.084] wl_keyboard@23.modifiers(202, 4, 0, 0, 0)
[1984915.159] -> zwp_tablet_pad_v2@4278190081.button(424460417, 1, 0)
[1984915.202] zwp_tablet_pad_v2@4278190081.button(424460417, 1, 0)
[1984939.949] -> wl_keyboard@23.key(203, 424460442, 49, 1)
[1984940.003] wl_keyboard@23.key(203, 424460442, 49, 1)
[1984953.154] -> zwp_tablet_pad_v2@4278190081.button(424460455, 1, 1)
[1984953.207] zwp_tablet_pad_v2@4278190081.button(424460455, 1, 1)
[1984968.104] -> wl_compositor@7.create_surface(new id wl_surface@25)
[1984968.180] wl_compositor@7.create_surface(new id wl_surface@25)
[1984971.917] -> wl_drm@6.create_prime_buffer(new id wl_buffer@15, fd 14, 648, 601, 875713112, 0, 3072, 0, 0, 0, 0)
[1984971.984] -> wl_surface@25.attach(wl_buffer@15, 0, 0)
[1984971.997] -> wl_surface@25.damage(0, 0, 648, 601)
[1984972.013] -> wl_surface@25.frame(new id wl_callback@29)
[1984972.021] -> wl_surface@25.commit()
[1984972.038] wl_drm@6.create_prime_buffer(new id wl_buffer@15, fd 109, 648, 601, 875713112, 0, 3072, 0, 0, 0, 0)
[1984972.122] wl_surface@25.attach(wl_buffer@15, 0, 0)
[1984972.137] wl_surface@25.damage(0, 0, 648, 601)
[1984972.153] wl_surface@25.frame(new id wl_callback@29)
[1984972.162] wl_surface@25.commit()
[1984972.450] -> wl_keyboard@23.leave(204, wl_surface@27)
[1984972.481] -> wl_keyboard@23.enter(205, wl_surface@25, array)
[1984972.492] -> wl_keyboard@23.modifiers(206, 4, 0, 0, 0)
[1984972.512] -> zwp_tablet_pad_v2@4278190081.leave(207, wl_surface@27)
[1984972.523] -> zwp_tablet_pad_v2@4278190081.enter(208, zwp_tablet_v2@4278190080, wl_surface@25)
[1984972.535] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(475253, 208, 0)
[1984972.553] -> wl_callback@29.done(424460475)
[1984972.560] -> wl_display@1.delete_id(29)
[1984972.577] -> wl_surface@25.enter(wl_output@9)
[1984973.016] wl_display@1.delete_id(29)
[1984973.030] wl_keyboard@23.leave(204, wl_surface@27)
[1984973.045] wl_keyboard@23.enter(205, wl_surface@25, array)
[1984973.059] wl_keyboard@23.modifiers(206, 4, 0, 0, 0)
[1984973.094] zwp_tablet_pad_v2@4278190081.leave(207, wl_surface@27)
[1984973.104] zwp_tablet_pad_v2@4278190081.enter(208, zwp_tablet_v2@4278190080, wl_surface@25)
[1984973.116] zwp_tablet_pad_group_v2@4278190082.mode_switch(475253, 208, 0)
[1984973.129] wl_callback@29.done(424460475)
[1984973.137] -> wl_surface@25.attach(wl_buffer@15, 0, 0)
[1984973.150] -> wl_surface@25.damage(0, 0, 648, 601)
[1984973.166] -> wl_surface@25.frame(new id wl_callback@29)
[1984973.174] -> wl_surface@25.commit()
[1984973.186] wl_surface@25.attach(wl_buffer@15, 0, 0)
[1984973.211] wl_surface@25.damage(0, 0, 648, 601)
[1984973.232] wl_surface@25.frame(new id wl_callback@29)
[1984973.243] wl_surface@25.commit()
[1984973.253] -> wl_buffer@15.release()
[1984975.270] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1984975.297] -> wl_surface@27.damage(0, 64, 73, 1)
[1984975.311] -> wl_surface@27.damage(79, 64, 1551, 1)
[1984975.326] -> wl_surface@27.damage(0, 65, 73, 18)
[1984975.340] -> wl_surface@27.damage(79, 65, 1, 18)
[1984975.360] -> wl_surface@27.damage(1629, 65, 1, 18)
[1984975.378] -> wl_surface@27.damage(79, 83, 1, 10)
[1984975.397] -> wl_surface@27.damage(1629, 83, 1, 10)
[1984975.415] -> wl_surface@27.damage(79, 93, 1, 19)
[1984975.432] -> wl_surface@27.damage(1629, 93, 1, 19)
[1984975.447] -> wl_surface@27.damage(1636, 93, 262, 19)
[1984975.462] -> wl_surface@27.damage(79, 112, 1, 129)
[1984975.478] -> wl_surface@27.damage(1629, 112, 1, 129)
[1984975.493] -> wl_surface@27.damage(79, 241, 1, 19)
[1984975.508] -> wl_surface@27.damage(1629, 241, 1, 19)
[1984975.524] -> wl_surface@27.damage(1636, 241, 262, 19)
[1984975.539] -> wl_surface@27.damage(79, 260, 1, 58)
[1984975.554] -> wl_surface@27.damage(1629, 260, 1, 58)
[1984975.570] -> wl_surface@27.damage(79, 318, 1, 27)
[1984975.585] -> wl_surface@27.damage(1629, 318, 1, 27)
[1984975.600] -> wl_surface@27.damage(1638, 318, 258, 27)
[1984975.615] -> wl_surface@27.damage(79, 345, 1, 41)
[1984975.629] -> wl_surface@27.damage(1022, 345, 293, 41)
[1984975.644] -> wl_surface@27.damage(1629, 345, 1, 41)
[1984975.659] -> wl_surface@27.damage(1638, 345, 258, 41)
[1984975.675] -> wl_surface@27.damage(79, 386, 1, 30)
[1984975.689] -> wl_surface@27.damage(1022, 386, 293, 30)
[1984975.705] -> wl_surface@27.damage(1629, 386, 1, 30)
[1984975.720] -> wl_surface@27.damage(79, 416, 1, 19)
[1984975.735] -> wl_surface@27.damage(1022, 416, 293, 19)
[1984975.774] -> wl_surface@27.damage(1629, 416, 1, 19)
[1984975.789] -> wl_surface@27.damage(1636, 416, 262, 19)
[1984975.804] -> wl_surface@27.damage(79, 435, 1, 29)
[1984975.819] -> wl_surface@27.damage(1022, 435, 293, 29)
[1984975.834] -> wl_surface@27.damage(1629, 435, 1, 29)
[1984975.849] -> wl_surface@27.damage(79, 464, 1, 17)
[1984975.867] -> wl_surface@27.damage(1022, 464, 293, 17)
[1984975.889] -> wl_surface@27.damage(1629, 464, 1, 17)
[1984975.904] -> wl_surface@27.damage(1638, 464, 244, 17)
[1984975.919] -> wl_surface@27.damage(79, 481, 1, 29)
[1984975.935] -> wl_surface@27.damage(393, 481, 300, 29)
[1984975.949] -> wl_surface@27.damage(1022, 481, 293, 29)
[1984975.965] -> wl_surface@27.damage(1629, 481, 1, 29)
[1984975.980] -> wl_surface@27.damage(1638, 481, 244, 29)
[1984975.995] -> wl_surface@27.damage(79, 510, 1, 33)
[1984976.010] -> wl_surface@27.damage(393, 510, 300, 33)
[1984976.026] -> wl_surface@27.damage(1022, 510, 293, 33)
[1984976.041] -> wl_surface@27.damage(1629, 510, 1, 33)
[1984976.056] -> wl_surface@27.damage(79, 543, 1, 19)
[1984976.071] -> wl_surface@27.damage(393, 543, 300, 19)
[1984976.086] -> wl_surface@27.damage(1022, 543, 293, 19)
[1984976.102] -> wl_surface@27.damage(1629, 543, 1, 19)
[1984976.117] -> wl_surface@27.damage(1636, 543, 262, 19)
[1984976.132] -> wl_surface@27.damage(79, 562, 1, 31)
[1984976.146] -> wl_surface@27.damage(393, 562, 300, 31)
[1984976.161] -> wl_surface@27.damage(1022, 562, 293, 31)
[1984976.177] -> wl_surface@27.damage(1629, 562, 1, 31)
[1984976.192] -> wl_surface@27.damage(79, 593, 1, 70)
[1984976.207] -> wl_surface@27.damage(393, 593, 300, 70)
[1984976.222] -> wl_surface@27.damage(1022, 593, 293, 70)
[1984976.238] -> wl_surface@27.damage(1629, 593, 1, 70)
[1984976.253] -> wl_surface@27.damage(1640, 593, 240, 70)
[1984976.268] -> wl_surface@27.damage(79, 663, 1, 10)
[1984976.288] -> wl_surface@27.damage(393, 663, 300, 10)
[1984976.303] -> wl_surface@27.damage(1022, 663, 293, 10)
[1984976.319] -> wl_surface@27.damage(1629, 663, 1, 10)
[1984976.334] -> wl_surface@27.damage(79, 673, 1, 19)
[1984976.351] -> wl_surface@27.damage(393, 673, 300, 19)
[1984976.373] -> wl_surface@27.damage(1022, 673, 293, 19)
[1984976.390] -> wl_surface@27.damage(1629, 673, 1, 19)
[1984976.412] -> wl_surface@27.damage(1636, 673, 262, 19)
[1984976.430] -> wl_surface@27.damage(79, 692, 1, 2)
[1984976.445] -> wl_surface@27.damage(393, 692, 300, 2)
[1984976.460] -> wl_surface@27.damage(1022, 692, 293, 2)
[1984976.475] -> wl_surface@27.damage(1629, 692, 1, 2)
[1984976.490] -> wl_surface@27.damage(79, 694, 1, 32)
[1984976.505] -> wl_surface@27.damage(393, 694, 300, 32)
[1984976.520] -> wl_surface@27.damage(1022, 694, 293, 32)
[1984976.535] -> wl_surface@27.damage(1629, 694, 1, 32)
[1984976.551] -> wl_surface@27.damage(1638, 694, 258, 32)
[1984976.566] -> wl_surface@27.damage(79, 726, 1, 5)
[1984976.581] -> wl_surface@27.damage(393, 726, 300, 5)
[1984976.596] -> wl_surface@27.damage(1629, 726, 1, 5)
[1984976.613] -> wl_surface@27.damage(1638, 726, 258, 5)
[1984976.631] -> wl_surface@27.damage(79, 731, 1, 31)
[1984976.646] -> wl_surface@27.damage(1629, 731, 1, 31)
[1984976.661] -> wl_surface@27.damage(1638, 731, 258, 31)
[1984976.675] -> wl_surface@27.damage(79, 762, 1, 39)
[1984976.691] -> wl_surface@27.damage(1629, 762, 1, 39)
[1984976.706] -> wl_surface@27.damage(79, 801, 1, 19)
[1984976.721] -> wl_surface@27.damage(1629, 801, 1, 19)
[1984976.735] -> wl_surface@27.damage(1636, 801, 262, 19)
[1984976.751] -> wl_surface@27.damage(79, 820, 1, 56)
[1984976.766] -> wl_surface@27.damage(1629, 820, 1, 56)
[1984976.781] -> wl_surface@27.damage(79, 876, 1, 93)
[1984976.796] -> wl_surface@27.damage(1629, 876, 1, 93)
[1984976.812] -> wl_surface@27.damage(1800, 876, 87, 93)
[1984976.826] -> wl_surface@27.damage(79, 969, 1551, 1)
[1984976.841] -> wl_surface@27.damage(1800, 969, 87, 1)
[1984976.856] -> wl_surface@27.damage(1800, 970, 87, 5)
[1984976.874] -> wl_surface@27.frame(new id wl_callback@26)
[1984976.891] -> wl_surface@27.commit()
[1984976.907] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1984976.929] wl_surface@27.damage(0, 64, 73, 1)
[1984976.945] wl_surface@27.damage(79, 64, 1551, 1)
[1984976.960] wl_surface@27.damage(0, 65, 73, 18)
[1984976.979] wl_surface@27.damage(79, 65, 1, 18)
[1984976.999] wl_surface@27.damage(1629, 65, 1, 18)
[1984977.019] wl_surface@27.damage(79, 83, 1, 10)
[1984977.039] wl_surface@27.damage(1629, 83, 1, 10)
[1984977.058] wl_surface@27.damage(79, 93, 1, 19)
[1984977.079] wl_surface@27.damage(1629, 93, 1, 19)
[1984977.101] wl_surface@27.damage(1636, 93, 262, 19)
[1984977.122] wl_surface@27.damage(79, 112, 1, 129)
[1984977.145] wl_surface@27.damage(1629, 112, 1, 129)
[1984977.169] wl_surface@27.damage(79, 241, 1, 19)
[1984977.193] wl_surface@27.damage(1629, 241, 1, 19)
[1984977.218] wl_surface@27.damage(1636, 241, 262, 19)
[1984977.241] wl_surface@27.damage(79, 260, 1, 58)
[1984977.312] wl_surface@27.damage(1629, 260, 1, 58)
[1984977.342] wl_surface@27.damage(79, 318, 1, 27)
[1984977.377] wl_surface@27.damage(1629, 318, 1, 27)
[1984977.398] wl_surface@27.damage(1638, 318, 258, 27)
[1984977.420] wl_surface@27.damage(79, 345, 1, 41)
[1984977.443] wl_surface@27.damage(1022, 345, 293, 41)
[1984977.468] wl_surface@27.damage(1629, 345, 1, 41)
[1984977.491] wl_surface@27.damage(1638, 345, 258, 41)
[1984977.512] wl_surface@27.damage(79, 386, 1, 30)
[1984977.534] wl_surface@27.damage(1022, 386, 293, 30)
[1984977.562] wl_surface@27.damage(1629, 386, 1, 30)
[1984977.583] wl_surface@27.damage(79, 416, 1, 19)
[1984977.604] wl_surface@27.damage(1022, 416, 293, 19)
[1984977.625] wl_surface@27.damage(1629, 416, 1, 19)
[1984977.649] wl_surface@27.damage(1636, 416, 262, 19)
[1984977.670] wl_surface@27.damage(79, 435, 1, 29)
[1984977.693] wl_surface@27.damage(1022, 435, 293, 29)
[1984977.717] wl_surface@27.damage(1629, 435, 1, 29)
[1984977.741] wl_surface@27.damage(79, 464, 1, 17)
[1984977.765] wl_surface@27.damage(1022, 464, 293, 17)
[1984977.789] wl_surface@27.damage(1629, 464, 1, 17)
[1984977.813] wl_surface@27.damage(1638, 464, 244, 17)
[1984977.838] wl_surface@27.damage(79, 481, 1, 29)
[1984977.862] wl_surface@27.damage(393, 481, 300, 29)
[1984977.887] wl_surface@27.damage(1022, 481, 293, 29)
[1984977.910] wl_surface@27.damage(1629, 481, 1, 29)
[1984977.935] wl_surface@27.damage(1638, 481, 244, 29)
[1984977.960] wl_surface@27.damage(79, 510, 1, 33)
[1984977.984] wl_surface@27.damage(393, 510, 300, 33)
[1984978.009] wl_surface@27.damage(1022, 510, 293, 33)
[1984978.034] wl_surface@27.damage(1629, 510, 1, 33)
[1984978.059] wl_surface@27.damage(79, 543, 1, 19)
[1984978.083] wl_surface@27.damage(393, 543, 300, 19)
[1984978.106] wl_surface@27.damage(1022, 543, 293, 19)
[1984978.131] wl_surface@27.damage(1629, 543, 1, 19)
[1984978.157] wl_surface@27.damage(1636, 543, 262, 19)
[1984978.181] wl_surface@27.damage(79, 562, 1, 31)
[1984978.202] wl_surface@27.damage(393, 562, 300, 31)
[1984978.222] wl_surface@27.damage(1022, 562, 293, 31)
[1984978.243] wl_surface@27.damage(1629, 562, 1, 31)
[1984978.264] wl_surface@27.damage(79, 593, 1, 70)
[1984978.288] wl_surface@27.damage(393, 593, 300, 70)
[1984978.307] wl_surface@27.damage(1022, 593, 293, 70)
[1984978.328] wl_surface@27.damage(1629, 593, 1, 70)
[1984978.351] wl_surface@27.damage(1640, 593, 240, 70)
[1984978.376] wl_surface@27.damage(79, 663, 1, 10)
[1984978.400] wl_surface@27.damage(393, 663, 300, 10)
[1984978.424] wl_surface@27.damage(1022, 663, 293, 10)
[1984978.449] wl_surface@27.damage(1629, 663, 1, 10)
[1984978.473] wl_surface@27.damage(79, 673, 1, 19)
[1984978.496] wl_surface@27.damage(393, 673, 300, 19)
[1984978.522] wl_surface@27.damage(1022, 673, 293, 19)
[1984978.549] wl_surface@27.damage(1629, 673, 1, 19)
[1984978.576] wl_surface@27.damage(1636, 673, 262, 19)
[1984978.601] wl_surface@27.damage(79, 692, 1, 2)
[1984978.625] wl_surface@27.damage(393, 692, 300, 2)
[1984978.648] wl_surface@27.damage(1022, 692, 293, 2)
[1984978.671] wl_surface@27.damage(1629, 692, 1, 2)
[1984978.694] wl_surface@27.damage(79, 694, 1, 32)
[1984978.718] wl_surface@27.damage(393, 694, 300, 32)
[1984978.754] wl_surface@27.damage(1022, 694, 293, 32)
[1984978.776] wl_surface@27.damage(1629, 694, 1, 32)
[1984978.800] wl_surface@27.damage(1638, 694, 258, 32)
[1984978.824] wl_surface@27.damage(79, 726, 1, 5)
[1984978.847] wl_surface@27.damage(393, 726, 300, 5)
[1984978.870] wl_surface@27.damage(1629, 726, 1, 5)
[1984978.894] wl_surface@27.damage(1638, 726, 258, 5)
[1984978.919] wl_surface@27.damage(79, 731, 1, 31)
[1984978.945] wl_surface@27.damage(1629, 731, 1, 31)
[1984978.970] wl_surface@27.damage(1638, 731, 258, 31)
[1984978.987] wl_surface@27.damage(79, 762, 1, 39)
[1984979.004] wl_surface@27.damage(1629, 762, 1, 39)
[1984979.019] wl_surface@27.damage(79, 801, 1, 19)
[1984979.035] wl_surface@27.damage(1629, 801, 1, 19)
[1984979.051] wl_surface@27.damage(1636, 801, 262, 19)
[1984979.067] wl_surface@27.damage(79, 820, 1, 56)
[1984979.083] wl_surface@27.damage(1629, 820, 1, 56)
[1984979.099] wl_surface@27.damage(79, 876, 1, 93)
[1984979.115] wl_surface@27.damage(1629, 876, 1, 93)
[1984979.131] wl_surface@27.damage(1800, 876, 87, 93)
[1984979.148] wl_surface@27.damage(79, 969, 1551, 1)
[1984979.163] wl_surface@27.damage(1800, 969, 87, 1)
[1984979.199] wl_surface@27.damage(1800, 970, 87, 5)
[1984979.239] wl_surface@27.frame(new id wl_callback@26)
[1984979.260] wl_surface@27.commit()
[1984979.377] -> wl_buffer@28.release()
[1984983.885] -> wl_callback@26.done(424460486)
[1984983.900] -> wl_display@1.delete_id(26)
[1984983.906] -> wl_callback@29.done(424460486)
[1984983.912] -> wl_display@1.delete_id(29)
[1984983.929] wl_display@1.delete_id(26)
[1984983.943] wl_display@1.delete_id(29)
[1984983.949] wl_callback@26.done(424460486)
[1984983.954] wl_callback@29.done(424460486)
[1984983.960] -> wl_surface@25.attach(wl_buffer@15, 0, 0)
[1984983.972] -> wl_surface@25.damage(196, 20, 432, 457)
[1984983.988] -> wl_surface@25.frame(new id wl_callback@29)
[1984983.996] -> wl_surface@25.commit()
[1984984.006] wl_surface@25.attach(wl_buffer@15, 0, 0)
[1984984.020] wl_surface@25.damage(196, 20, 432, 457)
[1984984.035] wl_surface@25.frame(new id wl_callback@29)
[1984984.043] wl_surface@25.commit()
[1984984.049] -> wl_buffer@15.release()
[1985000.446] -> wl_callback@29.done(424460503)
[1985000.465] -> wl_display@1.delete_id(29)
[1985000.484] wl_display@1.delete_id(29)
[1985000.494] wl_callback@29.done(424460503)
[1985001.934] -> wl_surface@25.attach(wl_buffer@15, 0, 0)
[1985001.954] -> wl_surface@25.damage(196, 20, 432, 457)
[1985001.968] -> wl_surface@25.damage(462, 554, 80, 27)
[1985001.982] -> wl_surface@25.frame(new id wl_callback@29)
[1985001.991] -> wl_surface@25.commit()
[1985002.019] wl_surface@25.attach(wl_buffer@15, 0, 0)
[1985002.059] wl_surface@25.damage(196, 20, 432, 457)
[1985002.079] wl_surface@25.damage(462, 554, 80, 27)
[1985002.100] wl_surface@25.frame(new id wl_callback@29)
[1985002.111] wl_surface@25.commit()
[1985002.122] -> wl_buffer@15.release()
[1985008.955] -> wl_keyboard@23.key(209, 424460511, 29, 0)
[1985008.979] -> wl_keyboard@23.modifiers(210, 0, 0, 0, 0)
[1985009.034] wl_keyboard@23.key(209, 424460511, 29, 0)
[1985009.059] wl_keyboard@23.modifiers(210, 0, 0, 0, 0)
[1985017.049] -> wl_callback@29.done(424460519)
[1985017.062] -> wl_display@1.delete_id(29)
[1985017.078] wl_display@1.delete_id(29)
[1985017.087] wl_callback@29.done(424460519)
[1985017.094] -> wl_surface@25.attach(wl_buffer@15, 0, 0)
[1985017.105] -> wl_surface@25.damage(196, 20, 432, 457)
[1985017.120] -> wl_surface@25.frame(new id wl_callback@29)
[1985017.127] -> wl_surface@25.commit()
[1985017.141] wl_surface@25.attach(wl_buffer@15, 0, 0)
[1985017.154] wl_surface@25.damage(196, 20, 432, 457)
[1985017.167] wl_surface@25.frame(new id wl_callback@29)
[1985017.175] wl_surface@25.commit()
[1985017.182] -> wl_buffer@15.release()
[1985030.937] -> wl_keyboard@23.key(211, 424460533, 49, 0)
[1985030.979] wl_keyboard@23.key(211, 424460533, 49, 0)
[1985033.706] -> wl_callback@29.done(424460536)
[1985033.718] -> wl_display@1.delete_id(29)
[1985033.735] wl_display@1.delete_id(29)
[1985033.744] wl_callback@29.done(424460536)
[1985073.163] -> zwp_tablet_pad_v2@4278190081.button(424460575, 1, 0)
[1985073.194] zwp_tablet_pad_v2@4278190081.button(424460575, 1, 0)
[1985155.949] -> wl_surface@25.attach(wl_buffer@15, 0, 0)
[1985155.974] -> wl_surface@25.damage(283, 385, 279, 27)
[1985155.988] -> wl_surface@25.frame(new id wl_callback@29)
[1985155.995] -> wl_surface@25.commit()
[1985156.008] wl_surface@25.attach(wl_buffer@15, 0, 0)
[1985156.026] wl_surface@25.damage(283, 385, 279, 27)
[1985156.043] wl_surface@25.frame(new id wl_callback@29)
[1985156.051] wl_surface@25.commit()
[1985156.059] -> wl_buffer@15.release()
[1985167.065] -> wl_callback@29.done(424460669)
[1985167.078] -> wl_display@1.delete_id(29)
[1985167.094] wl_display@1.delete_id(29)
[1985167.106] wl_callback@29.done(424460669)
[1985237.153] -> zwp_tablet_pad_v2@4278190081.button(424460739, 1, 1)
[1985237.185] zwp_tablet_pad_v2@4278190081.button(424460739, 1, 1)
[1985240.570] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1985240.595] -> wl_surface@27.damage(0, 64, 73, 1)
[1985240.609] -> wl_surface@27.damage(79, 64, 1551, 1)
[1985240.623] -> wl_surface@27.damage(0, 65, 73, 18)
[1985240.637] -> wl_surface@27.damage(79, 65, 1, 18)
[1985240.650] -> wl_surface@27.damage(1629, 65, 1, 18)
[1985240.665] -> wl_surface@27.damage(79, 83, 1, 10)
[1985240.681] -> wl_surface@27.damage(1629, 83, 1, 10)
[1985240.696] -> wl_surface@27.damage(79, 93, 1, 19)
[1985240.711] -> wl_surface@27.damage(1629, 93, 1, 19)
[1985240.726] -> wl_surface@27.damage(1636, 93, 262, 19)
[1985240.741] -> wl_surface@27.damage(79, 112, 1, 129)
[1985240.755] -> wl_surface@27.damage(1629, 112, 1, 129)
[1985240.770] -> wl_surface@27.damage(79, 241, 1, 19)
[1985240.785] -> wl_surface@27.damage(1629, 241, 1, 19)
[1985240.800] -> wl_surface@27.damage(1636, 241, 262, 19)
[1985240.815] -> wl_surface@27.damage(79, 260, 1, 58)
[1985240.830] -> wl_surface@27.damage(1629, 260, 1, 58)
[1985240.845] -> wl_surface@27.damage(79, 318, 1, 27)
[1985240.861] -> wl_surface@27.damage(1629, 318, 1, 27)
[1985240.876] -> wl_surface@27.damage(1638, 318, 258, 27)
[1985240.891] -> wl_surface@27.damage(79, 345, 1, 41)
[1985240.906] -> wl_surface@27.damage(1022, 345, 293, 41)
[1985240.921] -> wl_surface@27.damage(1629, 345, 1, 41)
[1985240.936] -> wl_surface@27.damage(1638, 345, 258, 41)
[1985240.951] -> wl_surface@27.damage(79, 386, 1, 30)
[1985240.966] -> wl_surface@27.damage(1022, 386, 293, 30)
[1985240.986] -> wl_surface@27.damage(1629, 386, 1, 30)
[1985241.011] -> wl_surface@27.damage(79, 416, 1, 19)
[1985241.034] -> wl_surface@27.damage(1022, 416, 293, 19)
[1985241.058] -> wl_surface@27.damage(1629, 416, 1, 19)
[1985241.074] -> wl_surface@27.damage(1636, 416, 262, 19)
[1985241.088] -> wl_surface@27.damage(79, 435, 1, 29)
[1985241.105] -> wl_surface@27.damage(1022, 435, 293, 29)
[1985241.123] -> wl_surface@27.damage(1629, 435, 1, 29)
[1985241.141] -> wl_surface@27.damage(79, 464, 1, 17)
[1985241.156] -> wl_surface@27.damage(1022, 464, 293, 17)
[1985241.172] -> wl_surface@27.damage(1629, 464, 1, 17)
[1985241.187] -> wl_surface@27.damage(1638, 464, 244, 17)
[1985241.202] -> wl_surface@27.damage(79, 481, 1, 29)
[1985241.217] -> wl_surface@27.damage(393, 481, 300, 29)
[1985241.233] -> wl_surface@27.damage(1022, 481, 293, 29)
[1985241.248] -> wl_surface@27.damage(1629, 481, 1, 29)
[1985241.263] -> wl_surface@27.damage(1638, 481, 244, 29)
[1985241.279] -> wl_surface@27.damage(79, 510, 1, 33)
[1985241.296] -> wl_surface@27.damage(393, 510, 300, 33)
[1985241.312] -> wl_surface@27.damage(1022, 510, 293, 33)
[1985241.328] -> wl_surface@27.damage(1629, 510, 1, 33)
[1985241.343] -> wl_surface@27.damage(79, 543, 1, 19)
[1985241.358] -> wl_surface@27.damage(393, 543, 300, 19)
[1985241.373] -> wl_surface@27.damage(1022, 543, 293, 19)
[1985241.388] -> wl_surface@27.damage(1629, 543, 1, 19)
[1985241.403] -> wl_surface@27.damage(1636, 543, 262, 19)
[1985241.418] -> wl_surface@27.damage(79, 562, 1, 31)
[1985241.433] -> wl_surface@27.damage(393, 562, 300, 31)
[1985241.448] -> wl_surface@27.damage(1022, 562, 293, 31)
[1985241.477] -> wl_surface@27.damage(1629, 562, 1, 31)
[1985241.492] -> wl_surface@27.damage(79, 593, 1, 70)
[1985241.515] -> wl_surface@27.damage(393, 593, 300, 70)
[1985241.532] -> wl_surface@27.damage(1022, 593, 293, 70)
[1985241.546] -> wl_surface@27.damage(1629, 593, 1, 70)
[1985241.561] -> wl_surface@27.damage(1640, 593, 240, 70)
[1985241.577] -> wl_surface@27.damage(79, 663, 1, 10)
[1985241.592] -> wl_surface@27.damage(393, 663, 300, 10)
[1985241.607] -> wl_surface@27.damage(1022, 663, 293, 10)
[1985241.623] -> wl_surface@27.damage(1629, 663, 1, 10)
[1985241.638] -> wl_surface@27.damage(79, 673, 1, 19)
[1985241.653] -> wl_surface@27.damage(393, 673, 300, 19)
[1985241.668] -> wl_surface@27.damage(1022, 673, 293, 19)
[1985241.684] -> wl_surface@27.damage(1629, 673, 1, 19)
[1985241.699] -> wl_surface@27.damage(1636, 673, 262, 19)
[1985241.714] -> wl_surface@27.damage(79, 692, 1, 2)
[1985241.729] -> wl_surface@27.damage(393, 692, 300, 2)
[1985241.745] -> wl_surface@27.damage(1022, 692, 293, 2)
[1985241.759] -> wl_surface@27.damage(1629, 692, 1, 2)
[1985241.774] -> wl_surface@27.damage(79, 694, 1, 32)
[1985241.790] -> wl_surface@27.damage(393, 694, 300, 32)
[1985241.805] -> wl_surface@27.damage(1022, 694, 293, 32)
[1985241.820] -> wl_surface@27.damage(1629, 694, 1, 32)
[1985241.835] -> wl_surface@27.damage(1638, 694, 258, 32)
[1985241.851] -> wl_surface@27.damage(79, 726, 1, 5)
[1985241.866] -> wl_surface@27.damage(393, 726, 300, 5)
[1985241.882] -> wl_surface@27.damage(1629, 726, 1, 5)
[1985241.897] -> wl_surface@27.damage(1638, 726, 258, 5)
[1985241.913] -> wl_surface@27.damage(79, 731, 1, 31)
[1985241.928] -> wl_surface@27.damage(1629, 731, 1, 31)
[1985241.942] -> wl_surface@27.damage(1638, 731, 258, 31)
[1985241.956] -> wl_surface@27.damage(79, 762, 1, 39)
[1985241.972] -> wl_surface@27.damage(1629, 762, 1, 39)
[1985241.992] -> wl_surface@27.damage(79, 801, 1, 19)
[1985242.016] -> wl_surface@27.damage(1629, 801, 1, 19)
[1985242.042] -> wl_surface@27.damage(1636, 801, 262, 19)
[1985242.067] -> wl_surface@27.damage(79, 820, 1, 56)
[1985242.082] -> wl_surface@27.damage(1629, 820, 1, 56)
[1985242.098] -> wl_surface@27.damage(79, 876, 1, 93)
[1985242.114] -> wl_surface@27.damage(1629, 876, 1, 93)
[1985242.129] -> wl_surface@27.damage(1800, 876, 87, 93)
[1985242.145] -> wl_surface@27.damage(79, 969, 1551, 1)
[1985242.160] -> wl_surface@27.damage(1800, 969, 87, 1)
[1985242.175] -> wl_surface@27.damage(1800, 970, 87, 5)
[1985242.191] -> wl_surface@27.frame(new id wl_callback@29)
[1985242.198] -> wl_surface@27.commit()
[1985242.219] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1985242.245] wl_surface@27.damage(0, 64, 73, 1)
[1985242.262] wl_surface@27.damage(79, 64, 1551, 1)
[1985242.277] wl_surface@27.damage(0, 65, 73, 18)
[1985242.296] wl_surface@27.damage(79, 65, 1, 18)
[1985242.312] wl_surface@27.damage(1629, 65, 1, 18)
[1985242.328] wl_surface@27.damage(79, 83, 1, 10)
[1985242.344] wl_surface@27.damage(1629, 83, 1, 10)
[1985242.359] wl_surface@27.damage(79, 93, 1, 19)
[1985242.373] wl_surface@27.damage(1629, 93, 1, 19)
[1985242.387] wl_surface@27.damage(1636, 93, 262, 19)
[1985242.401] wl_surface@27.damage(79, 112, 1, 129)
[1985242.416] wl_surface@27.damage(1629, 112, 1, 129)
[1985242.431] wl_surface@27.damage([1985242.431] -> wl_surface@25.attach(79wl_buffer@15, , 2410, , 10, )
19[1985242.472] -> wl_surface@25.damage()
12, [1985242.479] wl_surface@27.damage(121629, , 168241, , 5421)
, [1985242.501] -> wl_surface@25.damage(1912)
, [1985242.511] wl_surface@27.damage(5541636, , 168241, , 26227, )
19[1985242.538] -> wl_surface@25.damage()
548[1985242.543] wl_surface@27.damage(, 79554, , 26080, , 127, )
58[1985242.568] -> wl_surface@25.damage()
12[1985242.574] wl_surface@27.damage(, 1629581, , 260168, , 18, )
58[1985242.598] -> wl_surface@25.frame()
new id wl_callback@[1985242.603] wl_surface@27.damage(2679)
, [1985242.612] -> wl_surface@25.commit(318)
, 1, 27)
[1985242.626] wl_surface@27.damage(1629, 318, 1, 27)
[1985242.640] wl_surface@27.damage(1638, 318, 258, 27)
[1985242.663] wl_surface@27.damage(79, 345, 1, 41)
[1985242.679] wl_surface@27.damage(1022, 345, 293, 41)
[1985242.703] wl_surface@27.damage(1629, 345, 1, 41)
[1985242.727] wl_surface@27.damage(1638, 345, 258, 41)
[1985242.751] wl_surface@27.damage(79, 386, 1, 30)
[1985242.774] wl_surface@27.damage(1022, 386, 293, 30)
[1985242.798] wl_surface@27.damage(1629, 386, 1, 30)
[1985242.822] wl_surface@27.damage(79, 416, 1, 19)
[1985242.844] wl_surface@27.damage(1022, 416, 293, 19)
[1985242.868] wl_surface@27.damage(1629, 416, 1, 19)
[1985242.892] wl_surface@27.damage(1636, 416, 262, 19)
[1985242.915] wl_surface@27.damage(79, 435, 1, 29)
[1985242.939] wl_surface@27.damage(1022, 435, 293, 29)
[1985242.963] wl_surface@27.damage(1629, 435, 1, 29)
[1985242.988] wl_surface@27.damage(79, 464, 1, 17)
[1985243.012] wl_surface@27.damage(1022, 464, 293, 17)
[1985243.035] wl_surface@27.damage(1629, 464, 1, 17)
[1985243.059] wl_surface@27.damage(1638, 464, 244, 17)
[1985243.081] wl_surface@27.damage(79, 481, 1, 29)
[1985243.105] wl_surface@27.damage(393, 481, 300, 29)
[1985243.130] wl_surface@27.damage(1022, 481, 293, 29)
[1985243.152] wl_surface@27.damage(1629, 481, 1, 29)
[1985243.176] wl_surface@27.damage(1638, 481, 244, 29)
[1985243.201] wl_surface@27.damage(79, 510, 1, 33)
[1985243.226] wl_surface@27.damage(393, 510, 300, 33)
[1985243.250] wl_surface@27.damage(1022, 510, 293, 33)
[1985243.273] wl_surface@27.damage(1629, 510, 1, 33)
[1985243.298] wl_surface@27.damage(79, 543, 1, 19)
[1985243.315] wl_surface@27.damage(393, 543, 300, 19)
[1985243.330] wl_surface@27.damage(1022, 543, 293, 19)
[1985243.346] wl_surface@27.damage(1629, 543, 1, 19)
[1985243.363] wl_surface@27.damage(1636, 543, 262, 19)
[1985243.380] wl_surface@27.damage(79, 562, 1, 31)
[1985243.403] wl_surface@27.damage(393, 562, 300, 31)
[1985243.427] wl_surface@27.damage(1022, 562, 293, 31)
[1985243.451] wl_surface@27.damage(1629, 562, 1, 31)
[1985243.476] wl_surface@27.damage(79, 593, 1, 70)
[1985243.502] wl_surface@27.damage(393, 593, 300, 70)
[1985243.526] wl_surface@27.damage(1022, 593, 293, 70)
[1985243.552] wl_surface@27.damage(1629, 593, 1, 70)
[1985243.578] wl_surface@27.damage(1640, 593, 240, 70)
[1985243.604] wl_surface@27.damage(79, 663, 1, 10)
[1985243.629] wl_surface@27.damage(393, 663, 300, 10)
[1985243.655] wl_surface@27.damage(1022, 663, 293, 10)
[1985243.679] wl_surface@27.damage(1629, 663, 1, 10)
[1985243.701] wl_surface@27.damage(79, 673, 1, 19)
[1985243.722] wl_surface@27.damage(393, 673, 300, 19)
[1985243.744] wl_surface@27.damage(1022, 673, 293, 19)
[1985243.766] wl_surface@27.damage(1629, 673, 1, 19)
[1985243.788] wl_surface@27.damage(1636, 673, 262, 19)
[1985243.810] wl_surface@27.damage(79, 692, 1, 2)
[1985243.831] wl_surface@27.damage(393, 692, 300, 2)
[1985243.853] wl_surface@27.damage(1022, 692, 293, 2)
[1985243.875] wl_surface@27.damage(1629, 692, 1, 2)
[1985243.896] wl_surface@27.damage(79, 694, 1, 32)
[1985243.918] wl_surface@27.damage(393, 694, 300, 32)
[1985243.940] wl_surface@27.damage(1022, 694, 293, 32)
[1985243.960] wl_surface@27.damage(1629, 694, 1, 32)
[1985243.982] wl_surface@27.damage(1638, 694, 258, 32)
[1985244.005] wl_surface@27.damage(79, 726, 1, 5)
[1985244.027] wl_surface@27.damage(393, 726, 300, 5)
[1985244.049] wl_surface@27.damage(1629, 726, 1, 5)
[1985244.070] wl_surface@27.damage(1638, 726, 258, 5)
[1985244.092] wl_surface@27.damage(79, 731, 1, 31)
[1985244.114] wl_surface@27.damage(1629, 731, 1, 31)
[1985244.136] wl_surface@27.damage(1638, 731, 258, 31)
[1985244.158] wl_surface@27.damage(79, 762, 1, 39)
[1985244.180] wl_surface@27.damage(1629, 762, 1, 39)
[1985244.202] wl_surface@27.damage(79, 801, 1, 19)
[1985244.223] wl_surface@27.damage(1629, 801, 1, 19)
[1985244.245] wl_surface@27.damage(1636, 801, 262, 19)
[1985244.268] wl_surface@27.damage(79, 820, 1, 56)
[1985244.296] wl_surface@27.damage(1629, 820, 1, 56)
[1985244.317] wl_surface@27.damage(79, 876, 1, 93)
[1985244.336] wl_surface@27.damage(1629, 876, 1, 93)
[1985244.358] wl_surface@27.damage(1800, 876, 87, 93)
[1985244.380] wl_surface@27.damage(79, 969, 1551, 1)
[1985244.406] wl_surface@27.damage(1800, 969, 87, 1)
[1985244.429] wl_surface@27.damage(1800, 970, 87, 5)
[1985244.454] wl_surface@27.frame(new id wl_callback@29)
[1985244.464] wl_surface@27.commit()
[1985244.484] -> wl_buffer@28.release()
[1985244.582] wl_surface@25.attach(wl_buffer@15, 0, 0)
[1985244.603] wl_surface@25.damage(12, 12, 168, 542)
[1985244.625] wl_surface@25.damage(12, 554, 168, 27)
[1985244.648] wl_surface@25.damage(548, 554, 80, 27)
[1985244.671] wl_surface@25.damage(12, 581, 168, 8)
[1985244.695] wl_surface@25.frame(new id wl_callback@26)
[1985244.707] wl_surface@25.commit()
[1985244.717] -> wl_buffer@15.release()
[1985250.477] -> wl_callback@29.done(424460753)
[1985250.492] -> wl_display@1.delete_id(29)
[1985250.498] -> wl_callback@26.done(424460753)
[1985250.503] -> wl_display@1.delete_id(26)
[1985250.521] wl_display@1.delete_id(29)
[1985250.534] wl_display@1.delete_id(26)
[1985250.541] wl_callback@29.done(424460753)
[1985250.546] wl_callback@26.done(424460753)
[1985250.553] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1985250.572] -> wl_surface@27.damage(0, 64, 73, 1)
[1985250.592] -> wl_surface@27.damage(79, 64, 1551, 1)
[1985250.614] -> wl_surface@27.damage(0, 65, 73, 18)
[1985250.638] -> wl_surface@27.damage(79, 65, 1, 18)
[1985250.653] -> wl_surface@27.damage(1629, 65, 1, 18)
[1985250.669] -> wl_surface@27.damage(79, 83, 1, 10)
[1985250.684] -> wl_surface@27.damage(1629, 83, 1, 10)
[1985250.699] -> wl_surface@27.damage(79, 93, 1, 19)
[1985250.714] -> wl_surface@27.damage(1629, 93, 1, 19)
[1985250.729] -> wl_surface@27.damage(1636, 93, 262, 19)
[1985250.744] -> wl_surface@27.damage(79, 112, 1, 129)
[1985250.758] -> wl_surface@27.damage(1629, 112, 1, 129)
[1985250.773] -> wl_surface@27.damage(79, 241, 1, 19)
[1985250.788] -> wl_surface@27.damage(1629, 241, 1, 19)
[1985250.803] -> wl_surface@27.damage(1636, 241, 262, 19)
[1985250.818] -> wl_surface@27.damage(79, 260, 1, 58)
[1985250.833] -> wl_surface@27.damage(1629, 260, 1, 58)
[1985250.848] -> wl_surface@27.damage(79, 318, 1, 27)
[1985250.863] -> wl_surface@27.damage(1629, 318, 1, 27)
[1985250.878] -> wl_surface@27.damage(1638, 318, 258, 27)
[1985250.893] -> wl_surface@27.damage(79, 345, 1, 41)
[1985250.908] -> wl_surface@27.damage(1022, 345, 293, 41)
[1985250.923] -> wl_surface@27.damage(1629, 345, 1, 41)
[1985250.938] -> wl_surface@27.damage(1638, 345, 258, 41)
[1985250.953] -> wl_surface@27.damage(79, 386, 1, 30)
[1985250.968] -> wl_surface@27.damage(1022, 386, 293, 30)
[1985250.982] -> wl_surface@27.damage(1629, 386, 1, 30)
[1985250.997] -> wl_surface@27.damage(79, 416, 1, 19)
[1985251.013] -> wl_surface@27.damage(1022, 416, 293, 19)
[1985251.029] -> wl_surface@27.damage(1629, 416, 1, 19)
[1985251.047] -> wl_surface@27.damage(1636, 416, 262, 19)
[1985251.065] -> wl_surface@27.damage(79, 435, 1, 29)
[1985251.082] -> wl_surface@27.damage(1022, 435, 293, 29)
[1985251.105] -> wl_surface@27.damage(1629, 435, 1, 29)
[1985251.121] -> wl_surface@27.damage(79, 464, 1, 17)
[1985251.135] -> wl_surface@27.damage(1022, 464, 293, 17)
[1985251.150] -> wl_surface@27.damage(1629, 464, 1, 17)
[1985251.165] -> wl_surface@27.damage(1638, 464, 244, 17)
[1985251.180] -> wl_surface@27.damage(79, 481, 1, 29)
[1985251.195] -> wl_surface@27.damage(393, 481, 300, 29)
[1985251.210] -> wl_surface@27.damage(1022, 481, 293, 29)
[1985251.225] -> wl_surface@27.damage(1629, 481, 1, 29)
[1985251.240] -> wl_surface@27.damage(1638, 481, 244, 29)
[1985251.256] -> wl_surface@27.damage(79, 510, 1, 33)
[1985251.270] -> wl_surface@27.damage(393, 510, 300, 33)
[1985251.291] -> wl_surface@27.damage(1022, 510, 293, 33)
[1985251.306] -> wl_surface@27.damage(1629, 510, 1, 33)
[1985251.321] -> wl_surface@27.damage(79, 543, 1, 19)
[1985251.336] -> wl_surface@27.damage(393, 543, 300, 19)
[1985251.351] -> wl_surface@27.damage(1022, 543, 293, 19)
[1985251.366] -> wl_surface@27.damage(1629, 543, 1, 19)
[1985251.381] -> wl_surface@27.damage(1636, 543, 262, 19)
[1985251.397] -> wl_surface@27.damage(79, 562, 1, 31)
[1985251.419] -> wl_surface@27.damage(393, 562, 300, 31)
[1985251.433] -> wl_surface@27.damage(1022, 562, 293, 31)
[1985251.447] -> wl_surface@27.damage(1629, 562, 1, 31)
[1985251.463] -> wl_surface@27.damage(79, 593, 1, 70)
[1985251.478] -> wl_surface@27.damage(393, 593, 300, 70)
[1985251.493] -> wl_surface@27.damage(1022, 593, 293, 70)
[1985251.509] -> wl_surface@27.damage(1629, 593, 1, 70)
[1985251.523] -> wl_surface@27.damage(1640, 593, 240, 70)
[1985251.539] -> wl_surface@27.damage(79, 663, 1, 10)
[1985251.554] -> wl_surface@27.damage(393, 663, 300, 10)
[1985251.574] -> wl_surface@27.damage(1022, 663, 293, 10)
[1985251.594] -> wl_surface@27.damage(1629, 663, 1, 10)
[1985251.617] -> wl_surface@27.damage(79, 673, 1, 19)
[1985251.641] -> wl_surface@27.damage(393, 673, 300, 19)
[1985251.656] -> wl_surface@27.damage(1022, 673, 293, 19)
[1985251.672] -> wl_surface@27.damage(1629, 673, 1, 19)
[1985251.687] -> wl_surface@27.damage(1636, 673, 262, 19)
[1985251.702] -> wl_surface@27.damage(79, 692, 1, 2)
[1985251.717] -> wl_surface@27.damage(393, 692, 300, 2)
[1985251.732] -> wl_surface@27.damage(1022, 692, 293, 2)
[1985251.747] -> wl_surface@27.damage(1629, 692, 1, 2)
[1985251.763] -> wl_surface@27.damage(79, 694, 1, 32)
[1985251.778] -> wl_surface@27.damage(393, 694, 300, 32)
[1985251.793] -> wl_surface@27.damage(1022, 694, 293, 32)
[1985251.808] -> wl_surface@27.damage(1629, 694, 1, 32)
[1985251.824] -> wl_surface@27.damage(1638, 694, 258, 32)
[1985251.839] -> wl_surface@27.damage(79, 726, 1, 5)
[1985251.855] -> wl_surface@27.damage(393, 726, 300, 5)
[1985251.870] -> wl_surface@27.damage(1629, 726, 1, 5)
[1985251.885] -> wl_surface@27.damage(1638, 726, 258, 5)
[1985251.900] -> wl_surface@27.damage(79, 731, 1, 31)
[1985251.915] -> wl_surface@27.damage(1629, 731, 1, 31)
[1985251.930] -> wl_surface@27.damage(1638, 731, 258, 31)
[1985251.945] -> wl_surface@27.damage(79, 762, 1, 39)
[1985251.960] -> wl_surface@27.damage(1629, 762, 1, 39)
[1985251.975] -> wl_surface@27.damage(79, 801, 1, 19)
[1985251.991] -> wl_surface@27.damage(1629, 801, 1, 19)
[1985252.008] -> wl_surface@27.damage(1636, 801, 262, 19)
[1985252.026] -> wl_surface@27.damage(79, 820, 1, 56)
[1985252.042] -> wl_surface@27.damage(1629, 820, 1, 56)
[1985252.057] -> wl_surface@27.damage(79, 876, 1, 93)
[1985252.072] -> wl_surface@27.damage(1629, 876, 1, 93)
[1985252.091] -> wl_surface@27.damage(1800, 876, 87, 93)
[1985252.113] -> wl_surface@27.damage(79, 969, 1551, 1)
[1985252.128] -> wl_surface@27.damage(1800, 969, 87, 1)
[1985252.145] -> wl_surface@27.damage(1800, 970, 87, 5)
[1985252.160] -> wl_surface@27.frame(new id wl_callback@26)
[1985252.168] -> wl_surface@27.commit()
[1985252.172] -> wl_surface@25.attach(wl_buffer@15, 0, 0)
[1985252.184] -> wl_surface@25.damage(12, 12, 168, 542)
[1985252.199] -> wl_surface@25.damage(12, 554, 168, 27)
[1985252.215] -> wl_surface@25.damage(548, 554, 80, 27)
[1985252.230] -> wl_surface@25.damage(12, 581, 168, 8)
[1985252.245] -> wl_surface@25.frame(new id wl_callback@29)
[1985252.252] -> wl_surface@25.commit()
[1985252.267] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1985252.284] wl_surface@27.damage(0, 64, 73, 1)
[1985252.300] wl_surface@27.damage(79, 64, 1551, 1)
[1985252.316] wl_surface@27.damage(0, 65, 73, 18)
[1985252.332] wl_surface@27.damage(79, 65, 1, 18)
[1985252.348] wl_surface@27.damage(1629, 65, 1, 18)
[1985252.364] wl_surface@27.damage(79, 83, 1, 10)
[1985252.381] wl_surface@27.damage(1629, 83, 1, 10)
[1985252.396] wl_surface@27.damage(79, 93, 1, 19)
[1985252.412] wl_surface@27.damage(1629, 93, 1, 19)
[1985252.428] wl_surface@27.damage(1636, 93, 262, 19)
[1985252.442] wl_surface@27.damage(79, 112, 1, 129)
[1985252.456] wl_surface@27.damage(1629, 112, 1, 129)
[1985252.472] wl_surface@27.damage(79, 241, 1, 19)
[1985252.487] wl_surface@27.damage(1629, 241, 1, 19)
[1985252.503] wl_surface@27.damage(1636, 241, 262, 19)
[1985252.519] wl_surface@27.damage(79, 260, 1, 58)
[1985252.534] wl_surface@27.damage(1629, 260, 1, 58)
[1985252.550] wl_surface@27.damage(79, 318, 1, 27)
[1985252.570] wl_surface@27.damage(1629, 318, 1, 27)
[1985252.583] wl_surface@27.damage(1638, 318, 258, 27)
[1985252.599] wl_surface@27.damage(79, 345, 1, 41)
[1985252.614] wl_surface@27.damage(1022, 345, 293, 41)
[1985252.630] wl_surface@27.damage(1629, 345, 1, 41)
[1985252.645] wl_surface@27.damage(1638, 345, 258, 41)
[1985252.661] wl_surface@27.damage(79, 386, 1, 30)
[1985252.677] wl_surface@27.damage(1022, 386, 293, 30)
[1985252.692] wl_surface@27.damage(1629, 386, 1, 30)
[1985252.707] wl_surface@27.damage(79, 416, 1, 19)
[1985252.723] wl_surface@27.damage(1022, 416, 293, 19)
[1985252.738] wl_surface@27.damage(1629, 416, 1, 19)
[1985252.754] wl_surface@27.damage(1636, 416, 262, 19)
[1985252.770] wl_surface@27.damage(79, 435, 1, 29)
[1985252.783] wl_surface@27.damage(1022, 435, 293, 29)
[1985252.797] wl_surface@27.damage(1629, 435, 1, 29)
[1985252.812] wl_surface@27.damage(79, 464, 1, 17)
[1985252.828] wl_surface@27.damage(1022, 464, 293, 17)
[1985252.844] wl_surface@27.damage(1629, 464, 1, 17)
[1985252.858] wl_surface@27.damage(1638, 464, 244, 17)
[1985252.872] wl_surface@27.damage(79, 481, 1, 29)
[1985252.887] wl_surface@27.damage(393, 481, 300, 29)
[1985252.903] wl_surface@27.damage(1022, 481, 293, 29)
[1985252.919] wl_surface@27.damage(1629, 481, 1, 29)
[1985252.934] wl_surface@27.damage(1638, 481, 244, 29)
[1985252.949] wl_surface@27.damage(79, 510, 1, 33)
[1985252.965] wl_surface@27.damage(393, 510, 300, 33)
[1985252.981] wl_surface@27.damage(1022, 510, 293, 33)
[1985252.996] wl_surface@27.damage(1629, 510, 1, 33)
[1985253.013] wl_surface@27.damage(79, 543, 1, 19)
[1985253.028] wl_surface@27.damage(393, 543, 300, 19)
[1985253.044] wl_surface@27.damage(1022, 543, 293, 19)
[1985253.059] wl_surface@27.damage(1629, 543, 1, 19)
[1985253.073] wl_surface@27.damage(1636, 543, 262, 19)
[1985253.086] wl_surface@27.damage(79, 562, 1, 31)
[1985253.099] wl_surface@27.damage(393, 562, 300, 31)
[1985253.112] wl_surface@27.damage(1022, 562, 293, 31)
[1985253.128] wl_surface@27.damage(1629, 562, 1, 31)
[1985253.145] wl_surface@27.damage(79, 593, 1, 70)
[1985253.163] wl_surface@27.damage(393, 593, 300, 70)
[1985253.180] wl_surface@27.damage(1022, 593, 293, 70)
[1985253.196] wl_surface@27.damage(1629, 593, 1, 70)
[1985253.212] wl_surface@27.damage(1640, 593, 240, 70)
[1985253.228] wl_surface@27.damage(79, 663, 1, 10)
[1985253.241] wl_surface@27.damage(393, 663, 300, 10)
[1985253.255] wl_surface@27.damage(1022, 663, 293, 10)
[1985253.271] wl_surface@27.damage(1629, 663, 1, 10)
[1985253.290] wl_surface@27.damage(79, 673, 1, 19)
[1985253.307] wl_surface@27.damage(393, 673, 300, 19)
[1985253.322] wl_surface@27.damage(1022, 673, 293, 19)
[1985253.339] wl_surface@27.damage(1629, 673, 1, 19)
[1985253.354] wl_surface@27.damage(1636, 673, 262, 19)
[1985253.368] wl_surface@27.damage(79, 692, 1, 2)
[1985253.382] wl_surface@27.damage(393, 692, 300, 2)
[1985253.398] wl_surface@27.damage(1022, 692, 293, 2)
[1985253.414] wl_surface@27.damage(1629, 692, 1, 2)
[1985253.429] wl_surface@27.damage(79, 694, 1, 32)
[1985253.443] wl_surface@27.damage(393, 694, 300, 32)
[1985253.457] wl_surface@27.damage(1022, 694, 293, 32)
[1985253.473] wl_surface@27.damage(1629, 694, 1, 32)
[1985253.489] wl_surface@27.damage(1638, 694, 258, 32)
[1985253.502] wl_surface@27.damage(79, 726, 1, 5)
[1985253.517] wl_surface@27.damage(393, 726, 300, 5)
[1985253.532] wl_surface@27.damage(1629, 726, 1, 5)
[1985253.547] wl_surface@27.damage(1638, 726, 258, 5)
[1985253.563] wl_surface@27.damage(79, 731, 1, 31)
[1985253.579] wl_surface@27.damage(1629, 731, 1, 31)
[1985253.592] wl_surface@27.damage(1638, 731, 258, 31)
[1985253.607] wl_surface@27.damage(79, 762, 1, 39)
[1985253.623] wl_surface@27.damage(1629, 762, 1, 39)
[1985253.639] wl_surface@27.damage(79, 801, 1, 19)
[1985253.655] wl_surface@27.damage(1629, 801, 1, 19)
[1985253.671] wl_surface@27.damage(1636, 801, 262, 19)
[1985253.686] wl_surface@27.damage(79, 820, 1, 56)
[1985253.703] wl_surface@27.damage(1629, 820, 1, 56)
[1985253.719] wl_surface@27.damage(79, 876, 1, 93)
[1985253.735] wl_surface@27.damage(1629, 876, 1, 93)
[1985253.755] wl_surface@27.damage(1800, 876, 87, 93)
[1985253.771] wl_surface@27.damage(79, 969, 1551, 1)
[1985253.787] wl_surface@27.damage(1800, 969, 87, 1)
[1985253.803] wl_surface@27.damage(1800, 970, 87, 5)
[1985253.819] wl_surface@27.frame(new id wl_callback@26)
[1985253.827] wl_surface@27.commit()
[1985253.835] -> wl_buffer@28.release()
[1985253.849] wl_surface@25.attach(wl_buffer@15, 0, 0)
[1985253.864] wl_surface@25.damage(12, 12, 168, 542)
[1985253.879] wl_surface@25.damage(12, 554, 168, 27)
[1985253.895] wl_surface@25.damage(548, 554, 80, 27)
[1985253.910] wl_surface@25.damage(12, 581, 168, 8)
[1985253.926] wl_surface@25.frame(new id wl_callback@29)
[1985253.933] wl_surface@25.commit()
[1985253.939] -> wl_buffer@15.release()
[1985267.074] -> wl_callback@26.done(424460769)
[1985267.091] -> wl_display@1.delete_id(26)
[1985267.097] -> wl_callback@29.done(424460769)
[1985267.103] -> wl_display@1.delete_id(29)
[1985267.119] wl_display@1.delete_id(26)
[1985267.129] wl_display@1.delete_id(29)
[1985267.135] wl_callback@26.done(424460769)
[1985267.141] wl_callback@29.done(424460769)
[1985275.170] -> zwp_tablet_pad_v2@4278190081.button(424460777, 1, 0)
[1985275.197] zwp_tablet_pad_v2@4278190081.button(424460777, 1, 0)
[1985674.969] -> wl_keyboard@23.key(212, 424461177, 1, 1)
[1985675.033] wl_keyboard@23.key(212, 424461177, 1, 1)
[1985676.402] -> wl_buffer@15.destroy()
[1985676.412] -> wl_keyboard@23.leave(213, wl_surface@25)
[1985676.428] -> wl_keyboard@23.enter(214, wl_surface@27, array)
[1985676.439] -> wl_keyboard@23.modifiers(215, 0, 0, [1985676.450] -> wl_surface@25.destroy(0)
, 0)
[1985676.465] -> zwp_tablet_pad_v2@4278190081.leave(216, wl_surface@25)
[1985676.477] -> zwp_tablet_pad_v2@4278190081.enter(217, zwp_tablet_v2@4278190080, wl_surface@27)
[1985676.491] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(179210, 217, 0)
[1985676.510] -> wl_keyboard@23.leave(218, wl_surface@27)
[1985676.538] -> wl_keyboard@23.enter(219, wl_surface@27, array)
[1985676.556] -> wl_keyboard@23.modifiers(220, 0, 0, 0, 0)
[1985676.739] wl_buffer@15.destroy([1985676.742] wl_keyboard@23.leave()
213, nil[1985676.758] -> wl_display@1.delete_id()
15[1985676.765] wl_keyboard@23.enter()
214[1985676.770] wl_surface@25.destroy(, )
wl_surface@27, array)
[1985676.786] wl_keyboard@23.modifiers(215, 0, 0, 0, 0)
[1985676.810] zwp_tablet_pad_v2@4278190081.leave(216, nil)
[1985676.820] zwp_tablet_pad_v2@4278190081.enter(217, [1985676.824] -> wl_display@1.delete_id(zwp_tablet_v2@427819008025, )
wl_surface@27)
[1985676.840] zwp_tablet_pad_group_v2@4278190082.mode_switch(179210, 217, 0)
[1985676.853] wl_keyboard@23.leave(218, wl_surface@27)
[1985676.863] wl_keyboard@23.enter(219, wl_surface@27, array)
[1985676.876] wl_keyboard@23.modifiers(220, 0, 0, 0, 0)
[1985679.734] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1985679.755] -> wl_surface@27.damage(0, 64, 73, 1)
[1985679.769] -> wl_surface@27.damage(79, 64, 1551, 1)
[1985679.784] -> wl_surface@27.damage(0, 65, 73, 18)
[1985679.799] -> wl_surface@27.damage(79, 65, 1, 18)
[1985679.815] -> wl_surface@27.damage(1629, 65, 1, 18)
[1985679.831] -> wl_surface@27.damage(79, 83, 1, 10)
[1985679.847] -> wl_surface@27.damage(1629, 83, 1, 10)
[1985679.862] -> wl_surface@27.damage(79, 93, 1, 19)
[1985679.877] -> wl_surface@27.damage(1629, 93, 1, 19)
[1985679.893] -> wl_surface@27.damage(1636, 93, 262, 19)
[1985679.909] -> wl_surface@27.damage(79, 112, 1, 129)
[1985679.924] -> wl_surface@27.damage(1629, 112, 1, 129)
[1985679.940] -> wl_surface@27.damage(79, 241, 1, 19)
[1985679.955] -> wl_surface@27.damage(1629, 241, 1, 19)
[1985679.970] -> wl_surface@27.damage(1636, 241, 262, 19)
[1985679.986] -> wl_surface@27.damage(79, 260, 1, 58)
[1985680.001] -> wl_surface@27.damage(1629, 260, 1, 58)
[1985680.016] -> wl_surface@27.damage(79, 318, 1, 27)
[1985680.032] -> wl_surface@27.damage(1629, 318, 1, 27)
[1985680.048] -> wl_surface@27.damage(1638, 318, 258, 27)
[1985680.069] -> wl_surface@27.damage(79, 345, 1, 41)
[1985680.088] -> wl_surface@27.damage(1022, 345, 293, 41)
[1985680.119] -> wl_surface@27.damage(1629, 345, 1, 41)
[1985680.134] -> wl_surface@27.damage(1638, 345, 258, 41)
[1985680.149] -> wl_surface@27.damage(79, 386, 1, 30)
[1985680.164] -> wl_surface@27.damage(1022, 386, 293, 30)
[1985680.179] -> wl_surface@27.damage(1629, 386, 1, 30)
[1985680.194] -> wl_surface@27.damage(79, 416, 1, 19)
[1985680.209] -> wl_surface@27.damage(1022, 416, 293, 19)
[1985680.225] -> wl_surface@27.damage(1629, 416, 1, 19)
[1985680.240] -> wl_surface@27.damage(1636, 416, 262, 19)
[1985680.256] -> wl_surface@27.damage(79, 435, 1, 29)
[1985680.271] -> wl_surface@27.damage(1022, 435, 293, 29)
[1985680.291] -> wl_surface@27.damage(1629, 435, 1, 29)
[1985680.305] -> wl_surface@27.damage(79, 464, 1, 17)
[1985680.319] -> wl_surface@27.damage(1022, 464, 293, 17)
[1985680.334] -> wl_surface@27.damage(1629, 464, 1, 17)
[1985680.349] -> wl_surface@27.damage(1638, 464, 244, 17)
[1985680.364] -> wl_surface@27.damage(79, 481, 1, 29)
[1985680.379] -> wl_surface@27.damage(393, 481, 300, 29)
[1985680.395] -> wl_surface@27.damage(1022, 481, 293, 29)
[1985680.410] -> wl_surface@27.damage(1629, 481, 1, 29)
[1985680.425] -> wl_surface@27.damage(1638, 481, 244, 29)
[1985680.441] -> wl_surface@27.damage(79, 510, 1, 33)
[1985680.456] -> wl_surface@27.damage(393, 510, 300, 33)
[1985680.471] -> wl_surface@27.damage(1022, 510, 293, 33)
[1985680.487] -> wl_surface@27.damage(1629, 510, 1, 33)
[1985680.502] -> wl_surface@27.damage(79, 543, 1, 19)
[1985680.517] -> wl_surface@27.damage(393, 543, 300, 19)
[1985680.533] -> wl_surface@27.damage(1022, 543, 293, 19)
[1985680.552] -> wl_surface@27.damage(1629, 543, 1, 19)
[1985680.571] -> wl_surface@27.damage(1636, 543, 262, 19)
[1985680.586] -> wl_surface@27.damage(79, 562, 1, 31)
[1985680.606] -> wl_surface@27.damage(393, 562, 300, 31)
[1985680.624] -> wl_surface@27.damage(1022, 562, 293, 31)
[1985680.642] -> wl_surface@27.damage(1629, 562, 1, 31)
[1985680.658] -> wl_surface@27.damage(79, 593, 1, 70)
[1985680.673] -> wl_surface@27.damage(393, 593, 300, 70)
[1985680.689] -> wl_surface@27.damage(1022, 593, 293, 70)
[1985680.704] -> wl_surface@27.damage(1629, 593, 1, 70)
[1985680.719] -> wl_surface@27.damage(1640, 593, 240, 70)
[1985680.735] -> wl_surface@27.damage(79, 663, 1, 10)
[1985680.751] -> wl_surface@27.damage(393, 663, 300, 10)
[1985680.766] -> wl_surface@27.damage(1022, 663, 293, 10)
[1985680.782] -> wl_surface@27.damage(1629, 663, 1, 10)
[1985680.797] -> wl_surface@27.damage(79, 673, 1, 19)
[1985680.812] -> wl_surface@27.damage(393, 673, 300, 19)
[1985680.830] -> wl_surface@27.damage(1022, 673, 293, 19)
[1985680.848] -> wl_surface@27.damage(1629, 673, 1, 19)
[1985680.863] -> wl_surface@27.damage(1636, 673, 262, 19)
[1985680.879] -> wl_surface@27.damage(79, 692, 1, 2)
[1985680.893] -> wl_surface@27.damage(393, 692, 300, 2)
[1985680.906] -> wl_surface@27.damage(1022, 692, 293, 2)
[1985680.920] -> wl_surface@27.damage(1629, 692, 1, 2)
[1985680.935] -> wl_surface@27.damage(79, 694, 1, 32)
[1985680.950] -> wl_surface@27.damage(393, 694, 300, 32)
[1985680.966] -> wl_surface@27.damage(1022, 694, 293, 32)
[1985680.981] -> wl_surface@27.damage(1629, 694, 1, 32)
[1985680.997] -> wl_surface@27.damage(1638, 694, 258, 32)
[1985681.012] -> wl_surface@27.damage(79, 726, 1, 5)
[1985681.027] -> wl_surface@27.damage(393, 726, 300, 5)
[1985681.043] -> wl_surface@27.damage(1629, 726, 1, 5)
[1985681.058] -> wl_surface@27.damage(1638, 726, 258, 5)
[1985681.081] -> wl_surface@27.damage(79, 731, 1, 31)
[1985681.099] -> wl_surface@27.damage(1629, 731, 1, 31)
[1985681.114] -> wl_surface@27.damage(1638, 731, 258, 31)
[1985681.129] -> wl_surface@27.damage(79, 762, 1, 39)
[1985681.145] -> wl_surface@27.damage(1629, 762, 1, 39)
[1985681.160] -> wl_surface@27.damage(79, 801, 1, 19)
[1985681.175] -> wl_surface@27.damage(1629, 801, 1, 19)
[1985681.190] -> wl_surface@27.damage(1636, 801, 262, 19)
[1985681.206] -> wl_surface@27.damage(79, 820, 1, 56)
[1985681.221] -> wl_surface@27.damage(1629, 820, 1, 56)
[1985681.237] -> wl_surface@27.damage(79, 876, 1, 93)
[1985681.255] -> wl_surface@27.damage(1629, 876, 1, 93)
[1985681.269] -> wl_surface@27.damage(1800, 876, 87, 93)
[1985681.290] -> wl_surface@27.damage(79, 969, 1551, 1)
[1985681.305] -> wl_surface@27.damage(1800, 969, 87, 1)
[1985681.321] -> wl_surface@27.damage(1800, 970, 87, 5)
[1985681.336] -> wl_surface@27.frame(new id wl_callback@29)
[1985681.344] -> wl_surface@27.commit()
[1985681.360] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1985681.382] wl_surface@27.damage(0, 64, 73, 1)
[1985681.399] wl_surface@27.damage(79, 64, 1551, 1)
[1985681.417] wl_surface@27.damage(0, 65, 73, 18)
[1985681.433] wl_surface@27.damage(79, 65, 1, 18)
[1985681.449] wl_surface@27.damage(1629, 65, 1, 18)
[1985681.465] wl_surface@27.damage(79, 83, 1, 10)
[1985681.481] wl_surface@27.damage(1629, 83, 1, 10)
[1985681.498] wl_surface@27.damage(79, 93, 1, 19)
[1985681.514] wl_surface@27.damage(1629, 93, 1, 19)
[1985681.530] wl_surface@27.damage(1636, 93, 262, 19)
[1985681.545] wl_surface@27.damage(79, 112, 1, 129)
[1985681.561] wl_surface@27.damage(1629, 112, 1, 129)
[1985681.577] wl_surface@27.damage(79, 241, 1, 19)
[1985681.593] wl_surface@27.damage(1629, 241, 1, 19)
[1985681.610] wl_surface@27.damage(1636, 241, 262, 19)
[1985681.628] wl_surface@27.damage(79, 260, 1, 58)
[1985681.643] wl_surface@27.damage(1629, 260, 1, 58)
[1985681.658] wl_surface@27.damage(79, 318, 1, 27)
[1985681.675] wl_surface@27.damage(1629, 318, 1, 27)
[1985681.690] wl_surface@27.damage(1638, 318, 258, 27)
[1985681.706] wl_surface@27.damage(79, 345, 1, 41)
[1985681.722] wl_surface@27.damage(1022, 345, 293, 41)
[1985681.738] wl_surface@27.damage(1629, 345, 1, 41)
[1985681.752] wl_surface@27.damage(1638, 345, 258, 41)
[1985681.766] wl_surface@27.damage(79, 386, 1, 30)
[1985681.782] wl_surface@27.damage(1022, 386, 293, 30)
[1985681.798] wl_surface@27.damage(1629, 386, 1, 30)
[1985681.814] wl_surface@27.damage(79, 416, 1, 19)
[1985681.829] wl_surface@27.damage(1022, 416, 293, 19)
[1985681.845] wl_surface@27.damage(1629, 416, 1, 19)
[1985681.861] wl_surface@27.damage(1636, 416, 262, 19)
[1985681.878] wl_surface@27.damage(79, 435, 1, 29)
[1985681.893] wl_surface@27.damage(1022, 435, 293, 29)
[1985681.911] wl_surface@27.damage(1629, 435, 1, 29)
[1985681.925] wl_surface@27.damage(79, 464, 1, 17)
[1985681.939] wl_surface@27.damage(1022, 464, 293, 17)
[1985681.955] wl_surface@27.damage(1629, 464, 1, 17)
[1985681.971] wl_surface@27.damage(1638, 464, 244, 17)
[1985681.987] wl_surface@27.damage(79, 481, 1, 29)
[1985682.002] wl_surface@27.damage(393, 481, 300, 29)
[1985682.019] wl_surface@27.damage(1022, 481, 293, 29)
[1985682.034] wl_surface@27.damage(1629, 481, 1, 29)
[1985682.050] wl_surface@27.damage(1638, 481, 244, 29)
[1985682.066] wl_surface@27.damage(79, 510, 1, 33)
[1985682.082] wl_surface@27.damage(393, 510, 300, 33)
[1985682.099] wl_surface@27.damage(1022, 510, 293, 33)
[1985682.114] wl_surface@27.damage(1629, 510, 1, 33)
[1985682.130] wl_surface@27.damage(79, 543, 1, 19)
[1985682.146] wl_surface@27.damage(393, 543, 300, 19)
[1985682.162] wl_surface@27.damage(1022, 543, 293, 19)
[1985682.178] wl_surface@27.damage(1629, 543, 1, 19)
[1985682.193] wl_surface@27.damage(1636, 543, 262, 19)
[1985682.207] wl_surface@27.damage(79, 562, 1, 31)
[1985682.222] wl_surface@27.damage(393, 562, 300, 31)
[1985682.237] wl_surface@27.damage(1022, 562, 293, 31)
[1985682.252] wl_surface@27.damage(1629, 562, 1, 31)
[1985682.268] wl_surface@27.damage(79, 593, 1, 70)
[1985682.287] wl_surface@27.damage(393, 593, 300, 70)
[1985682.303] wl_surface@27.damage(1022, 593, 293, 70)
[1985682.320] wl_surface@27.damage(1629, 593, 1, 70)
[1985682.335] wl_surface@27.damage(1640, 593, 240, 70)
[1985682.351] wl_surface@27.damage(79, 663, 1, 10)
[1985682.367] wl_surface@27.damage(393, 663, 300, 10)
[1985682.383] wl_surface@27.damage(1022, 663, 293, 10)
[1985682.399] wl_surface@27.damage(1629, 663, 1, 10)
[1985682.415] wl_surface@27.damage(79, 673, 1, 19)
[1985682.431] wl_surface@27.damage(393, 673, 300, 19)
[1985682.447] wl_surface@27.damage(1022, 673, 293, 19)
[1985682.463] wl_surface@27.damage(1629, 673, 1, 19)
[1985682.486] wl_surface@27.damage(1636, 673, 262, 19)
[1985682.502] wl_surface@27.damage(79, 692, 1, 2)
[1985682.516] wl_surface@27.damage(393, 692, 300, 2)
[1985682.532] wl_surface@27.damage(1022, 692, 293, 2)
[1985682.548] wl_surface@27.damage(1629, 692, 1, 2)
[1985682.564] wl_surface@27.damage(79, 694, 1, 32)
[1985682.579] wl_surface@27.damage(393, 694, 300, 32)
[1985682.595] wl_surface@27.damage(1022, 694, 293, 32)
[1985682.611] wl_surface@27.damage(1629, 694, 1, 32)
[1985682.631] wl_surface@27.damage(1638, 694, 258, 32)
[1985682.645] wl_surface@27.damage(79, 726, 1, 5)
[1985682.659] wl_surface@27.damage(393, 726, 300, 5)
[1985682.675] wl_surface@27.damage(1629, 726, 1, 5)
[1985682.690] wl_surface@27.damage(1638, 726, 258, 5)
[1985682.706] wl_surface@27.damage(79, 731, 1, 31)
[1985682.721] wl_surface@27.damage(1629, 731, 1, 31)
[1985682.736] wl_surface@27.damage(1638, 731, 258, 31)
[1985682.752] wl_surface@27.damage(79, 762, 1, 39)
[1985682.768] wl_surface@27.damage(1629, 762, 1, 39)
[1985682.781] wl_surface@27.damage(79, 801, 1, 19)
[1985682.795] wl_surface@27.damage(1629, 801, 1, 19)
[1985682.808] wl_surface@27.damage(1636, 801, 262, 19)
[1985682.822] wl_surface@27.damage(79, 820, 1, 56)
[1985682.835] wl_surface@27.damage(1629, 820, 1, 56)
[1985682.849] wl_surface@27.damage(79, 876, 1, 93)
[1985682.862] wl_surface@27.damage(1629, 876, 1, 93)
[1985682.876] wl_surface@27.damage(1800, 876, 87, 93)
[1985682.889] wl_surface@27.damage(79, 969, 1551, 1)
[1985682.903] wl_surface@27.damage(1800, 969, 87, 1)
[1985682.916] wl_surface@27.damage(1800, 970, 87, 5)
[1985682.930] wl_surface@27.frame(new id wl_callback@29)
[1985682.937] wl_surface@27.commit()
[1985682.948] -> wl_buffer@28.release()
[1985682.986] wl_display@1.delete_id(15)
[1985682.997] wl_display@1.delete_id(25)
[1985683.822] -> wl_callback@29.done(424461186)
[1985683.834] -> wl_display@1.delete_id(29)
[1985683.849] wl_display@1.delete_id(29)
[1985683.859] wl_callback@29.done(424461186)
[1985784.984] -> wl_keyboard@23.key(221, 424461287, 1, 0)
[1985785.045] wl_keyboard@23.key(221, 424461287, 1, 0)
[1985995.171] -> zwp_tablet_pad_v2@4278190081.button(424461497, 1, 1)
[1985995.214] zwp_tablet_pad_v2@4278190081.button(424461497, 1, 1)
[1986077.164] -> zwp_tablet_pad_v2@4278190081.button(424461579, 1, 0)
[1986077.196] zwp_tablet_pad_v2@4278190081.button(424461579, 1, 0)
[1986123.161] -> zwp_tablet_pad_v2@4278190081.button(424461625, 1, 1)
[1986123.199] zwp_tablet_pad_v2@4278190081.button(424461625, 1, 1)
[1986295.181] -> zwp_tablet_pad_v2@4278190081.button(424461797, 1, 0)
[1986295.243] zwp_tablet_pad_v2@4278190081.button(424461797, 1, 0)
[1986339.160] -> zwp_tablet_pad_v2@4278190081.button(424461841, 1, 1)
[1986339.197] zwp_tablet_pad_v2@4278190081.button(424461841, 1, 1)
[1986377.179] -> zwp_tablet_pad_v2@4278190081.button(424461879, 1, 0)
[1986377.216] zwp_tablet_pad_v2@4278190081.button(424461879, 1, 0)
[1986429.165] -> zwp_tablet_pad_v2@4278190081.button(424461931, 1, 1)
[1986429.210] zwp_tablet_pad_v2@4278190081.button(424461931, 1, 1)
[1986453.166] -> zwp_tablet_pad_v2@4278190081.button(424461955, 1, 0)
[1986453.200] zwp_tablet_pad_v2@4278190081.button(424461955, 1, 0)
[1986483.165] -> zwp_tablet_pad_v2@4278190081.button(424461985, 1, 1)
[1986483.202] zwp_tablet_pad_v2@4278190081.button(424461985, 1, 1)
[1986603.179] -> zwp_tablet_pad_v2@4278190081.button(424462105, 1, 0)
[1986603.230] zwp_tablet_pad_v2@4278190081.button(424462105, 1, 0)
[1986633.177] -> zwp_tablet_pad_v2@4278190081.button(424462135, 1, 1)
[1986633.209] zwp_tablet_pad_v2@4278190081.button(424462135, 1, 1)
[1986685.177] -> zwp_tablet_pad_v2@4278190081.button(424462187, 1, 0)
[1986685.211] zwp_tablet_pad_v2@4278190081.button(424462187, 1, 0)
[1986707.177] -> zwp_tablet_pad_v2@4278190081.button(424462209, 1, 1)
[1986707.211] zwp_tablet_pad_v2@4278190081.button(424462209, 1, 1)
[1986753.178] -> zwp_tablet_pad_v2@4278190081.button(424462255, 1, 0)
[1986753.212] zwp_tablet_pad_v2@4278190081.button(424462255, 1, 0)
[1986783.171] -> zwp_tablet_pad_v2@4278190081.button(424462285, 1, 1)
[1986783.219] zwp_tablet_pad_v2@4278190081.button(424462285, 1, 1)
[1986887.168] -> zwp_tablet_pad_v2@4278190081.button(424462389, 1, 0)
[1986887.208] zwp_tablet_pad_v2@4278190081.button(424462389, 1, 0)
[1986909.166] -> zwp_tablet_pad_v2@4278190081.button(424462411, 1, 1)
[1986909.196] zwp_tablet_pad_v2@4278190081.button(424462411, 1, 1)
[1986947.167] -> zwp_tablet_pad_v2@4278190081.button(424462449, 1, 0)
[1986947.197] zwp_tablet_pad_v2@4278190081.button(424462449, 1, 0)
[1986985.169] -> zwp_tablet_pad_v2@4278190081.button(424462487, 1, 1)
[1986985.199] zwp_tablet_pad_v2@4278190081.button(424462487, 1, 1)
[1987015.172] -> zwp_tablet_pad_v2@4278190081.button(424462517, 1, 0)
[1987015.203] zwp_tablet_pad_v2@4278190081.button(424462517, 1, 0)
[1987053.171] -> zwp_tablet_pad_v2@4278190081.button(424462555, 1, 1)
[1987053.204] zwp_tablet_pad_v2@4278190081.button(424462555, 1, 1)
[1987083.169] -> zwp_tablet_pad_v2@4278190081.button(424462585, 1, 0)
[1987083.200] zwp_tablet_pad_v2@4278190081.button(424462585, 1, 0)
[1987113.169] -> zwp_tablet_pad_v2@4278190081.button(424462615, 1, 1)
[1987113.199] zwp_tablet_pad_v2@4278190081.button(424462615, 1, 1)
[1987293.185] -> zwp_tablet_pad_v2@4278190081.button(424462795, 1, 0)
[1987293.226] zwp_tablet_pad_v2@4278190081.button(424462795, 1, 0)
[1987323.173] -> zwp_tablet_pad_v2@4278190081.button(424462825, 1, 1)
[1987323.209] zwp_tablet_pad_v2@4278190081.button(424462825, 1, 1)
[1987353.192] -> zwp_tablet_pad_v2@4278190081.button(424462855, 1, 0)
[1987353.240] zwp_tablet_pad_v2@4278190081.button(424462855, 1, 0)
[1987397.182] -> zwp_tablet_pad_v2@4278190081.button(424462899, 1, 1)
[1987397.217] zwp_tablet_pad_v2@4278190081.button(424462899, 1, 1)
[1987427.178] -> zwp_tablet_pad_v2@4278190081.button(424462929, 1, 0)
[1987427.207] zwp_tablet_pad_v2@4278190081.button(424462929, 1, 0)
[1987465.189] -> zwp_tablet_pad_v2@4278190081.button(424462967, 1, 1)
[1987465.218] zwp_tablet_pad_v2@4278190081.button(424462967, 1, 1)
[1987503.189] -> zwp_tablet_pad_v2@4278190081.button(424463005, 1, 0)
[1987503.220] zwp_tablet_pad_v2@4278190081.button(424463005, 1, 0)
[1987533.187] -> zwp_tablet_pad_v2@4278190081.button(424463035, 1, 1)
[1987533.223] zwp_tablet_pad_v2@4278190081.button(424463035, 1, 1)
[1987569.188] -> zwp_tablet_pad_v2@4278190081.button(424463071, 1, 0)
[1987569.220] zwp_tablet_pad_v2@4278190081.button(424463071, 1, 0)
[1987599.200] -> zwp_tablet_pad_v2@4278190081.button(424463101, 1, 1)
[1987599.236] zwp_tablet_pad_v2@4278190081.button(424463101, 1, 1)
[1987645.218] -> zwp_tablet_pad_v2@4278190081.button(424463147, 1, 0)
[1987645.285] zwp_tablet_pad_v2@4278190081.button(424463147, 1, 0)
[1987675.190] -> zwp_tablet_pad_v2@4278190081.button(424463177, 1, 1)
[1987675.227] zwp_tablet_pad_v2@4278190081.button(424463177, 1, 1)
[1987715.012] -> wl_surface@35.attach(wl_buffer@39, 0, 0)
[1987715.041] -> wl_surface@35.set_buffer_scale(1)
[1987715.047] -> wl_surface@35.damage(1700, 0, 76, 26)
[1987715.061] -> wl_surface@35.damage(1800, 0, 76, 26)
[1987715.083] -> wl_surface@35.frame(new id wl_callback@41)
[1987715.091] -> wl_surface@35.commit()
[1987715.114] wl_surface@35.attach(wl_buffer@39, 0, 0)
[1987715.142] wl_surface@35.set_buffer_scale(1)
[1987715.149] wl_surface@35.damage(1700, 0, 76, 26)
[1987715.166] wl_surface@35.damage(1800, 0, 76, 26)
[1987715.183] wl_surface@35.frame(new id wl_callback@41)
[1987715.191] wl_surface@35.commit()
[1987715.270] -> wl_buffer@39.release()
[1987715.355] wl_buffer@39.release()
[1987719.199] -> zwp_tablet_pad_v2@4278190081.button(424463221, 1, 0)
[1987719.231] zwp_tablet_pad_v2@4278190081.button(424463221, 1, 0)
[1987722.452] -> wl_callback@41.done(424463225)
[1987722.465] -> wl_display@1.delete_id(41)
[1987722.480] wl_display@1.delete_id(41)
[1987722.489] wl_callback@41.done(424463225)
[1987723.572] -> wl_surface@20.attach(wl_buffer@43, 0, 0)
[1987723.595] -> wl_surface@20.set_buffer_scale(1)
[1987723.601] -> wl_surface@20.damage(1700, 0, 76, 26)
[1987723.615] -> wl_surface@20.damage(1800, 0, 76, 26)
[1987723.662] -> wl_surface@20.frame(new id wl_callback@41)
[1987723.670] -> wl_surface@20.commit()
[1987723.690] wl_surface@20.attach(wl_buffer@43, 0, 0)
[1987723.710] wl_surface@20.set_buffer_scale(1)
[1987723.717] wl_surface@20.damage(1700, 0, 76, 26)
[1987723.733] wl_surface@20.damage(1800, 0, 76, 26)
[1987723.748] wl_surface@20.frame(new id wl_callback@41)
[1987723.756] wl_surface@20.commit()
[1987723.780] -> wl_buffer@43.release()
[1987723.822] wl_buffer@43.release()
[1987733.813] -> wl_callback@41.done(424463236)
[1987733.829] -> wl_display@1.delete_id(41)
[1987733.844] wl_display@1.delete_id(41)
[1987733.855] wl_callback@41.done(424463236)
[1987749.204] -> zwp_tablet_pad_v2@4278190081.button(424463251, 1, 1)
[1987749.243] zwp_tablet_pad_v2@4278190081.button(424463251, 1, 1)
[1987803.186] -> zwp_tablet_pad_v2@4278190081.button(424463305, 1, 0)
[1987803.221] zwp_tablet_pad_v2@4278190081.button(424463305, 1, 0)
[1987825.197] -> zwp_tablet_pad_v2@4278190081.button(424463327, 1, 1)
[1987825.232] zwp_tablet_pad_v2@4278190081.button(424463327, 1, 1)
[1988074.998] -> wl_keyboard@23.key(222, 424463577, 29, 1)
[1988075.027] -> wl_keyboard@23.modifiers(223, 4, 0, 0, 0)
[1988075.084] wl_keyboard@23.key(222, 424463577, 29, 1)
[1988075.111] wl_keyboard@23.modifiers(223, 4, 0, 0, 0)
[1988103.196] -> zwp_tablet_pad_v2@4278190081.button(424463605, 1, 0)
[1988103.228] zwp_tablet_pad_v2@4278190081.button(424463605, 1, 0)
[1988105.982] -> wl_keyboard@23.key(224, 424463608, 49, 1)
[1988106.021] wl_keyboard@23.key(224, 424463608, 49, 1)
[1988133.717] -> wl_compositor@7.create_surface(new id wl_surface@29)
[1988133.811] wl_compositor@7.create_surface(new id wl_surface@29)
[1988137.700] -> wl_drm@6.create_prime_buffer(new id wl_buffer@25, fd 14, 648, 601, 875713112, 0, 3072, 0, 0, 0, 0)
[1988137.772] -> wl_surface@29.attach(wl_buffer@25, 0, 0)
[1988137.784] -> wl_surface@29.damage(0, 0, 648, 601)
[1988137.800] -> wl_surface@29.frame(new id wl_callback@15)
[1988137.807] -> wl_surface@29.commit()
[1988137.830] wl_drm@6.create_prime_buffer(new id wl_buffer@25, fd 110, 648, 601, 875713112, 0, 3072, 0, 0, 0, 0)
[1988137.918] wl_surface@29.attach(wl_buffer@25, 0, 0)
[1988137.932] wl_surface@29.damage(0, 0, 648, 601)
[1988137.950] wl_surface@29.frame(new id wl_callback@15)
[1988137.959] wl_surface@29.commit()
[1988138.220] -> wl_keyboard@23.leave(225, wl_surface@27)
[1988138.247] -> wl_keyboard@23.enter(226, wl_surface@29, array)
[1988138.261] -> wl_keyboard@23.modifiers(227, 4, 0, 0, 0)
[1988138.289] -> zwp_tablet_pad_v2@4278190081.leave(228, wl_surface@27)
[1988138.300] -> zwp_tablet_pad_v2@4278190081.enter(229, zwp_tablet_v2@4278190080, wl_surface@29)
[1988138.319] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(641037, 229, 0)
[1988138.344] -> wl_callback@15.done(424463641)
[1988138.351] -> wl_display@1.delete_id(15)
[1988138.372] -> wl_surface@29.enter(wl_output@9)
[1988138.779] wl_display@1.delete_id(15)
[1988138.794] wl_keyboard@23.leave(225, wl_surface@27)
[1988138.807] wl_keyboard@23.enter(226, wl_surface@29, array)
[1988138.821] wl_keyboard@23.modifiers(227, 4, 0, 0, 0)
[1988138.860] zwp_tablet_pad_v2@4278190081.leave(228, wl_surface@27)
[1988138.872] zwp_tablet_pad_v2@4278190081.enter(229, zwp_tablet_v2@4278190080, wl_surface@29)
[1988138.885] zwp_tablet_pad_group_v2@4278190082.mode_switch(641037, 229, 0)
[1988138.897] wl_callback@15.done(424463641)
[1988138.904] -> wl_surface@29.attach(wl_buffer@25, 0, 0)
[1988138.918] -> wl_surface@29.damage(0, 0, 648, 601)
[1988138.933] -> wl_surface@29.frame(new id wl_callback@15)
[1988138.941] -> wl_surface@29.commit()
[1988138.950] wl_surface@29.attach(wl_buffer@25, 0, 0)
[1988138.970] wl_surface@29.damage(0, 0, 648, 601)
[1988138.986] wl_surface@29.frame(new id wl_callback@15)
[1988138.993] wl_surface@29.commit()
[1988139.001] -> wl_buffer@25.release()
[1988141.045] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1988141.068] -> wl_surface@27.damage(0, 64, 73, 1)
[1988141.081] -> wl_surface@27.damage(79, 64, 1551, 1)
[1988141.096] -> wl_surface@27.damage(0, 65, 73, 18)
[1988141.129] -> wl_surface@27.damage(79, 65, 1, 18)
[1988141.145] -> wl_surface@27.damage(1629, 65, 1, 18)
[1988141.159] -> wl_surface@27.damage(79, 83, 1, 10)
[1988141.175] -> wl_surface@27.damage(1629, 83, 1, 10)
[1988141.190] -> wl_surface@27.damage(79, 93, 1, 19)
[1988141.206] -> wl_surface@27.damage(1629, 93, 1, 19)
[1988141.222] -> wl_surface@27.damage(1636, 93, 262, 19)
[1988141.237] -> wl_surface@27.damage(79, 112, 1, 129)
[1988141.252] -> wl_surface@27.damage(1629, 112, 1, 129)
[1988141.267] -> wl_surface@27.damage(79, 241, 1, 19)
[1988141.289] -> wl_surface@27.damage(1629, 241, 1, 19)
[1988141.304] -> wl_surface@27.damage(1636, 241, 262, 19)
[1988141.320] -> wl_surface@27.damage(79, 260, 1, 58)
[1988141.335] -> wl_surface@27.damage(1629, 260, 1, 58)
[1988141.351] -> wl_surface@27.damage(79, 318, 1, 27)
[1988141.367] -> wl_surface@27.damage(1629, 318, 1, 27)
[1988141.382] -> wl_surface@27.damage(1638, 318, 258, 27)
[1988141.402] -> wl_surface@27.damage(79, 345, 1, 41)
[1988141.421] -> wl_surface@27.damage(1022, 345, 293, 41)
[1988141.436] -> wl_surface@27.damage(1629, 345, 1, 41)
[1988141.451] -> wl_surface@27.damage(1638, 345, 258, 41)
[1988141.466] -> wl_surface@27.damage(79, 386, 1, 30)
[1988141.481] -> wl_surface@27.damage(1022, 386, 293, 30)
[1988141.496] -> wl_surface@27.damage(1629, 386, 1, 30)
[1988141.513] -> wl_surface@27.damage(79, 416, 1, 19)
[1988141.530] -> wl_surface@27.damage(1022, 416, 293, 19)
[1988141.545] -> wl_surface@27.damage(1629, 416, 1, 19)
[1988141.561] -> wl_surface@27.damage(1636, 416, 262, 19)
[1988141.576] -> wl_surface@27.damage(79, 435, 1, 29)
[1988141.591] -> wl_surface@27.damage(1022, 435, 293, 29)
[1988141.606] -> wl_surface@27.damage(1629, 435, 1, 29)
[1988141.622] -> wl_surface@27.damage(79, 464, 1, 17)
[1988141.637] -> wl_surface@27.damage(1022, 464, 293, 17)
[1988141.652] -> wl_surface@27.damage(1629, 464, 1, 17)
[1988141.667] -> wl_surface@27.damage(1638, 464, 244, 17)
[1988141.682] -> wl_surface@27.damage(79, 481, 1, 29)
[1988141.698] -> wl_surface@27.damage(393, 481, 300, 29)
[1988141.713] -> wl_surface@27.damage(1022, 481, 293, 29)
[1988141.728] -> wl_surface@27.damage(1629, 481, 1, 29)
[1988141.743] -> wl_surface@27.damage(1638, 481, 244, 29)
[1988141.758] -> wl_surface@27.damage(79, 510, 1, 33)
[1988141.773] -> wl_surface@27.damage(393, 510, 300, 33)
[1988141.789] -> wl_surface@27.damage(1022, 510, 293, 33)
[1988141.804] -> wl_surface@27.damage(1629, 510, 1, 33)
[1988141.818] -> wl_surface@27.damage(79, 543, 1, 19)
[1988141.832] -> wl_surface@27.damage(393, 543, 300, 19)
[1988141.847] -> wl_surface@27.damage(1022, 543, 293, 19)
[1988141.862] -> wl_surface@27.damage(1629, 543, 1, 19)
[1988141.877] -> wl_surface@27.damage(1636, 543, 262, 19)
[1988141.893] -> wl_surface@27.damage(79, 562, 1, 31)
[1988141.909] -> wl_surface@27.damage(393, 562, 300, 31)
[1988141.923] -> wl_surface@27.damage(1022, 562, 293, 31)
[1988141.938] -> wl_surface@27.damage(1629, 562, 1, 31)
[1988141.953] -> wl_surface@27.damage(79, 593, 1, 70)
[1988141.968] -> wl_surface@27.damage(393, 593, 300, 70)
[1988141.983] -> wl_surface@27.damage(1022, 593, 293, 70)
[1988141.998] -> wl_surface@27.damage(1629, 593, 1, 70)
[1988142.014] -> wl_surface@27.damage(1640, 593, 240, 70)
[1988142.029] -> wl_surface@27.damage(79, 663, 1, 10)
[1988142.044] -> wl_surface@27.damage(393, 663, 300, 10)
[1988142.059] -> wl_surface@27.damage(1022, 663, 293, 10)
[1988142.075] -> wl_surface@27.damage(1629, 663, 1, 10)
[1988142.090] -> wl_surface@27.damage(79, 673, 1, 19)
[1988142.105] -> wl_surface@27.damage(393, 673, 300, 19)
[1988142.120] -> wl_surface@27.damage(1022, 673, 293, 19)
[1988142.136] -> wl_surface@27.damage(1629, 673, 1, 19)
[1988142.151] -> wl_surface@27.damage(1636, 673, 262, 19)
[1988142.166] -> wl_surface@27.damage(79, 692, 1, 2)
[1988142.181] -> wl_surface@27.damage(393, 692, 300, 2)
[1988142.197] -> wl_surface@27.damage(1022, 692, 293, 2)
[1988142.212] -> wl_surface@27.damage(1629, 692, 1, 2)
[1988142.227] -> wl_surface@27.damage(79, 694, 1, 32)
[1988142.247] -> wl_surface@27.damage(393, 694, 300, 32)
[1988142.262] -> wl_surface@27.damage(1022, 694, 293, 32)
[1988142.278] -> wl_surface@27.damage(1629, 694, 1, 32)
[1988142.297] -> wl_surface@27.damage(1638, 694, 258, 32)
[1988142.313] -> wl_surface@27.damage(79, 726, 1, 5)
[1988142.328] -> wl_surface@27.damage(393, 726, 300, 5)
[1988142.343] -> wl_surface@27.damage(1629, 726, 1, 5)
[1988142.357] -> wl_surface@27.damage(1638, 726, 258, 5)
[1988142.372] -> wl_surface@27.damage(79, 731, 1, 31)
[1988142.387] -> wl_surface@27.damage(1629, 731, 1, 31)
[1988142.407] -> wl_surface@27.damage(1638, 731, 258, 31)
[1988142.423] -> wl_surface@27.damage(79, 762, 1, 39)
[1988142.437] -> wl_surface@27.damage(1629, 762, 1, 39)
[1988142.452] -> wl_surface@27.damage(79, 801, 1, 19)
[1988142.467] -> wl_surface@27.damage(1629, 801, 1, 19)
[1988142.482] -> wl_surface@27.damage(1636, 801, 262, 19)
[1988142.497] -> wl_surface@27.damage(79, 820, 1, 56)
[1988142.513] -> wl_surface@27.damage(1629, 820, 1, 56)
[1988142.527] -> wl_surface@27.damage(79, 876, 1, 93)
[1988142.542] -> wl_surface@27.damage(1629, 876, 1, 93)
[1988142.558] -> wl_surface@27.damage(1800, 876, 87, 93)
[1988142.573] -> wl_surface@27.damage(79, 969, 1551, 1)
[1988142.589] -> wl_surface@27.damage(1800, 969, 87, 1)
[1988142.607] -> wl_surface@27.damage(1800, 970, 87, 5)
[1988142.624] -> wl_surface@27.frame(new id wl_callback@26)
[1988142.633] -> wl_surface@27.commit()
[1988142.651] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1988142.672] wl_surface@27.damage(0, 64, 73, 1)
[1988142.689] wl_surface@27.damage(79, 64, 1551, 1)
[1988142.705] wl_surface@27.damage(0, 65, 73, 18)
[1988142.721] wl_surface@27.damage(79, 65, 1, 18)
[1988142.737] wl_surface@27.damage(1629, 65, 1, 18)
[1988142.754] wl_surface@27.damage(79, 83, 1, 10)
[1988142.769] wl_surface@27.damage(1629, 83, 1, 10)
[1988142.785] wl_surface@27.damage(79, 93, 1, 19)
[1988142.801] wl_surface@27.damage(1629, 93, 1, 19)
[1988142.817] wl_surface@27.damage(1636, 93, 262, 19)
[1988142.832] wl_surface@27.damage(79, 112, 1, 129)
[1988142.848] wl_surface@27.damage(1629, 112, 1, 129)
[1988142.872] wl_surface@27.damage(79, 241, 1, 19)
[1988142.890] wl_surface@27.damage(1629, 241, 1, 19)
[1988142.906] wl_surface@27.damage(1636, 241, 262, 19)
[1988142.922] wl_surface@27.damage(79, 260, 1, 58)
[1988142.938] wl_surface@27.damage(1629, 260, 1, 58)
[1988142.954] wl_surface@27.damage(79, 318, 1, 27)
[1988142.973] wl_surface@27.damage(1629, 318, 1, 27)
[1988142.990] wl_surface@27.damage(1638, 318, 258, 27)
[1988143.006] wl_surface@27.damage(79, 345, 1, 41)
[1988143.022] wl_surface@27.damage(1022, 345, 293, 41)
[1988143.040] wl_surface@27.damage(1629, 345, 1, 41)
[1988143.061] wl_surface@27.damage(1638, 345, 258, 41)
[1988143.078] wl_surface@27.damage(79, 386, 1, 30)
[1988143.094] wl_surface@27.damage(1022, 386, 293, 30)
[1988143.110] wl_surface@27.damage(1629, 386, 1, 30)
[1988143.126] wl_surface@27.damage(79, 416, 1, 19)
[1988143.142] wl_surface@27.damage(1022, 416, 293, 19)
[1988143.157] wl_surface@27.damage(1629, 416, 1, 19)
[1988143.173] wl_surface@27.damage(1636, 416, 262, 19)
[1988143.189] wl_surface@27.damage(79, 435, 1, 29)
[1988143.204] wl_surface@27.damage(1022, 435, 293, 29)
[1988143.220] wl_surface@27.damage(1629, 435, 1, 29)
[1988143.236] wl_surface@27.damage(79, 464, 1, 17)
[1988143.251] wl_surface@27.damage(1022, 464, 293, 17)
[1988143.267] wl_surface@27.damage(1629, 464, 1, 17)
[1988143.291] wl_surface@27.damage(1638, 464, 244, 17)
[1988143.307] wl_surface@27.damage(79, 481, 1, 29)
[1988143.324] wl_surface@27.damage(393, 481, 300, 29)
[1988143.340] wl_surface@27.damage(1022, 481, 293, 29)
[1988143.363] wl_surface@27.damage(1629, 481, 1, 29)
[1988143.381] wl_surface@27.damage(1638, 481, 244, 29)
[1988143.399] wl_surface@27.damage(79, 510, 1, 33)
[1988143.420] wl_surface@27.damage(393, 510, 300, 33)
[1988143.442] wl_surface@27.damage(1022, 510, 293, 33)
[1988143.458] wl_surface@27.damage(1629, 510, 1, 33)
[1988143.474] wl_surface@27.damage(79, 543, 1, 19)
[1988143.490] wl_surface@27.damage(393, 543, 300, 19)
[1988143.514] wl_surface@27.damage(1022, 543, 293, 19)
[1988143.530] wl_surface@27.damage(1629, 543, 1, 19)
[1988143.545] wl_surface@27.damage(1636, 543, 262, 19)
[1988143.561] wl_surface@27.damage(79, 562, 1, 31)
[1988143.576] wl_surface@27.damage(393, 562, 300, 31)
[1988143.592] wl_surface@27.damage(1022, 562, 293, 31)
[1988143.608] wl_surface@27.damage(1629, 562, 1, 31)
[1988143.623] wl_surface@27.damage(79, 593, 1, 70)
[1988143.639] wl_surface@27.damage(393, 593, 300, 70)
[1988143.655] wl_surface@27.damage(1022, 593, 293, 70)
[1988143.671] wl_surface@27.damage(1629, 593, 1, 70)
[1988143.686] wl_surface@27.damage(1640, 593, 240, 70)
[1988143.702] wl_surface@27.damage(79, 663, 1, 10)
[1988143.718] wl_surface@27.damage(393, 663, 300, 10)
[1988143.734] wl_surface@27.damage(1022, 663, 293, 10)
[1988143.750] wl_surface@27.damage(1629, 663, 1, 10)
[1988143.765] wl_surface@27.damage(79, 673, 1, 19)
[1988143.782] wl_surface@27.damage(393, 673, 300, 19)
[1988143.798] wl_surface@27.damage(1022, 673, 293, 19)
[1988143.814] wl_surface@27.damage(1629, 673, 1, 19)
[1988143.830] wl_surface@27.damage(1636, 673, 262, 19)
[1988143.845] wl_surface@27.damage(79, 692, 1, 2)
[1988143.863] wl_surface@27.damage(393, 692, 300, 2)
[1988143.885] wl_surface@27.damage(1022, 692, 293, 2)
[1988143.902] wl_surface@27.damage(1629, 692, 1, 2)
[1988143.918] wl_surface@27.damage(79, 694, 1, 32)
[1988143.934] wl_surface@27.damage(393, 694, 300, 32)
[1988143.949] wl_surface@27.damage(1022, 694, 293, 32)
[1988143.965] wl_surface@27.damage(1629, 694, 1, 32)
[1988143.981] wl_surface@27.damage(1638, 694, 258, 32)
[1988143.996] wl_surface@27.damage(79, 726, 1, 5)
[1988144.012] wl_surface@27.damage(393, 726, 300, 5)
[1988144.027] wl_surface@27.damage(1629, 726, 1, 5)
[1988144.044] wl_surface@27.damage(1638, 726, 258, 5)
[1988144.060] wl_surface@27.damage(79, 731, 1, 31)
[1988144.075] wl_surface@27.damage(1629, 731, 1, 31)
[1988144.091] wl_surface@27.damage(1638, 731, 258, 31)
[1988144.107] wl_surface@27.damage(79, 762, 1, 39)
[1988144.123] wl_surface@27.damage(1629, 762, 1, 39)
[1988144.138] wl_surface@27.damage(79, 801, 1, 19)
[1988144.154] wl_surface@27.damage(1629, 801, 1, 19)
[1988144.170] wl_surface@27.damage(1636, 801, 262, 19)
[1988144.186] wl_surface@27.damage(79, 820, 1, 56)
[1988144.202] wl_surface@27.damage(1629, 820, 1, 56)
[1988144.217] wl_surface@27.damage(79, 876, 1, 93)
[1988144.233] wl_surface@27.damage(1629, 876, 1, 93)
[1988144.249] wl_surface@27.damage(1800, 876, 87, 93)
[1988144.265] wl_surface@27.damage(79, 969, 1551, 1)
[1988144.284] wl_surface@27.damage(1800, 969, 87, 1)
[1988144.303] wl_surface@27.damage(1800, 970, 87, 5)
[1988144.320] wl_surface@27.frame(new id wl_callback@26)
[1988144.328] wl_surface@27.commit()
[1988144.340] -> wl_buffer@28.release()
[1988150.547] -> wl_callback@26.done(424463653)
[1988150.563] -> wl_display@1.delete_id(26)
[1988150.569] -> wl_callback@15.done(424463653)
[1988150.574] -> wl_display@1.delete_id(15)
[1988150.594] wl_display@1.delete_id(26)
[1988150.609] wl_display@1.delete_id(15)
[1988150.615] wl_callback@26.done(424463653)
[1988150.621] wl_callback@15.done(424463653)
[1988150.628] -> wl_surface@29.attach(wl_buffer@25, 0, 0)
[1988150.642] -> wl_surface@29.damage(196, 20, 432, 457)
[1988150.658] -> wl_surface@29.frame(new id wl_callback@15)
[1988150.666] -> wl_surface@29.commit()
[1988150.679] wl_surface@29.attach(wl_buffer@25, 0, 0)
[1988150.693] wl_surface@29.damage(196, 20, 432, 457)
[1988150.709] wl_surface@29.frame(new id wl_callback@15)
[1988150.717] wl_surface@29.commit()
[1988150.724] -> wl_buffer@25.release()
[1988167.136] -> wl_callback@15.done(424463669)
[1988167.149] -> wl_display@1.delete_id(15)
[1988167.167] wl_display@1.delete_id(15)
[1988167.179] wl_callback@15.done(424463669)
[1988167.366] -> wl_surface@29.attach(wl_buffer@25, 0, 0)
[1988167.384] -> wl_surface@29.damage(196, 20, 432, 457)
[1988167.399] -> wl_surface@29.damage(462, 554, 80, 27)
[1988167.417] -> wl_surface@29.frame(new id wl_callback@15)
[1988167.425] -> wl_surface@29.commit()
[1988167.460] wl_surface@29.attach(wl_buffer@25, 0, 0)
[1988167.484] wl_surface@29.damage(196, 20, 432, 457)
[1988167.500] wl_surface@29.damage(462, 554, 80, 27)
[1988167.516] wl_surface@29.frame(new id wl_callback@15)
[1988167.524] wl_surface@29.commit()
[1988167.531] -> wl_buffer@25.release()
[1988183.777] -> wl_callback@15.done(424463686)
[1988183.794] -> wl_display@1.delete_id(15)
[1988183.810] wl_display@1.delete_id(15)
[1988183.823] wl_callback@15.done(424463686)
[1988183.830] -> wl_surface@29.attach(wl_buffer@25, 0, 0)
[1988183.842] -> wl_surface@29.damage(196, 20, 432, 457)
[1988183.858] -> wl_surface@29.frame(new id wl_callback@15)
[1988183.866] -> wl_surface@29.commit()
[1988183.879] wl_surface@29.attach(wl_buffer@25, 0, 0)
[1988183.891] wl_surface@29.damage(196, 20, 432, 457)
[1988183.906] wl_surface@29.frame(new id wl_callback@15)
[1988183.913] wl_surface@29.commit()
[1988183.920] -> wl_buffer@25.release()
[1988196.000] -> wl_keyboard@23.key(230, 424463698, 29, 0)
[1988196.024] -> wl_keyboard@23.modifiers(231, 0, 0, 0, 0)
[1988196.080] wl_keyboard@23.key(230, 424463698, 29, 0)
[1988196.106] wl_keyboard@23.modifiers(231, 0, 0, 0, 0)
[1988200.399] -> wl_callback@15.done(424463703)
[1988200.411] -> wl_display@1.delete_id(15)
[1988200.427] wl_display@1.delete_id(15)
[1988200.437] wl_callback@15.done(424463703)
[1988218.983] -> wl_keyboard@23.key(232, 424463721, 49, 0)
[1988219.019] wl_keyboard@23.key(232, 424463721, 49, 0)
[1988320.849] -> wl_surface@29.attach(wl_buffer@25, 0, 0)
[1988320.879] -> wl_surface@29.damage(283, 385, 279, 27)
[1988320.905] -> wl_surface@29.frame(new id wl_callback@15)
[1988320.913] -> wl_surface@29.commit()
[1988320.930] wl_surface@29.attach(wl_buffer@25, 0, 0)
[1988320.949] wl_surface@29.damage(283, 385, 279, 27)
[1988320.963] wl_surface@29.frame(new id wl_callback@15)
[1988320.970] wl_surface@29.commit()
[1988320.977] -> wl_buffer@25.release()
[1988333.734] -> wl_callback@15.done(424463836)
[1988333.747] -> wl_display@1.delete_id(15)
[1988333.763] wl_display@1.delete_id(15)
[1988333.775] wl_callback@15.done(424463836)
[1988564.033] -> wl_keyboard@23.key(233, 424464066, 1, 1)
[1988564.146] wl_keyboard@23.key(233, 424464066, 1, 1)
[1988566.000] -> wl_buffer@25.destroy([1988566.007] -> wl_keyboard@23.leave()
234, wl_surface@29)
[1988566.028] -> wl_keyboard@23.enter(235, wl_surface@27, array)
[1988566.043] -> wl_keyboard@23.modifiers(236, 0, 0, 0, 0)
[1988566.068] -> zwp_tablet_pad_v2@4278190081.leave(237, wl_surface@29)
[1988566.078] -> wl_surface@29.destroy([1988566.080] -> zwp_tablet_pad_v2@4278190081.enter()
238, zwp_tablet_v2@4278190080, wl_surface@27)
[1988566.101] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(68819, 238, 0)
[1988566.119] -> wl_keyboard@23.leave(239, wl_surface@27)
[1988566.144] -> wl_keyboard@23.enter(240, wl_surface@27, array)
[1988566.162] -> wl_keyboard@23.modifiers(241, 0, 0, 0, 0)
[1988566.362] wl_buffer@25.destroy([1988566.366] wl_keyboard@23.leave()
234, nil[1988566.383] -> wl_display@1.delete_id()
25)
[1988566.393] wl_surface@29.destroy([1988566.393] wl_keyboard@23.enter()
235, wl_surface@27, array)
[1988566.412] -> wl_display@1.delete_id([1988566.412] wl_keyboard@23.modifiers(29236)
, 0, 0, 0, 0)
[1988566.445] zwp_tablet_pad_v2@4278190081.leave(237, nil)
[1988566.457] zwp_tablet_pad_v2@4278190081.enter(238, zwp_tablet_v2@4278190080, wl_surface@27)
[1988566.472] zwp_tablet_pad_group_v2@4278190082.mode_switch(68819, 238, 0)
[1988566.486] wl_keyboard@23.leave(239, wl_surface@27)
[1988566.499] wl_keyboard@23.enter(240, wl_surface@27, array)
[1988566.512] wl_keyboard@23.modifiers(241, 0, 0, 0, 0)
[1988569.811] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1988569.837] -> wl_surface@27.damage(0, 64, 73, 1)
[1988569.851] -> wl_surface@27.damage(79, 64, 1551, 1)
[1988569.865] -> wl_surface@27.damage(0, 65, 73, 18)
[1988569.878] -> wl_surface@27.damage(79, 65, 1, 18)
[1988569.892] -> wl_surface@27.damage(1629, 65, 1, 18)
[1988569.905] -> wl_surface@27.damage(79, 83, 1, 10)
[1988569.918] -> wl_surface@27.damage(1629, 83, 1, 10)
[1988569.953] -> wl_surface@27.damage(79, 93, 1, 19)
[1988569.967] -> wl_surface@27.damage(1629, 93, 1, 19)
[1988569.980] -> wl_surface@27.damage(1636, 93, 262, 19)
[1988569.993] -> wl_surface@27.damage(79, 112, 1, 129)
[1988570.006] -> wl_surface@27.damage(1629, 112, 1, 129)
[1988570.019] -> wl_surface@27.damage(79, 241, 1, 19)
[1988570.050] -> wl_surface@27.damage(1629, 241, 1, 19)
[1988570.069] -> wl_surface@27.damage(1636, 241, 262, 19)
[1988570.082] -> wl_surface@27.damage(79, 260, 1, 58)
[1988570.095] -> wl_surface@27.damage(1629, 260, 1, 58)
[1988570.108] -> wl_surface@27.damage(79, 318, 1, 27)
[1988570.121] -> wl_surface@27.damage(1629, 318, 1, 27)
[1988570.135] -> wl_surface@27.damage(1638, 318, 258, 27)
[1988570.150] -> wl_surface@27.damage(79, 345, 1, 41)
[1988570.165] -> wl_surface@27.damage(1022, 345, 293, 41)
[1988570.179] -> wl_surface@27.damage(1629, 345, 1, 41)
[1988570.194] -> wl_surface@27.damage(1638, 345, 258, 41)
[1988570.209] -> wl_surface@27.damage(79, 386, 1, 30)
[1988570.224] -> wl_surface@27.damage(1022, 386, 293, 30)
[1988570.239] -> wl_surface@27.damage(1629, 386, 1, 30)
[1988570.254] -> wl_surface@27.damage(79, 416, 1, 19)
[1988570.268] -> wl_surface@27.damage(1022, 416, 293, 19)
[1988570.290] -> wl_surface@27.damage(1629, 416, 1, 19)
[1988570.306] -> wl_surface@27.damage(1636, 416, 262, 19)
[1988570.321] -> wl_surface@27.damage(79, 435, 1, 29)
[1988570.335] -> wl_surface@27.damage(1022, 435, 293, 29)
[1988570.349] -> wl_surface@27.damage(1629, 435, 1, 29)
[1988570.364] -> wl_surface@27.damage(79, 464, 1, 17)
[1988570.378] -> wl_surface@27.damage(1022, 464, 293, 17)
[1988570.393] -> wl_surface@27.damage(1629, 464, 1, 17)
[1988570.408] -> wl_surface@27.damage(1638, 464, 244, 17)
[1988570.423] -> wl_surface@27.damage(79, 481, 1, 29)
[1988570.438] -> wl_surface@27.damage(393, 481, 300, 29)
[1988570.453] -> wl_surface@27.damage(1022, 481, 293, 29)
[1988570.467] -> wl_surface@27.damage(1629, 481, 1, 29)
[1988570.483] -> wl_surface@27.damage(1638, 481, 244, 29)
[1988570.497] -> wl_surface@27.damage(79, 510, 1, 33)
[1988570.512] -> wl_surface@27.damage(393, 510, 300, 33)
[1988570.526] -> wl_surface@27.damage(1022, 510, 293, 33)
[1988570.540] -> wl_surface@27.damage(1629, 510, 1, 33)
[1988570.555] -> wl_surface@27.damage(79, 543, 1, 19)
[1988570.568] -> wl_surface@27.damage(393, 543, 300, 19)
[1988570.584] -> wl_surface@27.damage(1022, 543, 293, 19)
[1988570.599] -> wl_surface@27.damage(1629, 543, 1, 19)
[1988570.615] -> wl_surface@27.damage(1636, 543, 262, 19)
[1988570.629] -> wl_surface@27.damage(79, 562, 1, 31)
[1988570.644] -> wl_surface@27.damage(393, 562, 300, 31)
[1988570.659] -> wl_surface@27.damage(1022, 562, 293, 31)
[1988570.673] -> wl_surface@27.damage(1629, 562, 1, 31)
[1988570.689] -> wl_surface@27.damage(79, 593, 1, 70)
[1988570.704] -> wl_surface@27.damage(393, 593, 300, 70)
[1988570.718] -> wl_surface@27.damage(1022, 593, 293, 70)
[1988570.732] -> wl_surface@27.damage(1629, 593, 1, 70)
[1988570.747] -> wl_surface@27.damage(1640, 593, 240, 70)
[1988570.762] -> wl_surface@27.damage(79, 663, 1, 10)
[1988570.776] -> wl_surface@27.damage(393, 663, 300, 10)
[1988570.791] -> wl_surface@27.damage(1022, 663, 293, 10)
[1988570.806] -> wl_surface@27.damage(1629, 663, 1, 10)
[1988570.821] -> wl_surface@27.damage(79, 673, 1, 19)
[1988570.835] -> wl_surface@27.damage(393, 673, 300, 19)
[1988570.850] -> wl_surface@27.damage(1022, 673, 293, 19)
[1988570.865] -> wl_surface@27.damage(1629, 673, 1, 19)
[1988570.880] -> wl_surface@27.damage(1636, 673, 262, 19)
[1988570.895] -> wl_surface@27.damage(79, 692, 1, 2)
[1988570.910] -> wl_surface@27.damage(393, 692, 300, 2)
[1988570.925] -> wl_surface@27.damage(1022, 692, 293, 2)
[1988570.939] -> wl_surface@27.damage(1629, 692, 1, 2)
[1988570.954] -> wl_surface@27.damage(79, 694, 1, 32)
[1988570.969] -> wl_surface@27.damage(393, 694, 300, 32)
[1988570.984] -> wl_surface@27.damage(1022, 694, 293, 32)
[1988570.999] -> wl_surface@27.damage(1629, 694, 1, 32)
[1988571.014] -> wl_surface@27.damage(1638, 694, 258, 32)
[1988571.039] -> wl_surface@27.damage(79, 726, 1, 5)
[1988571.052] -> wl_surface@27.damage(393, 726, 300, 5)
[1988571.065] -> wl_surface@27.damage(1629, 726, 1, 5)
[1988571.077] -> wl_surface@27.damage(1638, 726, 258, 5)
[1988571.090] -> wl_surface@27.damage(79, 731, 1, 31)
[1988571.103] -> wl_surface@27.damage(1629, 731, 1, 31)
[1988571.116] -> wl_surface@27.damage(1638, 731, 258, 31)
[1988571.129] -> wl_surface@27.damage(79, 762, 1, 39)
[1988571.141] -> wl_surface@27.damage(1629, 762, 1, 39)
[1988571.154] -> wl_surface@27.damage(79, 801, 1, 19)
[1988571.169] -> wl_surface@27.damage(1629, 801, 1, 19)
[1988571.184] -> wl_surface@27.damage(1636, 801, 262, 19)
[1988571.199] -> wl_surface@27.damage(79, 820, 1, 56)
[1988571.214] -> wl_surface@27.damage(1629, 820, 1, 56)
[1988571.229] -> wl_surface@27.damage(79, 876, 1, 93)
[1988571.243] -> wl_surface@27.damage(1629, 876, 1, 93)
[1988571.258] -> wl_surface@27.damage(1800, 876, 87, 93)
[1988571.272] -> wl_surface@27.damage(79, 969, 1551, 1)
[1988571.292] -> wl_surface@27.damage(1800, 969, 87, 1)
[1988571.307] -> wl_surface@27.damage(1800, 970, 87, 5)
[1988571.322] -> wl_surface@27.frame(new id wl_callback@15)
[1988571.330] -> wl_surface@27.commit()
[1988571.363] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1988571.406] wl_surface@27.damage(0, 64, 73, 1)
[1988571.425] wl_surface@27.damage(79, 64, 1551, 1)
[1988571.439] wl_surface@27.damage(0, 65, 73, 18)
[1988571.453] wl_surface@27.damage(79, 65, 1, 18)
[1988571.466] wl_surface@27.damage(1629, 65, 1, 18)
[1988571.480] wl_surface@27.damage(79, 83, 1, 10)
[1988571.493] wl_surface@27.damage(1629, 83, 1, 10)
[1988571.506] wl_surface@27.damage(79, 93, 1, 19)
[1988571.520] wl_surface@27.damage(1629, 93, 1, 19)
[1988571.533] wl_surface@27.damage(1636, 93, 262, 19)
[1988571.546] wl_surface@27.damage(79, 112, 1, 129)
[1988571.560] wl_surface@27.damage(1629, 112, 1, 129)
[1988571.573] wl_surface@27.damage(79, 241, 1, 19)
[1988571.586] wl_surface@27.damage(1629, 241, 1, 19)
[1988571.600] wl_surface@27.damage(1636, 241, 262, 19)
[1988571.613] wl_surface@27.damage(79, 260, 1, 58)
[1988571.626] wl_surface@27.damage(1629, 260, 1, 58)
[1988571.640] wl_surface@27.damage(79, 318, 1, 27)
[1988571.653] wl_surface@27.damage(1629, 318, 1, 27)
[1988571.668] wl_surface@27.damage(1638, 318, 258, 27)
[1988571.689] wl_surface@27.damage(79, 345, 1, 41)
[1988571.708] wl_surface@27.damage(1022, 345, 293, 41)
[1988571.721] wl_surface@27.damage(1629, 345, 1, 41)
[1988571.735] wl_surface@27.damage(1638, 345, 258, 41)
[1988571.748] wl_surface@27.damage(79, 386, 1, 30)
[1988571.762] wl_surface@27.damage(1022, 386, 293, 30)
[1988571.775] wl_surface@27.damage(1629, 386, 1, 30)
[1988571.789] wl_surface@27.damage(79, 416, 1, 19)
[1988571.802] wl_surface@27.damage(1022, 416, 293, 19)
[1988571.816] wl_surface@27.damage(1629, 416, 1, 19)
[1988571.830] wl_surface@27.damage(1636, 416, 262, 19)
[1988571.843] wl_surface@27.damage(79, 435, 1, 29)
[1988571.857] wl_surface@27.damage(1022, 435, 293, 29)
[1988571.870] wl_surface@27.damage(1629, 435, 1, 29)
[1988571.884] wl_surface@27.damage(79, 464, 1, 17)
[1988571.898] wl_surface@27.damage(1022, 464, 293, 17)
[1988571.911] wl_surface@27.damage(1629, 464, 1, 17)
[1988571.925] wl_surface@27.damage(1638, 464, 244, 17)
[1988571.938] wl_surface@27.damage(79, 481, 1, 29)
[1988571.952] wl_surface@27.damage(393, 481, 300, 29)
[1988571.965] wl_surface@27.damage(1022, 481, 293, 29)
[1988571.978] wl_surface@27.damage(1629, 481, 1, 29)
[1988571.992] wl_surface@27.damage(1638, 481, 244, 29)
[1988572.005] wl_surface@27.damage(79, 510, 1, 33)
[1988572.019] wl_surface@27.damage(393, 510, 300, 33)
[1988572.042] wl_surface@27.damage(1022, 510, 293, 33)
[1988572.059] wl_surface@27.damage(1629, 510, 1, 33)
[1988572.072] wl_surface@27.damage(79, 543, 1, 19)
[1988572.086] wl_surface@27.damage(393, 543, 300, 19)
[1988572.099] wl_surface@27.damage(1022, 543, 293, 19)
[1988572.213] wl_surface@27.damage(1629, 543, 1, 19)
[1988572.228] wl_surface@27.damage(1636, 543, 262, 19)
[1988572.242] wl_surface@27.damage(79, 562, 1, 31)
[1988572.274] wl_surface@27.damage(393, 562, 300, 31)
[1988572.297] wl_surface@27.damage(1022, 562, 293, 31)
[1988572.312] wl_surface@27.damage(1629, 562, 1, 31)
[1988572.327] wl_surface@27.damage(79, 593, 1, 70)
[1988572.342] wl_surface@27.damage(393, 593, 300, 70)
[1988572.357] wl_surface@27.damage(1022, 593, 293, 70)
[1988572.372] wl_surface@27.damage(1629, 593, 1, 70)
[1988572.388] wl_surface@27.damage(1640, 593, 240, 70)
[1988572.403] wl_surface@27.damage(79, 663, 1, 10)
[1988572.418] wl_surface@27.damage(393, 663, 300, 10)
[1988572.433] wl_surface@27.damage(1022, 663, 293, 10)
[1988572.449] wl_surface@27.damage(1629, 663, 1, 10)
[1988572.464] wl_surface@27.damage(79, 673, 1, 19)
[1988572.479] wl_surface@27.damage(393, 673, 300, 19)
[1988572.494] wl_surface@27.damage(1022, 673, 293, 19)
[1988572.509] wl_surface@27.damage(1629, 673, 1, 19)
[1988572.524] wl_surface@27.damage(1636, 673, 262, 19)
[1988572.539] wl_surface@27.damage(79, 692, 1, 2)
[1988572.554] wl_surface@27.damage(393, 692, 300, 2)
[1988572.569] wl_surface@27.damage(1022, 692, 293, 2)
[1988572.585] wl_surface@27.damage(1629, 692, 1, 2)
[1988572.600] wl_surface@27.damage(79, 694, 1, 32)
[1988572.616] wl_surface@27.damage(393, 694, 300, 32)
[1988572.631] wl_surface@27.damage(1022, 694, 293, 32)
[1988572.652] wl_surface@27.damage(1629, 694, 1, 32)
[1988572.672] wl_surface@27.damage(1638, 694, 258, 32)
[1988572.686] wl_surface@27.damage(79, 726, 1, 5)
[1988572.700] wl_surface@27.damage(393, 726, 300, 5)
[1988572.713] wl_surface@27.damage(1629, 726, 1, 5)
[1988572.727] wl_surface@27.damage(1638, 726, 258, 5)
[1988572.741] wl_surface@27.damage(79, 731, 1, 31)
[1988572.754] wl_surface@27.damage(1629, 731, 1, 31)
[1988572.768] wl_surface@27.damage(1638, 731, 258, 31)
[1988572.781] wl_surface@27.damage(79, 762, 1, 39)
[1988572.795] wl_surface@27.damage(1629, 762, 1, 39)
[1988572.809] wl_surface@27.damage(79, 801, 1, 19)
[1988572.827] wl_surface@27.damage(1629, 801, 1, 19)
[1988572.840] wl_surface@27.damage(1636, 801, 262, 19)
[1988572.854] wl_surface@27.damage(79, 820, 1, 56)
[1988572.867] wl_surface@27.damage(1629, 820, 1, 56)
[1988572.881] wl_surface@27.damage(79, 876, 1, 93)
[1988572.895] wl_surface@27.damage(1629, 876, 1, 93)
[1988572.908] wl_surface@27.damage(1800, 876, 87, 93)
[1988572.922] wl_surface@27.damage(79, 969, 1551, 1)
[1988572.935] wl_surface@27.damage(1800, 969, 87, 1)
[1988572.949] wl_surface@27.damage(1800, 970, 87, 5)
[1988572.962] wl_surface@27.frame(new id wl_callback@15)
[1988572.970] wl_surface@27.commit()
[1988572.981] -> wl_buffer@28.release()
[1988573.021] wl_display@1.delete_id(25)
[1988573.033] wl_display@1.delete_id(29)
[1988583.875] -> wl_callback@15.done(424464086)
[1988583.894] -> wl_display@1.delete_id(15)
[1988583.915] wl_display@1.delete_id(15)
[1988583.927] wl_callback@15.done(424464086)
[1988669.014] -> wl_keyboard@23.key(242, 424464171, 1, 0)
[1988669.090] wl_keyboard@23.key(242, 424464171, 1, 0)
[1989729.232] -> zwp_tablet_pad_v2@4278190081.button(424465231, 0, 1)
[1989729.306] zwp_tablet_pad_v2@4278190081.button(424465231, 0, 1)
[1989835.214] -> zwp_tablet_pad_v2@4278190081.button(424465337, 0, 0)
[1989835.259] zwp_tablet_pad_v2@4278190081.button(424465337, 0, 0)
[1989873.203] -> zwp_tablet_pad_v2@4278190081.button(424465375, 0, 1)
[1989873.245] zwp_tablet_pad_v2@4278190081.button(424465375, 0, 1)
[1989939.206] -> zwp_tablet_pad_v2@4278190081.button(424465441, 0, 0)
[1989939.248] zwp_tablet_pad_v2@4278190081.button(424465441, 0, 0)
[1989977.214] -> zwp_tablet_pad_v2@4278190081.button(424465479, 0, 1)
[1989977.248] zwp_tablet_pad_v2@4278190081.button(424465479, 0, 1)
[1990053.205] -> zwp_tablet_pad_v2@4278190081.button(424465555, 0, 0)
[1990053.245] zwp_tablet_pad_v2@4278190081.button(424465555, 0, 0)
[1990105.209] -> zwp_tablet_pad_v2@4278190081.button(424465607, 0, 1)
[1990105.239] zwp_tablet_pad_v2@4278190081.button(424465607, 0, 1)
[1990165.215] -> zwp_tablet_pad_v2@4278190081.button(424465667, 0, 0)
[1990165.250] zwp_tablet_pad_v2@4278190081.button(424465667, 0, 0)
[1990203.218] -> zwp_tablet_pad_v2@4278190081.button(424465705, 0, 1)
[1990203.273] zwp_tablet_pad_v2@4278190081.button(424465705, 0, 1)
[1990247.210] -> zwp_tablet_pad_v2@4278190081.button(424465749, 0, 0)
[1990247.241] zwp_tablet_pad_v2@4278190081.button(424465749, 0, 0)
[1990353.208] -> zwp_tablet_pad_v2@4278190081.button(424465855, 0, 1)
[1990353.241] zwp_tablet_pad_v2@4278190081.button(424465855, 0, 1)
[1990389.211] -> zwp_tablet_pad_v2@4278190081.button(424465891, 0, 0)
[1990389.240] zwp_tablet_pad_v2@4278190081.button(424465891, 0, 0)
[1990435.210] -> zwp_tablet_pad_v2@4278190081.button(424465937, 0, 1)
[1990435.235] zwp_tablet_pad_v2@4278190081.button(424465937, 0, 1)
[1990465.212] -> zwp_tablet_pad_v2@4278190081.button(424465967, 0, 0)
[1990465.244] zwp_tablet_pad_v2@4278190081.button(424465967, 0, 0)
[1990517.213] -> zwp_tablet_pad_v2@4278190081.button(424466019, 0, 1)
[1990517.242] zwp_tablet_pad_v2@4278190081.button(424466019, 0, 1)
[1990563.212] -> zwp_tablet_pad_v2@4278190081.button(424466065, 0, 0)
[1990563.242] zwp_tablet_pad_v2@4278190081.button(424466065, 0, 0)
[1990607.213] -> zwp_tablet_pad_v2@4278190081.button(424466109, 0, 1)
[1990607.244] zwp_tablet_pad_v2@4278190081.button(424466109, 0, 1)
[1990653.213] -> zwp_tablet_pad_v2@4278190081.button(424466155, 0, 0)
[1990653.247] zwp_tablet_pad_v2@4278190081.button(424466155, 0, 0)
[1990697.214] -> zwp_tablet_pad_v2@4278190081.button(424466199, 0, 1)
[1990697.249] zwp_tablet_pad_v2@4278190081.button(424466199, 0, 1)
[1990735.225] -> zwp_tablet_pad_v2@4278190081.button(424466237, 0, 0)
[1990735.259] zwp_tablet_pad_v2@4278190081.button(424466237, 0, 0)
[1990765.225] -> zwp_tablet_pad_v2@4278190081.button(424466267, 0, 1)
[1990765.259] zwp_tablet_pad_v2@4278190081.button(424466267, 0, 1)
[1990809.223] -> zwp_tablet_pad_v2@4278190081.button(424466311, 0, 0)
[1990809.255] zwp_tablet_pad_v2@4278190081.button(424466311, 0, 0)
[1990839.218] -> zwp_tablet_pad_v2@4278190081.button(424466341, 0, 1)
[1990839.247] zwp_tablet_pad_v2@4278190081.button(424466341, 0, 1)
[1990877.228] -> zwp_tablet_pad_v2@4278190081.button(424466379, 0, 0)
[1990877.264] zwp_tablet_pad_v2@4278190081.button(424466379, 0, 0)
[1990907.227] -> zwp_tablet_pad_v2@4278190081.button(424466409, 0, 1)
[1990907.258] zwp_tablet_pad_v2@4278190081.button(424466409, 0, 1)
[1990945.220] -> zwp_tablet_pad_v2@4278190081.button(424466447, 0, 0)
[1990945.254] zwp_tablet_pad_v2@4278190081.button(424466447, 0, 0)
[1990983.232] -> zwp_tablet_pad_v2@4278190081.button(424466485, 0, 1)
[1990983.269] zwp_tablet_pad_v2@4278190081.button(424466485, 0, 1)
[1991001.041] -> wl_keyboard@23.key(243, 424466503, 29, 1)
[1991001.067] -> wl_keyboard@23.modifiers(244, 4, 0, 0, 0)
[1991001.124] wl_keyboard@23.key(243, 424466503, 29, 1)
[1991001.152] wl_keyboard@23.modifiers(244, 4, 0, 0, 0)
[1991027.233] -> zwp_tablet_pad_v2@4278190081.button(424466529, 0, 0)
[1991027.277] zwp_tablet_pad_v2@4278190081.button(424466529, 0, 0)
[1991052.013] -> wl_keyboard@23.key(245, 424466554, 49, 1)
[1991052.057] wl_keyboard@23.key(245, 424466554, 49, 1)
[1991065.232] -> zwp_tablet_pad_v2@4278190081.button(424466567, 0, 1)
[1991065.276] zwp_tablet_pad_v2@4278190081.button(424466567, 0, 1)
[1991079.618] -> wl_compositor@7.create_surface(new id wl_surface@15)
[1991079.706] wl_compositor@7.create_surface(new id wl_surface@15)
[1991083.514] -> wl_drm@6.create_prime_buffer(new id wl_buffer@29, fd 14, 648, 601, 875713112, 0, 3072, 0, 0, 0, 0)
[1991083.591] -> wl_surface@15.attach(wl_buffer@29, 0, 0)
[1991083.611] -> wl_surface@15.damage(0, 0, 648, 601)
[1991083.626] -> wl_surface@15.frame(new id wl_callback@25)
[1991083.634] -> wl_surface@15.commit()
[1991083.650] wl_drm@6.create_prime_buffer(new id wl_buffer@29, fd 111, 648, 601, 875713112, 0, 3072, 0, 0, 0, 0)
[1991083.739] wl_surface@15.attach(wl_buffer@29, 0, 0)
[1991083.755] wl_surface@15.damage(0, 0, 648, 601)
[1991083.770] wl_surface@15.frame(new id wl_callback@25)
[1991083.778] wl_surface@15.commit()
[1991084.031] -> wl_keyboard@23.leave(246, wl_surface@27)
[1991084.060] -> wl_keyboard@23.enter(247, wl_surface@15, array)
[1991084.088] -> wl_keyboard@23.modifiers(248, 4, 0, 0, 0)
[1991084.107] -> zwp_tablet_pad_v2@4278190081.leave(249, wl_surface@27)
[1991084.117] -> zwp_tablet_pad_v2@4278190081.enter(250, zwp_tablet_v2@4278190080, wl_surface@15)
[1991084.129] -> zwp_tablet_pad_group_v2@4278190082.mode_switch(586847, 250, 0)
[1991084.150] -> wl_callback@25.done(424466586)
[1991084.157] -> wl_display@1.delete_id(25)
[1991084.173] -> wl_surface@15.enter(wl_output@9)
[1991084.679] wl_display@1.delete_id(25)
[1991084.712] wl_keyboard@23.leave(246, wl_surface@27)
[1991084.726] wl_keyboard@23.enter(247, wl_surface@15, array)
[1991084.738] wl_keyboard@23.modifiers(248, 4, 0, 0, 0)
[1991084.772] zwp_tablet_pad_v2@4278190081.leave(249, wl_surface@27)
[1991084.782] zwp_tablet_pad_v2@4278190081.enter(250, zwp_tablet_v2@4278190080, wl_surface@15)
[1991084.793] zwp_tablet_pad_group_v2@4278190082.mode_switch(586847, 250, 0)
[1991084.806] wl_callback@25.done(424466586)
[1991084.814] -> wl_surface@15.attach(wl_buffer@29, 0, 0)
[1991084.827] -> wl_surface@15.damage(0, 0, 648, 601)
[1991084.843] -> wl_surface@15.frame(new id wl_callback@25)
[1991084.851] -> wl_surface@15.commit()
[1991084.862] wl_surface@15.attach(wl_buffer@29, 0, 0)
[1991084.889] wl_surface@15.damage(0, 0, 648, 601)
[1991084.906] wl_surface@15.frame(new id wl_callback@25)
[1991084.915] wl_surface@15.commit()
[1991084.932] -> wl_buffer@29.release()
[1991087.056] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1991087.078] -> wl_surface@27.damage(0, 64, 73, 1)
[1991087.092] -> wl_surface@27.damage(79, 64, 1551, 1)
[1991087.105] -> wl_surface@27.damage(0, 65, 73, 18)
[1991087.119] -> wl_surface@27.damage(79, 65, 1, 18)
[1991087.134] -> wl_surface@27.damage(1629, 65, 1, 18)
[1991087.150] -> wl_surface@27.damage(79, 83, 1, 10)
[1991087.165] -> wl_surface@27.damage(1629, 83, 1, 10)
[1991087.182] -> wl_surface@27.damage(79, 93, 1, 19)
[1991087.199] -> wl_surface@27.damage(1629, 93, 1, 19)
[1991087.217] -> wl_surface@27.damage(1636, 93, 262, 19)
[1991087.234] -> wl_surface@27.damage(79, 112, 1, 129)
[1991087.249] -> wl_surface@27.damage(1629, 112, 1, 129)
[1991087.264] -> wl_surface@27.damage(79, 241, 1, 19)
[1991087.279] -> wl_surface@27.damage(1629, 241, 1, 19)
[1991087.299] -> wl_surface@27.damage(1636, 241, 262, 19)
[1991087.314] -> wl_surface@27.damage(79, 260, 1, 58)
[1991087.329] -> wl_surface@27.damage(1629, 260, 1, 58)
[1991087.344] -> wl_surface@27.damage(79, 318, 1, 27)
[1991087.359] -> wl_surface@27.damage(1629, 318, 1, 27)
[1991087.374] -> wl_surface@27.damage(1638, 318, 258, 27)
[1991087.389] -> wl_surface@27.damage(79, 345, 1, 41)
[1991087.403] -> wl_surface@27.damage(1022, 345, 293, 41)
[1991087.418] -> wl_surface@27.damage(1629, 345, 1, 41)
[1991087.433] -> wl_surface@27.damage(1638, 345, 258, 41)
[1991087.447] -> wl_surface@27.damage(79, 386, 1, 30)
[1991087.463] -> wl_surface@27.damage(1022, 386, 293, 30)
[1991087.477] -> wl_surface@27.damage(1629, 386, 1, 30)
[1991087.492] -> wl_surface@27.damage(79, 416, 1, 19)
[1991087.507] -> wl_surface@27.damage(1022, 416, 293, 19)
[1991087.522] -> wl_surface@27.damage(1629, 416, 1, 19)
[1991087.537] -> wl_surface@27.damage(1636, 416, 262, 19)
[1991087.552] -> wl_surface@27.damage(79, 435, 1, 29)
[1991087.570] -> wl_surface@27.damage(1022, 435, 293, 29)
[1991087.591] -> wl_surface@27.damage(1629, 435, 1, 29)
[1991087.606] -> wl_surface@27.damage(79, 464, 1, 17)
[1991087.621] -> wl_surface@27.damage(1022, 464, 293, 17)
[1991087.635] -> wl_surface@27.damage(1629, 464, 1, 17)
[1991087.650] -> wl_surface@27.damage(1638, 464, 244, 17)
[1991087.665] -> wl_surface@27.damage(79, 481, 1, 29)
[1991087.680] -> wl_surface@27.damage(393, 481, 300, 29)
[1991087.695] -> wl_surface@27.damage(1022, 481, 293, 29)
[1991087.709] -> wl_surface@27.damage(1629, 481, 1, 29)
[1991087.724] -> wl_surface@27.damage(1638, 481, 244, 29)
[1991087.739] -> wl_surface@27.damage(79, 510, 1, 33)
[1991087.754] -> wl_surface@27.damage(393, 510, 300, 33)
[1991087.770] -> wl_surface@27.damage(1022, 510, 293, 33)
[1991087.802] -> wl_surface@27.damage(1629, 510, 1, 33)
[1991087.816] -> wl_surface@27.damage(79, 543, 1, 19)
[1991087.831] -> wl_surface@27.damage(393, 543, 300, 19)
[1991087.846] -> wl_surface@27.damage(1022, 543, 293, 19)
[1991087.860] -> wl_surface@27.damage(1629, 543, 1, 19)
[1991087.874] -> wl_surface@27.damage(1636, 543, 262, 19)
[1991087.889] -> wl_surface@27.damage(79, 562, 1, 31)
[1991087.904] -> wl_surface@27.damage(393, 562, 300, 31)
[1991087.918] -> wl_surface@27.damage(1022, 562, 293, 31)
[1991087.933] -> wl_surface@27.damage(1629, 562, 1, 31)
[1991087.948] -> wl_surface@27.damage(79, 593, 1, 70)
[1991087.962] -> wl_surface@27.damage(393, 593, 300, 70)
[1991087.977] -> wl_surface@27.damage(1022, 593, 293, 70)
[1991087.992] -> wl_surface@27.damage(1629, 593, 1, 70)
[1991088.007] -> wl_surface@27.damage(1640, 593, 240, 70)
[1991088.022] -> wl_surface@27.damage(79, 663, 1, 10)
[1991088.037] -> wl_surface@27.damage(393, 663, 300, 10)
[1991088.053] -> wl_surface@27.damage(1022, 663, 293, 10)
[1991088.068] -> wl_surface@27.damage(1629, 663, 1, 10)
[1991088.083] -> wl_surface@27.damage(79, 673, 1, 19)
[1991088.098] -> wl_surface@27.damage(393, 673, 300, 19)
[1991088.114] -> wl_surface@27.damage(1022, 673, 293, 19)
[1991088.130] -> wl_surface@27.damage(1629, 673, 1, 19)
[1991088.145] -> wl_surface@27.damage(1636, 673, 262, 19)
[1991088.160] -> wl_surface@27.damage(79, 692, 1, 2)
[1991088.175] -> wl_surface@27.damage(393, 692, 300, 2)
[1991088.191] -> wl_surface@27.damage(1022, 692, 293, 2)
[1991088.207] -> wl_surface@27.damage(1629, 692, 1, 2)
[1991088.222] -> wl_surface@27.damage(79, 694, 1, 32)
[1991088.237] -> wl_surface@27.damage(393, 694, 300, 32)
[1991088.253] -> wl_surface@27.damage(1022, 694, 293, 32)
[1991088.268] -> wl_surface@27.damage(1629, 694, 1, 32)
[1991088.286] -> wl_surface@27.damage(1638, 694, 258, 32)
[1991088.301] -> wl_surface@27.damage(79, 726, 1, 5)
[1991088.316] -> wl_surface@27.damage(393, 726, 300, 5)
[1991088.331] -> wl_surface@27.damage(1629, 726, 1, 5)
[1991088.346] -> wl_surface@27.damage(1638, 726, 258, 5)
[1991088.361] -> wl_surface@27.damage(79, 731, 1, 31)
[1991088.376] -> wl_surface@27.damage(1629, 731, 1, 31)
[1991088.392] -> wl_surface@27.damage(1638, 731, 258, 31)
[1991088.407] -> wl_surface@27.damage(79, 762, 1, 39)
[1991088.422] -> wl_surface@27.damage(1629, 762, 1, 39)
[1991088.437] -> wl_surface@27.damage(79, 801, 1, 19)
[1991088.452] -> wl_surface@27.damage(1629, 801, 1, 19)
[1991088.467] -> wl_surface@27.damage(1636, 801, 262, 19)
[1991088.482] -> wl_surface@27.damage(79, 820, 1, 56)
[1991088.495] -> wl_surface@27.damage(1629, 820, 1, 56)
[1991088.510] -> wl_surface@27.damage(79, 876, 1, 93)
[1991088.525] -> wl_surface@27.damage(1629, 876, 1, 93)
[1991088.540] -> wl_surface@27.damage(1800, 876, 87, 93)
[1991088.555] -> wl_surface@27.damage(79, 969, 1551, 1)
[1991088.569] -> wl_surface@27.damage(1800, 969, 87, 1)
[1991088.586] -> wl_surface@27.damage(1800, 970, 87, 5)
[1991088.608] -> wl_surface@27.frame(new id wl_callback@26)
[1991088.622] -> wl_surface@27.commit()
[1991088.640] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1991088.661] wl_surface@27.damage(0, 64, 73, 1)
[1991088.677] wl_surface@27.damage(79, 64, 1551, 1)
[1991088.694] wl_surface@27.damage(0, 65, 73, 18)
[1991088.708] wl_surface@27.damage(79, 65, 1, 18)
[1991088.723] wl_surface@27.damage(1629, 65, 1, 18)
[1991088.739] wl_surface@27.damage(79, 83, 1, 10)
[1991088.755] wl_surface@27.damage(1629, 83, 1, 10)
[1991088.771] wl_surface@27.damage(79, 93, 1, 19)
[1991088.787] wl_surface@27.damage(1629, 93, 1, 19)
[1991088.803] wl_surface@27.damage(1636, 93, 262, 19)
[1991088.820] wl_surface@27.damage(79, 112, 1, 129)
[1991088.835] wl_surface@27.damage(1629, 112, 1, 129)
[1991088.851] wl_surface@27.damage(79, 241, 1, 19)
[1991088.867] wl_surface@27.damage(1629, 241, 1, 19)
[1991088.883] wl_surface@27.damage(1636, 241, 262, 19)
[1991088.898] wl_surface@27.damage(79, 260, 1, 58)
[1991088.914] wl_surface@27.damage(1629, 260, 1, 58)
[1991088.937] wl_surface@27.damage(79, 318, 1, 27)
[1991088.952] wl_surface@27.damage(1629, 318, 1, 27)
[1991088.968] wl_surface@27.damage(1638, 318, 258, 27)
[1991088.984] wl_surface@27.damage(79, 345, 1, 41)
[1991088.999] wl_surface@27.damage(1022, 345, 293, 41)
[1991089.015] wl_surface@27.damage(1629, 345, 1, 41)
[1991089.031] wl_surface@27.damage(1638, 345, 258, 41)
[1991089.047] wl_surface@27.damage(79, 386, 1, 30)
[1991089.063] wl_surface@27.damage(1022, 386, 293, 30)
[1991089.078] wl_surface@27.damage(1629, 386, 1, 30)
[1991089.094] wl_surface@27.damage(79, 416, 1, 19)
[1991089.110] wl_surface@27.damage(1022, 416, 293, 19)
[1991089.133] wl_surface@27.damage(1629, 416, 1, 19)
[1991089.149] wl_surface@27.damage(1636, 416, 262, 19)
[1991089.166] wl_surface@27.damage(79, 435, 1, 29)
[1991089.182] wl_surface@27.damage(1022, 435, 293, 29)
[1991089.197] wl_surface@27.damage(1629, 435, 1, 29)
[1991089.214] wl_surface@27.damage(79, 464, 1, 17)
[1991089.230] wl_surface@27.damage(1022, 464, 293, 17)
[1991089.246] wl_surface@27.damage(1629, 464, 1, 17)
[1991089.260] wl_surface@27.damage(1638, 464, 244, 17)
[1991089.276] wl_surface@27.damage(79, 481, 1, 29)
[1991089.297] wl_surface@27.damage(393, 481, 300, 29)
[1991089.313] wl_surface@27.damage(1022, 481, 293, 29)
[1991089.329] wl_surface@27.damage(1629, 481, 1, 29)
[1991089.345] wl_surface@27.damage(1638, 481, 244, 29)
[1991089.361] wl_surface@27.damage(79, 510, 1, 33)
[1991089.375] wl_surface@27.damage(393, 510, 300, 33)
[1991089.389] wl_surface@27.damage(1022, 510, 293, 33)
[1991089.405] wl_surface@27.damage(1629, 510, 1, 33)
[1991089.421] wl_surface@27.damage(79, 543, 1, 19)
[1991089.437] wl_surface@27.damage(393, 543, 300, 19)
[1991089.453] wl_surface@27.damage(1022, 543, 293, 19)
[1991089.469] wl_surface@27.damage(1629, 543, 1, 19)
[1991089.483] wl_surface@27.damage(1636, 543, 262, 19)
[1991089.498] wl_surface@27.damage(79, 562, 1, 31)
[1991089.514] wl_surface@27.damage(393, 562, 300, 31)
[1991089.530] wl_surface@27.damage(1022, 562, 293, 31)
[1991089.545] wl_surface@27.damage(1629, 562, 1, 31)
[1991089.562] wl_surface@27.damage(79, 593, 1, 70)
[1991089.578] wl_surface@27.damage(393, 593, 300, 70)
[1991089.594] wl_surface@27.damage(1022, 593, 293, 70)
[1991089.610] wl_surface@27.damage(1629, 593, 1, 70)
[1991089.626] wl_surface@27.damage(1640, 593, 240, 70)
[1991089.641] wl_surface@27.damage(79, 663, 1, 10)
[1991089.657] wl_surface@27.damage(393, 663, 300, 10)
[1991089.672] wl_surface@27.damage(1022, 663, 293, 10)
[1991089.688] wl_surface@27.damage(1629, 663, 1, 10)
[1991089.704] wl_surface@27.damage(79, 673, 1, 19)
[1991089.720] wl_surface@27.damage(393, 673, 300, 19)
[1991089.736] wl_surface@27.damage(1022, 673, 293, 19)
[1991089.752] wl_surface@27.damage(1629, 673, 1, 19)
[1991089.768] wl_surface@27.damage(1636, 673, 262, 19)
[1991089.784] wl_surface@27.damage(79, 692, 1, 2)
[1991089.798] wl_surface@27.damage(393, 692, 300, 2)
[1991089.813] wl_surface@27.damage(1022, 692, 293, 2)
[1991089.828] wl_surface@27.damage(1629, 692, 1, 2)
[1991089.843] wl_surface@27.damage(79, 694, 1, 32)
[1991089.859] wl_surface@27.damage(393, 694, 300, 32)
[1991089.876] wl_surface@27.damage(1022, 694, 293, 32)
[1991089.891] wl_surface@27.damage(1629, 694, 1, 32)
[1991089.906] wl_surface@27.damage(1638, 694, 258, 32)
[1991089.922] wl_surface@27.damage(79, 726, 1, 5)
[1991089.938] wl_surface@27.damage(393, 726, 300, 5)
[1991089.954] wl_surface@27.damage(1629, 726, 1, 5)
[1991089.971] wl_surface@27.damage(1638, 726, 258, 5)
[1991089.986] wl_surface@27.damage(79, 731, 1, 31)
[1991090.002] wl_surface@27.damage(1629, 731, 1, 31)
[1991090.017] wl_surface@27.damage(1638, 731, 258, 31)
[1991090.033] wl_surface@27.damage(79, 762, 1, 39)
[1991090.049] wl_surface@27.damage(1629, 762, 1, 39)
[1991090.065] wl_surface@27.damage(79, 801, 1, 19)
[1991090.081] wl_surface@27.damage(1629, 801, 1, 19)
[1991090.097] wl_surface@27.damage(1636, 801, 262, 19)
[1991090.113] wl_surface@27.damage(79, 820, 1, 56)
[1991090.128] wl_surface@27.damage(1629, 820, 1, 56)
[1991090.151] wl_surface@27.damage(79, 876, 1, 93)
[1991090.172] wl_surface@27.damage(1629, 876, 1, 93)
[1991090.186] wl_surface@27.damage(1800, 876, 87, 93)
[1991090.209] wl_surface@27.damage(79, 969, 1551, 1)
[1991090.225] wl_surface@27.damage(1800, 969, 87, 1)
[1991090.241] wl_surface@27.damage(1800, 970, 87, 5)
[1991090.257] wl_surface@27.frame(new id wl_callback@26)
[1991090.266] wl_surface@27.commit()
[1991090.278] -> wl_buffer@28.release()
[1991100.578] -> wl_callback@26.done(424466603)
[1991100.593] -> wl_display@1.delete_id(26)
[1991100.599] -> wl_callback@25.done(424466603)
[1991100.604] -> wl_display@1.delete_id(25)
[1991100.621] wl_display@1.delete_id(26)
[1991100.635] wl_display@1.delete_id(25)
[1991100.640] wl_callback@26.done(424466603)
[1991100.647] wl_callback@25.done(424466603)
[1991100.653] -> wl_surface@15.attach(wl_buffer@29, 0, 0)
[1991100.670] -> wl_surface@15.damage(196, 20, 432, 457)
[1991100.693] -> wl_surface@15.frame(new id wl_callback@25)
[1991100.700] -> wl_surface@15.commit()
[1991100.724] wl_surface@15.attach(wl_buffer@29, 0, 0)
[1991100.745] wl_surface@15.damage(196, 20, 432, 457)
[1991100.761] wl_surface@15.frame(new id wl_callback@25)
[1991100.768] wl_surface@15.commit()
[1991100.776] -> wl_buffer@29.release()
[1991117.143] -> wl_callback@25.done(424466619)
[1991117.158] -> wl_display@1.delete_id(25)
[1991117.174] wl_display@1.delete_id(25)
[1991117.188] wl_callback@25.done(424466619)
[1991117.195] -> wl_surface@15.attach(wl_buffer@29, 0, 0)
[1991117.207] -> wl_surface@15.damage(196, 20, 432, 457)
[1991117.223] -> wl_surface@15.damage(462, 554, 80, 27)
[1991117.237] -> wl_surface@15.frame(new id wl_callback@[1991117.239] -> zwp_tablet_pad_v2@4278190081.button(25424466619)
, [1991117.248] -> wl_surface@15.commit(0)
, 0)
[1991117.264] wl_surface@15.attach(wl_buffer@29[1991117.266] zwp_tablet_pad_v2@4278190081.button(, 4244666190, , 00)
, [1991117.285] wl_surface@15.damage(0196)
, 20, 432, 457)
[1991117.306] wl_surface@15.damage(462, 554, 80, 27)
[1991117.321] wl_surface@15.frame(new id wl_callback@25)
[1991117.329] wl_surface@15.commit()
[1991117.336] -> wl_buffer@29.release()
[1991133.756] -> wl_callback@25.done(424466636)
[1991133.771] -> wl_display@1.delete_id(25)
[1991133.788] wl_display@1.delete_id(25)
[1991133.801] wl_callback@25.done(424466636)
[1991144.043] -> wl_keyboard@23.key(251, 424466646, 29, 0)
[1991144.076] -> wl_keyboard@23.modifiers(252, 0, 0, 0, 0)
[1991144.147] wl_keyboard@23.key(251, 424466646, 29, 0)
[1991144.172] wl_keyboard@23.modifiers(252, 0, 0, 0, 0)
[1991147.234] -> zwp_tablet_pad_v2@4278190081.button(424466649, 0, 1)
[1991147.265] zwp_tablet_pad_v2@4278190081.button(424466649, 0, 1)
[1991150.369] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1991150.389] -> wl_surface@27.damage(0, 64, 73, 1)
[1991150.402] -> wl_surface@27.damage(79, 64, 1551, 1)
[1991150.416] -> wl_surface@27.damage(0, 65, 73, 18)
[1991150.430] -> wl_surface@27.damage(79, 65, 1, 18)
[1991150.444] -> wl_surface@27.damage(1629, 65, 1, 18)
[1991150.459] -> wl_surface@27.damage(79, 83, 1, 10)
[1991150.476] -> wl_surface@27.damage(1629, 83, 1, 10)
[1991150.491] -> wl_surface@27.damage(79, 93, 1, 19)
[1991150.506] -> wl_surface@27.damage(1629, 93, 1, 19)
[1991150.522] -> wl_surface@27.damage(1636, 93, 262, 19)
[1991150.537] -> wl_surface@27.damage(79, 112, 1, 129)
[1991150.552] -> wl_surface@27.damage(1629, 112, 1, 129)
[1991150.567] -> wl_surface@27.damage(79, 241, 1, 19)
[1991150.588] -> wl_surface@27.damage(1629, 241, 1, 19)
[1991150.608] -> wl_surface@27.damage(1636, 241, 262, 19)
[1991150.625] -> wl_surface@27.damage(79, 260, 1, 58)
[1991150.645] -> wl_surface@27.damage(1629, 260, 1, 58)
[1991150.665] -> wl_surface@27.damage(79, 318, 1, 27)
[1991150.681] -> wl_surface@27.damage(1629, 318, 1, 27)
[1991150.696] -> wl_surface@27.damage(1638, 318, 258, 27)
[1991150.711] -> wl_surface@27.damage(79, 345, 1, 41)
[1991150.726] -> wl_surface@27.damage(1022, 345, 293, 41)
[1991150.741] -> wl_surface@27.damage(1629, 345, 1, 41)
[1991150.756] -> wl_surface@27.damage(1638, 345, 258, 41)
[1991150.770] -> wl_surface@27.damage(79, 386, 1, 30)
[1991150.794] -> wl_surface@27.damage(1022, 386, 293, 30)
[1991150.808] -> wl_surface@27.damage(1629, 386, 1, 30)
[1991150.823] -> wl_surface@27.damage(79, 416, 1, 19)
[1991150.837] -> wl_surface@27.damage(1022, 416, 293, 19)
[1991150.852] -> wl_surface@27.damage(1629, 416, 1, 19)
[1991150.866] -> wl_surface@27.damage(1636, 416, 262, 19)
[1991150.882] -> wl_surface@27.damage(79, 435, 1, 29)
[1991150.897] -> wl_surface@27.damage(1022, 435, 293, 29)
[1991150.912] -> wl_surface@27.damage(1629, 435, 1, 29)
[1991150.928] -> wl_surface@27.damage(79, 464, 1, 17)
[1991150.942] -> wl_surface@27.damage(1022, 464, 293, 17)
[1991150.957] -> wl_surface@27.damage(1629, 464, 1, 17)
[1991150.972] -> wl_surface@27.damage(1638, 464, 244, 17)
[1991150.987] -> wl_surface@27.damage(79, 481, 1, 29)
[1991151.002] -> wl_surface@27.damage(393, 481, 300, 29)
[1991151.016] -> wl_surface@27.damage(1022, 481, 293, 29)
[1991151.031] -> wl_surface@27.damage(1629, 481, 1, 29)
[1991151.045] -> wl_surface@27.damage(1638, 481, 244, 29)
[1991151.060] -> wl_surface@27.damage(79, 510, 1, 33)
[1991151.075] -> wl_surface@27.damage(393, 510, 300, 33)
[1991151.090] -> wl_surface@27.damage(1022, 510, 293, 33)
[1991151.112] -> wl_surface@27.damage(1629, 510, 1, 33)
[1991151.130] -> wl_surface@27.damage(79, 543, 1, 19)
[1991151.145] -> wl_surface@27.damage(393, 543, 300, 19)
[1991151.160] -> wl_surface@27.damage(1022, 543, 293, 19)
[1991151.176] -> wl_surface@27.damage(1629, 543, 1, 19)
[1991151.190] -> wl_surface@27.damage(1636, 543, 262, 19)
[1991151.205] -> wl_surface@27.damage(79, 562, 1, 31)
[1991151.220] -> wl_surface@27.damage(393, 562, 300, 31)
[1991151.236] -> wl_surface@27.damage(1022, 562, 293, 31)
[1991151.251] -> wl_surface@27.damage(1629, 562, 1, 31)
[1991151.269] -> wl_surface@27.damage(79, 593, 1, 70)
[1991151.292] -> wl_surface@27.damage(393, 593, 300, 70)
[1991151.308] -> wl_surface@27.damage(1022, 593, 293, 70)
[1991151.324] -> wl_surface@27.damage(1629, 593, 1, 70)
[1991151.339] -> wl_surface@27.damage(1640, 593, 240, 70)
[1991151.354] -> wl_surface@27.damage(79, 663, 1, 10)
[1991151.370] -> wl_surface@27.damage(393, 663, 300, 10)
[1991151.385] -> wl_surface@27.damage(1022, 663, 293, 10)
[1991151.400] -> wl_surface@27.damage(1629, 663, 1, 10)
[1991151.415] -> wl_surface@27.damage(79, 673, 1, 19)
[1991151.430] -> wl_surface@27.damage(393, 673, 300, 19)
[1991151.445] -> wl_surface@27.damage(1022, 673, 293, 19)
[1991151.460] -> wl_surface@27.damage(1629, 673, 1, 19)
[1991151.476] -> wl_surface@27.damage(1636, 673, 262, 19)
[1991151.491] -> wl_surface@27.damage(79, 692, 1, 2)
[1991151.506] -> wl_surface@27.damage(393, 692, 300, 2)
[1991151.522] -> wl_surface@27.damage(1022, 692, 293, 2)
[1991151.537] -> wl_surface@27.damage(1629, 692, 1, 2)
[1991151.552] -> wl_surface@27.damage(79, 694, 1, 32)
[1991151.567] -> wl_surface@27.damage(393, 694, 300, 32)
[1991151.585] -> wl_surface@27.damage(1022, 694, 293, 32)
[1991151.607] -> wl_surface@27.damage(1629, 694, 1, 32)
[1991151.624] -> wl_surface@27.damage(1638, 694, 258, 32)
[1991151.646] -> wl_surface@27.damage(79, 726, 1, 5)
[1991151.666] -> wl_surface@27.damage(393, 726, 300, 5)
[1991151.681] -> wl_surface@27.damage(1629, 726, 1, 5)
[1991151.697] -> wl_surface@27.damage(1638, 726, 258, 5)
[1991151.712] -> wl_surface@27.damage(79, 731, 1, 31)
[1991151.727] -> wl_surface@27.damage(1629, 731, 1, 31)
[1991151.743] -> wl_surface@27.damage(1638, 731, 258, 31)
[1991151.757] -> wl_surface@27.damage(79, 762, 1, 39)
[1991151.772] -> wl_surface@27.damage(1629, 762, 1, 39)
[1991151.788] -> wl_surface@27.damage(79, 801, 1, 19)
[1991151.803] -> wl_surface@27.damage(1629, 801, 1, 19)
[1991151.818] -> wl_surface@27.damage(1636, 801, 262, 19)
[1991151.833] -> wl_surface@27.damage(79, 820, 1, 56)
[1991151.849] -> wl_surface@27.damage(1629, 820, 1, 56)
[1991151.865] -> wl_surface@27.damage(79, 876, 1, 93)
[1991151.880] -> wl_surface@27.damage(1629, 876, 1, 93)
[1991151.895] -> wl_surface@27.damage(1800, 876, 87, 93)
[1991151.914] -> wl_surface@27.damage(79, 969, 1551, 1)
[1991151.927] -> wl_surface@27.damage(1800, 969, 87, 1)
[1991151.941] -> wl_surface@27.damage(1800, 970, 87, 5)
[1991151.957] -> wl_surface@27.frame(new id wl_callback@25)
[1991151.964] -> wl_surface@27.commit()
[1991151.979] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1991152.000] wl_surface@27.damage(0, 64, 73, 1)
[1991152.016] wl_surface@27.damage(79, 64, 1551, 1)
[1991152.032] wl_surface@27.damage(0, 65, 73, 18)
[1991152.048] wl_surface@27.damage(79, 65, 1, 18)
[1991152.064] wl_surface@27.damage(1629, 65, 1, 18)
[1991152.079] wl_surface@27.damage(79, 83, 1, 10)
[1991152.095] wl_surface@27.damage(1629, 83, 1, 10)
[1991152.111] wl_surface@27.damage(79, 93, 1, 19)
[1991152.135] wl_surface@27.damage(1629, 93, 1, 19)
[1991152.157] wl_surface@27.damage(1636, 93, 262, 19)
[1991152.171] wl_surface@27.damage(79, [1991152.174] -> wl_surface@15.attach(112wl_buffer@29, , 10, , 1290)
)
[1991152.203] wl_surface@27.damage([1991152.204] -> wl_surface@15.damage(162912, , 11212, , 1168, , 129542)
)
[1991152.232] wl_surface@27.damage([1991152.233] -> wl_surface@15.damage(7912, , 241554, , 1168, , 1927)
)
[1991152.262] wl_surface@27.damage([1991152.264] -> wl_surface@15.damage(1629548, , 241554, , 180, , 1927)
)
[1991152.301] wl_surface@27.damage([1991152.302] -> wl_surface@15.damage(163612, , 241581, , 262168, , 198)
)
[1991152.331] wl_surface@27.damage([1991152.333] -> wl_surface@15.frame(79new id wl_callback@, 26260)
, [1991152.347] -> wl_surface@15.commit(1)
, 58)
[1991152.359] wl_surface@27.damage(1629, 260, 1, 58)
[1991152.374] wl_surface@27.damage(79, 318, 1, 27)
[1991152.390] wl_surface@27.damage(1629, 318, 1, 27)
[1991152.406] wl_surface@27.damage(1638, 318, 258, 27)
[1991152.422] wl_surface@27.damage(79, 345, 1, 41)
[1991152.438] wl_surface@27.damage(1022, 345, 293, 41)
[1991152.454] wl_surface@27.damage(1629, 345, 1, 41)
[1991152.469] wl_surface@27.damage(1638, 345, 258, 41)
[1991152.485] wl_surface@27.damage(79, 386, 1, 30)
[1991152.501] wl_surface@27.damage(1022, 386, 293, 30)
[1991152.516] wl_surface@27.damage(1629, 386, 1, 30)
[1991152.532] wl_surface@27.damage(79, 416, 1, 19)
[1991152.548] wl_surface@27.damage(1022, 416, 293, 19)
[1991152.563] wl_surface@27.damage(1629, 416, 1, 19)
[1991152.580] wl_surface@27.damage(1636, 416, 262, 19)
[1991152.595] wl_surface@27.damage(79, 435, 1, 29)
[1991152.615] wl_surface@27.damage(1022, 435, 293, 29)
[1991152.640] wl_surface@27.damage(1629, 435, 1, 29)
[1991152.661] wl_surface@27.damage(79, 464, 1, 17)
[1991152.684] wl_surface@27.damage(1022, 464, 293, 17)
[1991152.700] wl_surface@27.damage(1629, 464, 1, 17)
[1991152.717] wl_surface@27.damage(1638, 464, 244, 17)
[1991152.732] wl_surface@27.damage(79, 481, 1, 29)
[1991152.749] wl_surface@27.damage(393, 481, 300, 29)
[1991152.764] wl_surface@27.damage(1022, 481, 293, 29)
[1991152.780] wl_surface@27.damage(1629, 481, 1, 29)
[1991152.796] wl_surface@27.damage(1638, 481, 244, 29)
[1991152.812] wl_surface@27.damage(79, 510, 1, 33)
[1991152.827] wl_surface@27.damage(393, 510, 300, 33)
[1991152.843] wl_surface@27.damage(1022, 510, 293, 33)
[1991152.859] wl_surface@27.damage(1629, 510, 1, 33)
[1991152.876] wl_surface@27.damage(79, 543, 1, 19)
[1991152.891] wl_surface@27.damage(393, 543, 300, 19)
[1991152.907] wl_surface@27.damage(1022, 543, 293, 19)
[1991152.923] wl_surface@27.damage(1629, 543, 1, 19)
[1991152.939] wl_surface@27.damage(1636, 543, 262, 19)
[1991152.955] wl_surface@27.damage(79, 562, 1, 31)
[1991152.971] wl_surface@27.damage(393, 562, 300, 31)
[1991152.987] wl_surface@27.damage(1022, 562, 293, 31)
[1991153.003] wl_surface@27.damage(1629, 562, 1, 31)
[1991153.020] wl_surface@27.damage(79, 593, 1, 70)
[1991153.036] wl_surface@27.damage(393, 593, 300, 70)
[1991153.051] wl_surface@27.damage(1022, 593, 293, 70)
[1991153.067] wl_surface@27.damage(1629, 593, 1, 70)
[1991153.083] wl_surface@27.damage(1640, 593, 240, 70)
[1991153.098] wl_surface@27.damage(79, 663, 1, 10)
[1991153.114] wl_surface@27.damage(393, 663, 300, 10)
[1991153.136] wl_surface@27.damage(1022, 663, 293, 10)
[1991153.163] wl_surface@27.damage(1629, 663, 1, 10)
[1991153.180] wl_surface@27.damage(79, 673, 1, 19)
[1991153.196] wl_surface@27.damage(393, 673, 300, 19)
[1991153.212] wl_surface@27.damage(1022, 673, 293, 19)
[1991153.226] wl_surface@27.damage(1629, 673, 1, 19)
[1991153.241] wl_surface@27.damage(1636, 673, 262, 19)
[1991153.258] wl_surface@27.damage(79, 692, 1, 2)
[1991153.273] wl_surface@27.damage(393, 692, 300, 2)
[1991153.294] wl_surface@27.damage(1022, 692, 293, 2)
[1991153.311] wl_surface@27.damage(1629, 692, 1, 2)
[1991153.327] wl_surface@27.damage(79, 694, 1, 32)
[1991153.343] wl_surface@27.damage(393, 694, 300, 32)
[1991153.359] wl_surface@27.damage(1022, 694, 293, 32)
[1991153.375] wl_surface@27.damage(1629, 694, 1, 32)
[1991153.390] wl_surface@27.damage(1638, 694, 258, 32)
[1991153.407] wl_surface@27.damage(79, 726, 1, 5)
[1991153.423] wl_surface@27.damage(393, 726, 300, 5)
[1991153.439] wl_surface@27.damage(1629, 726, 1, 5)
[1991153.455] wl_surface@27.damage(1638, 726, 258, 5)
[1991153.470] wl_surface@27.damage(79, 731, 1, 31)
[1991153.485] wl_surface@27.damage(1629, 731, 1, 31)
[1991153.502] wl_surface@27.damage(1638, 731, 258, 31)
[1991153.518] wl_surface@27.damage(79, 762, 1, 39)
[1991153.533] wl_surface@27.damage(1629, 762, 1, 39)
[1991153.549] wl_surface@27.damage(79, 801, 1, 19)
[1991153.565] wl_surface@27.damage(1629, 801, 1, 19)
[1991153.582] wl_surface@27.damage(1636, 801, 262, 19)
[1991153.598] wl_surface@27.damage(79, 820, 1, 56)
[1991153.618] wl_surface@27.damage(1629, 820, 1, 56)
[1991153.641] wl_surface@27.damage(79, 876, 1, 93)
[1991153.665] wl_surface@27.damage(1629, 876, 1, 93)
[1991153.687] wl_surface@27.damage(1800, 876, 87, 93)
[1991153.703] wl_surface@27.damage(79, 969, 1551, 1)
[1991153.720] wl_surface@27.damage(1800, 969, 87, 1)
[1991153.736] wl_surface@27.damage(1800, 970, 87, 5)
[1991153.753] wl_surface@27.frame(new id wl_callback@25)
[1991153.760] wl_surface@27.commit()
[1991153.770] -> wl_buffer@28.release()
[1991153.824] wl_surface@15.attach(wl_buffer@29, 0, 0)
[1991153.839] wl_surface@15.damage(12, 12, 168, 542)
[1991153.854] wl_surface@15.damage(12, 554, 168, 27)
[1991153.870] wl_surface@15.damage(548, 554, 80, 27)
[1991153.886] wl_surface@15.damage(12, 581, 168, 8)
[1991153.902] wl_surface@15.frame(new id wl_callback@26)
[1991153.910] wl_surface@15.commit()
[1991153.916] -> wl_buffer@29.release()
[1991153.939] -> wl_keyboard@23.key(253, 424466654, 49, 0)
[1991153.974] wl_keyboard@23.key(253, 424466654, 49, 0)
[1991167.135] -> wl_callback@25.done(424466669)
[1991167.152] -> wl_display@1.delete_id(25)
[1991167.158] -> wl_callback@26.done(424466669)
[1991167.163] -> wl_display@1.delete_id(26)
[1991167.180] wl_display@1.delete_id(25)
[1991167.194] wl_display@1.delete_id(26)
[1991167.199] wl_callback@25.done(424466669)
[1991167.207] wl_callback@26.done(424466669)
[1991167.217] -> wl_surface@27.attach(wl_buffer@28, 0, 0)
[1991167.233] -> wl_surface@27.damage(0, 64, 73, 1)
[1991167.248] -> wl_surface@27.damage(79, 64, 1551, 1)
[1991167.268] -> wl_surface@27.damage(0, 65, 73, 18)
[1991167.294] -> wl_surface@27.damage(79, 65, 1, 18)
[1991167.310] -> wl_surface@27.damage(1629, 65, 1, 18)
[1991167.325] -> wl_surface@27.damage(79, 83, 1, 10)
[1991167.340] -> wl_surface@27.damage(1629, 83, 1, 10)
[1991167.355] -> wl_surface@27.damage(79, 93, 1, 19)
[1991167.371] -> wl_surface@27.damage(1629, 93, 1, 19)
[1991167.386] -> wl_surface@27.damage(1636, 93, 262, 19)
[1991167.401] -> wl_surface@27.damage(79, 112, 1, 129)
[1991167.416] -> wl_surface@27.damage(1629, 112, 1, 129)
[1991167.431] -> wl_surface@27.damage(79, 241, 1, 19)
[1991167.446] -> wl_surface@27.damage(1629, 241, 1, 19)
[1991167.461] -> wl_surface@27.damage(1636, 241, 262, 19)
[1991167.477] -> wl_surface@27.damage(79, 260, 1, 58)
[1991167.492] -> wl_surface@27.damage(1629, 260, 1, 58)
[1991167.507] -> wl_surface@27.damage(79, 318, 1, 27)
[1991167.522] -> wl_surface@27.damage(1629, 318, 1, 27)
[1991167.537] -> wl_surface@27.damage(1638, 318, 258, 27)
[1991167.552] -> wl_surface@27.damage(79, 345, 1, 41)
[1991167.575] -> wl_surface@27.damage(1022, 345, 293, 41)
[1991167.589] -> wl_surface@27.damage(1629, 345, 1, 41)
[1991167.605] -> wl_surface@27.damage(1638, 345, 258, 41)
[1991167.620] -> wl_surface@27.damage(79, 386, 1, 30)
[1991167.635] -> wl_surface@27.damage(1022, 386, 293, 30)
[1991167.650] -> wl_surface@27.damage(1629, 386, 1, 30)
[1991167.665] -> wl_surface@27.damage(79, 416, 1, 19)
[1991167.680] -> wl_surface@27.damage(1022, 416, 293, 19)
[1991167.695] -> wl_surface@27.damage(1629, 416, 1, 19)
[1991167.710] -> wl_surface@27.damage(1636, 416, 262, 19)
[1991167.726] -> wl_surface@27.damage(79, 435, 1, 29)
[1991167.747] -> wl_surface@27.damage(1022, 435, 293, 29)
[1991167.764] -> wl_surface@27.damage(1629, 435, 1, 29)
[1991167.780] -> wl_surface@27.damage(79, 464, 1, 17)
[1991167.794] -> wl_surface@27.damage(1022, 464, 293, 17)
[1991167.810] -> wl_surface@27.damage(1629, 464, 1, 17)
[1991167.824] -> wl_surface@27.damage(1638, 464, 244, 17)
[1991167.840] -> wl_surface@27.damage(79, 481, 1, 29)
[1991167.854] -> wl_surface@27.damage(393, 481, 300, 29)
[1991167.870] -> wl_surface@27.damage(1022, 481, 293, 29)
[1991167.884] -> wl_surface@27.damage(1629, 481, 1, 29)
[1991167.899] -> wl_surface@27.damage(1638, 481, 244, 29)
[1991167.914] -> wl_surface@27.damage(79, 510, 1, 33)
[1991167.929] -> wl_surface@27.damage(393, 510, 300, 33)
[1991167.944] -> wl_surface@27.damage(1022, 510, 293, 33)
[1991167.958] -> wl_surface@27.damage(1629, 510, 1, 33)
[1991167.973] -> wl_surface@27.damage(79, 543, 1, 19)
[1991167.988] -> wl_surface@27.damage(393, 543, 300, 19)
[1991168.004] -> wl_surface@27.damage(1022, 543, 293, 19)
[1991168.019] -> wl_surface@27.damage(1629, 543, 1, 19)
[1991168.034] -> wl_surface@27.damage(1636, 543, 262, 19)
[1991168.049] -> wl_surface@27.damage(79, 562, 1, 31)
[1991168.064] -> wl_surface@27.damage(393, 562, 300, 31)
[1991168.079] -> wl_surface@27.damage(1022, 562, 293, 31)
[1991168.093] -> wl_surface@27.damage(1629, 562, 1, 31)
[1991168.108] -> wl_surface@27.damage(79, 593, 1, 70)
[1991168.122] -> wl_surface@27.damage(393, 593, 300, 70)
[1991168.137] -> wl_surface@27.damage(1022, 593, 293, 70)
[1991168.152] -> wl_surface@27.damage(1629, 593, 1, 70)
[1991168.166] -> wl_surface@27.damage(1640, 593, 240, 70)
[1991168.181] -> wl_surface@27.damage(79, 663, 1, 10)
[1991168.196] -> wl_surface@27.damage(393, 663, 300, 10)
[1991168.211] -> wl_surface@27.damage(1022, 663, 293, 10)
[1991168.234] -> wl_surface@27.damage(1629, 663, 1, 10)
[1991168.250] -> wl_surface@27.damage(79, 673, 1, 19)
[1991168.271] -> wl_surface@27.damage(393, 673, 300, 19)
[1991168.297] -> wl_surface@27.damage(1022, 673, 293, 19)
[1991168.314] -> wl_surface@27.damage(1629, 673, 1, 19)
[1991168.331] -> wl_surface@27.damage(1636, 673, 262, 19)
[1991168.347] -> wl_surface@27.damage(79, 692, 1, 2)
[1991168.362] -> wl_surface@27.damage(393, 692, 300, 2)
[1991168.377] -> wl_surface@27.damage(1022, 692, 293, 2)
[1991168.392] -> wl_surface@27.damage(1629, 692, 1, 2)
[1991168.407] -> wl_surface@27.damage(79, 694, 1, 32)
[1991168.423] -> wl_surface@27.damage(393, 694, 300, 32)
[1991168.438] -> wl_surface@27.damage(1022, 694, 293, 32)
[1991168.453] -> wl_surface@27.damage(1629, 694, 1, 32)
[1991168.468] -> wl_surface@27.damage(1638, 694, 258, 32)
[1991168.483] -> wl_surface@27.damage(79, 726, 1, 5)
[1991168.498] -> wl_surface@27.damage(393, 726, 300, 5)
[1991168.513] -> wl_surface@27.damage(1629, 726, 1, 5)
[1991168.528] -> wl_surface@27.damage(1638, 726, 258, 5)
[1991168.542] -> wl_surface@27.damage(79, 731, 1, 31)
[1991168.558] -> wl_surface@27.damage(1629, 731, 1, 31)
[1991168.573] -> wl_surface@27.damage(1638, 731, 258, 31)
[1991168.588] -> wl_surface@27.damage(79, 762, 1, 39)
[1991168.603] -> wl_surface@27.damage(1629, 762, 1, 39)
[1991168.618] -> wl_surface@27.damage(79, 801, 1, 19)
[1991168.634] -> wl_surface@27.damage(1629, 801, 1, 19)
[1991168.648] -> wl_surface@27.damage(1636, 801, 262, 19)
[1991168.663] -> wl_surface@27.damage(79, 820, 1, 56)
[1991168.678] -> wl_surface@27.damage(1629, 820, 1, 56)
[1991168.696] -> wl_surface@27.damage(79, 876, 1, 93)
[1991168.710] -> wl_surface@27.damage(1629, 876, 1, 93)
[1991168.725] -> wl_surface@27.damage(1800, 876, 87, 93)
[1991168.746] -> wl_surface@27.damage(79, 969, 1551, 1)
[1991168.766] -> wl_surface@27.damage(1800, 969, 87, 1)
[1991168.781] -> wl_surface@27.damage(1800, 970, 87, 5)
[1991168.797] -> wl_surface@27.frame(new id wl_callback@26)
[1991168.804] -> wl_surface@27.commit()
[1991168.808] -> wl_surface@15.attach(wl_buffer@29, 0, 0)
[1991168.821] -> wl_surface@15.damage(12, 12, 168, 542)
[1991168.837] -> wl_surface@15.damage(12, 554, 168, 27)
[1991168.852] -> wl_surface@15.damage(548, 554, 80, 27)
[1991168.867] -> wl_surface@15.damage(12, 581, 168, 8)
[1991168.883] -> wl_surface@15.frame(new id wl_callback@25)
[1991168.890] -> wl_surface@15.commit()
[1991168.906] wl_surface@27.attach(wl_buffer@28, 0, 0)
[1991168.926] wl_surface@27.damage(0, 64, 73, 1)
[1991168.942] wl_surface@27.damage(79, 64, 1551, 1)
[1991168.958] wl_surface@27.damage(0, 65, 73, 18)
[1991168.974] wl_surface@27.damage(79, 65, 1, 18)
[1991168.990] wl_surface@27.damage(1629, 65, 1, 18)
[1991169.007] wl_surface@27.damage(79, 83, 1, 10)
[1991169.023] wl_surface@27.damage(1629, 83, 1, 10)
[1991169.039] wl_surface@27.damage(79, 93, 1, 19)
[1991169.055] wl_surface@27.damage(1629, 93, 1, 19)
[1991169.071] wl_surface@27.damage(1636, 93, 262, 19)
[1991169.086] wl_surface@27.damage(79, 112, 1, 129)
[1991169.101] wl_surface@27.damage(1629, 112, 1, 129)
[1991169.117] wl_surface@27.damage(79, 241, 1, 19)
[1991169.131] wl_surface@27.damage(1629, 241, 1, 19)
[1991169.146] wl_surface@27.damage(1636, 241, 262, 19)
[1991169.163] wl_surface@27.damage(79, 260, 1, 58)
[1991169.179] wl_surface@27.damage(1629, 260, 1, 58)
[1991169.195] wl_surface@27.damage(79, 318, 1, 27)
[1991169.210] wl_surface@27.damage(1629, 318, 1, 27)
[1991169.227] wl_surface@27.damage(1638, 318, 258, 27)
[1991169.251] wl_surface@27.damage(79, 345, 1, 41)
[1991169.273] wl_surface@27.damage(1022, 345, 293, 41)
[1991169.303] wl_surface@27.damage(1629, 345, 1, 41)
[1991169.328] wl_surface@27.damage(1638, 345, 258, 41)
[1991169.344] wl_surface@27.damage(79, 386, 1, 30)
[1991169.359] wl_surface@27.damage(1022, 386, 293, 30)
[1991169.374] wl_surface@27.damage(1629, 386, 1, 30)
[1991169.390] wl_surface@27.damage(79, 416, 1, 19)
[1991169.406] wl_surface@27.damage(1022, 416, 293, 19)
[1991169.422] wl_surface@27.damage(1629, 416, 1, 19)
[1991169.438] wl_surface@27.damage(1636, 416, 262, 19)
[1991169.454] wl_surface@27.damage(79, 435, 1, 29)
[1991169.469] wl_surface@27.damage(1022, 435, 293, 29)
[1991169.485] wl_surface@27.damage(1629, 435, 1, 29)
[1991169.499] wl_surface@27.damage(79, 464, 1, 17)
[1991169.514] wl_surface@27.damage(1022, 464, 293, 17)
[1991169.530] wl_surface@27.damage(1629, 464, 1, 17)
[1991169.546] wl_surface@27.damage(1638, 464, 244, 17)
[1991169.562] wl_surface@27.damage(79, 481, 1, 29)
[1991169.576] wl_surface@27.damage(393, 481, 300, 29)
[1991169.592] wl_surface@27.damage(1022, 481, 293, 29)
[1991169.608] wl_surface@27.damage(1629, 481, 1, 29)
[1991169.624] wl_surface@27.damage(1638, 481, 244, 29)
[1991169.641] wl_surface@27.damage(79, 510, 1, 33)
[1991169.656] wl_surface@27.damage(393, 510, 300, 33)
[1991169.670] wl_surface@27.damage(1022, 510, 293, 33)
[1991169.686] wl_surface@27.damage(1629, 510, 1, 33)
[1991169.700] wl_surface@27.damage(79, 543, 1, 19)
[1991169.715] wl_surface@27.damage(393, 543, 300, 19)
[1991169.731] wl_surface@27.damage(1022, 543, 293, 19)
[1991169.746] wl_surface@27.damage(1629, 543, 1, 19)
[1991169.768] wl_surface@27.damage(1636, 543, 262, 19)
[1991169.788] wl_surface@27.damage(79, 562, 1, 31)
[1991169.804] wl_surface@27.damage(393, 562, 300, 31)
[1991169.819] wl_surface@27.damage(1022, 562, 293, 31)
[1991169.834] wl_surface@27.damage(1629, 562, 1, 31)
[1991169.850] wl_surface@27.damage(79, 593, 1, 70)
[1991169.864] wl_surface@27.damage(393,
View raw

(Sorry about that, but we can’t show files that are this big right now.)

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