dunst-project / dunst

Lightweight and customizable notification daemon
https://dunst-project.org
Other
4.57k stars 340 forks source link

Notifications eventually stop showing up on wayland/sway #1066

Closed nagisa closed 2 years ago

nagisa commented 2 years ago

Issue description

I have recently switched from mako to dunst due to https://github.com/emersion/mako/issues/404, and dunst was working quite well for me until after a couple days of runtime dunst stopped showing notifications too!

I'm not entirely sure at this point if this is an issue with dunst or sway (the wayland compositor I use), but I have been running both with debug logging enabled and was able to reproduce the issue just now.

When I run notify-send -t5, the following output from dunstctl is visible:

INFO: Found icon at /run/current-system/sw/share/icons/Papirus-Dark/48x48/status/battery-caution.svg
DEBUG: [         wake_up:0068] Waking up
DEBUG: [             run:0076] RUN
INFO: Idle status queried: 0
DEBUG: [calculate_dimensions:0308] Notification dimensions 1500x123
DEBUG: [            draw:0856] Window dimensions 1515x133
DEBUG: [  render_content:0640] Layout height 83
DEBUG: [wl_display_surface:0779] Buffer size (scaled) 1515x133
DEBUG: [             run:0098] Sleeping for 4996 ms
<5 seconds later…>
DEBUG: [             run:0076] RUN
INFO: Idle status queried: 0
DEBUG: [signal_notification_closed:0766] Queues: Closing notification for reason: time
INFO: Wayland: Hiding window

That is – the dunst appears to be operating as usual.

However I don't see any notifications and sway's logs show no sign of any windows being created like for example these I otherwise would see when things work normally:

38:32:52.345 [DEBUG] [wlr] [types/wlr_surface.c:748] New wlr_surface 0x1f0d1c0 (res 0x1f0fd50)
38:32:52.345 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:472] new layer_surface 0x1ef7a30 (res 0x1f1b380)
38:32:52.345 [DEBUG] [sway/desktop/layer_shell.c:618] new layer surface: namespace notifications layer 3 anchor 10 size 617x174 margin 5,5,5,5,

So in short, wayland surfaces aren't getting created, but dunst does not surface any errors in its own logs either.

I utilize set-paused functionality to stop notifications from showing up when the screen is locked, but running dunstctl is-paused returns false. Is there a reason to believe use of the pause functionality could be to blame here?

Any advise for further troubleshooting would be greatly appreciated

Installation info

I haven't attempted to minify the configuration yet.

dunstrc ```ini [global] sort = yes follow = mouse enable_posix_regex = true origin = bottom-right font = Source Code Pro Semibold 18 markup = yes format = "%a %s\n%b" layer = overlay alignment = left word_wrap = no indicate_hidden = yes frame_width = 5 width = (0, 1500) height = 500 separator_height = 2 padding = 20 horizontal_padding = 20 text_icon_padding = 10 vertical_alignment = top icon_size = 48 icon_theme = "Papirus-Dark" icon_position = left offset = 5x5 progress_bar_frame_width = 2 progress_bar_max_width = 1000 progress_bar_min_width = 500 progress_bar_height = 15 separator_color = "#93A1A1FF" frame_color = "#93A1A1A0" highlight = "#268BD2FF" background = "#002B36FF" corner_radius = 10 dmenu = /nix/store/vh0q0zzfvfdjxm6j5fa86mj1lbg4y33b-menu browser = gio open enable_recursive_icon_lookup = true [urgency_low] foreground = "#93A1A1FF" timeout = 10 [urgency_normal] foreground = "#93A1A1FF" timeout = 10 [urgency_critical] foreground = "#CB4B16FF" highlight = "#CB4B16FF" timeout = 0 [Quodlibet] desktop_entry = "quodlibet" icon_size = 256 # vim: ft=cfg ```
fwsmit commented 2 years ago

Thank you for the bug report! I have seen the same thing a couple times after running dunst for a while, but i dont do that often, so I haven't looked into it yet. I dont think th pause function is at fault here, but instead something wayland-specific. There are a few things you can do to provide more debug information. The first is looking at what dunstctl count displayed returns. I expect dunst will think it is displaying a notification. The second is more likely to give some information. Try running dunst with WAYLAND_DEBUG=1. This will show all wayland actions being performed, so we know if dunst is sending a surface out. The third thing you can do is running the X11 version of dunst with force_xwayland=true.

Thank you for your time and I hope we can fix this issue

fwsmit commented 2 years ago

A few more things to note: I do see comments on the mako issue saying that the git version works. It would be nice to know if that's the case. Furthermore, Dunst and mako are sharing quite some wayland code, so they might share some bugs as well.

Narrat commented 2 years ago

Since some time I noticed this too. I'm running hikari. My deduction was, it had something to do with wlroots 0.15 and the compositor in question, as I did a git bisect on dunst back to the time where Wayland support was introduced and could always reproduce the problem. On how to reproduce: using it to show changes in the volume level. If I one at a time changed the volume level and waited for every notification to disappear everything was okay. But as soon as I didn't care about that, after the notification disappeared it wouldn't show up anymore

fwsmit commented 2 years ago

It might still be a bug present in the initial dunst wayland implementation. But since it has only been reproduced on sway afaik, it's only guessing at this point. The debug info mentioned above would probably narrow it down.

Narrat commented 2 years ago

That may be, but then it only appeared with wlroots 0.15. This behaviour wasn't there with previous versions. And I use dunst and its wayland integration from the beginning. And as written: Can easily reproduce on a different compositor:

Log (fairly long, at the end were dunst doesn't appear anymore):

Logs ``` ❯ WAYLAND_DEBUG=1 dunst [ 195984.477] -> wl_display@1.get_registry(new id wl_registry@2) [ 195984.507] -> wl_display@1.sync(new id wl_callback@3) [ 195984.575] wl_display@1.delete_id(3) [ 195984.603] wl_registry@2.global(1, "wl_shm", 1) [ 195984.616] -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4) [ 195984.638] wl_registry@2.global(2, "wl_drm", 2) [ 195984.651] wl_registry@2.global(3, "zwp_linux_dmabuf_v1", 4) [ 195984.666] wl_registry@2.global(4, "wl_compositor", 4) [ 195984.680] -> wl_registry@2.bind(4, "wl_compositor", 4, new id [unknown]@5) [ 195984.706] wl_registry@2.global(5, "wl_subcompositor", 1) [ 195984.719] wl_registry@2.global(6, "wl_data_device_manager", 3) [ 195984.733] wl_registry@2.global(7, "zxdg_output_manager_v1", 3) [ 195984.746] wl_registry@2.global(8, "zwlr_gamma_control_manager_v1", 1) [ 195984.759] wl_registry@2.global(9, "zwlr_screencopy_manager_v1", 3) [ 195984.772] wl_registry@2.global(10, "zwp_virtual_keyboard_manager_v1", 1) [ 195984.790] wl_registry@2.global(11, "zwlr_virtual_pointer_manager_v1", 2) [ 195984.803] wl_registry@2.global(12, "org_kde_kwin_server_decoration_manager", 1) [ 195984.816] wl_registry@2.global(13, "zxdg_decoration_manager_v1", 1) [ 195984.829] wl_registry@2.global(14, "zwlr_data_control_manager_v1", 2) [ 195984.843] wl_registry@2.global(15, "zwp_primary_selection_device_manager_v1", 1) [ 195984.857] wl_registry@2.global(16, "wl_seat", 7) [ 195984.870] -> wl_registry@2.bind(16, "wl_seat", 3, new id [unknown]@6) [ 195984.888] wl_registry@2.global(17, "xdg_wm_base", 2) [ 195984.903] wl_registry@2.global(18, "zwlr_layer_shell_v1", 4) [ 195984.919] -> wl_registry@2.bind(18, "zwlr_layer_shell_v1", 1, new id [unknown]@7) [ 195984.940] wl_registry@2.global(19, "wl_output", 4) [ 195984.955] -> wl_registry@2.bind(19, "wl_output", 3, new id [unknown]@8) [ 195984.981] wl_callback@3.done(6050) [ 195984.992] -> wl_display@1.sync(new id wl_callback@3) [ 195985.101] wl_display@1.delete_id(3) [ 195985.120] wl_seat@6.name("seat0") [ 195985.126] wl_seat@6.capabilities(3) [ 195985.136] -> wl_seat@6.get_pointer(new id wl_pointer@9) [ 195985.147] wl_output@8.geometry(0, 0, 530, 300, 0, "Acer Technologies", "GF246", 0) [ 195985.186] wl_output@8.mode(1, 1920, 1080, 60000) [ 195985.203] wl_output@8.scale(1) [ 195985.211] wl_output@8.done() [ 195985.215] wl_callback@3.done(6050) [ 195985.221] -> wl_display@1.sync(new id wl_callback@3) [ 195985.307] wl_display@1.delete_id(3) [ 195985.324] wl_callback@3.done(6050) WARNING: compositor doesn't support zwlr_foreign_toplevel_v1. Fullscreen detection won't work [ 195987.763] -> wl_shm@4.create_pool(new id wl_shm_pool@3, fd 9, 1024) [ 195987.899] -> wl_shm_pool@3.resize(4352) [ 195987.994] -> wl_shm_pool@3.resize(11008) [ 195990.030] -> wl_shm_pool@3.resize(24320) [ 195990.069] -> wl_shm_pool@3.resize(50944) [ 195990.118] -> wl_shm_pool@3.resize(104192) [ 195990.199] -> wl_shm_pool@3.resize(210688) [ 195991.562] -> wl_shm_pool@3.resize(423680) [ 195993.927] -> wl_shm_pool@3.resize(849664) [ 195997.812] -> wl_shm_pool@3.resize(1701632) [ 196007.720] -> wl_shm_pool@3.create_buffer(new id wl_buffer@10, 417024, 24, 24, 96, 0) [ 196007.736] -> wl_compositor@5.create_surface(new id wl_surface@11) [ 196007.741] -> wl_surface@11.attach(wl_buffer@10, 0, 0) [ 196007.747] -> wl_surface@11.commit() WARNING: Could not find theme breeze [ 196012.935] -> wl_display@1.sync(new id wl_callback@12) [ 196013.355] wl_display@1.delete_id(12) [ 196013.366] wl_callback@12.done(6050) [ 201869.471] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 10, 1000000) [ 201869.515] -> wl_shm_pool@12.create_buffer(new id wl_buffer@13, 0, 500, 500, 2000, 0) [ 201869.530] -> wl_shm_pool@12.destroy() [ 201885.319] -> wl_buffer@13.destroy() [ 201885.358] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 11, 108768) [ 201885.380] -> wl_shm_pool@14.create_buffer(new id wl_buffer@15, 0, 309, 88, 1236, 0) [ 201885.397] -> wl_shm_pool@14.destroy() [ 201885.475] -> wl_compositor@5.create_surface(new id wl_surface@16) [ 201885.482] -> zwlr_layer_shell_v1@7.get_layer_surface(new id zwlr_layer_surface_v1@17, wl_surface@16, wl_output@8, 3, "notifications") [ 201885.494] -> zwlr_layer_surface_v1@17.set_size(309, 88) [ 201885.499] -> zwlr_layer_surface_v1@17.set_anchor(9) [ 201885.503] -> zwlr_layer_surface_v1@17.set_margin(50, 10, 50, 10) [ 201885.513] -> wl_surface@16.commit() [ 201885.516] -> wl_display@1.sync(new id wl_callback@18) [ 201885.676] wl_display@1.delete_id(12) [ 201885.688] wl_display@1.delete_id(13) [ 201885.693] wl_display@1.delete_id(14) [ 201885.697] wl_display@1.delete_id(18) [ 201885.701] zwlr_layer_surface_v1@17.configure(6057, 309, 88) [ 201885.711] -> zwlr_layer_surface_v1@17.ack_configure(6057) [ 201885.717] -> wl_surface@16.set_buffer_scale(1) [ 201885.723] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 201885.737] -> wl_surface@16.attach(wl_buffer@15, 0, 0) [ 201885.747] -> wl_surface@16.frame(new id wl_callback@14) [ 201885.754] -> wl_surface@16.commit() [ 201885.759] zwlr_layer_surface_v1@17.configure(6058, 309, 88) [ 201885.769] -> zwlr_layer_surface_v1@17.ack_configure(6058) [ 201885.774] -> wl_surface@16.set_buffer_scale(1) [ 201885.779] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 201885.797] -> wl_surface@16.attach(wl_buffer@15, 0, 0) [ 201885.807] wl_callback@18.done(6058) [ 201885.813] -> wl_display@1.sync(new id wl_callback@18) [ 201886.339] wl_display@1.delete_id(18) [ 201886.348] wl_display@1.delete_id(14) [ 201886.352] wl_buffer@15.release() [ 201886.355] zwlr_layer_surface_v1@17.configure(6059, 309, 88) [ 201886.362] -> zwlr_layer_surface_v1@17.ack_configure(6059) [ 201886.366] -> wl_surface@16.set_buffer_scale(1) [ 201886.370] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 201886.382] -> wl_surface@16.attach(wl_buffer@15, 0, 0) [ 201886.399] wl_callback@18.done(6059) [ 201886.402] wl_callback@14.done(2305978) [ 202112.112] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 10, 1000000) [ 202112.132] -> wl_shm_pool@14.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 202112.150] -> wl_shm_pool@14.destroy() [ 202112.432] -> wl_buffer@18.destroy() [ 202112.469] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 202112.488] -> wl_shm_pool@13.create_buffer(new id wl_buffer@12, 0, 309, 88, 1236, 0) [ 202112.514] -> wl_shm_pool@13.destroy() [ 202112.617] -> wl_surface@16.frame(new id wl_callback@19) [ 202112.627] -> wl_surface@16.commit() [ 202112.631] -> wl_display@1.sync(new id wl_callback@20) [ 202113.168] wl_display@1.delete_id(14) [ 202113.186] wl_display@1.delete_id(18) [ 202113.192] wl_display@1.delete_id(13) [ 202113.198] wl_display@1.delete_id(20) [ 202113.205] wl_display@1.delete_id(19) [ 202113.212] wl_buffer@15.release() [ 202113.218] zwlr_layer_surface_v1@17.configure(6062, 309, 88) [ 202113.232] -> zwlr_layer_surface_v1@17.ack_configure(6062) [ 202113.240] -> wl_surface@16.set_buffer_scale(1) [ 202113.245] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 202113.261] -> wl_surface@16.attach(wl_buffer@12, 0, 0) [ 202113.275] wl_callback@20.done(6062) [ 202113.282] wl_callback@19.done(2306204) [ 202306.640] -> wl_buffer@15.destroy() [ 202306.717] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 202306.741] -> wl_shm_pool@19.create_buffer(new id wl_buffer@20, 0, 500, 500, 2000, 0) [ 202306.769] -> wl_shm_pool@19.destroy() [ 202307.092] -> wl_buffer@20.destroy() [ 202307.134] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 202307.156] -> wl_shm_pool@13.create_buffer(new id wl_buffer@18, 0, 309, 88, 1236, 0) [ 202307.190] -> wl_shm_pool@13.destroy() [ 202307.314] -> wl_surface@16.frame(new id wl_callback@14) [ 202307.325] -> wl_surface@16.commit() [ 202307.329] -> wl_display@1.sync(new id wl_callback@21) [ 202307.909] wl_display@1.delete_id(15) [ 202307.937] wl_display@1.delete_id(19) [ 202307.943] wl_display@1.delete_id(20) [ 202307.948] wl_display@1.delete_id(13) [ 202307.953] wl_display@1.delete_id(21) [ 202307.958] wl_display@1.delete_id(14) [ 202307.964] wl_buffer@12.release() [ 202307.968] zwlr_layer_surface_v1@17.configure(6065, 309, 88) [ 202307.980] -> zwlr_layer_surface_v1@17.ack_configure(6065) [ 202307.987] -> wl_surface@16.set_buffer_scale(1) [ 202308.003] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 202308.022] -> wl_surface@16.attach(wl_buffer@18, 0, 0) [ 202308.037] wl_callback@21.done(6065) [ 202308.045] wl_callback@14.done(2306399) [ 202848.987] -> wl_buffer@12.destroy() [ 202849.064] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 10, 1000000) [ 202849.091] -> wl_shm_pool@14.create_buffer(new id wl_buffer@21, 0, 500, 500, 2000, 0) [ 202849.139] -> wl_shm_pool@14.destroy() [ 202849.413] -> wl_buffer@21.destroy() [ 202849.449] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 202849.489] -> wl_shm_pool@13.create_buffer(new id wl_buffer@20, 0, 309, 88, 1236, 0) [ 202849.544] -> wl_shm_pool@13.destroy() [ 202849.634] -> wl_surface@16.frame(new id wl_callback@19) [ 202849.656] -> wl_surface@16.commit() [ 202849.659] -> wl_display@1.sync(new id wl_callback@15) [ 202850.128] wl_display@1.delete_id(12) [ 202850.137] wl_display@1.delete_id(14) [ 202850.141] wl_display@1.delete_id(21) [ 202850.144] wl_display@1.delete_id(13) [ 202850.147] wl_display@1.delete_id(15) [ 202850.150] wl_display@1.delete_id(19) [ 202850.153] wl_buffer@18.release() [ 202850.155] zwlr_layer_surface_v1@17.configure(6067, 309, 88) [ 202850.200] -> zwlr_layer_surface_v1@17.ack_configure(6067) [ 202850.218] -> wl_surface@16.set_buffer_scale(1) [ 202850.222] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 202850.245] -> wl_surface@16.attach(wl_buffer@20, 0, 0) [ 202850.255] wl_callback@15.done(6067) [ 202850.259] wl_callback@19.done(2306941) [ 202869.429] -> wl_buffer@18.destroy() [ 202869.491] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 202869.505] -> wl_shm_pool@19.create_buffer(new id wl_buffer@15, 0, 500, 500, 2000, 0) [ 202869.522] -> wl_shm_pool@19.destroy() [ 202869.750] -> wl_buffer@15.destroy() [ 202869.781] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 202869.795] -> wl_shm_pool@13.create_buffer(new id wl_buffer@21, 0, 309, 88, 1236, 0) [ 202869.818] -> wl_shm_pool@13.destroy() [ 202869.917] -> wl_surface@16.frame(new id wl_callback@14) [ 202869.926] -> wl_surface@16.commit() [ 202869.931] -> wl_display@1.sync(new id wl_callback@12) [ 202870.215] wl_display@1.delete_id(18) [ 202870.227] wl_display@1.delete_id(19) [ 202870.232] wl_display@1.delete_id(15) [ 202870.236] wl_display@1.delete_id(13) [ 202870.240] wl_display@1.delete_id(12) [ 202870.244] wl_buffer@20.release() [ 202870.247] zwlr_layer_surface_v1@17.configure(6069, 309, 88) [ 202870.258] -> zwlr_layer_surface_v1@17.ack_configure(6069) [ 202870.265] -> wl_surface@16.set_buffer_scale(1) [ 202870.272] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 202870.288] -> wl_surface@16.attach(wl_buffer@21, 0, 0) [ 202870.298] wl_callback@12.done(6069) [ 202879.703] wl_display@1.delete_id(14) [ 202879.720] wl_callback@14.done(2306971) [ 203391.876] -> wl_buffer@20.destroy() [ 203391.931] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 10, 1000000) [ 203391.945] -> wl_shm_pool@14.create_buffer(new id wl_buffer@12, 0, 500, 500, 2000, 0) [ 203391.960] -> wl_shm_pool@14.destroy() [ 203392.216] -> wl_buffer@12.destroy() [ 203392.339] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 203392.353] -> wl_shm_pool@13.create_buffer(new id wl_buffer@15, 0, 309, 88, 1236, 0) [ 203392.367] -> wl_shm_pool@13.destroy() [ 203392.455] -> wl_surface@16.frame(new id wl_callback@19) [ 203392.469] -> wl_surface@16.commit() [ 203392.473] -> wl_display@1.sync(new id wl_callback@18) [ 203392.727] wl_display@1.delete_id(20) [ 203392.737] wl_display@1.delete_id(14) [ 203392.745] wl_display@1.delete_id(12) [ 203392.749] wl_display@1.delete_id(13) [ 203392.753] wl_display@1.delete_id(18) [ 203392.759] wl_buffer@21.release() [ 203392.763] zwlr_layer_surface_v1@17.configure(6071, 309, 88) [ 203392.774] -> zwlr_layer_surface_v1@17.ack_configure(6071) [ 203392.779] -> wl_surface@16.set_buffer_scale(1) [ 203392.784] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 203392.800] -> wl_surface@16.attach(wl_buffer@15, 0, 0) [ 203392.812] wl_callback@18.done(6071) [ 203396.304] wl_display@1.delete_id(19) [ 203396.315] wl_callback@19.done(2307488) [ 203519.205] -> wl_buffer@21.destroy() [ 203519.346] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 203519.361] -> wl_shm_pool@19.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 203519.403] -> wl_shm_pool@19.destroy() [ 203519.657] -> wl_buffer@18.destroy() [ 203519.682] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 203519.693] -> wl_shm_pool@13.create_buffer(new id wl_buffer@12, 0, 309, 88, 1236, 0) [ 203519.705] -> wl_shm_pool@13.destroy() [ 203519.808] -> wl_surface@16.frame(new id wl_callback@14) [ 203519.831] -> wl_surface@16.commit() [ 203519.834] -> wl_display@1.sync(new id wl_callback@20) [ 203520.102] wl_display@1.delete_id(21) [ 203520.114] wl_display@1.delete_id(19) [ 203520.118] wl_display@1.delete_id(18) [ 203520.135] wl_display@1.delete_id(13) [ 203520.139] wl_display@1.delete_id(20) [ 203520.144] wl_buffer@15.release() [ 203520.148] zwlr_layer_surface_v1@17.configure(6074, 309, 88) [ 203520.160] -> zwlr_layer_surface_v1@17.ack_configure(6074) [ 203520.166] -> wl_surface@16.set_buffer_scale(1) [ 203520.171] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 203520.186] -> wl_surface@16.attach(wl_buffer@12, 0, 0) [ 203520.196] wl_callback@20.done(6074) [ 203529.641] wl_display@1.delete_id(14) [ 203529.653] wl_callback@14.done(2307621) [ 203647.042] -> wl_buffer@15.destroy() [ 203647.105] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 10, 1000000) [ 203647.122] -> wl_shm_pool@14.create_buffer(new id wl_buffer@20, 0, 500, 500, 2000, 0) [ 203647.143] -> wl_shm_pool@14.destroy() [ 203647.380] -> wl_buffer@20.destroy() [ 203647.414] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 203647.427] -> wl_shm_pool@13.create_buffer(new id wl_buffer@18, 0, 309, 88, 1236, 0) [ 203647.445] -> wl_shm_pool@13.destroy() [ 203647.545] -> wl_surface@16.frame(new id wl_callback@19) [ 203647.555] -> wl_surface@16.commit() [ 203647.558] -> wl_display@1.sync(new id wl_callback@21) [ 203648.124] wl_display@1.delete_id(15) [ 203648.139] wl_display@1.delete_id(14) [ 203648.144] wl_display@1.delete_id(20) [ 203648.148] wl_display@1.delete_id(13) [ 203648.152] wl_display@1.delete_id(21) [ 203648.156] wl_display@1.delete_id(19) [ 203648.161] wl_buffer@12.release() [ 203648.164] zwlr_layer_surface_v1@17.configure(6078, 309, 88) [ 203648.184] -> zwlr_layer_surface_v1@17.ack_configure(6078) [ 203648.192] -> wl_surface@16.set_buffer_scale(1) [ 203648.199] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 203648.216] -> wl_surface@16.attach(wl_buffer@18, 0, 0) [ 203648.234] wl_callback@21.done(6078) [ 203648.242] wl_callback@19.done(2307739) [ 203845.593] -> wl_buffer@12.destroy() [ 203845.783] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 203845.828] -> wl_shm_pool@19.create_buffer(new id wl_buffer@21, 0, 500, 500, 2000, 0) [ 203845.901] -> wl_shm_pool@19.destroy() [ 203846.558] -> wl_buffer@21.destroy() [ 203846.655] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 203846.697] -> wl_shm_pool@13.create_buffer(new id wl_buffer@20, 0, 309, 88, 1236, 0) [ 203846.763] -> wl_shm_pool@13.destroy() [ 203847.057] -> wl_surface@16.frame(new id wl_callback@14) [ 203847.083] -> wl_surface@16.commit() [ 203847.094] -> wl_display@1.sync(new id wl_callback@15) [ 203857.493] wl_display@1.delete_id(12) [ 203857.524] wl_display@1.delete_id(19) [ 203857.529] wl_display@1.delete_id(21) [ 203857.533] wl_display@1.delete_id(13) [ 203857.550] wl_display@1.delete_id(15) [ 203857.555] wl_display@1.delete_id(14) [ 203857.559] wl_buffer@18.release() [ 203857.563] zwlr_layer_surface_v1@17.configure(6079, 309, 88) [ 203857.573] -> zwlr_layer_surface_v1@17.ack_configure(6079) [ 203857.580] -> wl_surface@16.set_buffer_scale(1) [ 203857.586] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 203857.598] -> wl_surface@16.attach(wl_buffer@20, 0, 0) [ 203857.610] wl_callback@15.done(6079) [ 203857.615] wl_callback@14.done(2307949) [ 203874.179] -> wl_buffer@18.destroy() [ 203874.250] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 10, 1000000) [ 203874.262] -> wl_shm_pool@14.create_buffer(new id wl_buffer@15, 0, 500, 500, 2000, 0) [ 203874.275] -> wl_shm_pool@14.destroy() [ 203874.498] -> wl_buffer@15.destroy() [ 203874.524] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 203874.533] -> wl_shm_pool@13.create_buffer(new id wl_buffer@21, 0, 309, 88, 1236, 0) [ 203874.546] -> wl_shm_pool@13.destroy() [ 203874.628] -> wl_surface@16.frame(new id wl_callback@19) [ 203874.635] -> wl_surface@16.commit() [ 203874.638] -> wl_display@1.sync(new id wl_callback@12) [ 203874.919] wl_display@1.delete_id(18) [ 203874.943] wl_display@1.delete_id(14) [ 203874.956] wl_display@1.delete_id(15) [ 203874.962] wl_display@1.delete_id(13) [ 203874.970] wl_display@1.delete_id(12) [ 203874.973] wl_buffer@20.release() [ 203874.977] zwlr_layer_surface_v1@17.configure(6081, 309, 88) [ 203874.988] -> zwlr_layer_surface_v1@17.ack_configure(6081) [ 203874.994] -> wl_surface@16.set_buffer_scale(1) [ 203875.000] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 203875.013] -> wl_surface@16.attach(wl_buffer@21, 0, 0) [ 203875.024] wl_callback@12.done(6081) [ 203879.499] wl_display@1.delete_id(19) [ 203879.509] wl_callback@19.done(2307971) [ 204288.750] -> wl_buffer@20.destroy() [ 204288.801] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 204288.813] -> wl_shm_pool@19.create_buffer(new id wl_buffer@12, 0, 500, 500, 2000, 0) [ 204288.827] -> wl_shm_pool@19.destroy() [ 204289.047] -> wl_buffer@12.destroy() [ 204289.074] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 204289.085] -> wl_shm_pool@13.create_buffer(new id wl_buffer@15, 0, 309, 88, 1236, 0) [ 204289.098] -> wl_shm_pool@13.destroy() [ 204289.172] -> wl_surface@16.frame(new id wl_callback@14) [ 204289.183] -> wl_surface@16.commit() [ 204289.186] -> wl_display@1.sync(new id wl_callback@18) [ 204289.415] wl_display@1.delete_id(20) [ 204289.425] wl_display@1.delete_id(19) [ 204289.430] wl_display@1.delete_id(12) [ 204289.435] wl_display@1.delete_id(13) [ 204289.439] wl_display@1.delete_id(18) [ 204289.442] wl_buffer@21.release() [ 204289.446] zwlr_layer_surface_v1@17.configure(6084, 309, 88) [ 204289.456] -> zwlr_layer_surface_v1@17.ack_configure(6084) [ 204289.464] -> wl_surface@16.set_buffer_scale(1) [ 204289.468] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 204289.478] -> wl_surface@16.attach(wl_buffer@15, 0, 0) [ 204289.489] wl_callback@18.done(6084) [ 204296.258] wl_display@1.delete_id(14) [ 204296.269] wl_callback@14.done(2308388) [ 204450.869] -> wl_buffer@21.destroy() [ 204450.949] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 10, 1000000) [ 204450.984] -> wl_shm_pool@14.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 204450.998] -> wl_shm_pool@14.destroy() [ 204451.229] -> wl_buffer@18.destroy() [ 204451.279] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 204451.291] -> wl_shm_pool@13.create_buffer(new id wl_buffer@12, 0, 309, 88, 1236, 0) [ 204451.305] -> wl_shm_pool@13.destroy() [ 204451.384] -> wl_surface@16.frame(new id wl_callback@19) [ 204451.398] -> wl_surface@16.commit() [ 204451.404] -> wl_display@1.sync(new id wl_callback@20) [ 204451.684] wl_display@1.delete_id(21) [ 204451.695] wl_display@1.delete_id(14) [ 204451.698] wl_display@1.delete_id(18) [ 204451.702] wl_display@1.delete_id(13) [ 204451.705] wl_display@1.delete_id(20) [ 204451.708] wl_buffer@15.release() [ 204451.711] zwlr_layer_surface_v1@17.configure(6087, 309, 88) [ 204451.719] -> zwlr_layer_surface_v1@17.ack_configure(6087) [ 204451.725] -> wl_surface@16.set_buffer_scale(1) [ 204451.730] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 204451.742] -> wl_surface@16.attach(wl_buffer@12, 0, 0) [ 204451.752] wl_callback@20.done(6087) [ 204463.009] wl_display@1.delete_id(19) [ 204463.021] wl_callback@19.done(2308554) [ 204640.308] -> wl_buffer@15.destroy() [ 204640.499] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 204640.544] -> wl_shm_pool@19.create_buffer(new id wl_buffer@20, 0, 500, 500, 2000, 0) [ 204640.610] -> wl_shm_pool@19.destroy() [ 204641.291] -> wl_buffer@20.destroy() [ 204641.385] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 204641.426] -> wl_shm_pool@13.create_buffer(new id wl_buffer@18, 0, 309, 88, 1236, 0) [ 204641.493] -> wl_shm_pool@13.destroy() [ 204641.787] -> wl_surface@16.frame(new id wl_callback@14) [ 204641.813] -> wl_surface@16.commit() [ 204641.824] -> wl_display@1.sync(new id wl_callback@21) [ 204643.185] wl_display@1.delete_id(15) [ 204643.222] wl_display@1.delete_id(19) [ 204643.237] wl_display@1.delete_id(20) [ 204643.250] wl_display@1.delete_id(13) [ 204643.264] wl_display@1.delete_id(21) [ 204643.293] wl_display@1.delete_id(14) [ 204643.313] wl_buffer@12.release() [ 204643.328] zwlr_layer_surface_v1@17.configure(6089, 309, 88) [ 204643.365] -> zwlr_layer_surface_v1@17.ack_configure(6089) [ 204643.382] -> wl_surface@16.set_buffer_scale(1) [ 204643.411] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 204643.465] -> wl_surface@16.attach(wl_buffer@18, 0, 0) [ 204643.521] wl_callback@21.done(6089) [ 204643.543] wl_callback@14.done(2308734) [ 205248.813] -> wl_buffer@12.destroy() [ 205248.959] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 10, 1000000) [ 205248.985] -> wl_shm_pool@14.create_buffer(new id wl_buffer@21, 0, 500, 500, 2000, 0) [ 205249.010] -> wl_shm_pool@14.destroy() [ 205249.421] -> wl_buffer@21.destroy() [ 205249.447] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 205249.457] -> wl_shm_pool@13.create_buffer(new id wl_buffer@20, 0, 309, 88, 1236, 0) [ 205249.513] -> wl_shm_pool@13.destroy() [ 205249.616] -> wl_surface@16.frame(new id wl_callback@19) [ 205249.624] -> wl_surface@16.commit() [ 205249.640] -> wl_display@1.sync(new id wl_callback@15) [ 205250.179] wl_display@1.delete_id(12) [ 205250.193] wl_display@1.delete_id(14) [ 205250.199] wl_display@1.delete_id(21) [ 205250.204] wl_display@1.delete_id(13) [ 205250.208] wl_display@1.delete_id(15) [ 205250.212] wl_display@1.delete_id(19) [ 205250.217] wl_buffer@18.release() [ 205250.220] zwlr_layer_surface_v1@17.configure(6091, 309, 88) [ 205250.231] -> zwlr_layer_surface_v1@17.ack_configure(6091) [ 205250.238] -> wl_surface@16.set_buffer_scale(1) [ 205250.243] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 205250.256] -> wl_surface@16.attach(wl_buffer@20, 0, 0) [ 205250.266] wl_callback@15.done(6091) [ 205250.271] wl_callback@19.done(2309342) [ 205447.607] -> wl_buffer@18.destroy() [ 205447.778] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 205447.824] -> wl_shm_pool@19.create_buffer(new id wl_buffer@15, 0, 500, 500, 2000, 0) [ 205447.912] -> wl_shm_pool@19.destroy() [ 205448.607] -> wl_buffer@15.destroy() [ 205448.703] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 205448.745] -> wl_shm_pool@13.create_buffer(new id wl_buffer@21, 0, 309, 88, 1236, 0) [ 205448.827] -> wl_shm_pool@13.destroy() [ 205449.124] -> wl_surface@16.frame(new id wl_callback@14) [ 205449.155] -> wl_surface@16.commit() [ 205449.169] -> wl_display@1.sync(new id wl_callback@12) [ 205450.597] wl_display@1.delete_id(18) [ 205450.640] wl_display@1.delete_id(19) [ 205450.663] wl_display@1.delete_id(15) [ 205450.679] wl_display@1.delete_id(13) [ 205450.693] wl_display@1.delete_id(12) [ 205450.724] wl_display@1.delete_id(14) [ 205450.740] wl_buffer@20.release() [ 205450.753] zwlr_layer_surface_v1@17.configure(6093, 309, 88) [ 205450.797] -> zwlr_layer_surface_v1@17.ack_configure(6093) [ 205450.825] -> wl_surface@16.set_buffer_scale(1) [ 205450.844] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 205450.910] -> wl_surface@16.attach(wl_buffer@21, 0, 0) [ 205450.956] wl_callback@12.done(6093) [ 205450.979] wl_callback@14.done(2309542) [ 206178.073] -> wl_buffer@20.destroy() [ 206178.131] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 10, 1000000) [ 206178.145] -> wl_shm_pool@14.create_buffer(new id wl_buffer@12, 0, 500, 500, 2000, 0) [ 206178.171] -> wl_shm_pool@14.destroy() [ 206178.384] -> wl_buffer@12.destroy() [ 206178.413] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 206178.426] -> wl_shm_pool@13.create_buffer(new id wl_buffer@15, 0, 309, 88, 1236, 0) [ 206178.468] -> wl_shm_pool@13.destroy() [ 206178.563] -> wl_surface@16.frame(new id wl_callback@19) [ 206178.572] -> wl_surface@16.commit() [ 206178.577] -> wl_display@1.sync(new id wl_callback@18) [ 206178.881] wl_display@1.delete_id(20) [ 206178.892] wl_display@1.delete_id(14) [ 206178.897] wl_display@1.delete_id(12) [ 206178.902] wl_display@1.delete_id(13) [ 206178.911] wl_display@1.delete_id(18) [ 206178.921] wl_buffer@21.release() [ 206178.924] zwlr_layer_surface_v1@17.configure(6095, 309, 88) [ 206178.938] -> zwlr_layer_surface_v1@17.ack_configure(6095) [ 206178.945] -> wl_surface@16.set_buffer_scale(1) [ 206178.951] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 206178.966] -> wl_surface@16.attach(wl_buffer@15, 0, 0) [ 206178.979] wl_callback@18.done(6095) [ 206179.383] wl_display@1.delete_id(19) [ 206179.398] wl_callback@19.done(2310271) [ 206244.564] -> wl_buffer@21.destroy() [ 206244.747] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 206244.793] -> wl_shm_pool@19.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 206244.868] -> wl_shm_pool@19.destroy() [ 206245.519] -> wl_buffer@18.destroy() [ 206245.613] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 206245.655] -> wl_shm_pool@13.create_buffer(new id wl_buffer@12, 0, 309, 88, 1236, 0) [ 206245.721] -> wl_shm_pool@13.destroy() [ 206246.017] -> wl_surface@16.frame(new id wl_callback@14) [ 206246.042] -> wl_surface@16.commit() [ 206246.054] -> wl_display@1.sync(new id wl_callback@20) [ 206247.471] wl_display@1.delete_id(21) [ 206247.505] wl_display@1.delete_id(19) [ 206247.519] wl_display@1.delete_id(18) [ 206247.532] wl_display@1.delete_id(13) [ 206247.562] wl_display@1.delete_id(20) [ 206247.578] wl_display@1.delete_id(14) [ 206247.593] wl_buffer@15.release() [ 206247.605] zwlr_layer_surface_v1@17.configure(6097, 309, 88) [ 206247.654] -> zwlr_layer_surface_v1@17.ack_configure(6097) [ 206247.682] -> wl_surface@16.set_buffer_scale(1) [ 206247.708] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 206247.753] -> wl_surface@16.attach(wl_buffer@12, 0, 0) [ 206247.795] wl_callback@20.done(6097) [ 206247.817] wl_callback@14.done(2310339) [ 206368.960] -> wl_buffer@15.destroy() [ 206369.060] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 10, 1000000) [ 206369.072] -> wl_shm_pool@14.create_buffer(new id wl_buffer@20, 0, 500, 500, 2000, 0) [ 206369.085] -> wl_shm_pool@14.destroy() [ 206369.326] -> wl_buffer@20.destroy() [ 206369.392] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 206369.489] -> wl_shm_pool@13.create_buffer(new id wl_buffer@18, 0, 309, 88, 1236, 0) [ 206369.512] -> wl_shm_pool@13.destroy() [ 206369.618] -> wl_surface@16.frame(new id wl_callback@19) [ 206369.638] -> wl_surface@16.commit() [ 206369.642] -> wl_display@1.sync(new id wl_callback@21) [ 206369.909] wl_display@1.delete_id(15) [ 206369.936] wl_display@1.delete_id(14) [ 206369.940] wl_display@1.delete_id(20) [ 206369.944] wl_display@1.delete_id(13) [ 206369.949] wl_display@1.delete_id(21) [ 206369.973] wl_buffer@12.release() [ 206369.977] zwlr_layer_surface_v1@17.configure(6099, 309, 88) [ 206369.988] -> zwlr_layer_surface_v1@17.ack_configure(6099) [ 206369.995] -> wl_surface@16.set_buffer_scale(1) [ 206370.001] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 206370.016] -> wl_surface@16.attach(wl_buffer@18, 0, 0) [ 206370.029] wl_callback@21.done(6099) [ 206379.618] wl_display@1.delete_id(19) [ 206379.646] wl_callback@19.done(2310471) [ 206847.403] -> wl_buffer@12.destroy() [ 206847.455] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 206847.467] -> wl_shm_pool@19.create_buffer(new id wl_buffer@21, 0, 500, 500, 2000, 0) [ 206847.480] -> wl_shm_pool@19.destroy() [ 206847.670] -> wl_buffer@21.destroy() [ 206847.696] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 206847.714] -> wl_shm_pool@13.create_buffer(new id wl_buffer@20, 0, 309, 88, 1236, 0) [ 206847.731] -> wl_shm_pool@13.destroy() [ 206847.812] -> wl_surface@16.frame(new id wl_callback@14) [ 206847.818] -> wl_surface@16.commit() [ 206847.821] -> wl_display@1.sync(new id wl_callback@15) [ 206848.324] wl_display@1.delete_id(12) [ 206848.337] wl_display@1.delete_id(19) [ 206848.342] wl_display@1.delete_id(21) [ 206848.347] wl_display@1.delete_id(13) [ 206848.351] wl_display@1.delete_id(15) [ 206848.357] wl_display@1.delete_id(14) [ 206848.363] wl_buffer@18.release() [ 206848.366] zwlr_layer_surface_v1@17.configure(6103, 309, 88) [ 206848.379] -> zwlr_layer_surface_v1@17.ack_configure(6103) [ 206848.385] -> wl_surface@16.set_buffer_scale(1) [ 206848.392] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 206848.407] -> wl_surface@16.attach(wl_buffer@20, 0, 0) [ 206848.419] wl_callback@15.done(6103) [ 206848.425] wl_callback@14.done(2310940) [ 206942.677] -> wl_buffer@18.destroy() [ 206942.735] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 10, 1000000) [ 206942.748] -> wl_shm_pool@14.create_buffer(new id wl_buffer@15, 0, 500, 500, 2000, 0) [ 206942.768] -> wl_shm_pool@14.destroy() [ 206942.980] -> wl_buffer@15.destroy() [ 206943.008] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 206943.021] -> wl_shm_pool@13.create_buffer(new id wl_buffer@21, 0, 309, 88, 1236, 0) [ 206943.036] -> wl_shm_pool@13.destroy() [ 206943.122] -> wl_surface@16.frame(new id wl_callback@19) [ 206943.130] -> wl_surface@16.commit() [ 206943.133] -> wl_display@1.sync(new id wl_callback@12) [ 206943.489] wl_display@1.delete_id(18) [ 206943.501] wl_display@1.delete_id(14) [ 206943.506] wl_display@1.delete_id(15) [ 206943.510] wl_display@1.delete_id(13) [ 206943.515] wl_display@1.delete_id(12) [ 206943.521] wl_buffer@20.release() [ 206943.526] zwlr_layer_surface_v1@17.configure(6106, 309, 88) [ 206943.538] -> zwlr_layer_surface_v1@17.ack_configure(6106) [ 206943.545] -> wl_surface@16.set_buffer_scale(1) [ 206943.551] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 206943.566] -> wl_surface@16.attach(wl_buffer@21, 0, 0) [ 206943.580] wl_callback@12.done(6106) [ 206946.330] wl_display@1.delete_id(19) [ 206946.341] wl_callback@19.done(2311038) [ 207173.677] -> wl_buffer@20.destroy() [ 207173.854] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 207173.899] -> wl_shm_pool@19.create_buffer(new id wl_buffer@12, 0, 500, 500, 2000, 0) [ 207173.970] -> wl_shm_pool@19.destroy() [ 207174.661] -> wl_buffer@12.destroy() [ 207174.757] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 207174.798] -> wl_shm_pool@13.create_buffer(new id wl_buffer@15, 0, 309, 88, 1236, 0) [ 207174.864] -> wl_shm_pool@13.destroy() [ 207175.166] -> wl_surface@16.frame(new id wl_callback@14) [ 207175.191] -> wl_surface@16.commit() [ 207175.202] -> wl_display@1.sync(new id wl_callback@18) [ 207177.069] wl_display@1.delete_id(20) [ 207177.111] wl_display@1.delete_id(19) [ 207177.126] wl_display@1.delete_id(12) [ 207177.141] wl_display@1.delete_id(13) [ 207177.157] wl_display@1.delete_id(18) [ 207177.179] wl_display@1.delete_id(14) [ 207177.195] wl_buffer@21.release() [ 207177.210] zwlr_layer_surface_v1@17.configure(6108, 309, 88) [ 207177.249] -> zwlr_layer_surface_v1@17.ack_configure(6108) [ 207177.268] -> wl_surface@16.set_buffer_scale(1) [ 207177.285] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 207177.344] -> wl_surface@16.attach(wl_buffer@15, 0, 0) [ 207177.388] wl_callback@18.done(6108) [ 207177.405] wl_callback@14.done(2311268) [ 207935.565] -> wl_buffer@21.destroy() [ 207935.615] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 10, 1000000) [ 207935.628] -> wl_shm_pool@14.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 207935.643] -> wl_shm_pool@14.destroy() [ 207935.833] -> wl_buffer@18.destroy() [ 207935.858] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 11, 108768) [ 207935.867] -> wl_shm_pool@13.create_buffer(new id wl_buffer@12, 0, 309, 88, 1236, 0) [ 207935.880] -> wl_shm_pool@13.destroy() [ 207936.042] -> wl_surface@16.frame(new id wl_callback@19) [ 207936.050] -> wl_surface@16.commit() [ 207936.053] -> wl_display@1.sync(new id wl_callback@20) [ 207936.380] wl_display@1.delete_id(21) [ 207936.392] wl_display@1.delete_id(14) [ 207936.396] wl_display@1.delete_id(18) [ 207936.399] wl_display@1.delete_id(13) [ 207936.403] wl_display@1.delete_id(20) [ 207936.406] wl_buffer@15.release() [ 207936.409] zwlr_layer_surface_v1@17.configure(6110, 309, 88) [ 207936.427] -> zwlr_layer_surface_v1@17.ack_configure(6110) [ 207936.433] -> wl_surface@16.set_buffer_scale(1) [ 207936.439] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 207936.452] -> wl_surface@16.attach(wl_buffer@12, 0, 0) [ 207936.465] wl_callback@20.done(6110) [ 207938.575] -> wl_buffer@15.destroy() [ 207938.619] -> wl_shm@4.create_pool(new id wl_shm_pool@20, fd 10, 1000000) [ 207938.630] -> wl_shm_pool@20.create_buffer(new id wl_buffer@13, 0, 500, 500, 2000, 0) [ 207938.644] -> wl_shm_pool@20.destroy() [ 207938.837] -> wl_buffer@13.destroy() [ 207938.863] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 207938.875] -> wl_shm_pool@18.create_buffer(new id wl_buffer@14, 0, 309, 88, 1236, 0) [ 207938.894] -> wl_shm_pool@18.destroy() [ 207938.975] -> wl_display@1.sync(new id wl_callback@21) [ 207939.107] wl_display@1.delete_id(15) [ 207939.131] wl_display@1.delete_id(20) [ 207939.135] wl_display@1.delete_id(13) [ 207939.139] wl_display@1.delete_id(18) [ 207939.142] wl_display@1.delete_id(21) [ 207939.145] wl_callback@21.done(6110) [ 207946.331] wl_display@1.delete_id(19) [ 207946.342] wl_callback@19.done(2312038) [ 207946.348] -> wl_surface@16.set_buffer_scale(1) [ 207946.355] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 207946.368] -> wl_surface@16.attach(wl_buffer@14, 0, 0) [ 207946.393] -> wl_surface@16.frame(new id wl_callback@19) [ 207946.400] -> wl_surface@16.commit() [ 207946.850] wl_buffer@12.release() [ 207946.862] wl_buffer@14.release() [ 207946.865] zwlr_layer_surface_v1@17.configure(6112, 309, 88) [ 207946.887] -> zwlr_layer_surface_v1@17.ack_configure(6112) [ 207946.894] -> wl_surface@16.set_buffer_scale(1) [ 207946.900] -> wl_surface@16.damage_buffer(0, 0, 2147483647, 2147483647) [ 207946.917] -> wl_surface@16.attach(wl_buffer@14, 0, 0) [ 207963.044] wl_display@1.delete_id(19) [ 207963.081] wl_callback@19.done(2312054) [ 208933.329] -> wl_surface@16.frame(new id wl_callback@19) [ 208933.367] -> wl_surface@16.commit() [ 208933.380] -> wl_display@1.sync(new id wl_callback@21) [ 208935.255] wl_display@1.delete_id(21) [ 208935.288] wl_display@1.delete_id(19) [ 208935.323] wl_buffer@14.release() [ 208935.335] zwlr_layer_surface_v1@17.configure(6113, 309, 88) [ 208935.366] -> zwlr_layer_surface_v1@17.ack_configure(6113) [ 208935.420] -> zwlr_layer_surface_v1@17.destroy() [ 208935.432] -> wl_surface@16.destroy() [ 208935.452] wl_callback@21.done(6113) [ 208935.468] wl_callback@19.done(2313026) [ 210177.898] -> wl_buffer@14.destroy() [ 210177.956] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 210177.968] -> wl_shm_pool@19.create_buffer(new id wl_buffer@21, 0, 500, 500, 2000, 0) [ 210177.982] -> wl_shm_pool@19.destroy() [ 210178.316] -> wl_buffer@21.destroy() [ 210178.346] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 210178.357] -> wl_shm_pool@18.create_buffer(new id wl_buffer@13, 0, 309, 88, 1236, 0) [ 210178.372] -> wl_shm_pool@18.destroy() [ 210178.453] -> wl_compositor@5.create_surface(new id wl_surface@20) [ 210178.466] -> zwlr_layer_shell_v1@7.get_layer_surface(new id zwlr_layer_surface_v1@15, wl_surface@20, wl_output@8, 3, "notifications") [ 210178.489] -> zwlr_layer_surface_v1@15.set_size(309, 88) [ 210178.503] -> zwlr_layer_surface_v1@15.set_anchor(9) [ 210178.511] -> zwlr_layer_surface_v1@15.set_margin(50, 10, 50, 10) [ 210178.529] -> wl_surface@20.commit() [ 210178.534] -> wl_display@1.sync(new id wl_callback@22) [ 210178.657] wl_display@1.delete_id(17) [ 210178.668] wl_display@1.delete_id(16) [ 210178.673] wl_display@1.delete_id(14) [ 210178.678] wl_display@1.delete_id(19) [ 210178.682] wl_display@1.delete_id(21) [ 210178.688] wl_display@1.delete_id(18) [ 210178.693] wl_display@1.delete_id(22) [ 210178.697] zwlr_layer_surface_v1@15.configure(6115, 309, 88) [ 210178.708] -> zwlr_layer_surface_v1@15.ack_configure(6115) [ 210178.715] -> wl_surface@20.set_buffer_scale(1) [ 210178.721] -> wl_surface@20.damage_buffer(0, 0, 2147483647, 2147483647) [ 210178.735] -> wl_surface@20.attach(wl_buffer@13, 0, 0) [ 210178.746] -> wl_surface@20.frame(new id wl_callback@18) [ 210178.754] -> wl_surface@20.commit() [ 210178.759] zwlr_layer_surface_v1@15.configure(6116, 309, 88) [ 210178.771] -> zwlr_layer_surface_v1@15.ack_configure(6116) [ 210178.776] -> wl_surface@20.set_buffer_scale(1) [ 210178.781] -> wl_surface@20.damage_buffer(0, 0, 2147483647, 2147483647) [ 210178.796] -> wl_surface@20.attach(wl_buffer@13, 0, 0) [ 210178.808] wl_callback@22.done(6116) [ 210178.814] -> wl_display@1.sync(new id wl_callback@22) [ 210178.978] wl_display@1.delete_id(22) [ 210178.983] wl_buffer@13.release() [ 210178.987] zwlr_layer_surface_v1@15.configure(6117, 309, 88) [ 210178.998] -> zwlr_layer_surface_v1@15.ack_configure(6117) [ 210179.003] -> wl_surface@20.set_buffer_scale(1) [ 210179.009] -> wl_surface@20.damage_buffer(0, 0, 2147483647, 2147483647) [ 210179.023] -> wl_surface@20.attach(wl_buffer@13, 0, 0) [ 210179.041] wl_callback@22.done(6117) [ 210179.415] wl_display@1.delete_id(18) [ 210179.427] wl_callback@18.done(2314271) [ 210654.244] -> wl_buffer@12.destroy() [ 210654.296] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 10, 1000000) [ 210654.321] -> wl_shm_pool@18.create_buffer(new id wl_buffer@22, 0, 500, 500, 2000, 0) [ 210654.343] -> wl_shm_pool@18.destroy() [ 210654.664] -> wl_buffer@22.destroy() [ 210654.692] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 11, 108768) [ 210654.704] -> wl_shm_pool@21.create_buffer(new id wl_buffer@19, 0, 309, 88, 1236, 0) [ 210654.719] -> wl_shm_pool@21.destroy() [ 210654.796] -> wl_surface@20.frame(new id wl_callback@14) [ 210654.803] -> wl_surface@20.commit() [ 210654.806] -> wl_display@1.sync(new id wl_callback@16) [ 210655.088] wl_display@1.delete_id(12) [ 210655.096] wl_display@1.delete_id(18) [ 210655.101] wl_display@1.delete_id(22) [ 210655.106] wl_display@1.delete_id(21) [ 210655.110] wl_display@1.delete_id(16) [ 210655.115] wl_buffer@13.release() [ 210655.125] zwlr_layer_surface_v1@15.configure(6120, 309, 88) [ 210655.134] -> zwlr_layer_surface_v1@15.ack_configure(6120) [ 210655.139] -> wl_surface@20.set_buffer_scale(1) [ 210655.145] -> wl_surface@20.damage_buffer(0, 0, 2147483647, 2147483647) [ 210655.159] -> wl_surface@20.attach(wl_buffer@19, 0, 0) [ 210655.171] wl_callback@16.done(6120) [ 210663.022] wl_display@1.delete_id(14) [ 210663.032] wl_callback@14.done(2314754) [ 211178.653] -> wl_buffer@13.destroy() [ 211178.844] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 10, 1000000) [ 211178.890] -> wl_shm_pool@14.create_buffer(new id wl_buffer@16, 0, 500, 500, 2000, 0) [ 211178.958] -> wl_shm_pool@14.destroy() [ 211179.615] -> wl_buffer@16.destroy() [ 211179.709] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 11, 108768) [ 211179.750] -> wl_shm_pool@21.create_buffer(new id wl_buffer@22, 0, 309, 88, 1236, 0) [ 211179.815] -> wl_shm_pool@21.destroy() [ 211180.110] -> wl_surface@20.frame(new id wl_callback@18) [ 211180.137] -> wl_surface@20.commit() [ 211180.147] -> wl_display@1.sync(new id wl_callback@12) [ 211181.580] wl_display@1.delete_id(13) [ 211181.613] wl_display@1.delete_id(14) [ 211181.628] wl_display@1.delete_id(16) [ 211181.641] wl_display@1.delete_id(21) [ 211181.655] wl_display@1.delete_id(12) [ 211181.671] wl_display@1.delete_id(18) [ 211181.685] wl_buffer@19.release() [ 211181.696] zwlr_layer_surface_v1@15.configure(6122, 309, 88) [ 211181.728] -> zwlr_layer_surface_v1@15.ack_configure(6122) [ 211181.747] -> wl_surface@20.set_buffer_scale(1) [ 211181.774] -> wl_surface@20.damage_buffer(0, 0, 2147483647, 2147483647) [ 211181.841] -> wl_surface@20.attach(wl_buffer@22, 0, 0) [ 211181.890] wl_callback@12.done(6122) [ 211181.909] wl_callback@18.done(2315273) [ 211650.725] -> wl_surface@20.frame(new id wl_callback@18) [ 211650.762] -> wl_surface@20.commit() [ 211650.775] -> wl_display@1.sync(new id wl_callback@12) [ 211652.046] wl_display@1.delete_id(12) [ 211652.082] wl_display@1.delete_id(18) [ 211652.098] wl_buffer@22.release() [ 211652.109] zwlr_layer_surface_v1@15.configure(6125, 309, 88) [ 211652.144] -> zwlr_layer_surface_v1@15.ack_configure(6125) [ 211652.170] -> zwlr_layer_surface_v1@15.destroy() [ 211652.185] -> wl_surface@20.destroy() [ 211652.196] wl_callback@12.done(6125) [ 211652.210] wl_callback@18.done(2315743) [ 213536.184] -> wl_buffer@22.destroy() [ 213536.288] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 10, 1000000) [ 213536.316] -> wl_shm_pool@18.create_buffer(new id wl_buffer@12, 0, 500, 500, 2000, 0) [ 213536.332] -> wl_shm_pool@18.destroy() [ 213536.540] -> wl_buffer@12.destroy() [ 213536.601] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 11, 108768) [ 213536.625] -> wl_shm_pool@21.create_buffer(new id wl_buffer@16, 0, 309, 88, 1236, 0) [ 213536.651] -> wl_shm_pool@21.destroy() [ 213536.736] -> wl_compositor@5.create_surface(new id wl_surface@14) [ 213536.744] -> zwlr_layer_shell_v1@7.get_layer_surface(new id zwlr_layer_surface_v1@13, wl_surface@14, wl_output@8, 3, "notifications") [ 213536.758] -> zwlr_layer_surface_v1@13.set_size(309, 88) [ 213536.763] -> zwlr_layer_surface_v1@13.set_anchor(9) [ 213536.770] -> zwlr_layer_surface_v1@13.set_margin(50, 10, 50, 10) [ 213536.780] -> wl_surface@14.commit() [ 213536.783] -> wl_display@1.sync(new id wl_callback@17) [ 213536.910] wl_display@1.delete_id(15) [ 213536.919] wl_display@1.delete_id(20) [ 213536.926] wl_display@1.delete_id(22) [ 213536.934] wl_display@1.delete_id(18) [ 213536.944] wl_display@1.delete_id(12) [ 213536.948] wl_display@1.delete_id(21) [ 213536.952] wl_display@1.delete_id(17) [ 213536.960] zwlr_layer_surface_v1@13.configure(6127, 309, 88) [ 213536.980] -> zwlr_layer_surface_v1@13.ack_configure(6127) [ 213536.989] -> wl_surface@14.set_buffer_scale(1) [ 213536.994] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 213537.010] -> wl_surface@14.attach(wl_buffer@16, 0, 0) [ 213537.025] -> wl_surface@14.frame(new id wl_callback@21) [ 213537.036] -> wl_surface@14.commit() [ 213537.041] zwlr_layer_surface_v1@13.configure(6128, 309, 88) [ 213537.059] -> zwlr_layer_surface_v1@13.ack_configure(6128) [ 213537.065] -> wl_surface@14.set_buffer_scale(1) [ 213537.070] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 213537.082] -> wl_surface@14.attach(wl_buffer@16, 0, 0) [ 213537.095] wl_callback@17.done(6128) [ 213537.101] -> wl_display@1.sync(new id wl_callback@17) [ 213537.264] wl_display@1.delete_id(17) [ 213537.274] wl_buffer@16.release() [ 213537.277] zwlr_layer_surface_v1@13.configure(6129, 309, 88) [ 213537.285] -> zwlr_layer_surface_v1@13.ack_configure(6129) [ 213537.289] -> wl_surface@14.set_buffer_scale(1) [ 213537.294] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 213537.303] -> wl_surface@14.attach(wl_buffer@16, 0, 0) [ 213537.315] wl_callback@17.done(6129) [ 213546.388] wl_display@1.delete_id(21) [ 213546.398] wl_callback@21.done(2317638) [ 214080.915] -> wl_buffer@19.destroy() [ 214080.967] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 214080.991] -> wl_shm_pool@21.create_buffer(new id wl_buffer@17, 0, 500, 500, 2000, 0) [ 214081.023] -> wl_shm_pool@21.destroy() [ 214081.366] -> wl_buffer@17.destroy() [ 214081.395] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 214081.407] -> wl_shm_pool@12.create_buffer(new id wl_buffer@18, 0, 309, 88, 1236, 0) [ 214081.431] -> wl_shm_pool@12.destroy() [ 214081.515] -> wl_surface@14.frame(new id wl_callback@22) [ 214081.522] -> wl_surface@14.commit() [ 214081.525] -> wl_display@1.sync(new id wl_callback@20) [ 214081.998] wl_display@1.delete_id(19) [ 214082.018] wl_display@1.delete_id(21) [ 214082.027] wl_display@1.delete_id(17) [ 214082.034] wl_display@1.delete_id(12) [ 214082.038] wl_display@1.delete_id(20) [ 214082.041] wl_display@1.delete_id(22) [ 214082.046] wl_buffer@16.release() [ 214082.049] zwlr_layer_surface_v1@13.configure(6132, 309, 88) [ 214082.064] -> zwlr_layer_surface_v1@13.ack_configure(6132) [ 214082.069] -> wl_surface@14.set_buffer_scale(1) [ 214082.074] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 214082.087] -> wl_surface@14.attach(wl_buffer@18, 0, 0) [ 214082.098] wl_callback@20.done(6132) [ 214082.103] wl_callback@22.done(2318173) [ 214536.701] -> wl_buffer@16.destroy() [ 214536.891] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 10, 1000000) [ 214536.937] -> wl_shm_pool@22.create_buffer(new id wl_buffer@20, 0, 500, 500, 2000, 0) [ 214537.003] -> wl_shm_pool@22.destroy() [ 214537.660] -> wl_buffer@20.destroy() [ 214537.755] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 214537.796] -> wl_shm_pool@12.create_buffer(new id wl_buffer@17, 0, 309, 88, 1236, 0) [ 214537.861] -> wl_shm_pool@12.destroy() [ 214538.202] -> wl_surface@14.frame(new id wl_callback@21) [ 214538.229] -> wl_surface@14.commit() [ 214538.241] -> wl_display@1.sync(new id wl_callback@19) [ 214539.722] wl_display@1.delete_id(16) [ 214539.762] wl_display@1.delete_id(22) [ 214539.776] wl_display@1.delete_id(20) [ 214539.790] wl_display@1.delete_id(12) [ 214539.804] wl_display@1.delete_id(19) [ 214539.817] wl_display@1.delete_id(21) [ 214539.841] wl_buffer@18.release() [ 214539.854] zwlr_layer_surface_v1@13.configure(6134, 309, 88) [ 214539.887] -> zwlr_layer_surface_v1@13.ack_configure(6134) [ 214539.907] -> wl_surface@14.set_buffer_scale(1) [ 214539.924] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 214539.971] -> wl_surface@14.attach(wl_buffer@17, 0, 0) [ 214540.012] wl_callback@19.done(6134) [ 214540.031] wl_callback@21.done(2318631) [ 214687.276] -> wl_buffer@18.destroy() [ 214687.335] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 214687.383] -> wl_shm_pool@21.create_buffer(new id wl_buffer@19, 0, 500, 500, 2000, 0) [ 214687.399] -> wl_shm_pool@21.destroy() [ 214687.613] -> wl_buffer@19.destroy() [ 214687.736] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 214687.755] -> wl_shm_pool@12.create_buffer(new id wl_buffer@20, 0, 309, 88, 1236, 0) [ 214687.779] -> wl_shm_pool@12.destroy() [ 214687.874] -> wl_surface@14.frame(new id wl_callback@22) [ 214687.887] -> wl_surface@14.commit() [ 214687.891] -> wl_display@1.sync(new id wl_callback@16) [ 214688.214] wl_display@1.delete_id(18) [ 214688.229] wl_display@1.delete_id(21) [ 214688.236] wl_display@1.delete_id(19) [ 214688.241] wl_display@1.delete_id(12) [ 214688.247] wl_display@1.delete_id(16) [ 214688.252] wl_buffer@17.release() [ 214688.256] zwlr_layer_surface_v1@13.configure(6136, 309, 88) [ 214688.270] -> zwlr_layer_surface_v1@13.ack_configure(6136) [ 214688.278] -> wl_surface@14.set_buffer_scale(1) [ 214688.284] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 214688.300] -> wl_surface@14.attach(wl_buffer@20, 0, 0) [ 214688.313] wl_callback@16.done(6136) [ 214696.364] wl_display@1.delete_id(22) [ 214696.379] wl_callback@22.done(2318788) [ 214849.095] -> wl_buffer@17.destroy() [ 214849.153] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 10, 1000000) [ 214849.173] -> wl_shm_pool@22.create_buffer(new id wl_buffer@16, 0, 500, 500, 2000, 0) [ 214849.187] -> wl_shm_pool@22.destroy() [ 214849.390] -> wl_buffer@16.destroy() [ 214849.418] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 214849.525] -> wl_shm_pool@12.create_buffer(new id wl_buffer@19, 0, 309, 88, 1236, 0) [ 214849.539] -> wl_shm_pool@12.destroy() [ 214849.624] -> wl_surface@14.frame(new id wl_callback@21) [ 214849.631] -> wl_surface@14.commit() [ 214849.634] -> wl_display@1.sync(new id wl_callback@18) [ 214850.074] wl_display@1.delete_id(17) [ 214850.082] wl_display@1.delete_id(22) [ 214850.086] wl_display@1.delete_id(16) [ 214850.090] wl_display@1.delete_id(12) [ 214850.093] wl_display@1.delete_id(18) [ 214850.097] wl_display@1.delete_id(21) [ 214850.100] wl_buffer@20.release() [ 214850.103] zwlr_layer_surface_v1@13.configure(6139, 309, 88) [ 214850.111] -> zwlr_layer_surface_v1@13.ack_configure(6139) [ 214850.118] -> wl_surface@14.set_buffer_scale(1) [ 214850.122] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 214850.136] -> wl_surface@14.attach(wl_buffer@19, 0, 0) [ 214850.148] wl_callback@18.done(6139) [ 214850.154] wl_callback@21.done(2318941) [ 215076.520] -> wl_buffer@20.destroy() [ 215076.713] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 215076.758] -> wl_shm_pool@21.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 215076.826] -> wl_shm_pool@21.destroy() [ 215077.478] -> wl_buffer@18.destroy() [ 215077.572] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 215077.622] -> wl_shm_pool@12.create_buffer(new id wl_buffer@16, 0, 309, 88, 1236, 0) [ 215077.694] -> wl_shm_pool@12.destroy() [ 215078.012] -> wl_surface@14.frame(new id wl_callback@22) [ 215078.039] -> wl_surface@14.commit() [ 215078.050] -> wl_display@1.sync(new id wl_callback@17) [ 215079.474] wl_display@1.delete_id(20) [ 215079.513] wl_display@1.delete_id(21) [ 215079.527] wl_display@1.delete_id(18) [ 215079.540] wl_display@1.delete_id(12) [ 215079.560] wl_display@1.delete_id(17) [ 215079.575] wl_display@1.delete_id(22) [ 215079.590] wl_buffer@19.release() [ 215079.603] zwlr_layer_surface_v1@13.configure(6141, 309, 88) [ 215079.649] -> zwlr_layer_surface_v1@13.ack_configure(6141) [ 215079.670] -> wl_surface@14.set_buffer_scale(1) [ 215079.694] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 215079.755] -> wl_surface@14.attach(wl_buffer@16, 0, 0) [ 215079.800] wl_callback@17.done(6141) [ 215079.830] wl_callback@22.done(2319171) [ 215266.411] -> wl_buffer@19.destroy() [ 215266.466] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 10, 1000000) [ 215266.481] -> wl_shm_pool@22.create_buffer(new id wl_buffer@17, 0, 500, 500, 2000, 0) [ 215266.497] -> wl_shm_pool@22.destroy() [ 215266.710] -> wl_buffer@17.destroy() [ 215266.739] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 215266.797] -> wl_shm_pool@12.create_buffer(new id wl_buffer@18, 0, 309, 88, 1236, 0) [ 215266.856] -> wl_shm_pool@12.destroy() [ 215266.976] -> wl_surface@14.frame(new id wl_callback@21) [ 215266.985] -> wl_surface@14.commit() [ 215266.988] -> wl_display@1.sync(new id wl_callback@20) [ 215267.523] wl_display@1.delete_id(19) [ 215267.535] wl_display@1.delete_id(22) [ 215267.539] wl_display@1.delete_id(17) [ 215267.543] wl_display@1.delete_id(12) [ 215267.546] wl_display@1.delete_id(20) [ 215267.550] wl_display@1.delete_id(21) [ 215267.554] wl_buffer@16.release() [ 215267.557] zwlr_layer_surface_v1@13.configure(6143, 309, 88) [ 215267.566] -> zwlr_layer_surface_v1@13.ack_configure(6143) [ 215267.571] -> wl_surface@14.set_buffer_scale(1) [ 215267.578] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 215267.595] -> wl_surface@14.attach(wl_buffer@18, 0, 0) [ 215267.607] wl_callback@20.done(6143) [ 215267.614] wl_callback@21.done(2319359) [ 215358.734] -> wl_buffer@16.destroy() [ 215358.811] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 215358.828] -> wl_shm_pool@21.create_buffer(new id wl_buffer@20, 0, 500, 500, 2000, 0) [ 215358.853] -> wl_shm_pool@21.destroy() [ 215359.136] -> wl_buffer@20.destroy() [ 215359.176] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 215359.198] -> wl_shm_pool@12.create_buffer(new id wl_buffer@17, 0, 309, 88, 1236, 0) [ 215359.419] -> wl_shm_pool@12.destroy() [ 215359.545] -> wl_surface@14.frame(new id wl_callback@22) [ 215359.556] -> wl_surface@14.commit() [ 215359.561] -> wl_display@1.sync(new id wl_callback@19) [ 215360.051] wl_display@1.delete_id(16) [ 215360.069] wl_display@1.delete_id(21) [ 215360.077] wl_display@1.delete_id(20) [ 215360.085] wl_display@1.delete_id(12) [ 215360.093] wl_display@1.delete_id(19) [ 215360.101] wl_buffer@18.release() [ 215360.106] zwlr_layer_surface_v1@13.configure(6147, 309, 88) [ 215360.122] -> zwlr_layer_surface_v1@13.ack_configure(6147) [ 215360.130] -> wl_surface@14.set_buffer_scale(1) [ 215360.141] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 215360.158] -> wl_surface@14.attach(wl_buffer@17, 0, 0) [ 215360.174] wl_callback@19.done(6147) [ 215362.992] wl_display@1.delete_id(22) [ 215363.009] wl_callback@22.done(2319454) [ 215809.142] -> wl_buffer@18.destroy() [ 215809.196] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 10, 1000000) [ 215809.208] -> wl_shm_pool@22.create_buffer(new id wl_buffer@19, 0, 500, 500, 2000, 0) [ 215809.221] -> wl_shm_pool@22.destroy() [ 215809.543] -> wl_buffer@19.destroy() [ 215809.590] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 215809.601] -> wl_shm_pool@12.create_buffer(new id wl_buffer@20, 0, 309, 88, 1236, 0) [ 215809.614] -> wl_shm_pool@12.destroy() [ 215809.691] -> wl_surface@14.frame(new id wl_callback@21) [ 215809.700] -> wl_surface@14.commit() [ 215809.706] -> wl_display@1.sync(new id wl_callback@16) [ 215809.945] wl_display@1.delete_id(18) [ 215809.953] wl_display@1.delete_id(22) [ 215809.957] wl_display@1.delete_id(19) [ 215809.961] wl_display@1.delete_id(12) [ 215809.965] wl_display@1.delete_id(16) [ 215809.970] wl_buffer@17.release() [ 215809.973] zwlr_layer_surface_v1@13.configure(6149, 309, 88) [ 215809.985] -> zwlr_layer_surface_v1@13.ack_configure(6149) [ 215809.991] -> wl_surface@14.set_buffer_scale(1) [ 215809.998] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 215810.017] -> wl_surface@14.attach(wl_buffer@20, 0, 0) [ 215810.028] wl_callback@16.done(6149) [ 215812.970] wl_display@1.delete_id(21) [ 215812.981] wl_callback@21.done(2319904) [ 215845.110] -> wl_buffer@17.destroy() [ 215845.180] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 215845.197] -> wl_shm_pool@21.create_buffer(new id wl_buffer@16, 0, 500, 500, 2000, 0) [ 215845.218] -> wl_shm_pool@21.destroy() [ 215845.492] -> wl_buffer@16.destroy() [ 215845.528] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 215845.547] -> wl_shm_pool@12.create_buffer(new id wl_buffer@19, 0, 309, 88, 1236, 0) [ 215845.574] -> wl_shm_pool@12.destroy() [ 215845.689] -> wl_surface@14.frame(new id wl_callback@22) [ 215845.698] -> wl_surface@14.commit() [ 215845.703] -> wl_display@1.sync(new id wl_callback@18) [ 215846.202] wl_display@1.delete_id(17) [ 215846.218] wl_display@1.delete_id(21) [ 215846.226] wl_display@1.delete_id(16) [ 215846.232] wl_display@1.delete_id(12) [ 215846.238] wl_display@1.delete_id(18) [ 215846.244] wl_buffer@20.release() [ 215846.249] zwlr_layer_surface_v1@13.configure(6151, 309, 88) [ 215846.265] -> zwlr_layer_surface_v1@13.ack_configure(6151) [ 215846.272] -> wl_surface@14.set_buffer_scale(1) [ 215846.281] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 215846.304] -> wl_surface@14.attach(wl_buffer@19, 0, 0) [ 215846.321] wl_callback@18.done(6151) [ 215846.468] wl_display@1.delete_id(22) [ 215846.483] wl_callback@22.done(2319938) [ 215903.590] -> wl_buffer@20.destroy() [ 215903.648] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 10, 1000000) [ 215903.671] -> wl_shm_pool@22.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 215903.686] -> wl_shm_pool@22.destroy() [ 215903.887] -> wl_buffer@18.destroy() [ 215903.954] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 215904.044] -> wl_shm_pool@12.create_buffer(new id wl_buffer@16, 0, 309, 88, 1236, 0) [ 215904.071] -> wl_shm_pool@12.destroy() [ 215904.156] -> wl_surface@14.frame(new id wl_callback@21) [ 215904.166] -> wl_surface@14.commit() [ 215904.172] -> wl_display@1.sync(new id wl_callback@17) [ 215904.432] wl_display@1.delete_id(20) [ 215904.441] wl_display@1.delete_id(22) [ 215904.616] wl_display@1.delete_id(18) [ 215904.636] wl_display@1.delete_id(12) [ 215904.654] wl_display@1.delete_id(17) [ 215904.659] wl_buffer@19.release() [ 215904.662] zwlr_layer_surface_v1@13.configure(6153, 309, 88) [ 215904.675] -> zwlr_layer_surface_v1@13.ack_configure(6153) [ 215904.680] -> wl_surface@14.set_buffer_scale(1) [ 215904.685] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 215904.726] -> wl_surface@14.attach(wl_buffer@16, 0, 0) [ 215904.737] wl_callback@17.done(6153) [ 215913.082] wl_display@1.delete_id(21) [ 215913.098] wl_callback@21.done(2320004) [ 216418.784] -> wl_buffer@19.destroy() [ 216418.845] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 216418.859] -> wl_shm_pool@21.create_buffer(new id wl_buffer@17, 0, 500, 500, 2000, 0) [ 216418.876] -> wl_shm_pool@21.destroy() [ 216419.110] -> wl_buffer@17.destroy() [ 216419.141] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 216419.152] -> wl_shm_pool@12.create_buffer(new id wl_buffer@18, 0, 309, 88, 1236, 0) [ 216419.168] -> wl_shm_pool@12.destroy() [ 216419.258] -> wl_surface@14.frame(new id wl_callback@22) [ 216419.267] -> wl_surface@14.commit() [ 216419.271] -> wl_display@1.sync(new id wl_callback@20) [ 216420.147] wl_display@1.delete_id(19) [ 216420.160] wl_display@1.delete_id(21) [ 216420.164] wl_display@1.delete_id(17) [ 216420.168] wl_display@1.delete_id(12) [ 216420.172] wl_display@1.delete_id(20) [ 216420.175] wl_display@1.delete_id(22) [ 216420.179] wl_buffer@16.release() [ 216420.182] zwlr_layer_surface_v1@13.configure(6155, 309, 88) [ 216420.196] -> zwlr_layer_surface_v1@13.ack_configure(6155) [ 216420.202] -> wl_surface@14.set_buffer_scale(1) [ 216420.220] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 216420.237] -> wl_surface@14.attach(wl_buffer@18, 0, 0) [ 216420.251] wl_callback@20.done(6155) [ 216420.257] wl_callback@22.done(2320511) [ 216511.524] -> wl_buffer@16.destroy() [ 216511.583] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 10, 1000000) [ 216511.603] -> wl_shm_pool@22.create_buffer(new id wl_buffer@20, 0, 500, 500, 2000, 0) [ 216511.626] -> wl_shm_pool@22.destroy() [ 216511.842] -> wl_buffer@20.destroy() [ 216511.873] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 216511.888] -> wl_shm_pool@12.create_buffer(new id wl_buffer@17, 0, 309, 88, 1236, 0) [ 216511.911] -> wl_shm_pool@12.destroy() [ 216512.003] -> wl_surface@14.frame(new id wl_callback@21) [ 216512.013] -> wl_surface@14.commit() [ 216512.018] -> wl_display@1.sync(new id wl_callback@19) [ 216512.386] wl_display@1.delete_id(16) [ 216512.396] wl_display@1.delete_id(22) [ 216512.399] wl_display@1.delete_id(20) [ 216512.402] wl_display@1.delete_id(12) [ 216512.419] wl_display@1.delete_id(19) [ 216512.422] wl_buffer@18.release() [ 216512.428] zwlr_layer_surface_v1@13.configure(6159, 309, 88) [ 216512.448] -> zwlr_layer_surface_v1@13.ack_configure(6159) [ 216512.455] -> wl_surface@14.set_buffer_scale(1) [ 216512.460] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 216512.485] -> wl_surface@14.attach(wl_buffer@17, 0, 0) [ 216512.494] wl_callback@19.done(6159) [ 216512.998] wl_display@1.delete_id(21) [ 216513.008] wl_callback@21.done(2320604) [ 216805.419] -> wl_buffer@18.destroy() [ 216805.611] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 216805.657] -> wl_shm_pool@21.create_buffer(new id wl_buffer@19, 0, 500, 500, 2000, 0) [ 216805.734] -> wl_shm_pool@21.destroy() [ 216806.399] -> wl_buffer@19.destroy() [ 216806.495] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 216806.537] -> wl_shm_pool@12.create_buffer(new id wl_buffer@20, 0, 309, 88, 1236, 0) [ 216806.601] -> wl_shm_pool@12.destroy() [ 216806.897] -> wl_surface@14.frame(new id wl_callback@22) [ 216806.922] -> wl_surface@14.commit() [ 216806.934] -> wl_display@1.sync(new id wl_callback@16) [ 216808.261] wl_display@1.delete_id(18) [ 216808.300] wl_display@1.delete_id(21) [ 216808.314] wl_display@1.delete_id(19) [ 216808.333] wl_display@1.delete_id(12) [ 216808.351] wl_display@1.delete_id(16) [ 216808.365] wl_display@1.delete_id(22) [ 216808.378] wl_buffer@17.release() [ 216808.388] zwlr_layer_surface_v1@13.configure(6161, 309, 88) [ 216808.420] -> zwlr_layer_surface_v1@13.ack_configure(6161) [ 216808.442] -> wl_surface@14.set_buffer_scale(1) [ 216808.461] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 216808.516] -> wl_surface@14.attach(wl_buffer@20, 0, 0) [ 216808.557] wl_callback@16.done(6161) [ 216808.579] wl_callback@22.done(2320900) [ 217409.105] -> wl_buffer@17.destroy() [ 217409.157] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 10, 1000000) [ 217409.173] -> wl_shm_pool@22.create_buffer(new id wl_buffer@16, 0, 500, 500, 2000, 0) [ 217409.191] -> wl_shm_pool@22.destroy() [ 217409.380] -> wl_buffer@16.destroy() [ 217409.406] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 217409.443] -> wl_shm_pool@12.create_buffer(new id wl_buffer@19, 0, 309, 88, 1236, 0) [ 217409.493] -> wl_shm_pool@12.destroy() [ 217409.569] -> wl_surface@14.frame(new id wl_callback@21) [ 217409.578] -> wl_surface@14.commit() [ 217409.587] -> wl_display@1.sync(new id wl_callback@18) [ 217409.861] wl_display@1.delete_id(17) [ 217409.872] wl_display@1.delete_id(22) [ 217409.876] wl_display@1.delete_id(16) [ 217409.880] wl_display@1.delete_id(12) [ 217409.885] wl_display@1.delete_id(18) [ 217409.890] wl_buffer@20.release() [ 217409.900] zwlr_layer_surface_v1@13.configure(6163, 309, 88) [ 217409.911] -> zwlr_layer_surface_v1@13.ack_configure(6163) [ 217409.917] -> wl_surface@14.set_buffer_scale(1) [ 217409.923] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 217409.937] -> wl_surface@14.attach(wl_buffer@19, 0, 0) [ 217409.947] wl_callback@18.done(6163) [ 217412.958] wl_display@1.delete_id(21) [ 217412.968] wl_callback@21.done(2321504) [ 217507.167] -> wl_buffer@20.destroy() [ 217507.363] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 217507.410] -> wl_shm_pool@21.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 217507.482] -> wl_shm_pool@21.destroy() [ 217508.187] -> wl_buffer@18.destroy() [ 217508.284] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 217508.326] -> wl_shm_pool@12.create_buffer(new id wl_buffer@16, 0, 309, 88, 1236, 0) [ 217508.389] -> wl_shm_pool@12.destroy() [ 217508.691] -> wl_surface@14.frame(new id wl_callback@22) [ 217508.717] -> wl_surface@14.commit() [ 217508.728] -> wl_display@1.sync(new id wl_callback@17) [ 217510.105] wl_display@1.delete_id(20) [ 217510.137] wl_display@1.delete_id(21) [ 217510.151] wl_display@1.delete_id(18) [ 217510.165] wl_display@1.delete_id(12) [ 217510.178] wl_display@1.delete_id(17) [ 217510.195] wl_display@1.delete_id(22) [ 217510.224] wl_buffer@19.release() [ 217510.242] zwlr_layer_surface_v1@13.configure(6165, 309, 88) [ 217510.275] -> zwlr_layer_surface_v1@13.ack_configure(6165) [ 217510.295] -> wl_surface@14.set_buffer_scale(1) [ 217510.316] -> wl_surface@14.damage_buffer(0, 0, 2147483647, 2147483647) [ 217510.373] -> wl_surface@14.attach(wl_buffer@16, 0, 0) [ 217510.426] wl_callback@17.done(6165) [ 217510.445] wl_callback@22.done(2321601) [ 218405.671] -> wl_surface@14.frame(new id wl_callback@22) [ 218405.706] -> wl_surface@14.commit() [ 218405.718] -> wl_display@1.sync(new id wl_callback@17) [ 218406.951] wl_display@1.delete_id(17) [ 218406.991] wl_display@1.delete_id(22) [ 218407.007] wl_buffer@16.release() [ 218407.018] zwlr_layer_surface_v1@13.configure(6166, 309, 88) [ 218407.054] -> zwlr_layer_surface_v1@13.ack_configure(6166) [ 218407.074] -> zwlr_layer_surface_v1@13.destroy() [ 218407.089] -> wl_surface@14.destroy() [ 218407.103] wl_callback@17.done(6166) [ 218407.117] wl_callback@22.done(2322498) [ 220386.406] -> wl_buffer@19.destroy() [ 220386.475] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 10, 1000000) [ 220386.489] -> wl_shm_pool@22.create_buffer(new id wl_buffer@17, 0, 500, 500, 2000, 0) [ 220386.505] -> wl_shm_pool@22.destroy() [ 220386.721] -> wl_buffer@17.destroy() [ 220386.895] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 220386.915] -> wl_shm_pool@12.create_buffer(new id wl_buffer@18, 0, 309, 88, 1236, 0) [ 220386.941] -> wl_shm_pool@12.destroy() [ 220387.037] -> wl_compositor@5.create_surface(new id wl_surface@21) [ 220387.051] -> zwlr_layer_shell_v1@7.get_layer_surface(new id zwlr_layer_surface_v1@20, wl_surface@21, wl_output@8, 3, "notifications") [ 220387.074] -> zwlr_layer_surface_v1@20.set_size(309, 88) [ 220387.084] -> zwlr_layer_surface_v1@20.set_anchor(9) [ 220387.089] -> zwlr_layer_surface_v1@20.set_margin(50, 10, 50, 10) [ 220387.100] -> wl_surface@21.commit() [ 220387.106] -> wl_display@1.sync(new id wl_callback@15) [ 220387.274] wl_display@1.delete_id(13) [ 220387.289] wl_display@1.delete_id(14) [ 220387.294] wl_display@1.delete_id(19) [ 220387.300] wl_display@1.delete_id(22) [ 220387.304] wl_display@1.delete_id(17) [ 220387.309] wl_display@1.delete_id(12) [ 220387.314] wl_display@1.delete_id(15) [ 220387.319] zwlr_layer_surface_v1@20.configure(6168, 309, 88) [ 220387.331] -> zwlr_layer_surface_v1@20.ack_configure(6168) [ 220387.337] -> wl_surface@21.set_buffer_scale(1) [ 220387.345] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 220387.358] -> wl_surface@21.attach(wl_buffer@18, 0, 0) [ 220387.369] -> wl_surface@21.frame(new id wl_callback@12) [ 220387.377] -> wl_surface@21.commit() [ 220387.381] zwlr_layer_surface_v1@20.configure(6169, 309, 88) [ 220387.391] -> zwlr_layer_surface_v1@20.ack_configure(6169) [ 220387.397] -> wl_surface@21.set_buffer_scale(1) [ 220387.403] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 220387.419] -> wl_surface@21.attach(wl_buffer@18, 0, 0) [ 220387.432] wl_callback@15.done(6169) [ 220387.439] -> wl_display@1.sync(new id wl_callback@15) [ 220387.682] wl_display@1.delete_id(15) [ 220387.690] wl_buffer@18.release() [ 220387.693] zwlr_layer_surface_v1@20.configure(6170, 309, 88) [ 220387.701] -> zwlr_layer_surface_v1@20.ack_configure(6170) [ 220387.705] -> wl_surface@21.set_buffer_scale(1) [ 220387.710] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 220387.727] -> wl_surface@21.attach(wl_buffer@18, 0, 0) [ 220387.737] wl_callback@15.done(6170) [ 220396.490] wl_display@1.delete_id(12) [ 220396.505] wl_callback@12.done(2324488) [ 220475.543] -> wl_buffer@16.destroy() [ 220475.624] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 10, 1000000) [ 220475.643] -> wl_shm_pool@12.create_buffer(new id wl_buffer@15, 0, 500, 500, 2000, 0) [ 220475.665] -> wl_shm_pool@12.destroy() [ 220475.943] -> wl_buffer@15.destroy() [ 220475.982] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 220476.003] -> wl_shm_pool@17.create_buffer(new id wl_buffer@22, 0, 309, 88, 1236, 0) [ 220476.239] -> wl_shm_pool@17.destroy() [ 220476.365] -> wl_surface@21.frame(new id wl_callback@19) [ 220476.376] -> wl_surface@21.commit() [ 220476.381] -> wl_display@1.sync(new id wl_callback@14) [ 220476.721] wl_display@1.delete_id(16) [ 220476.737] wl_display@1.delete_id(12) [ 220476.742] wl_display@1.delete_id(15) [ 220476.748] wl_display@1.delete_id(17) [ 220476.753] wl_display@1.delete_id(14) [ 220476.758] wl_buffer@18.release() [ 220476.765] zwlr_layer_surface_v1@20.configure(6174, 309, 88) [ 220476.782] -> zwlr_layer_surface_v1@20.ack_configure(6174) [ 220476.789] -> wl_surface@21.set_buffer_scale(1) [ 220476.796] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 220476.815] -> wl_surface@21.attach(wl_buffer@22, 0, 0) [ 220476.831] wl_callback@14.done(6174) [ 220479.650] wl_display@1.delete_id(19) [ 220479.667] wl_callback@19.done(2324571) [ 220800.998] -> wl_buffer@18.destroy() [ 220801.049] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 220801.060] -> wl_shm_pool@19.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 220801.073] -> wl_shm_pool@19.destroy() [ 220801.278] -> wl_buffer@14.destroy() [ 220801.305] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 220801.356] -> wl_shm_pool@17.create_buffer(new id wl_buffer@15, 0, 309, 88, 1236, 0) [ 220801.370] -> wl_shm_pool@17.destroy() [ 220801.454] -> wl_surface@21.frame(new id wl_callback@12) [ 220801.461] -> wl_surface@21.commit() [ 220801.464] -> wl_display@1.sync(new id wl_callback@16) [ 220801.688] wl_display@1.delete_id(18) [ 220801.697] wl_display@1.delete_id(19) [ 220801.700] wl_display@1.delete_id(14) [ 220801.704] wl_display@1.delete_id(17) [ 220801.707] wl_display@1.delete_id(16) [ 220801.711] wl_buffer@22.release() [ 220801.713] zwlr_layer_surface_v1@20.configure(6176, 309, 88) [ 220801.722] -> zwlr_layer_surface_v1@20.ack_configure(6176) [ 220801.729] -> wl_surface@21.set_buffer_scale(1) [ 220801.733] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 220801.743] -> wl_surface@21.attach(wl_buffer@15, 0, 0) [ 220801.751] wl_callback@16.done(6176) [ 220813.519] wl_display@1.delete_id(12) [ 220813.556] wl_callback@12.done(2324905) [ 220863.642] -> wl_buffer@22.destroy() [ 220863.694] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 10, 1000000) [ 220863.705] -> wl_shm_pool@12.create_buffer(new id wl_buffer@16, 0, 500, 500, 2000, 0) [ 220863.719] -> wl_shm_pool@12.destroy() [ 220863.940] -> wl_buffer@16.destroy() [ 220864.052] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 220864.064] -> wl_shm_pool@17.create_buffer(new id wl_buffer@14, 0, 309, 88, 1236, 0) [ 220864.077] -> wl_shm_pool@17.destroy() [ 220864.155] -> wl_surface@21.frame(new id wl_callback@19) [ 220864.161] -> wl_surface@21.commit() [ 220864.164] -> wl_display@1.sync(new id wl_callback@18) [ 220864.576] wl_display@1.delete_id(22) [ 220864.599] wl_display@1.delete_id(12) [ 220864.606] wl_display@1.delete_id(16) [ 220864.609] wl_display@1.delete_id(17) [ 220864.614] wl_display@1.delete_id(18) [ 220864.620] wl_display@1.delete_id(19) [ 220864.623] wl_buffer@15.release() [ 220864.627] zwlr_layer_surface_v1@20.configure(6179, 309, 88) [ 220864.638] -> zwlr_layer_surface_v1@20.ack_configure(6179) [ 220864.645] -> wl_surface@21.set_buffer_scale(1) [ 220864.650] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 220864.663] -> wl_surface@21.attach(wl_buffer@14, 0, 0) [ 220864.672] wl_callback@18.done(6179) [ 220864.677] wl_callback@19.done(2324956) [ 221278.715] -> wl_buffer@15.destroy() [ 221278.771] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 221278.790] -> wl_shm_pool@19.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 221278.815] -> wl_shm_pool@19.destroy() [ 221279.028] -> wl_buffer@18.destroy() [ 221279.057] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 221279.068] -> wl_shm_pool@17.create_buffer(new id wl_buffer@16, 0, 309, 88, 1236, 0) [ 221279.083] -> wl_shm_pool@17.destroy() [ 221279.221] -> wl_surface@21.frame(new id wl_callback@12) [ 221279.230] -> wl_surface@21.commit() [ 221279.233] -> wl_display@1.sync(new id wl_callback@22) [ 221279.893] wl_display@1.delete_id(15) [ 221279.915] wl_display@1.delete_id(19) [ 221279.932] wl_display@1.delete_id(18) [ 221279.935] wl_display@1.delete_id(17) [ 221279.938] wl_display@1.delete_id(22) [ 221279.956] wl_display@1.delete_id(12) [ 221279.961] wl_buffer@14.release() [ 221279.964] zwlr_layer_surface_v1@20.configure(6182, 309, 88) [ 221279.972] -> zwlr_layer_surface_v1@20.ack_configure(6182) [ 221279.977] -> wl_surface@21.set_buffer_scale(1) [ 221279.981] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 221279.993] -> wl_surface@21.attach(wl_buffer@16, 0, 0) [ 221280.003] wl_callback@22.done(6182) [ 221280.021] wl_callback@12.done(2325371) [ 221373.359] -> wl_buffer@14.destroy() [ 221373.434] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 10, 1000000) [ 221373.458] -> wl_shm_pool@12.create_buffer(new id wl_buffer@22, 0, 500, 500, 2000, 0) [ 221373.576] -> wl_shm_pool@12.destroy() [ 221373.860] -> wl_buffer@22.destroy() [ 221373.902] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 221373.920] -> wl_shm_pool@17.create_buffer(new id wl_buffer@18, 0, 309, 88, 1236, 0) [ 221373.941] -> wl_shm_pool@17.destroy() [ 221374.066] -> wl_surface@21.frame(new id wl_callback@19) [ 221374.077] -> wl_surface@21.commit() [ 221374.081] -> wl_display@1.sync(new id wl_callback@15) [ 221374.540] wl_display@1.delete_id(14) [ 221374.558] wl_display@1.delete_id(12) [ 221374.569] wl_display@1.delete_id(22) [ 221374.576] wl_display@1.delete_id(17) [ 221374.582] wl_display@1.delete_id(15) [ 221374.595] wl_buffer@16.release() [ 221374.600] zwlr_layer_surface_v1@20.configure(6186, 309, 88) [ 221374.618] -> zwlr_layer_surface_v1@20.ack_configure(6186) [ 221374.630] -> wl_surface@21.set_buffer_scale(1) [ 221374.639] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 221374.660] -> wl_surface@21.attach(wl_buffer@18, 0, 0) [ 221374.677] wl_callback@15.done(6186) [ 221379.846] wl_display@1.delete_id(19) [ 221379.861] wl_callback@19.done(2325471) [ 221385.999] -> wl_buffer@16.destroy() [ 221386.070] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 221386.089] -> wl_shm_pool@19.create_buffer(new id wl_buffer@15, 0, 500, 500, 2000, 0) [ 221386.112] -> wl_shm_pool@19.destroy() [ 221386.396] -> wl_buffer@15.destroy() [ 221386.433] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 221386.454] -> wl_shm_pool@17.create_buffer(new id wl_buffer@22, 0, 309, 88, 1236, 0) [ 221386.482] -> wl_shm_pool@17.destroy() [ 221386.603] -> wl_surface@21.frame(new id wl_callback@12) [ 221386.616] -> wl_surface@21.commit() [ 221386.622] -> wl_display@1.sync(new id wl_callback@14) [ 221386.935] wl_display@1.delete_id(16) [ 221386.950] wl_display@1.delete_id(19) [ 221386.956] wl_display@1.delete_id(15) [ 221386.961] wl_display@1.delete_id(17) [ 221386.966] wl_display@1.delete_id(14) [ 221386.971] wl_buffer@18.release() [ 221386.976] zwlr_layer_surface_v1@20.configure(6187, 309, 88) [ 221386.993] -> zwlr_layer_surface_v1@20.ack_configure(6187) [ 221387.003] -> wl_surface@21.set_buffer_scale(1) [ 221387.012] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 221387.033] -> wl_surface@21.attach(wl_buffer@22, 0, 0) [ 221387.051] wl_callback@14.done(6187) [ 221396.476] wl_display@1.delete_id(12) [ 221396.494] wl_callback@12.done(2325488) [ 221502.369] -> wl_buffer@18.destroy() [ 221502.447] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 10, 1000000) [ 221502.465] -> wl_shm_pool@12.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 221502.491] -> wl_shm_pool@12.destroy() [ 221502.775] -> wl_buffer@14.destroy() [ 221502.815] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 221502.833] -> wl_shm_pool@17.create_buffer(new id wl_buffer@15, 0, 309, 88, 1236, 0) [ 221502.854] -> wl_shm_pool@17.destroy() [ 221502.976] -> wl_surface@21.frame(new id wl_callback@19) [ 221502.987] -> wl_surface@21.commit() [ 221502.992] -> wl_display@1.sync(new id wl_callback@16) [ 221503.703] wl_display@1.delete_id(18) [ 221503.719] wl_display@1.delete_id(12) [ 221503.725] wl_display@1.delete_id(14) [ 221503.730] wl_display@1.delete_id(17) [ 221503.735] wl_display@1.delete_id(16) [ 221503.740] wl_display@1.delete_id(19) [ 221503.745] wl_buffer@22.release() [ 221503.750] zwlr_layer_surface_v1@20.configure(6191, 309, 88) [ 221503.762] -> zwlr_layer_surface_v1@20.ack_configure(6191) [ 221503.769] -> wl_surface@21.set_buffer_scale(1) [ 221503.775] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 221503.790] -> wl_surface@21.attach(wl_buffer@15, 0, 0) [ 221503.802] wl_callback@16.done(6191) [ 221503.807] wl_callback@19.done(2325595) [ 221857.364] -> wl_buffer@22.destroy() [ 221857.443] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 221857.456] -> wl_shm_pool@19.create_buffer(new id wl_buffer@16, 0, 500, 500, 2000, 0) [ 221857.486] -> wl_shm_pool@19.destroy() [ 221857.689] -> wl_buffer@16.destroy() [ 221857.743] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 221857.793] -> wl_shm_pool@17.create_buffer(new id wl_buffer@14, 0, 309, 88, 1236, 0) [ 221857.808] -> wl_shm_pool@17.destroy() [ 221857.896] -> wl_surface@21.frame(new id wl_callback@12) [ 221857.906] -> wl_surface@21.commit() [ 221857.910] -> wl_display@1.sync(new id wl_callback@18) [ 221858.188] wl_display@1.delete_id(22) [ 221858.197] wl_display@1.delete_id(19) [ 221858.200] wl_display@1.delete_id(16) [ 221858.204] wl_display@1.delete_id(17) [ 221858.207] wl_display@1.delete_id(18) [ 221858.211] wl_buffer@15.release() [ 221858.213] zwlr_layer_surface_v1@20.configure(6193, 309, 88) [ 221858.221] -> zwlr_layer_surface_v1@20.ack_configure(6193) [ 221858.228] -> wl_surface@21.set_buffer_scale(1) [ 221858.232] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 221858.244] -> wl_surface@21.attach(wl_buffer@14, 0, 0) [ 221858.258] wl_callback@18.done(6193) [ 221863.058] wl_display@1.delete_id(12) [ 221863.070] wl_callback@12.done(2325954) [ 221922.890] -> wl_buffer@15.destroy() [ 221922.943] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 10, 1000000) [ 221922.965] -> wl_shm_pool@12.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 221922.988] -> wl_shm_pool@12.destroy() [ 221923.223] -> wl_buffer@18.destroy() [ 221923.250] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 221923.265] -> wl_shm_pool@17.create_buffer(new id wl_buffer@16, 0, 309, 88, 1236, 0) [ 221923.681] -> wl_shm_pool@17.destroy() [ 221923.763] -> wl_surface@21.frame(new id wl_callback@19) [ 221923.770] -> wl_surface@21.commit() [ 221923.773] -> wl_display@1.sync(new id wl_callback@22) [ 221924.081] wl_display@1.delete_id(15) [ 221924.089] wl_display@1.delete_id(12) [ 221924.092] wl_display@1.delete_id(18) [ 221924.096] wl_display@1.delete_id(17) [ 221924.099] wl_display@1.delete_id(22) [ 221924.102] wl_buffer@14.release() [ 221924.105] zwlr_layer_surface_v1@20.configure(6196, 309, 88) [ 221924.113] -> zwlr_layer_surface_v1@20.ack_configure(6196) [ 221924.118] -> wl_surface@21.set_buffer_scale(1) [ 221924.123] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 221924.134] -> wl_surface@21.attach(wl_buffer@16, 0, 0) [ 221924.146] wl_callback@22.done(6196) [ 221929.790] wl_display@1.delete_id(19) [ 221929.800] wl_callback@19.done(2326021) [ 222367.344] -> wl_buffer@14.destroy() [ 222367.530] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 222367.575] -> wl_shm_pool@19.create_buffer(new id wl_buffer@22, 0, 500, 500, 2000, 0) [ 222367.640] -> wl_shm_pool@19.destroy() [ 222368.343] -> wl_buffer@22.destroy() [ 222368.439] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 222368.480] -> wl_shm_pool@17.create_buffer(new id wl_buffer@18, 0, 309, 88, 1236, 0) [ 222368.542] -> wl_shm_pool@17.destroy() [ 222368.837] -> wl_surface@21.frame(new id wl_callback@12) [ 222368.863] -> wl_surface@21.commit() [ 222368.874] -> wl_display@1.sync(new id wl_callback@15) [ 222370.631] wl_display@1.delete_id(14) [ 222370.672] wl_display@1.delete_id(19) [ 222370.686] wl_display@1.delete_id(22) [ 222370.700] wl_display@1.delete_id(17) [ 222370.714] wl_display@1.delete_id(15) [ 222370.732] wl_display@1.delete_id(12) [ 222370.745] wl_buffer@16.release() [ 222370.757] zwlr_layer_surface_v1@20.configure(6198, 309, 88) [ 222370.788] -> zwlr_layer_surface_v1@20.ack_configure(6198) [ 222370.809] -> wl_surface@21.set_buffer_scale(1) [ 222370.827] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 222370.881] -> wl_surface@21.attach(wl_buffer@18, 0, 0) [ 222370.918] wl_callback@15.done(6198) [ 222370.939] wl_callback@12.done(2326462) [ 222688.413] -> wl_buffer@16.destroy() [ 222688.497] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 10, 1000000) [ 222688.510] -> wl_shm_pool@12.create_buffer(new id wl_buffer@15, 0, 500, 500, 2000, 0) [ 222688.529] -> wl_shm_pool@12.destroy() [ 222688.739] -> wl_buffer@15.destroy() [ 222688.776] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 222688.860] -> wl_shm_pool@17.create_buffer(new id wl_buffer@22, 0, 309, 88, 1236, 0) [ 222688.873] -> wl_shm_pool@17.destroy() [ 222688.964] -> wl_surface@21.frame(new id wl_callback@19) [ 222688.990] -> wl_surface@21.commit() [ 222688.992] -> wl_display@1.sync(new id wl_callback@14) [ 222689.245] wl_display@1.delete_id(16) [ 222689.266] wl_display@1.delete_id(12) [ 222689.270] wl_display@1.delete_id(15) [ 222689.274] wl_display@1.delete_id(17) [ 222689.300] wl_display@1.delete_id(14) [ 222689.306] wl_buffer@18.release() [ 222689.309] zwlr_layer_surface_v1@20.configure(6200, 309, 88) [ 222689.318] -> zwlr_layer_surface_v1@20.ack_configure(6200) [ 222689.324] -> wl_surface@21.set_buffer_scale(1) [ 222689.330] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 222689.343] -> wl_surface@21.attach(wl_buffer@22, 0, 0) [ 222689.356] wl_callback@14.done(6200) [ 222696.443] wl_display@1.delete_id(19) [ 222696.453] wl_callback@19.done(2326788) [ 222751.777] -> wl_buffer@18.destroy() [ 222751.879] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 222751.907] -> wl_shm_pool@19.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 222751.933] -> wl_shm_pool@19.destroy() [ 222752.238] -> wl_buffer@14.destroy() [ 222752.275] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 222752.294] -> wl_shm_pool@17.create_buffer(new id wl_buffer@15, 0, 309, 88, 1236, 0) [ 222752.308] -> wl_shm_pool@17.destroy() [ 222752.384] -> wl_surface@21.frame(new id wl_callback@12) [ 222752.391] -> wl_surface@21.commit() [ 222752.394] -> wl_display@1.sync(new id wl_callback@16) [ 222752.680] wl_display@1.delete_id(18) [ 222752.701] wl_display@1.delete_id(19) [ 222752.705] wl_display@1.delete_id(14) [ 222752.709] wl_display@1.delete_id(17) [ 222752.712] wl_display@1.delete_id(16) [ 222752.716] wl_buffer@22.release() [ 222752.719] zwlr_layer_surface_v1@20.configure(6203, 309, 88) [ 222752.742] -> zwlr_layer_surface_v1@20.ack_configure(6203) [ 222752.749] -> wl_surface@21.set_buffer_scale(1) [ 222752.754] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 222752.764] -> wl_surface@21.attach(wl_buffer@15, 0, 0) [ 222752.771] wl_callback@16.done(6203) [ 222763.123] wl_display@1.delete_id(12) [ 222763.134] wl_callback@12.done(2326854) [ 222844.987] -> wl_buffer@22.destroy() [ 222845.085] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 10, 1000000) [ 222845.113] -> wl_shm_pool@12.create_buffer(new id wl_buffer@16, 0, 500, 500, 2000, 0) [ 222845.160] -> wl_shm_pool@12.destroy() [ 222845.507] -> wl_buffer@16.destroy() [ 222845.557] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 222845.607] -> wl_shm_pool@17.create_buffer(new id wl_buffer@14, 0, 309, 88, 1236, 0) [ 222845.694] -> wl_shm_pool@17.destroy() [ 222845.857] -> wl_surface@21.frame(new id wl_callback@19) [ 222845.872] -> wl_surface@21.commit() [ 222845.878] -> wl_display@1.sync(new id wl_callback@18) [ 222846.323] wl_display@1.delete_id(22) [ 222846.343] wl_display@1.delete_id(12) [ 222846.350] wl_display@1.delete_id(16) [ 222846.357] wl_display@1.delete_id(17) [ 222846.363] wl_display@1.delete_id(18) [ 222846.370] wl_buffer@15.release() [ 222846.380] zwlr_layer_surface_v1@20.configure(6207, 309, 88) [ 222846.406] -> zwlr_layer_surface_v1@20.ack_configure(6207) [ 222846.418] -> wl_surface@21.set_buffer_scale(1) [ 222846.428] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 222846.451] -> wl_surface@21.attach(wl_buffer@14, 0, 0) [ 222846.469] wl_callback@18.done(6207) [ 222846.805] wl_display@1.delete_id(19) [ 222846.823] wl_callback@19.done(2326938) [ 222915.007] -> wl_buffer@15.destroy() [ 222915.171] -> wl_shm@4.create_pool(new id wl_shm_pool@19, fd 10, 1000000) [ 222915.216] -> wl_shm_pool@19.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 222915.279] -> wl_shm_pool@19.destroy() [ 222915.937] -> wl_buffer@18.destroy() [ 222916.030] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 222916.071] -> wl_shm_pool@17.create_buffer(new id wl_buffer@16, 0, 309, 88, 1236, 0) [ 222916.139] -> wl_shm_pool@17.destroy() [ 222916.438] -> wl_surface@21.frame(new id wl_callback@12) [ 222916.464] -> wl_surface@21.commit() [ 222916.475] -> wl_display@1.sync(new id wl_callback@22) [ 222917.854] wl_display@1.delete_id(15) [ 222917.887] wl_display@1.delete_id(19) [ 222917.901] wl_display@1.delete_id(18) [ 222917.914] wl_display@1.delete_id(17) [ 222917.978] wl_display@1.delete_id(22) [ 222917.992] wl_display@1.delete_id(12) [ 222918.008] wl_buffer@14.release() [ 222918.021] zwlr_layer_surface_v1@20.configure(6208, 309, 88) [ 222918.063] -> zwlr_layer_surface_v1@20.ack_configure(6208) [ 222918.084] -> wl_surface@21.set_buffer_scale(1) [ 222918.099] -> wl_surface@21.damage_buffer(0, 0, 2147483647, 2147483647) [ 222918.145] -> wl_surface@21.attach(wl_buffer@16, 0, 0) [ 222918.185] wl_callback@22.done(6208) [ 222918.202] wl_callback@12.done(2327009) [ 223837.464] -> wl_surface@21.frame(new id wl_callback@12) [ 223837.500] -> wl_surface@21.commit() [ 223837.512] -> wl_display@1.sync(new id wl_callback@22) [ 223838.788] wl_display@1.delete_id(22) [ 223838.821] wl_display@1.delete_id(12) [ 223838.836] wl_buffer@16.release() [ 223838.847] zwlr_layer_surface_v1@20.configure(6209, 309, 88) [ 223838.885] -> zwlr_layer_surface_v1@20.ack_configure(6209) [ 223838.915] -> zwlr_layer_surface_v1@20.destroy() [ 223839.155] -> wl_surface@21.destroy() [ 223839.172] wl_callback@22.done(6209) [ 223839.189] wl_callback@12.done(2327930) [ 223967.595] -> wl_buffer@16.destroy() [ 223967.652] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 10, 1000000) [ 223967.666] -> wl_shm_pool@12.create_buffer(new id wl_buffer@22, 0, 500, 500, 2000, 0) [ 223967.680] -> wl_shm_pool@12.destroy() [ 223967.881] -> wl_buffer@22.destroy() [ 223967.910] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 11, 108768) [ 223967.926] -> wl_shm_pool@17.create_buffer(new id wl_buffer@18, 0, 309, 88, 1236, 0) [ 223967.940] -> wl_shm_pool@17.destroy() [ 223968.024] -> wl_compositor@5.create_surface(new id wl_surface@19) [ 223968.033] -> zwlr_layer_shell_v1@7.get_layer_surface(new id zwlr_layer_surface_v1@15, wl_surface@19, wl_output@8, 3, "notifications") [ 223968.047] -> zwlr_layer_surface_v1@15.set_size(309, 88) [ 223968.053] -> zwlr_layer_surface_v1@15.set_anchor(9) [ 223968.056] -> zwlr_layer_surface_v1@15.set_margin(50, 10, 50, 10) [ 223968.066] -> wl_surface@19.commit() [ 223968.070] -> wl_display@1.sync(new id wl_callback@13) [ 223968.228] wl_display@1.delete_id(20) [ 223968.240] wl_display@1.delete_id(21) [ 223968.244] wl_display@1.delete_id(16) [ 223968.247] wl_display@1.delete_id(12) [ 223968.250] wl_display@1.delete_id(22) [ 223968.254] wl_display@1.delete_id(17) [ 223968.257] wl_display@1.delete_id(13) [ 223968.261] zwlr_layer_surface_v1@15.configure(6211, 309, 88) [ 223968.271] -> zwlr_layer_surface_v1@15.ack_configure(6211) [ 223968.277] -> wl_surface@19.set_buffer_scale(1) [ 223968.283] -> wl_surface@19.damage_buffer(0, 0, 2147483647, 2147483647) [ 223968.298] -> wl_surface@19.attach(wl_buffer@18, 0, 0) [ 223968.310] -> wl_surface@19.frame(new id wl_callback@17) [ 223968.317] -> wl_surface@19.commit() [ 223968.321] zwlr_layer_surface_v1@15.configure(6212, 309, 88) [ 223968.332] -> zwlr_layer_surface_v1@15.ack_configure(6212) [ 223968.337] -> wl_surface@19.set_buffer_scale(1) [ 223968.342] -> wl_surface@19.damage_buffer(0, 0, 2147483647, 2147483647) [ 223968.357] -> wl_surface@19.attach(wl_buffer@18, 0, 0) [ 223968.371] wl_callback@13.done(6212) [ 223968.377] -> wl_display@1.sync(new id wl_callback@13) [ 223968.573] wl_display@1.delete_id(13) [ 223968.586] wl_buffer@18.release() [ 223968.591] zwlr_layer_surface_v1@15.configure(6213, 309, 88) [ 223968.604] -> zwlr_layer_surface_v1@15.ack_configure(6213) [ 223968.609] -> wl_surface@19.set_buffer_scale(1) [ 223968.613] -> wl_surface@19.damage_buffer(0, 0, 2147483647, 2147483647) [ 223968.625] -> wl_surface@19.attach(wl_buffer@18, 0, 0) [ 223968.635] wl_callback@13.done(6213) [ 223980.215] wl_display@1.delete_id(17) [ 223980.260] wl_callback@17.done(2328071) [ 224383.324] -> wl_buffer@14.destroy() [ 224383.389] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 10, 1000000) [ 224383.413] -> wl_shm_pool@17.create_buffer(new id wl_buffer@13, 0, 500, 500, 2000, 0) [ 224383.430] -> wl_shm_pool@17.destroy() [ 224383.717] -> wl_buffer@13.destroy() [ 224383.744] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 11, 108768) [ 224383.756] -> wl_shm_pool@22.create_buffer(new id wl_buffer@12, 0, 309, 88, 1236, 0) [ 224383.773] -> wl_shm_pool@22.destroy() [ 224383.852] -> wl_surface@19.frame(new id wl_callback@16) [ 224383.858] -> wl_surface@19.commit() [ 224383.861] -> wl_display@1.sync(new id wl_callback@21) [ 224384.262] wl_display@1.delete_id(14) [ 224384.273] wl_display@1.delete_id(17) [ 224384.277] wl_display@1.delete_id(13) [ 224384.281] wl_display@1.delete_id(22) [ 224384.286] wl_display@1.delete_id(21) [ 224384.289] wl_display@1.delete_id(16) [ 224384.294] wl_buffer@18.release() [ 224384.297] zwlr_layer_surface_v1@15.configure(6216, 309, 88) [ 224384.309] -> zwlr_layer_surface_v1@15.ack_configure(6216) [ 224384.316] -> wl_surface@19.set_buffer_scale(1) [ 224384.321] -> wl_surface@19.damage_buffer(0, 0, 2147483647, 2147483647) [ 224384.336] -> wl_surface@19.attach(wl_buffer@12, 0, 0) [ 224384.348] wl_callback@21.done(6216) [ 224384.353] wl_callback@16.done(2328476) [ 224483.978] -> wl_buffer@18.destroy() [ 224484.148] -> wl_shm@4.create_pool(new id wl_shm_pool@16, fd 10, 1000000) [ 224484.191] -> wl_shm_pool@16.create_buffer(new id wl_buffer@21, 0, 500, 500, 2000, 0) [ 224484.256] -> wl_shm_pool@16.destroy() [ 224484.864] -> wl_buffer@21.destroy() [ 224484.954] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 11, 108768) [ 224484.993] -> wl_shm_pool@22.create_buffer(new id wl_buffer@13, 0, 309, 88, 1236, 0) [ 224485.078] -> wl_shm_pool@22.destroy() [ 224485.350] -> wl_surface@19.frame(new id wl_callback@17) [ 224485.374] -> wl_surface@19.commit() [ 224485.384] -> wl_display@1.sync(new id wl_callback@14) [ 224486.783] wl_display@1.delete_id(18) [ 224486.820] wl_display@1.delete_id(16) [ 224486.833] wl_display@1.delete_id(21) [ 224486.845] wl_display@1.delete_id(22) [ 224486.859] wl_display@1.delete_id(14) [ 224486.876] wl_display@1.delete_id(17) [ 224486.896] wl_buffer@12.release() [ 224486.909] zwlr_layer_surface_v1@15.configure(6220, 309, 88) [ 224486.949] -> zwlr_layer_surface_v1@15.ack_configure(6220) [ 224486.970] -> wl_surface@19.set_buffer_scale(1) [ 224486.992] -> wl_surface@19.damage_buffer(0, 0, 2147483647, 2147483647) [ 224487.039] -> wl_surface@19.attach(wl_buffer@13, 0, 0) [ 224487.078] wl_callback@14.done(6220) [ 224487.096] wl_callback@17.done(2328578) [ 224570.160] -> wl_buffer@12.destroy() [ 224570.235] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 10, 1000000) [ 224570.255] -> wl_shm_pool@17.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 224570.374] -> wl_shm_pool@17.destroy() [ 224570.661] -> wl_buffer@14.destroy() [ 224570.704] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 11, 108768) [ 224570.719] -> wl_shm_pool@22.create_buffer(new id wl_buffer@21, 0, 309, 88, 1236, 0) [ 224570.740] -> wl_shm_pool@22.destroy() [ 224570.862] -> wl_surface@19.frame(new id wl_callback@16) [ 224570.873] -> wl_surface@19.commit() [ 224570.877] -> wl_display@1.sync(new id wl_callback@18) [ 224571.586] wl_display@1.delete_id(12) [ 224571.602] wl_display@1.delete_id(17) [ 224571.608] wl_display@1.delete_id(14) [ 224571.613] wl_display@1.delete_id(22) [ 224571.618] wl_display@1.delete_id(18) [ 224571.623] wl_display@1.delete_id(16) [ 224571.630] wl_buffer@13.release() [ 224571.634] zwlr_layer_surface_v1@15.configure(6223, 309, 88) [ 224571.652] -> zwlr_layer_surface_v1@15.ack_configure(6223) [ 224571.661] -> wl_surface@19.set_buffer_scale(1) [ 224571.671] -> wl_surface@19.damage_buffer(0, 0, 2147483647, 2147483647) [ 224571.693] -> wl_surface@19.attach(wl_buffer@21, 0, 0) [ 224571.709] wl_callback@18.done(6223) [ 224571.717] wl_callback@16.done(2328663) [ 224967.275] -> wl_buffer@13.destroy() [ 224967.465] -> wl_shm@4.create_pool(new id wl_shm_pool@16, fd 10, 1000000) [ 224967.511] -> wl_shm_pool@16.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 224967.583] -> wl_shm_pool@16.destroy() [ 224968.281] -> wl_buffer@18.destroy() [ 224968.377] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 11, 108768) [ 224968.419] -> wl_shm_pool@22.create_buffer(new id wl_buffer@14, 0, 309, 88, 1236, 0) [ 224968.486] -> wl_shm_pool@22.destroy() [ 224968.780] -> wl_surface@19.frame(new id wl_callback@17) [ 224968.805] -> wl_surface@19.commit() [ 224968.816] -> wl_display@1.sync(new id wl_callback@12) [ 224970.551] wl_display@1.delete_id(13) [ 224970.585] wl_display@1.delete_id(16) [ 224970.601] wl_display@1.delete_id(18) [ 224970.617] wl_display@1.delete_id(22) [ 224970.630] wl_display@1.delete_id(12) [ 224970.659] wl_display@1.delete_id(17) [ 224970.675] wl_buffer@21.release() [ 224970.688] zwlr_layer_surface_v1@15.configure(6224, 309, 88) [ 224970.730] -> zwlr_layer_surface_v1@15.ack_configure(6224) [ 224970.750] -> wl_surface@19.set_buffer_scale(1) [ 224970.771] -> wl_surface@19.damage_buffer(0, 0, 2147483647, 2147483647) [ 224970.810] -> wl_surface@19.attach(wl_buffer@14, 0, 0) [ 224970.846] wl_callback@12.done(6224) [ 224970.864] wl_callback@17.done(2329062) [ 225562.951] -> wl_buffer@21.destroy() [ 225563.011] -> wl_shm@4.create_pool(new id wl_shm_pool@17, fd 10, 1000000) [ 225563.024] -> wl_shm_pool@17.create_buffer(new id wl_buffer@12, 0, 500, 500, 2000, 0) [ 225563.043] -> wl_shm_pool@17.destroy() [ 225563.241] -> wl_buffer@12.destroy() [ 225563.268] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 11, 108768) [ 225563.283] -> wl_shm_pool@22.create_buffer(new id wl_buffer@18, 0, 309, 88, 1236, 0) [ 225563.306] -> wl_shm_pool@22.destroy() [ 225563.389] -> wl_surface@19.frame(new id wl_callback@16) [ 225563.397] -> wl_surface@19.commit() [ 225563.401] -> wl_display@1.sync(new id wl_callback@13) [ 225563.595] wl_display@1.delete_id(21) [ 225563.603] wl_display@1.delete_id(17) [ 225563.607] wl_display@1.delete_id(12) [ 225563.610] wl_display@1.delete_id(22) [ 225563.614] wl_display@1.delete_id(13) [ 225563.617] wl_buffer@14.release() [ 225563.620] zwlr_layer_surface_v1@15.configure(6226, 309, 88) [ 225563.631] -> zwlr_layer_surface_v1@15.ack_configure(6226) [ 225563.637] -> wl_surface@19.set_buffer_scale(1) [ 225563.642] -> wl_surface@19.damage_buffer(0, 0, 2147483647, 2147483647) [ 225563.656] -> wl_surface@19.attach(wl_buffer@18, 0, 0) [ 225563.668] wl_callback@13.done(6226) [ 225568.052] -> wl_buffer@14.destroy() [ 225568.093] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 10, 1000000) [ 225568.109] -> wl_shm_pool@13.create_buffer(new id wl_buffer@22, 0, 500, 500, 2000, 0) [ 225568.130] -> wl_shm_pool@13.destroy() [ 225568.301] -> wl_buffer@22.destroy() [ 225568.327] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 225568.339] -> wl_shm_pool@12.create_buffer(new id wl_buffer@17, 0, 309, 88, 1236, 0) [ 225568.356] -> wl_shm_pool@12.destroy() [ 225568.587] -> wl_display@1.sync(new id wl_callback@21) [ 225568.715] wl_display@1.delete_id(14) [ 225568.724] wl_display@1.delete_id(13) [ 225568.729] wl_display@1.delete_id(22) [ 225568.733] wl_display@1.delete_id(12) [ 225568.738] wl_display@1.delete_id(21) [ 225568.742] wl_callback@21.done(6226) [ 225579.797] wl_display@1.delete_id(16) [ 225579.820] wl_callback@16.done(2329671) [ 225579.827] -> wl_surface@19.set_buffer_scale(1) [ 225579.833] -> wl_surface@19.damage_buffer(0, 0, 2147483647, 2147483647) [ 225579.851] -> wl_surface@19.attach(wl_buffer@17, 0, 0) [ 225579.864] -> wl_surface@19.frame(new id wl_callback@16) [ 225579.872] -> wl_surface@19.commit() [ 225580.213] wl_buffer@18.release() [ 225580.221] wl_buffer@17.release() [ 225580.225] zwlr_layer_surface_v1@15.configure(6228, 309, 88) [ 225580.235] -> zwlr_layer_surface_v1@15.ack_configure(6228) [ 225580.240] -> wl_surface@19.set_buffer_scale(1) [ 225580.245] -> wl_surface@19.damage_buffer(0, 0, 2147483647, 2147483647) [ 225580.261] -> wl_surface@19.attach(wl_buffer@17, 0, 0) [ 225596.613] wl_display@1.delete_id(16) [ 225596.637] wl_callback@16.done(2329688) [ 226017.477] -> wl_buffer@18.destroy() [ 226017.533] -> wl_shm@4.create_pool(new id wl_shm_pool@16, fd 10, 1000000) [ 226017.546] -> wl_shm_pool@16.create_buffer(new id wl_buffer@21, 0, 500, 500, 2000, 0) [ 226017.627] -> wl_shm_pool@16.destroy() [ 226017.832] -> wl_buffer@21.destroy() [ 226017.861] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 226017.871] -> wl_shm_pool@12.create_buffer(new id wl_buffer@22, 0, 309, 88, 1236, 0) [ 226017.897] -> wl_shm_pool@12.destroy() [ 226017.982] -> wl_surface@19.frame(new id wl_callback@13) [ 226017.989] -> wl_surface@19.commit() [ 226017.992] -> wl_display@1.sync(new id wl_callback@14) [ 226018.225] wl_display@1.delete_id(18) [ 226018.233] wl_display@1.delete_id(16) [ 226018.237] wl_display@1.delete_id(21) [ 226018.240] wl_display@1.delete_id(12) [ 226018.244] wl_display@1.delete_id(14) [ 226018.247] wl_buffer@17.release() [ 226018.250] zwlr_layer_surface_v1@15.configure(6230, 309, 88) [ 226018.264] -> zwlr_layer_surface_v1@15.ack_configure(6230) [ 226018.270] -> wl_surface@19.set_buffer_scale(1) [ 226018.277] -> wl_surface@19.damage_buffer(0, 0, 2147483647, 2147483647) [ 226018.290] -> wl_surface@19.attach(wl_buffer@22, 0, 0) [ 226018.301] wl_callback@14.done(6230) [ 226030.298] wl_display@1.delete_id(13) [ 226030.352] wl_callback@13.done(2330122) [ 226565.029] -> wl_buffer@17.destroy() [ 226565.227] -> wl_shm@4.create_pool(new id wl_shm_pool@13, fd 10, 1000000) [ 226565.272] -> wl_shm_pool@13.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 226565.337] -> wl_shm_pool@13.destroy() [ 226565.978] -> wl_buffer@14.destroy() [ 226566.073] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 226566.115] -> wl_shm_pool@12.create_buffer(new id wl_buffer@21, 0, 309, 88, 1236, 0) [ 226566.184] -> wl_shm_pool@12.destroy() [ 226566.484] -> wl_surface@19.frame(new id wl_callback@16) [ 226566.509] -> wl_surface@19.commit() [ 226566.520] -> wl_display@1.sync(new id wl_callback@18) [ 226567.913] wl_display@1.delete_id(17) [ 226567.983] wl_display@1.delete_id(13) [ 226568.008] wl_display@1.delete_id(14) [ 226568.031] wl_display@1.delete_id(12) [ 226568.051] wl_display@1.delete_id(18) [ 226568.072] wl_display@1.delete_id(16) [ 226568.087] wl_buffer@22.release() [ 226568.106] zwlr_layer_surface_v1@15.configure(6233, 309, 88) [ 226568.147] -> zwlr_layer_surface_v1@15.ack_configure(6233) [ 226568.171] -> wl_surface@19.set_buffer_scale(1) [ 226568.191] -> wl_surface@19.damage_buffer(0, 0, 2147483647, 2147483647) [ 226568.250] -> wl_surface@19.attach(wl_buffer@21, 0, 0) [ 226568.298] wl_callback@18.done(6233) [ 226568.318] wl_callback@16.done(2330659) [ 227014.099] -> wl_surface@19.frame(new id wl_callback@16) [ 227014.134] -> wl_surface@19.commit() [ 227014.146] -> wl_display@1.sync(new id wl_callback@18) [ 227015.434] wl_display@1.delete_id(18) [ 227015.477] wl_display@1.delete_id(16) [ 227015.509] wl_buffer@21.release() [ 227015.523] zwlr_layer_surface_v1@15.configure(6234, 309, 88) [ 227015.573] -> zwlr_layer_surface_v1@15.ack_configure(6234) [ 227015.598] -> zwlr_layer_surface_v1@15.destroy() [ 227015.615] -> wl_surface@19.destroy() [ 227015.636] wl_callback@18.done(6234) [ 227015.653] wl_callback@16.done(2331107) [ 229792.682] -> wl_buffer@21.destroy() [ 229792.761] -> wl_shm@4.create_pool(new id wl_shm_pool@16, fd 10, 1000000) [ 229792.772] -> wl_shm_pool@16.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 229792.785] -> wl_shm_pool@16.destroy() [ 229793.189] -> wl_buffer@18.destroy() [ 229793.233] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 11, 108768) [ 229793.256] -> wl_shm_pool@12.create_buffer(new id wl_buffer@14, 0, 309, 88, 1236, 0) [ 229793.269] -> wl_shm_pool@12.destroy() [ 229793.371] -> wl_compositor@5.create_surface(new id wl_surface@13) [ 229793.378] -> zwlr_layer_shell_v1@7.get_layer_surface(new id zwlr_layer_surface_v1@17, wl_surface@13, wl_output@8, 3, "notifications") [ 229793.390] -> zwlr_layer_surface_v1@17.set_size(309, 88) [ 229793.395] -> zwlr_layer_surface_v1@17.set_anchor(9) [ 229793.399] -> zwlr_layer_surface_v1@17.set_margin(50, 10, 50, 10) [ 229793.425] -> wl_surface@13.commit() [ 229793.444] -> wl_display@1.sync(new id wl_callback@20) [ 229793.599] wl_display@1.delete_id(15) [ 229793.607] wl_display@1.delete_id(19) [ 229793.626] wl_display@1.delete_id(21) [ 229793.635] wl_display@1.delete_id(16) [ 229793.639] wl_display@1.delete_id(18) [ 229793.645] wl_display@1.delete_id(12) [ 229793.664] wl_display@1.delete_id(20) [ 229793.672] zwlr_layer_surface_v1@17.configure(6236, 309, 88) [ 229793.684] -> zwlr_layer_surface_v1@17.ack_configure(6236) [ 229793.690] -> wl_surface@13.set_buffer_scale(1) [ 229793.695] -> wl_surface@13.damage_buffer(0, 0, 2147483647, 2147483647) [ 229793.724] -> wl_surface@13.attach(wl_buffer@14, 0, 0) [ 229793.734] -> wl_surface@13.frame(new id wl_callback@12) [ 229793.741] -> wl_surface@13.commit() [ 229793.744] zwlr_layer_surface_v1@17.configure(6237, 309, 88) [ 229793.768] -> zwlr_layer_surface_v1@17.ack_configure(6237) [ 229793.772] -> wl_surface@13.set_buffer_scale(1) [ 229793.779] -> wl_surface@13.damage_buffer(0, 0, 2147483647, 2147483647) [ 229793.791] -> wl_surface@13.attach(wl_buffer@14, 0, 0) [ 229793.802] wl_callback@20.done(6237) [ 229793.807] -> wl_display@1.sync(new id wl_callback@20) [ 229794.050] wl_display@1.delete_id(20) [ 229794.058] wl_buffer@14.release() [ 229794.066] zwlr_layer_surface_v1@17.configure(6238, 309, 88) [ 229794.076] -> zwlr_layer_surface_v1@17.ack_configure(6238) [ 229794.081] -> wl_surface@13.set_buffer_scale(1) [ 229794.099] -> wl_surface@13.damage_buffer(0, 0, 2147483647, 2147483647) [ 229794.112] -> wl_surface@13.attach(wl_buffer@14, 0, 0) [ 229794.122] wl_callback@20.done(6238) [ 229796.493] wl_display@1.delete_id(12) [ 229796.502] wl_callback@12.done(2333888) [ 229889.351] -> wl_buffer@22.destroy() [ 229889.433] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 10, 1000000) [ 229889.489] -> wl_shm_pool@12.create_buffer(new id wl_buffer@20, 0, 500, 500, 2000, 0) [ 229889.534] -> wl_shm_pool@12.destroy() [ 229889.914] -> wl_buffer@20.destroy() [ 229889.968] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 229889.992] -> wl_shm_pool@18.create_buffer(new id wl_buffer@16, 0, 309, 88, 1236, 0) [ 229890.019] -> wl_shm_pool@18.destroy() [ 229890.108] -> wl_surface@13.frame(new id wl_callback@21) [ 229890.129] -> wl_surface@13.commit() [ 229890.132] -> wl_display@1.sync(new id wl_callback@19) [ 229890.369] wl_display@1.delete_id(22) [ 229890.380] wl_display@1.delete_id(12) [ 229890.398] wl_display@1.delete_id(20) [ 229890.403] wl_display@1.delete_id(18) [ 229890.407] wl_display@1.delete_id(19) [ 229890.412] wl_buffer@14.release() [ 229890.415] zwlr_layer_surface_v1@17.configure(6241, 309, 88) [ 229890.426] -> zwlr_layer_surface_v1@17.ack_configure(6241) [ 229890.432] -> wl_surface@13.set_buffer_scale(1) [ 229890.438] -> wl_surface@13.damage_buffer(0, 0, 2147483647, 2147483647) [ 229890.451] -> wl_surface@13.attach(wl_buffer@16, 0, 0) [ 229890.463] wl_callback@19.done(6241) [ 229896.494] wl_display@1.delete_id(21) [ 229896.504] wl_callback@21.done(2333988) [ 230014.650] -> wl_buffer@14.destroy() [ 230014.739] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 230014.771] -> wl_shm_pool@21.create_buffer(new id wl_buffer@19, 0, 500, 500, 2000, 0) [ 230014.811] -> wl_shm_pool@21.destroy() [ 230015.157] -> wl_buffer@19.destroy() [ 230015.207] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 230015.390] -> wl_shm_pool@18.create_buffer(new id wl_buffer@20, 0, 309, 88, 1236, 0) [ 230015.420] -> wl_shm_pool@18.destroy() [ 230015.573] -> wl_surface@13.frame(new id wl_callback@12) [ 230015.586] -> wl_surface@13.commit() [ 230015.592] -> wl_display@1.sync(new id wl_callback@22) [ 230016.440] wl_display@1.delete_id(14) [ 230016.461] wl_display@1.delete_id(21) [ 230016.469] wl_display@1.delete_id(19) [ 230016.475] wl_display@1.delete_id(18) [ 230016.481] wl_display@1.delete_id(22) [ 230016.490] wl_display@1.delete_id(12) [ 230016.500] wl_buffer@16.release() [ 230016.507] zwlr_layer_surface_v1@17.configure(6245, 309, 88) [ 230016.527] -> zwlr_layer_surface_v1@17.ack_configure(6245) [ 230016.539] -> wl_surface@13.set_buffer_scale(1) [ 230016.550] -> wl_surface@13.damage_buffer(0, 0, 2147483647, 2147483647) [ 230016.575] -> wl_surface@13.attach(wl_buffer@20, 0, 0) [ 230016.597] wl_callback@22.done(6245) [ 230016.609] wl_callback@12.done(2334108) [ 230793.566] -> wl_buffer@16.destroy() [ 230793.759] -> wl_shm@4.create_pool(new id wl_shm_pool@12, fd 10, 1000000) [ 230793.804] -> wl_shm_pool@12.create_buffer(new id wl_buffer@22, 0, 500, 500, 2000, 0) [ 230793.866] -> wl_shm_pool@12.destroy() [ 230794.528] -> wl_buffer@22.destroy() [ 230794.642] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 230794.684] -> wl_shm_pool@18.create_buffer(new id wl_buffer@19, 0, 309, 88, 1236, 0) [ 230794.751] -> wl_shm_pool@18.destroy() [ 230795.048] -> wl_surface@13.frame(new id wl_callback@21) [ 230795.074] -> wl_surface@13.commit() [ 230795.086] -> wl_display@1.sync(new id wl_callback@14) [ 230796.518] wl_display@1.delete_id(16) [ 230796.560] wl_display@1.delete_id(12) [ 230796.574] wl_display@1.delete_id(22) [ 230796.591] wl_display@1.delete_id(18) [ 230796.677] wl_display@1.delete_id(14) [ 230796.691] wl_display@1.delete_id(21) [ 230796.704] wl_buffer@20.release() [ 230796.718] zwlr_layer_surface_v1@17.configure(6246, 309, 88) [ 230796.829] -> zwlr_layer_surface_v1@17.ack_configure(6246) [ 230796.904] -> wl_surface@13.set_buffer_scale(1) [ 230796.924] -> wl_surface@13.damage_buffer(0, 0, 2147483647, 2147483647) [ 230796.963] -> wl_surface@13.attach(wl_buffer@19, 0, 0) [ 230797.068] wl_callback@14.done(6246) [ 230797.090] wl_callback@21.done(2334888) [ 231006.587] -> wl_buffer@20.destroy() [ 231006.754] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 231006.799] -> wl_shm_pool@21.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 231006.868] -> wl_shm_pool@21.destroy() [ 231007.526] -> wl_buffer@14.destroy() [ 231007.619] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 231007.660] -> wl_shm_pool@18.create_buffer(new id wl_buffer@22, 0, 309, 88, 1236, 0) [ 231007.736] -> wl_shm_pool@18.destroy() [ 231008.058] -> wl_surface@13.frame(new id wl_callback@12) [ 231008.086] -> wl_surface@13.commit() [ 231008.099] -> wl_display@1.sync(new id wl_callback@16) [ 231009.425] wl_display@1.delete_id(20) [ 231009.461] wl_display@1.delete_id(21) [ 231009.475] wl_display@1.delete_id(14) [ 231009.489] wl_display@1.delete_id(18) [ 231009.503] wl_display@1.delete_id(16) [ 231009.517] wl_display@1.delete_id(12) [ 231009.534] wl_buffer@19.release() [ 231009.546] zwlr_layer_surface_v1@17.configure(6247, 309, 88) [ 231009.582] -> zwlr_layer_surface_v1@17.ack_configure(6247) [ 231009.608] -> wl_surface@13.set_buffer_scale(1) [ 231009.629] -> wl_surface@13.damage_buffer(0, 0, 2147483647, 2147483647) [ 231009.680] -> wl_surface@13.attach(wl_buffer@22, 0, 0) [ 231009.715] wl_callback@16.done(6247) [ 231009.733] wl_callback@12.done(2335101) [ 231009.973] -> wl_surface@13.frame(new id wl_callback@12) [ 231010.000] -> wl_surface@13.commit() [ 231010.012] -> wl_display@1.sync(new id wl_callback@16) [ 231011.218] wl_display@1.delete_id(16) [ 231011.270] wl_buffer@22.release() [ 231011.282] zwlr_layer_surface_v1@17.configure(6248, 309, 88) [ 231011.317] -> zwlr_layer_surface_v1@17.ack_configure(6248) [ 231011.339] -> zwlr_layer_surface_v1@17.destroy() [ 231011.353] -> wl_surface@13.destroy() [ 231011.367] wl_callback@16.done(6248) [ 231198.867] -> wl_buffer@22.destroy() [ 231198.923] -> wl_shm@4.create_pool(new id wl_shm_pool@16, fd 10, 1000000) [ 231198.943] -> wl_shm_pool@16.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 231198.971] -> wl_shm_pool@16.destroy() [ 231199.180] -> wl_buffer@18.destroy() [ 231199.209] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 11, 108768) [ 231199.219] -> wl_shm_pool@14.create_buffer(new id wl_buffer@21, 0, 309, 88, 1236, 0) [ 231199.234] -> wl_shm_pool@14.destroy() [ 231199.318] -> wl_display@1.sync(new id wl_callback@20) [ 231199.440] wl_display@1.delete_id(17) [ 231199.451] wl_display@1.delete_id(12) [ 231199.459] wl_display@1.delete_id(13) [ 231199.463] wl_display@1.delete_id(22) [ 231199.468] wl_display@1.delete_id(16) [ 231199.473] wl_display@1.delete_id(18) [ 231199.477] wl_display@1.delete_id(14) [ 231199.482] wl_display@1.delete_id(20) [ 231199.487] wl_callback@20.done(6249) [ 231327.019] -> wl_buffer@21.destroy() [ 231327.130] -> wl_shm@4.create_pool(new id wl_shm_pool@20, fd 10, 1000000) [ 231327.170] -> wl_shm_pool@20.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 231327.200] -> wl_shm_pool@20.destroy() [ 231327.560] -> wl_buffer@14.destroy() [ 231327.590] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 231327.603] -> wl_shm_pool@18.create_buffer(new id wl_buffer@16, 0, 309, 88, 1236, 0) [ 231327.637] -> wl_shm_pool@18.destroy() [ 231327.728] -> wl_display@1.sync(new id wl_callback@22) [ 231327.811] wl_display@1.delete_id(21) [ 231327.832] wl_display@1.delete_id(20) [ 231327.838] wl_display@1.delete_id(14) [ 231327.843] wl_display@1.delete_id(18) [ 231327.849] wl_display@1.delete_id(22) [ 231327.854] wl_callback@22.done(6252) [ 231425.221] -> wl_buffer@16.destroy() [ 231425.277] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 10, 1000000) [ 231425.289] -> wl_shm_pool@22.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 231425.304] -> wl_shm_pool@22.destroy() [ 231425.644] -> wl_buffer@18.destroy() [ 231425.675] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 11, 108768) [ 231425.687] -> wl_shm_pool@14.create_buffer(new id wl_buffer@20, 0, 309, 88, 1236, 0) [ 231425.700] -> wl_shm_pool@14.destroy() [ 231425.779] -> wl_display@1.sync(new id wl_callback@21) [ 231425.912] wl_display@1.delete_id(16) [ 231425.921] wl_display@1.delete_id(22) [ 231425.924] wl_display@1.delete_id(18) [ 231425.927] wl_display@1.delete_id(14) [ 231425.930] wl_display@1.delete_id(21) [ 231425.934] wl_callback@21.done(6253) [ 232199.843] -> wl_buffer@20.destroy() [ 232200.018] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 232200.064] -> wl_shm_pool@21.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 232200.130] -> wl_shm_pool@21.destroy() [ 232200.796] -> wl_buffer@14.destroy() [ 232200.890] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 232200.931] -> wl_shm_pool@18.create_buffer(new id wl_buffer@22, 0, 309, 88, 1236, 0) [ 232200.998] -> wl_shm_pool@18.destroy() [ 232201.330] -> wl_display@1.sync(new id wl_callback@16) [ 232201.630] wl_display@1.delete_id(20) [ 232201.708] wl_display@1.delete_id(21) [ 232201.754] wl_display@1.delete_id(14) [ 232201.797] wl_display@1.delete_id(18) [ 232201.840] wl_display@1.delete_id(16) [ 232201.883] wl_callback@16.done(6254) [ 232421.306] -> wl_buffer@22.destroy() [ 232421.468] -> wl_shm@4.create_pool(new id wl_shm_pool@16, fd 10, 1000000) [ 232421.513] -> wl_shm_pool@16.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 232421.586] -> wl_shm_pool@16.destroy() [ 232422.235] -> wl_buffer@18.destroy() [ 232422.329] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 11, 108768) [ 232422.370] -> wl_shm_pool@14.create_buffer(new id wl_buffer@21, 0, 309, 88, 1236, 0) [ 232422.446] -> wl_shm_pool@14.destroy() [ 232422.743] -> wl_display@1.sync(new id wl_callback@20) [ 232423.321] wl_display@1.delete_id(22) [ 232423.358] wl_display@1.delete_id(16) [ 232423.372] wl_display@1.delete_id(18) [ 232423.385] wl_display@1.delete_id(14) [ 232423.412] wl_display@1.delete_id(20) [ 232423.427] wl_callback@20.done(6254) [ 232423.663] -> wl_display@1.sync(new id wl_callback@20) [ 232424.914] wl_display@1.delete_id(20) [ 232424.974] wl_callback@20.done(6254) [ 232673.282] -> wl_buffer@21.destroy() [ 232673.345] -> wl_shm@4.create_pool(new id wl_shm_pool@20, fd 10, 1000000) [ 232673.358] -> wl_shm_pool@20.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 232673.373] -> wl_shm_pool@20.destroy() [ 232673.581] -> wl_buffer@14.destroy() [ 232673.611] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 232673.622] -> wl_shm_pool@18.create_buffer(new id wl_buffer@16, 0, 309, 88, 1236, 0) [ 232673.640] -> wl_shm_pool@18.destroy() [ 232673.728] -> wl_display@1.sync(new id wl_callback@22) [ 232673.828] wl_display@1.delete_id(21) [ 232673.838] wl_display@1.delete_id(20) [ 232673.844] wl_display@1.delete_id(14) [ 232673.850] wl_display@1.delete_id(18) [ 232673.857] wl_display@1.delete_id(22) [ 232673.865] wl_callback@22.done(6255) [ 232798.953] -> wl_buffer@16.destroy() [ 232799.006] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 10, 1000000) [ 232799.020] -> wl_shm_pool@22.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 232799.038] -> wl_shm_pool@22.destroy() [ 232799.238] -> wl_buffer@18.destroy() [ 232799.265] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 11, 108768) [ 232799.275] -> wl_shm_pool@14.create_buffer(new id wl_buffer@20, 0, 309, 88, 1236, 0) [ 232799.291] -> wl_shm_pool@14.destroy() [ 232799.473] -> wl_display@1.sync(new id wl_callback@21) [ 232799.598] wl_display@1.delete_id(16) [ 232799.606] wl_display@1.delete_id(22) [ 232799.609] wl_display@1.delete_id(18) [ 232799.613] wl_display@1.delete_id(14) [ 232799.616] wl_display@1.delete_id(21) [ 232799.620] wl_callback@21.done(6257) [ 233182.702] -> wl_buffer@20.destroy() [ 233182.755] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 233182.767] -> wl_shm_pool@21.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 233182.784] -> wl_shm_pool@21.destroy() [ 233182.977] -> wl_buffer@14.destroy() [ 233183.003] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 233183.015] -> wl_shm_pool@18.create_buffer(new id wl_buffer@22, 0, 309, 88, 1236, 0) [ 233183.031] -> wl_shm_pool@18.destroy() [ 233183.152] -> wl_display@1.sync(new id wl_callback@16) [ 233183.266] wl_display@1.delete_id(20) [ 233183.274] wl_display@1.delete_id(21) [ 233183.278] wl_display@1.delete_id(14) [ 233183.282] wl_display@1.delete_id(18) [ 233183.286] wl_display@1.delete_id(16) [ 233183.290] wl_callback@16.done(6259) [ 233312.904] -> wl_buffer@22.destroy() [ 233312.986] -> wl_shm@4.create_pool(new id wl_shm_pool@16, fd 10, 1000000) [ 233312.999] -> wl_shm_pool@16.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 233313.013] -> wl_shm_pool@16.destroy() [ 233313.216] -> wl_buffer@18.destroy() [ 233313.244] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 11, 108768) [ 233313.254] -> wl_shm_pool@14.create_buffer(new id wl_buffer@21, 0, 309, 88, 1236, 0) [ 233313.268] -> wl_shm_pool@14.destroy() [ 233313.351] -> wl_display@1.sync(new id wl_callback@20) [ 233313.440] wl_display@1.delete_id(22) [ 233313.446] wl_display@1.delete_id(16) [ 233313.450] wl_display@1.delete_id(18) [ 233313.453] wl_display@1.delete_id(14) [ 233313.457] wl_display@1.delete_id(20) [ 233313.461] wl_callback@20.done(6261) [ 233409.674] -> wl_buffer@21.destroy() [ 233409.744] -> wl_shm@4.create_pool(new id wl_shm_pool@20, fd 10, 1000000) [ 233409.761] -> wl_shm_pool@20.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 233409.788] -> wl_shm_pool@20.destroy() [ 233410.031] -> wl_buffer@14.destroy() [ 233410.064] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 233410.077] -> wl_shm_pool@18.create_buffer(new id wl_buffer@16, 0, 309, 88, 1236, 0) [ 233410.213] -> wl_shm_pool@18.destroy() [ 233410.318] -> wl_display@1.sync(new id wl_callback@22) [ 233410.462] wl_display@1.delete_id(21) [ 233410.474] wl_display@1.delete_id(20) [ 233410.480] wl_display@1.delete_id(14) [ 233410.485] wl_display@1.delete_id(18) [ 233410.491] wl_display@1.delete_id(22) [ 233410.497] wl_callback@22.done(6263) [ 233533.291] -> wl_buffer@16.destroy() [ 233533.369] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 10, 1000000) [ 233533.394] -> wl_shm_pool@22.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 233533.430] -> wl_shm_pool@22.destroy() [ 233533.717] -> wl_buffer@18.destroy() [ 233533.757] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 11, 108768) [ 233533.773] -> wl_shm_pool@14.create_buffer(new id wl_buffer@20, 0, 309, 88, 1236, 0) [ 233533.794] -> wl_shm_pool@14.destroy() [ 233533.915] -> wl_display@1.sync(new id wl_callback@21) [ 233534.081] wl_display@1.delete_id(16) [ 233534.097] wl_display@1.delete_id(22) [ 233534.103] wl_display@1.delete_id(18) [ 233534.108] wl_display@1.delete_id(14) [ 233534.113] wl_display@1.delete_id(21) [ 233534.119] wl_callback@21.done(6266) [ 233673.398] -> wl_buffer@20.destroy() [ 233673.586] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 233673.632] -> wl_shm_pool@21.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 233673.695] -> wl_shm_pool@21.destroy() [ 233674.347] -> wl_buffer@14.destroy() [ 233674.441] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 233674.482] -> wl_shm_pool@18.create_buffer(new id wl_buffer@22, 0, 309, 88, 1236, 0) [ 233674.551] -> wl_shm_pool@18.destroy() [ 233674.872] -> wl_display@1.sync(new id wl_callback@16) [ 233675.455] wl_display@1.delete_id(20) [ 233675.493] wl_display@1.delete_id(21) [ 233675.507] wl_display@1.delete_id(14) [ 233675.520] wl_display@1.delete_id(18) [ 233675.539] wl_display@1.delete_id(16) [ 233675.554] wl_callback@16.done(6266) [ 234529.536] -> wl_buffer@22.destroy() [ 234529.615] -> wl_shm@4.create_pool(new id wl_shm_pool@16, fd 10, 1000000) [ 234529.639] -> wl_shm_pool@16.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 234529.665] -> wl_shm_pool@16.destroy() [ 234529.865] -> wl_buffer@18.destroy() [ 234529.892] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 11, 108768) [ 234529.904] -> wl_shm_pool@14.create_buffer(new id wl_buffer@21, 0, 309, 88, 1236, 0) [ 234529.924] -> wl_shm_pool@14.destroy() [ 234530.004] -> wl_display@1.sync(new id wl_callback@20) [ 234530.092] wl_display@1.delete_id(22) [ 234530.102] wl_display@1.delete_id(16) [ 234530.105] wl_display@1.delete_id(18) [ 234530.108] wl_display@1.delete_id(14) [ 234530.112] wl_display@1.delete_id(20) [ 234530.115] wl_callback@20.done(6267) [ 234530.145] -> wl_buffer@21.destroy() [ 234530.177] -> wl_shm@4.create_pool(new id wl_shm_pool@20, fd 10, 1000000) [ 234530.196] -> wl_shm_pool@20.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 234530.219] -> wl_shm_pool@20.destroy() [ 234530.368] -> wl_buffer@14.destroy() [ 234530.394] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 234530.407] -> wl_shm_pool@18.create_buffer(new id wl_buffer@16, 0, 309, 88, 1236, 0) [ 234530.426] -> wl_shm_pool@18.destroy() [ 234530.504] -> wl_display@1.sync(new id wl_callback@22) [ 234530.570] wl_display@1.delete_id(21) [ 234530.576] wl_display@1.delete_id(20) [ 234530.580] wl_display@1.delete_id(14) [ 234530.583] wl_display@1.delete_id(18) [ 234530.586] wl_display@1.delete_id(22) [ 234530.590] wl_callback@22.done(6267) [ 234625.217] -> wl_buffer@16.destroy() [ 234625.284] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 10, 1000000) [ 234625.296] -> wl_shm_pool@22.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 234625.309] -> wl_shm_pool@22.destroy() [ 234625.633] -> wl_buffer@18.destroy() [ 234625.660] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 11, 108768) [ 234625.675] -> wl_shm_pool@14.create_buffer(new id wl_buffer@20, 0, 309, 88, 1236, 0) [ 234625.690] -> wl_shm_pool@14.destroy() [ 234625.769] -> wl_display@1.sync(new id wl_callback@21) [ 234625.858] wl_display@1.delete_id(16) [ 234625.868] wl_display@1.delete_id(22) [ 234625.874] wl_display@1.delete_id(18) [ 234625.881] wl_display@1.delete_id(14) [ 234625.884] wl_display@1.delete_id(21) [ 234625.888] wl_callback@21.done(6269) [ 235229.274] -> wl_buffer@20.destroy() [ 235229.333] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 235229.349] -> wl_shm_pool@21.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 235229.371] -> wl_shm_pool@21.destroy() [ 235229.580] -> wl_buffer@14.destroy() [ 235229.608] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 235229.618] -> wl_shm_pool@18.create_buffer(new id wl_buffer@22, 0, 309, 88, 1236, 0) [ 235229.633] -> wl_shm_pool@18.destroy() [ 235229.719] -> wl_display@1.sync(new id wl_callback@16) [ 235229.816] wl_display@1.delete_id(20) [ 235229.828] wl_display@1.delete_id(21) [ 235229.834] wl_display@1.delete_id(14) [ 235229.838] wl_display@1.delete_id(18) [ 235229.843] wl_display@1.delete_id(16) [ 235229.847] wl_callback@16.done(6271) [ 235327.989] -> wl_buffer@22.destroy() [ 235328.070] -> wl_shm@4.create_pool(new id wl_shm_pool@16, fd 10, 1000000) [ 235328.084] -> wl_shm_pool@16.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 235328.098] -> wl_shm_pool@16.destroy() [ 235328.320] -> wl_buffer@18.destroy() [ 235328.349] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 11, 108768) [ 235328.359] -> wl_shm_pool@14.create_buffer(new id wl_buffer@21, 0, 309, 88, 1236, 0) [ 235328.373] -> wl_shm_pool@14.destroy() [ 235328.475] -> wl_display@1.sync(new id wl_callback@20) [ 235328.597] wl_display@1.delete_id(22) [ 235328.605] wl_display@1.delete_id(16) [ 235328.609] wl_display@1.delete_id(18) [ 235328.612] wl_display@1.delete_id(14) [ 235328.616] wl_display@1.delete_id(20) [ 235328.619] wl_callback@20.done(6273) [ 235525.944] -> wl_buffer@21.destroy() [ 235526.139] -> wl_shm@4.create_pool(new id wl_shm_pool@20, fd 10, 1000000) [ 235526.186] -> wl_shm_pool@20.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 235526.252] -> wl_shm_pool@20.destroy() [ 235526.908] -> wl_buffer@14.destroy() [ 235527.005] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 235527.047] -> wl_shm_pool@18.create_buffer(new id wl_buffer@16, 0, 309, 88, 1236, 0) [ 235527.114] -> wl_shm_pool@18.destroy() [ 235527.408] -> wl_display@1.sync(new id wl_callback@22) [ 235528.034] wl_display@1.delete_id(21) [ 235528.071] wl_display@1.delete_id(20) [ 235528.086] wl_display@1.delete_id(14) [ 235528.098] wl_display@1.delete_id(18) [ 235528.117] wl_display@1.delete_id(22) [ 235528.131] wl_callback@22.done(6274) [ 235745.602] -> wl_buffer@16.destroy() [ 235745.656] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 10, 1000000) [ 235745.673] -> wl_shm_pool@22.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 235745.698] -> wl_shm_pool@22.destroy() [ 235745.889] -> wl_buffer@18.destroy() [ 235745.926] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 11, 108768) [ 235745.954] -> wl_shm_pool@14.create_buffer(new id wl_buffer@20, 0, 309, 88, 1236, 0) [ 235745.972] -> wl_shm_pool@14.destroy() [ 235746.049] -> wl_display@1.sync(new id wl_callback@21) [ 235746.159] wl_display@1.delete_id(16) [ 235746.166] wl_display@1.delete_id(22) [ 235746.173] wl_display@1.delete_id(18) [ 235746.177] wl_display@1.delete_id(14) [ 235746.182] wl_display@1.delete_id(21) [ 235746.187] wl_callback@21.done(6275) [ 235871.447] -> wl_buffer@20.destroy() [ 235871.507] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 235871.522] -> wl_shm_pool@21.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 235871.549] -> wl_shm_pool@21.destroy() [ 235871.765] -> wl_buffer@14.destroy() [ 235871.795] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 235871.806] -> wl_shm_pool@18.create_buffer(new id wl_buffer@22, 0, 309, 88, 1236, 0) [ 235871.821] -> wl_shm_pool@18.destroy() [ 235871.909] -> wl_display@1.sync(new id wl_callback@16) [ 235872.006] wl_display@1.delete_id(20) [ 235872.014] wl_display@1.delete_id(21) [ 235872.018] wl_display@1.delete_id(14) [ 235872.021] wl_display@1.delete_id(18) [ 235872.025] wl_display@1.delete_id(16) [ 235872.029] wl_callback@16.done(6277) [ 236324.659] -> wl_buffer@22.destroy() [ 236324.847] -> wl_shm@4.create_pool(new id wl_shm_pool@16, fd 10, 1000000) [ 236324.893] -> wl_shm_pool@16.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 236324.955] -> wl_shm_pool@16.destroy() [ 236325.620] -> wl_buffer@18.destroy() [ 236325.716] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 11, 108768) [ 236325.757] -> wl_shm_pool@14.create_buffer(new id wl_buffer@21, 0, 309, 88, 1236, 0) [ 236325.824] -> wl_shm_pool@14.destroy() [ 236326.122] -> wl_display@1.sync(new id wl_callback@20) [ 236326.733] wl_display@1.delete_id(22) [ 236326.773] wl_display@1.delete_id(16) [ 236326.788] wl_display@1.delete_id(18) [ 236326.801] wl_display@1.delete_id(14) [ 236326.817] wl_display@1.delete_id(20) [ 236326.836] wl_callback@20.done(6278) [ 236414.234] -> wl_buffer@21.destroy() [ 236414.285] -> wl_shm@4.create_pool(new id wl_shm_pool@20, fd 10, 1000000) [ 236414.303] -> wl_shm_pool@20.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 236414.323] -> wl_shm_pool@20.destroy() [ 236414.513] -> wl_buffer@14.destroy() [ 236414.538] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 236414.547] -> wl_shm_pool@18.create_buffer(new id wl_buffer@16, 0, 309, 88, 1236, 0) [ 236414.560] -> wl_shm_pool@18.destroy() [ 236414.646] -> wl_display@1.sync(new id wl_callback@22) [ 236414.762] wl_display@1.delete_id(21) [ 236414.772] wl_display@1.delete_id(20) [ 236414.776] wl_display@1.delete_id(14) [ 236414.779] wl_display@1.delete_id(18) [ 236414.782] wl_display@1.delete_id(22) [ 236414.785] wl_callback@22.done(6279) [ 236542.430] -> wl_buffer@16.destroy() [ 236542.482] -> wl_shm@4.create_pool(new id wl_shm_pool@22, fd 10, 1000000) [ 236542.494] -> wl_shm_pool@22.create_buffer(new id wl_buffer@18, 0, 500, 500, 2000, 0) [ 236542.511] -> wl_shm_pool@22.destroy() [ 236542.695] -> wl_buffer@18.destroy() [ 236542.720] -> wl_shm@4.create_pool(new id wl_shm_pool@14, fd 11, 108768) [ 236542.729] -> wl_shm_pool@14.create_buffer(new id wl_buffer@20, 0, 309, 88, 1236, 0) [ 236542.765] -> wl_shm_pool@14.destroy() [ 236542.846] -> wl_display@1.sync(new id wl_callback@21) [ 236542.942] wl_display@1.delete_id(16) [ 236542.949] wl_display@1.delete_id(22) [ 236542.952] wl_display@1.delete_id(18) [ 236542.955] wl_display@1.delete_id(14) [ 236542.958] wl_display@1.delete_id(21) [ 236542.961] wl_callback@21.done(6282) [ 236867.406] -> wl_buffer@20.destroy() [ 236867.596] -> wl_shm@4.create_pool(new id wl_shm_pool@21, fd 10, 1000000) [ 236867.642] -> wl_shm_pool@21.create_buffer(new id wl_buffer@14, 0, 500, 500, 2000, 0) [ 236867.707] -> wl_shm_pool@21.destroy() [ 236868.407] -> wl_buffer@14.destroy() [ 236868.503] -> wl_shm@4.create_pool(new id wl_shm_pool@18, fd 11, 108768) [ 236868.544] -> wl_shm_pool@18.create_buffer(new id wl_buffer@22, 0, 309, 88, 1236, 0) [ 236868.613] -> wl_shm_pool@18.destroy() [ 236868.912] -> wl_display@1.sync(new id wl_callback@16) [ 236869.221] wl_display@1.delete_id(20) [ 236869.259] wl_display@1.delete_id(21) [ 236869.274] wl_display@1.delete_id(14) [ 236869.287] wl_display@1.delete_id(18) [ 236869.300] wl_display@1.delete_id(16) [ 236869.313] wl_callback@16.done(6283) [ 237539.306] -> wl_display@1.sync(new id wl_callback@16) [ 237539.533] wl_display@1.delete_id(16) [ 237539.575] wl_callback@16.done(6283) ```
nagisa commented 2 years ago

@Narrat could you please move the log of yours either to a gist or wrap it in

<details>
<summary>Logs</summary>

logs


</details>

?


So recently there have been a couple confirmations that switching to git mako helps with it not being able to show anything, anymore.

I have looked through the change history in mako and there aren't all that many changes to look through. https://github.com/emersion/mako/commit/6caaa557d1bb767a037b36bb294bcb78059fb2ba seems like the only relevant change.

These are the relevant-looking commits:

all pretty small, and all look like something dunst would want to integrate one way or another.

fwsmit commented 2 years ago

Thank you both for the investigation.

could you please move the log of yours either to a gist or wrap it in

Done

So recently there have been a couple confirmations that switching to git mako helps with it not being able to show anything, anymore.

If that's the case, that would be great, since dunst and mako have pretty much identical wayland implementations. I'll make a branch applying all the patches that have been made to mako's wayland file. When that's done, could you test it to see if that fixes it?

fwsmit commented 2 years ago

I've made a PR (#1067), although I'm sceptical this fixes the bug, since the first two patches are meant to fix am memory leak and the other applies to same-size reconfigures. But testing to see if it helps would be appreciated.

etrnal70 commented 2 years ago

I also affected with this bug for sometime. I'll test the PR today

fwsmit commented 2 years ago

Has anyone noticed a difference with #1067?

etrnal70 commented 2 years ago

I've been using the patch for four days uptime. The notifications are still showing up so far, which is good. Might need more tester though

fwsmit commented 2 years ago

I've merged #1067. If you see this problem again in current dunst-git or later, let me know and I'll reopen this issue.

Narrat commented 2 years ago

Will also test a build from git when I'm around one of my systems. Which may take some time. Not that much around. Therefore thank you, fwsmit, for taking care of the suggestion made by nagisa to put the log into a collapsible.

nagisa commented 2 years ago

FWIW for me the issue went away before I could apply the patch, so it might very well be the case that it was indeed an issue in some other component (sway or wlroots perhaps.)

Narrat commented 2 years ago

As I could produce this behaviour frequently and now with a build from master not... It indeed seems to be fixed :)

fwsmit commented 2 years ago

Great!

fwsmit commented 2 years ago

I got this bug again with the latest dunst-git. Anyone else noticed it again?

fwsmit commented 2 years ago

Nvm, wrong issue. You can ignore the comment.