labwc icon indicating copy to clipboard operation
labwc copied to clipboard

Layer windows disappearing after resuming from suspension

Open tsujan opened this issue 7 months ago β€’ 40 comments

I'll understand if this is closed due to insufficient info, but I preferred to report it, especially because it's the first time I see it anywhere on Wayland. It happened without any system upgrade: I just upgraded labwc by compiling its version 0.9.0 against wlroots 0.19.0 and started to use it for a few hours.

After resuming from suspension ~for the 4th or 5th time~, my auto-hiding bottom lxqt-panel (on the top layer), GlassyClock (a Qt6 app on the bottom layer), and Conky (working with XWayland) disappeared, while their processes were normal. The top lxqt-panel (which shared its process with the bottom one) was working normally too. Actually, everything else seemed normal, and restarting lxqt-panel, GlassyClock and Conky made them show up again.

Now, my wild guess is that, for a reason beyond my pay grade, those layer windows went off-screen. No external monitor is attached to this laptop, and as I mentioned above, this is the first time I see this effect on Wayland and with any compositor.

It may be noteworthy to add that this was also the first time I used wlroots 0.19.0 with any compositor.

tsujan avatar Jul 13 '25 12:07 tsujan

I tried launching lxqt-panel and waybar and power off/on the screens with wlopm --off eDP-1 --off DP-1; sleep 1; wlopm --on eDP-1 --on DP-1, but the bars were shown as normal.

Minimal steps to reproduce the issue outside of lxqt desktop would be appreciated.

tokyo4j avatar Jul 13 '25 13:07 tokyo4j

I note tokyo4j's response but suspect it is related to destroying outputs and how that flows through layer surfaces. Layer trees are attached to outputs.

Would you be able to run with labwc -d and paste the output after it has happened?

Does lxqt-session re-start lxqt-panel on crash? If so, it might be worth trying to run without that to get another angle on what is going on.

Have you got more than one screen connected? If so, does it make a difference if you run without that.

johanmalm avatar Jul 13 '25 13:07 johanmalm

Minimal steps to reproduce the issue

As I implied in the report, it didn't happen predictably. The problem is quite random and happened only once on resuming. Since labwc devs often share their insights, I thought someone might have a clue; otherwise, yes, the provided info is not sufficient.

tsujan avatar Jul 13 '25 13:07 tsujan

Have you got more than one screen connected?

No (mentioned it in the report too).

Does lxqt-session re-start lxqt-panel on crash?

Yes, but as I already mentioned in the report, there was no crash. Everything seemed normal. Nothing in the log either.

tsujan avatar Jul 13 '25 13:07 tsujan

If it was only one window of the shared process of lxqt-panel, I'd suspect it. But it was about three apps, which were very different from each other (one running on XWayland). Their only common denominator was that they were on layers.

tsujan avatar Jul 13 '25 13:07 tsujan

I tried launching lxqt-panel and waybar and power off/on the screens with wlopm --off eDP-1 --off DP-1; sleep 1; wlopm --on eDP-1 --on DP-1, but the bars were shown as normal.

Minimal steps to reproduce the issue outside of lxqt desktop would be appreciated.

I also assume this being related to outputs now more often being destroyed by wlroots 0.19. wlopm might not be enough here since the applications don't actually see the output being removed. A similar test using wlr-randr --output whatever --off / --on cycles for a few times might more likely recreate the issue. Or switching VTs a few times.

Consolatis avatar Jul 13 '25 13:07 Consolatis

I also assume this being related to outputs now more often being destroyed by wlroots 0.19.

But how can it happen when there's no external monitor?

Actually, after checking the processes and ensuring that they were normal, my first impression was that those layer windows might have gone to a nonexistent screen. But it was just a wild guess; quite confusing too.

tsujan avatar Jul 13 '25 13:07 tsujan

Minimal steps to reproduce the issue

As I implied in the report, it didn't happen predictably. The problem is quite random and happened only once on resuming. Since labwc devs often share their insights, I thought someone might have a clue; otherwise, yes, the provided info is not sufficient.

Hey @tsujan 100% not a problem. We're happy with any level of bug report from you πŸ˜„ Particularly with complex/intermittent ones, it can be good to gradually build up the picture through conversation.

I personally, really appreciate all your work with LXQt, Kvantum and so on.

johanmalm avatar Jul 13 '25 14:07 johanmalm

I also assume this being related to outputs now more often being destroyed by wlroots 0.19.

But how can it happen when there's no external monitor?

wlroots 0.19.0 started to destroy all outputs (doesn't matter what kind they are) when switching VTs and then send new output notifications when switching back to the VT. There seems to be some system configurations where this also happens on suspend / resume and not just when switching VTs.

Consolatis avatar Jul 13 '25 14:07 Consolatis

@johanmalm Thanks for the kind words!

I, myself, accept challenging reports without sufficient info only from LXQt devs and a few users who I'm sure want to improve LXQt.

I care about labwc very much and deeply appreciate the huge amount of work behind it. I'm also aware that the root of this problem may be elsewhere (like another report of mine about high CPU usage on selecting huge texts).

tsujan avatar Jul 13 '25 14:07 tsujan

@tsujan just out of curiosity, does lxqt-panel see (or handle) QApplication::screenAdded in this scenario? I had to add handling for that signal in qmpanel when doing the initial layer-shell port.

Qt also creates a "dummy" screen internally if it sees all real outputs disconnected. I'm not convinced there aren't some bugs still in that logic on the Qt side.

jlindgren90 avatar Jul 13 '25 16:07 jlindgren90

OK, I was wrong about its randomness. Last night I was sleepy and thought I resumed 4 times after logging into labwc 0.9.0. It happens every time on resuming! I've attached the log after resuming (and have no idea which part of it is relevant). Being busy with something under kwin_wayland, I may not be able to log into labwc soon.

Qt also creates a "dummy" screen internally…

But it happens with Conky+XWayland too (and GlassyClock).

labwc.log
Fontconfig warning: using without calling FcInit()
00:00:00.022 [INFO] [../labwc-0.9.0/src/config/session.c:96] read environment file /home/pedram/.config/labwc-lxqt/environment
00:00:00.022 [INFO] [../labwc-0.9.0/src/config/tablet.c:111] Adding button map for 0x140 with 0x110
00:00:00.022 [INFO] [../labwc-0.9.0/src/config/tablet.c:111] Adding button map for 0x14b with 0x111
00:00:00.022 [INFO] [../labwc-0.9.0/src/config/tablet.c:111] Adding button map for 0x14c with 0x112
00:00:00.022 [INFO] [../labwc-0.9.0/src/config/tablet.c:111] Adding button map for 0x110 with 0x110
00:00:00.022 [INFO] [../labwc-0.9.0/src/config/tablet.c:111] Adding button map for 0x111 with 0x111
00:00:00.022 [INFO] [../labwc-0.9.0/src/config/tablet.c:111] Adding button map for 0x112 with 0x112
00:00:00.022 [INFO] [../labwc-0.9.0/src/config/tablet.c:111] Adding button map for 0x113 with 0x113
00:00:00.022 [INFO] [../labwc-0.9.0/src/config/tablet.c:111] Adding button map for 0x114 with 0x114
00:00:00.022 [INFO] [../labwc-0.9.0/src/config/tablet.c:111] Adding button map for 0x115 with 0x115
00:00:00.022 [INFO] [../labwc-0.9.0/src/config/tablet.c:111] Adding button map for 0x116 with 0x116
00:00:00.022 [INFO] [../labwc-0.9.0/src/config/tablet.c:111] Adding button map for 0x117 with 0x117
00:00:00.022 [INFO] [../labwc-0.9.0/src/config/rcxml.c:2032] read config file /home/pedram/.config/labwc-lxqt/rc.xml
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Frame
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Frame
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Frame
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Frame
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Top
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Left
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Right
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Bottom
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for TRCorner
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for BRCorner
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for TLCorner
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for BLCorner
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for TitleBar
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for TitleBar
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for TitleBar
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for TitleBar
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for TitleBar
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for TitleBar
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Title
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Title
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Maximize
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Maximize
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for WindowMenu
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for WindowMenu
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Iconify
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Iconify
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Close
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Close
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Client
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Client
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Client
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Root
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Root
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Root
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Root
00:00:00.023 [INFO] [../labwc-0.9.0/src/config/rcxml.c:606] create mousebind for Root
00:00:00.023 [ERROR] [../labwc-0.9.0/src/config/rcxml.c:359] expect <action name=""> element first. nodename: 'nofocus' content: 'yes'
00:00:00.024 [ERROR] [../labwc-0.9.0/src/config/rcxml.c:1857] <mouse><scrollFactor> is deprecated and overwrites <libinput><scrollFactor>. Use only <libinput><scrollFactor>.
00:00:00.024 [DEBUG] [../labwc-0.9.0/src/main.c:232] LABWC_PID=369776
00:00:00.024 [DEBUG] [../labwc-0.9.0/src/main.c:239] LABWC_VER=0.9.0
00:00:00.024 [INFO] [libseat] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory
00:00:00.024 [INFO] [libseat] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping
00:00:00.025 [INFO] [libseat] [libseat/libseat.c:73] Seat opened with backend 'logind'
00:00:00.026 [INFO] [backend/session/session.c:108] Successfully loaded libseat session
00:00:00.027 [DEBUG] [backend/session/session.c:398] Ignoring '/dev/dri/card0': not a KMS device
00:00:00.029 [INFO] [backend/backend.c:248] Found 1 GPUs
00:00:00.029 [INFO] [backend/drm/backend.c:225] Initializing DRM backend for /dev/dri/card1 (i915)
00:00:00.029 [DEBUG] [backend/drm/drm.c:110] Using atomic DRM interface
00:00:00.029 [DEBUG] [backend/drm/drm.c:131] ADDFB2 modifiers supported
00:00:00.029 [INFO] [backend/drm/drm.c:310] Found 3 DRM CRTCs
00:00:00.029 [INFO] [backend/drm/drm.c:268] Found 9 DRM planes
00:00:00.030 [DEBUG] [../labwc-0.9.0/src/server.c:457] manually creating headless backend
00:00:00.030 [INFO] [backend/headless/backend.c:60] Creating headless backend
00:00:00.068 [INFO] [render/egl.c:205] Supported EGL client extensions: EGL_EXT_platform_base EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_KHR_platform_x11 EGL_EXT_platform_x11 EGL_EXT_platform_device EGL_MESA_platform_surfaceless EGL_EXT_explicit_device EGL_KHR_platform_wayland EGL_EXT_platform_wayland EGL_KHR_platform_gbm EGL_MESA_platform_gbm EGL_EXT_platform_xcb
00:00:00.075 [DEBUG] [render/egl.c:523] Using EGL device /dev/dri/card1
00:00:00.080 [INFO] [render/egl.c:369] Using EGL 1.5
00:00:00.080 [INFO] [render/egl.c:370] Supported EGL display extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_config_select_group EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_query_reset_notification_strategy EGL_EXT_surface_compression EGL_IMG_context_priority EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image_base EGL_KHR_no_config_context EGL_KHR_partial_update EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_gl_interop EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_MESA_x11_native_visual_id EGL_WL_bind_wayland_display 
00:00:00.080 [INFO] [render/egl.c:372] Supported EGL device extensions: EGL_EXT_device_drm EGL_EXT_device_drm_render_node
00:00:00.080 [INFO] [render/egl.c:374] EGL vendor: Mesa Project
00:00:00.080 [DEBUG] [render/egl.c:120] Supported DMA-BUF formats:
00:00:00.080 [DEBUG] [render/egl.c:169]   AB4H (0x48344241)
00:00:00.080 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     Y_TILED_CCS (0x0100000000000004): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:169]   XB4H (0x48344258)
00:00:00.080 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     Y_TILED_CCS (0x0100000000000004): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:169]   AB48 (0x38344241)
00:00:00.080 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     Y_TILED_CCS (0x0100000000000004): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:169]   XB48 (0x38344258)
00:00:00.080 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     Y_TILED_CCS (0x0100000000000004): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:169]   AR30 (0x30335241)
00:00:00.080 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:169]   XR30 (0x30335258)
00:00:00.080 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:169]   AB30 (0x30334241)
00:00:00.080 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:169]   AR24 (0x34325241)
00:00:00.080 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:103]     Y_TILED_CCS (0x0100000000000004): βœ“ texture  βœ“ render
00:00:00.080 [DEBUG] [render/egl.c:169]   AB24 (0x34324241)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED_CCS (0x0100000000000004): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:169]   XR24 (0x34325258)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED_CCS (0x0100000000000004): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:169]   XB24 (0x34324258)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED_CCS (0x0100000000000004): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:169]   AR15 (0x35315241)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:169]   AR12 (0x32315241)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:169]   RG16 (0x36314752)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:169]   R8 (0x20203852)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:169]   R16 (0x20363152)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:169]   GR88 (0x38385247)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:169]   GR32 (0x32335247)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED_CCS (0x0100000000000004): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:169]   YUV9 (0x39565559)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:169]   YU11 (0x31315559)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:169]   YU12 (0x32315559)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:169]   YU16 (0x36315559)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:169]   YU24 (0x34325559)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:169]   YVU9 (0x39555659)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:169]   YV11 (0x31315659)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:169]   YV12 (0x32315659)
00:00:00.081 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.081 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.081 [DEBUG] [render/egl.c:169]   YV16 (0x36315659)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   YV24 (0x34325659)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   NV12 (0x3231564E)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   NV21 (0x3132564E)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   P010 (0x30313050)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   P012 (0x32313050)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   P016 (0x36313050)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   P030 (0x30333050)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   NV16 (0x3631564E)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   AYUV (0x56555941)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   XYUV (0x56555958)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   Y410 (0x30313459)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   Y412 (0x32313459)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   Y416 (0x36313459)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   YUYV (0x56595559)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   YVYU (0x55595659)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   UYVY (0x59565955)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   VYUY (0x59555956)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   Y210 (0x30313259)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   Y212 (0x32313259)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.082 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.082 [DEBUG] [render/egl.c:169]   Y216 (0x36313259)
00:00:00.082 [DEBUG] [render/egl.c:103]     INVALID (0x00FFFFFFFFFFFFFF): βœ“ texture  βœ“ render
00:00:00.083 [DEBUG] [render/egl.c:103]     LINEAR (0x0000000000000000): βœ“ texture  βœ— render
00:00:00.083 [DEBUG] [render/egl.c:103]     X_TILED (0x0100000000000001): βœ“ texture  βœ— render
00:00:00.083 [DEBUG] [render/egl.c:103]     Y_TILED (0x0100000000000002): βœ“ texture  βœ— render
00:00:00.083 [DEBUG] [render/egl.c:189] EGL DMA-BUF format modifiers supported
00:00:00.085 [DEBUG] [render/egl.c:449] Obtained high priority context
00:00:00.085 [DEBUG] [render/egl.c:573] Using EGL_PLATFORM_DEVICE_EXT
00:00:00.086 [INFO] [render/gles2/renderer.c:538] Creating GLES2 renderer
00:00:00.086 [INFO] [render/gles2/renderer.c:539] Using OpenGL ES 3.2 Mesa 25.1.5-arch1.1
00:00:00.086 [INFO] [render/gles2/renderer.c:540] GL vendor: Intel
00:00:00.086 [INFO] [render/gles2/renderer.c:541] GL renderer: Mesa Intel(R) HD Graphics 530 (SKL GT2)
00:00:00.086 [INFO] [render/gles2/renderer.c:542] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_AMD_performance_monitor GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_texture_storage GL_NV_pack_subimage GL_NV_texture_barrier GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_APPLE_sync GL_EXT_draw_buffers GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_shadow_samplers GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_NV_generate_mipmap_sRGB GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_debug_label GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_group_vote GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_INTEL_conservative_rasterization GL_INTEL_performance_query GL_ANDROID_extension_pack_es31a GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_multi_draw_indirect GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_render_snorm GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_EXT_texture_view GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_NV_shader_noperspective_interpolation GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_shader_samples_identical GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_NV_fragment_shader_interlock GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clear_texture GL_EXT_clip_cull_distance GL_EXT_conservative_depth GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_texture_compression_bptc GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_NV_alpha_to_coverage_dither_control GL_EXT_EGL_image_storage GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render GL_MESA_framebuffer_flip_y GL_NV_compute_shader_derivatives GL_EXT_demote_to_helper_invocation GL_EXT_depth_clamp GL_EXT_texture_query_lod GL_MESA_sampler_objects GL_EXT_EGL_image_storage_compression GL_EXT_texture_storage_compression GL_MESA_bgra GL_MESA_texture_const_bandwidth 
00:00:00.086 [DEBUG] [render/gles2/renderer.c:597] GPU reset notifications are enabled
00:00:00.099 [DEBUG] [render/allocator/allocator.c:115] Trying to create gbm allocator
00:00:00.104 [DEBUG] [render/allocator/gbm.c:216] Created GBM allocator with backend drm
00:00:00.104 [DEBUG] [render/allocator/gbm.c:219] Using DRM node /dev/dri/card1
00:00:00.138 [DEBUG] [xcursor/wlr_xcursor.c:224] Loaded cursor theme 'default' at size 24 (116 available cursors)
00:00:00.142 [DEBUG] [../labwc-0.9.0/src/config/keybind.c:113] Found layout English (US)
00:00:00.142 [DEBUG] [../labwc-0.9.0/src/config/keybind.c:113] Found layout Persian
00:00:00.142 [DEBUG] [types/wlr_drm_lease_v1.c:636] Creating wlr_drm_lease_device_v1 for /dev/dri/card1
00:00:00.142 [DEBUG] [../labwc-0.9.0/src/xwayland.c:1272] xwayland is running on display :0
00:00:00.142 [DEBUG] [backend/libinput/backend.c:88] Starting libinput backend
00:00:00.210 [DEBUG] [backend/libinput/events.c:69] Adding Power Button [0:1]
00:00:00.213 [DEBUG] [backend/libinput/events.c:69] Adding Video Bus [0:6]
00:00:00.217 [DEBUG] [backend/libinput/events.c:69] Adding Video Bus [0:6]
00:00:00.220 [DEBUG] [backend/libinput/events.c:69] Adding Power Button [0:1]
00:00:00.223 [DEBUG] [backend/libinput/events.c:69] Adding Lid Switch [0:5]
00:00:00.223 [INFO] [../labwc-0.9.0/src/seat.c:483] unsupported input device
00:00:00.223 [DEBUG] [backend/libinput/events.c:69] Adding Sleep Button [0:3]
00:00:00.226 [DEBUG] [backend/libinput/events.c:69] Adding Logitech Wireless Mouse [1133:16468]
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:142] tap unavailable
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:152] tap-and-drag not configured
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:161] drag lock not configured
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:171] three-finger drag not configured
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:181] natural scroll not configured
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:190] left-handed mode not configured
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:200] pointer acceleration configured
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:213] middle emulation not configured
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:222] dwt not configured
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:232] click method not configured
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:249] scroll method not configured
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:263] send events mode not configured
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:272] calibration matrix not configured
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:278] scroll factor configured
00:00:00.229 [INFO] [../labwc-0.9.0/src/seat.c:310] map pointer to output (null)
00:00:00.229 [DEBUG] [backend/libinput/events.c:69] Adding Logitech K360 [1133:16388]
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:142] tap unavailable
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:152] tap-and-drag not configured
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:161] drag lock not configured
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:171] three-finger drag not configured
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:181] natural scroll not configured
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:190] left-handed mode not configured
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:198] pointer acceleration unavailable
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:213] middle emulation not configured
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:222] dwt not configured
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:232] click method not configured
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:249] scroll method not configured
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:263] send events mode not configured
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:272] calibration matrix not configured
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:278] scroll factor configured
00:00:00.232 [INFO] [../labwc-0.9.0/src/seat.c:310] map pointer to output (null)
00:00:00.232 [DEBUG] [backend/libinput/events.c:69] Adding Ideapad extra buttons [0:0]
00:00:00.235 [DEBUG] [backend/libinput/events.c:69] Adding HDA Intel PCH Headphone [0:0]
00:00:00.238 [DEBUG] [backend/libinput/events.c:69] Adding AT Translated Set 2 keyboard [1:1]
00:00:00.240 [DEBUG] [backend/libinput/events.c:69] Adding SynPS/2 Synaptics TouchPad [2:7]
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:144] tap configured
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:152] tap-and-drag not configured
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:161] drag lock not configured
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:171] three-finger drag not configured
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:181] natural scroll not configured
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:190] left-handed mode not configured
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:200] pointer acceleration configured
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:213] middle emulation not configured
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:222] dwt not configured
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:232] click method not configured
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:249] scroll method not configured
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:263] send events mode not configured
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:272] calibration matrix not configured
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:278] scroll factor configured
00:00:00.240 [INFO] [../labwc-0.9.0/src/seat.c:310] map pointer to output (null)
00:00:00.240 [DEBUG] [backend/libinput/backend.c:125] libinput successfully initialized
00:00:00.240 [INFO] [backend/drm/drm.c:1741] Scanning DRM connectors on /dev/dri/card1
00:00:00.242 [INFO] [backend/drm/drm.c:1796] Found connector 'eDP-1'
00:00:00.242 [INFO] [backend/drm/drm.c:1821] 'eDP-1' connected
00:00:00.242 [DEBUG] [backend/drm/drm.c:1596] Current CRTC: 51
00:00:00.242 [INFO] [backend/drm/drm.c:1610] Detected modes:
00:00:00.242 [INFO] [backend/drm/drm.c:1634]   1920x1080 @ 60.020 Hz (preferred)
00:00:00.242 [INFO] [backend/drm/drm.c:1671] Physical size: 340x190
00:00:00.247 [INFO] [backend/drm/drm.c:1796] Found connector 'HDMI-A-1'
00:00:00.247 [INFO] [backend/drm/drm.c:1855] connector eDP-1: Requesting modeset
00:00:00.247 [DEBUG] [../labwc-0.9.0/src/output.c:380] enable output eDP-1
00:00:00.247 [DEBUG] [../labwc-0.9.0/src/output.c:297] testing modes for eDP-1
00:00:00.247 [DEBUG] [../labwc-0.9.0/src/output.c:342] testing preferred mode 1920x1080@60020
00:00:00.247 [DEBUG] [types/output/render.c:123] Attaching empty buffer to output for modeset
00:00:00.247 [DEBUG] [types/output/swapchain.c:27] Choosing primary buffer format XR24 (0x34325258) for output 'eDP-1'
00:00:00.247 [DEBUG] [types/output/swapchain.c:96] Testing swapchain for output 'eDP-1'
00:00:00.247 [DEBUG] [render/swapchain.c:101] Allocating new swapchain buffer
00:00:00.249 [DEBUG] [render/allocator/gbm.c:146] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier Y_TILED_CCS (0x0100000000000004)
00:00:00.249 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 1920x1080
00:00:00.251 [DEBUG] [types/output/render.c:123] Attaching empty buffer to output for modeset
00:00:00.251 [INFO] [backend/drm/drm.c:944] connector eDP-1: Modesetting with 1920x1080 @ 60.020 Hz
00:00:00.269 [DEBUG] [render/swapchain.c:101] Allocating new swapchain buffer
00:00:00.269 [DEBUG] [render/allocator/gbm.c:146] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:00.269 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 256x256
00:00:00.269 [INFO] [../labwc-0.9.0/src/seat.c:310] map pointer to output (null)
00:00:00.269 [INFO] [../labwc-0.9.0/src/seat.c:310] map pointer to output (null)
00:00:00.270 [INFO] [../labwc-0.9.0/src/seat.c:310] map pointer to output (null)
00:00:00.270 [INFO] [backend/headless/backend.c:17] Starting headless backend
00:00:00.270 [DEBUG] [../labwc-0.9.0/src/server.c:735] WAYLAND_DISPLAY=wayland-0
00:00:00.270 [INFO] [../labwc-0.9.0/src/theme.c:1090] read theme /home/pedram/.local/share/themes/KvMojaveMixed1/openbox-3/themerc
00:00:00.271 [INFO] [../labwc-0.9.0/src/theme.c:702] padding.height is no longer supported
00:00:00.291 [INFO] [../labwc-0.9.0/src/menu/menu.c:825] read menu file /home/pedram/.config/labwc-lxqt/menu.xml
00:00:00.294 [INFO] [../labwc-0.9.0/src/config/session.c:228] Updating dbus execution environment
00:00:00.294 [INFO] [xwayland/server.c:107] Starting Xwayland on :0
00:00:00.302 [INFO] [../labwc-0.9.0/src/config/session.c:305] run session script /home/pedram/.config/labwc-lxqt/autostart
Environment variable $XCURSOR_SIZE not set, ignoring.
Environment variable $XCURSOR_THEME not set, ignoring.
00:00:00.308 [DEBUG] [render/swapchain.c:101] Allocating new swapchain buffer
00:00:00.311 [DEBUG] [render/allocator/gbm.c:146] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier Y_TILED_CCS (0x0100000000000004)
00:00:00.311 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 1920x1080
00:00:00.375 [DEBUG] [backend/libinput/events.c:69] Adding ydotoold virtual device [9011:26214]
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:142] tap unavailable
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:152] tap-and-drag not configured
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:161] drag lock not configured
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:171] three-finger drag not configured
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:181] natural scroll not configured
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:190] left-handed mode not configured
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:200] pointer acceleration configured
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:213] middle emulation not configured
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:222] dwt not configured
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:232] click method not configured
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:249] scroll method not configured
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:263] send events mode not configured
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:272] calibration matrix not configured
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:278] scroll factor configured
00:00:00.378 [INFO] [../labwc-0.9.0/src/seat.c:310] map pointer to output (null)
remind: no process found
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Could not resolve keysym XF86RefreshRateToggle
> Warning:          Could not resolve keysym XF86Accessibility
> Warning:          Could not resolve keysym XF86DoNotDisturb
Errors from xkbcomp are not fatal to the X server
00:00:00.471 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8bda510 (res 0x5555f8be24e0)
00:00:00.472 [DEBUG] [xwayland/server.c:283] Xserver is ready
00:00:00.472 [DEBUG] [xwayland/xwm.c:2286] xfixes version: 6.0
00:00:00.472 [DEBUG] [xwayland/xwm.c:2307] xres version: 1.2
00:00:00.473 [DEBUG] [../labwc-0.9.0/src/xwayland.c:1196] Syncing X11 atoms
00:00:00.480 [DEBUG] [../labwc-0.9.0/src/xwayland.c:1211] Got X11 atom for _NET_WM_ICON: 325
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 708, clipping.
>                   X11 cannot support keycodes above 255.
> Warning:          Could not resolve keysym XF86RefreshRateToggle
> Warning:          Could not resolve keysym XF86Accessibility
> Warning:          Could not resolve keysym XF86DoNotDisturb
Errors from xkbcomp are not fatal to the X server
00:00:00.496 [DEBUG] [xwayland/xwm.c:1947] unhandled X11 event: MappingNotify (34)
00:00:00.496 [DEBUG] [xwayland/xwm.c:1947] unhandled X11 event: MappingNotify (34)
00:00:00.539 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8938290 (res 0x5555f8f2d450)
00:00:00.539 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f89386d0 (res 0x5555f8f2d600)
New PolkitAgentListener  0x556a9d5d26e0
Adding new listener  PolkitQt1::Agent::Listener(0x7ffedc6ea800) for  0x556a9d5d26e0
No user preferences available. Attempting auto-detection.

Panel backend: "libwmbackend_wlroots.so" 

isPrimaryInstance
00:00:00.899 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8938bb0 (res 0x5555f8f2e140)
00:00:00.899 [DEBUG] [types/wlr_layer_shell_v1.c:504] new layer_surface 0x5555f8f2e450 (res 0x5555f8f2e580)
00:00:00.932 [DEBUG] [../labwc-0.9.0/src/layers.c:228] interactive-on-demand '0x5555f8f2e450'
00:00:00.937 [DEBUG] [backend/drm/fb.c:147] Failed to get DMA-BUF from buffer
00:00:00.937 [DEBUG] [backend/drm/drm.c:769] connector eDP-1: Failed to import buffer for scan-out

(nm-applet:369838): Gtk-CRITICAL **: 19:24:26.465: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
00:00:01.174 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8f2fd90 (res 0x5555f8f2ea60)
00:00:01.174 [DEBUG] [types/wlr_layer_shell_v1.c:504] new layer_surface 0x5555f8f303a0 (res 0x5555f8f304d0)
00:00:01.174 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8f30ba0 (res 0x5555f8f30f70)
00:00:01.174 [DEBUG] [types/wlr_layer_shell_v1.c:504] new layer_surface 0x5555f8f31140 (res 0x5555f8f31270)
StatusNotifierProxy, services: QList()
00:00:01.295 [DEBUG] [../labwc-0.9.0/src/layers.c:228] interactive-on-demand '0x5555f8f303a0'
00:00:01.296 [DEBUG] [../labwc-0.9.0/src/layers.c:228] interactive-on-demand '0x5555f8f31140'
WARNING: running xinput against an Xwayland server. See the xinput man page for details.
unable to find device pointer:ydotoold virtual device
00:00:01.443 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
Error on DBus request(org.freedesktop.UPower.PowerProfiles,/org/freedesktop/UPower/PowerProfiles,ActiveProfile): QDBusError(org.freedesktop.DBus.Error.ServiceUnknown, The name is not activatable)
Error on DBus request(org.freedesktop.UPower.PowerProfiles,/org/freedesktop/UPower/PowerProfiles,Profiles): QDBusError(org.freedesktop.DBus.Error.ServiceUnknown, The name is not activatable)
BatteryChanged discharging: false chargeLevel: 100 actionTime: QTime(Invalid)
Inhibit got: 37
"PowerButton" "" ""
"SuspendButton" "" ""
"HibernateButton" "" ""
00:00:05.557 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8f34ab0 (res 0x5555f8f4aaf0)
00:00:05.557 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8f4aca0 (res 0x5555f8f4b070)
00:00:05.607 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8f50aa0 (res 0x5555f8f50800)
00:00:05.607 [DEBUG] [types/wlr_layer_shell_v1.c:504] new layer_surface 0x5555f8f52770 (res 0x5555f8f528a0)
00:00:05.607 [DEBUG] [../labwc-0.9.0/src/layers.c:234] interactive-none '0x5555f8f52770'
00:00:05.612 [DEBUG] [../labwc-0.9.0/src/layers.c:234] interactive-none '0x5555f8f52770'
00:00:05.768 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8f595a0 (res 0x5555f8f59510)
00:00:05.768 [DEBUG] [types/wlr_layer_shell_v1.c:504] new layer_surface 0x5555f8f5ba90 (res 0x5555f8f59990)
00:00:05.768 [DEBUG] [../labwc-0.9.0/src/layers.c:234] interactive-none '0x5555f8f5ba90'
00:00:05.775 [DEBUG] [../labwc-0.9.0/src/layers.c:234] interactive-none '0x5555f8f5ba90'
00:00:06.483 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:07.303 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:1089] press on layer-surface
00:00:07.303 [DEBUG] [../labwc-0.9.0/src/layers.c:228] interactive-on-demand '0x5555f8f31140'
00:00:07.303 [INFO] [../labwc-0.9.0/src/input/ime.c:600] The surface is already focused
execAction "/usr/share/applications/pcmanfm-qt.desktop"
00:00:07.533 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:07.607 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape wait
00:00:07.607 [DEBUG] [render/swapchain.c:101] Allocating new swapchain buffer
00:00:07.608 [DEBUG] [render/allocator/gbm.c:146] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:07.608 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 256x256
00:00:07.608 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8f66250 (res 0x5555f8f5eef0)
00:00:07.608 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:441] new xdg_surface 0x5555f8eb1f00 (res 0x5555f8cd4720)
00:00:07.608 [DEBUG] [types/wlr_xdg_decoration_v1.c:220] new xdg_toplevel_decoration 0x5555f8f66950 (res 0x5555f8f66a40)
00:00:07.608 [DEBUG] [types/wlr_xdg_activation_v1.c:121] Rejecting token commit request: surface doesn't have focus
00:00:07.609 [DEBUG] [types/wlr_xdg_activation_v1.c:308] Rejecting activate request: unknown token
00:00:07.625 [DEBUG] [../labwc-0.9.0/src/view-impl-common.c:40] [map] identifier=pcmanfm-qt, title=pedram
00:00:07.628 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:07.644 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:07.644 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:07.644 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:07.799 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:07.800 [DEBUG] [render/swapchain.c:101] Allocating new swapchain buffer
00:00:07.800 [DEBUG] [render/allocator/gbm.c:146] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:07.800 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 256x256
00:00:08.047 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape col-resize
00:00:08.056 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:08.755 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:00:08.755 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:00:08.757 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:08.757 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:08.757 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:08.757 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:08.877 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:08.877 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:08.877 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:08.877 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:08.877 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape wait
00:00:08.899 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:08.918 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:09.946 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:09.954 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:10.447 [DEBUG] [../labwc-0.9.0/src/input/keyboard.c:290] keycode matched
00:00:10.447 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 61: ToggleMagnify
00:00:10.452 [DEBUG] [render/allocator/gbm.c:146] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier Y_TILED_CCS (0x0100000000000004)
00:00:10.452 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 1920x1080
conky: desktop window (0x400) is root window
00:00:11.510 [DEBUG] [xwayland/xwm.c:1105] unhandled X11 property 34 (WM_COMMAND) for window 4194306
conky: window type - normal
00:00:11.510 [DEBUG] [xwayland/xwm.c:1105] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 4194306
00:00:11.510 [DEBUG] [xwayland/xwm.c:1105] unhandled X11 property 330 (WM_LOCALE_NAME) for window 4194306
conky: drawing to created window (0x400002)
conky: drawing to double buffer
00:00:11.510 [DEBUG] [xwayland/xwm.c:1105] unhandled X11 property 331 (_WIN_LAYER) for window 4194306
00:00:11.510 [DEBUG] [xwayland/xwm.c:1105] unhandled X11 property 332 (_NET_WM_DESKTOP) for window 4194306
00:00:11.513 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f9006370 (res 0x5555f9006740)
00:00:11.513 [DEBUG] [xwayland/xwm.c:2055] New xwayland surface: 0x5555f9006370
conky: FOUND: wayland
conky: FOUND: x11
conky: FOUND: file
conky: FOUND: ncurses
conky: FOUND: console
00:00:11.514 [DEBUG] [xwayland/xwm.c:695] XCB_ATOM_NET_STARTUP_ID: (null)
00:00:11.514 [DEBUG] [xwayland/xwm.c:1105] unhandled X11 property 281 (WM_STATE) for window 4194306
00:00:11.514 [DEBUG] [../labwc-0.9.0/src/tearing.c:48] New presentation hint 0 received for surface 0x5555f9006370
00:00:11.533 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:11.533 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 33: MoveTo
00:00:11.533 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 23: ToggleAlwaysOnBottom
00:00:11.533 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 24: ToggleOmnipresent
00:00:11.533 conky: [DEBUG] [../labwc-0.9.0/src/view-impl-common.c:40] [map] identifier=Conky, title=conky (manjaro)'(null)' wayland session running 'LXQt:labwc:wlroots' desktop

00:00:11.552 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     000:00:11.611 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:11.611 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:11.611 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:11.989 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:11.998 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104
00:00:12.015 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104
00:00:12.032 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104

100 30551  100 30551    0     0  52034      0 --:--:-- --:--:-- --:--:-- 52134
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     000:00:12.255 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:12.255 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:12.255 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 33681  100 33681    0     0  55483      0 --:--:-- --:--:-- --:--:-- 55487
00:00:14.445 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:14.714 [DEBUG] [../labwc-0.9.0/src/input/keyboard.c:290] keycode matched
00:00:14.714 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 61: ToggleMagnify
00:00:14.742 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:15.591 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104
00:00:15.867 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104
00:00:17.731 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape col-resize
00:00:17.763 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:18.860 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104
00:00:19.237 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:00:19.241 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:19.241 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:19.241 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape wait
00:00:19.242 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:19.242 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:19.242 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:19.242 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:19.247 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:20.151 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:00:20.151 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:00:20.154 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:20.154 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:20.981 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:00:20.981 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:00:21.112 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape wait
00:00:21.152 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:21.534 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104
00:00:22.557 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104
00:00:23.643 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104
00:00:23.863 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104
00:00:23.869 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:23.910 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:23.983 [DEBUG] [../labwc-0.9.0/src/input/keyboard.c:290] keycode matched
00:00:23.983 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 61: ToggleMagnify
00:00:24.628 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:24.739 [DEBUG] [../labwc-0.9.0/src/input/keyboard.c:290] keycode matched
00:00:24.739 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 61: ToggleMagnify
00:00:24.788 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:24.927 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:25.049 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:00:25.049 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:00:25.168 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape wait
00:00:25.173 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:25.173 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:25.977 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:26.033 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:26.087 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:26.165 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:26.859 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:00:26.859 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:00:26.995 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape wait
00:00:27.034 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:27.212 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:27.231 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:27.253 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:27.261 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:27.323 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:27.339 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:27.371 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:27.395 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:27.449 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:27.503 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:27.511 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:27.527 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:27.551 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104
00:00:27.565 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:27.573 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:27.581 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:27.614 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:27.909 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104
00:00:28.163 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:28.351 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:00:28.351 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:00:28.481 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape wait
00:00:28.484 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:28.484 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:28.484 [DEBUG] [render/swapchain.c:101] Allocating new swapchain buffer
00:00:28.484 [DEBUG] [render/allocator/gbm.c:146] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:28.485 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 256x256
00:00:29.275 [DEBUG] [../labwc-0.9.0/src/input/keyboard.c:290] keycode matched
00:00:29.275 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 61: ToggleMagnify
00:00:30.203 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104
00:00:30.277 [DEBUG] [../labwc-0.9.0/src/input/keyboard.c:290] keycode matched
00:00:30.277 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 61: ToggleMagnify
00:00:30.440 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:30.447 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:30.463 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:30.493 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:31.601 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:00:31.601 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:00:31.711 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 2: Close
00:00:31.712 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:31.718 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:31.865 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104
00:00:33.639 [DEBUG] [../labwc-0.9.0/src/input/keyboard.c:290] keycode matched
00:00:33.639 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 5: Execute
00:00:33.790 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8f66250 (res 0x5555f8ff3510)
00:00:33.790 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:441] new xdg_surface 0x5555f8eb1f00 (res 0x5555f8f65750)
00:00:33.790 [DEBUG] [types/wlr_xdg_decoration_v1.c:220] new xdg_toplevel_decoration 0x5555f8f84130 (res 0x5555f8f711b0)
00:00:33.792 [INFO] [../labwc-0.9.0/src/xdg.c:892] Denying focus request, seat wasn't supplied
00:00:33.807 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 50: AutoPlace
00:00:33.807 [DEBUG] [../labwc-0.9.0/src/view-impl-common.c:40] [map] identifier=lxqt-leave, title=LXQt Session Suspend
00:00:34.174 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 190x1104
00:00:36.407 [DEBUG] [backend/libinput/events.c:133] Removing Power Button [0:1]
00:00:36.408 [DEBUG] [backend/libinput/events.c:133] Removing Video Bus [0:6]
00:00:36.408 [DEBUG] [backend/libinput/events.c:133] Removing Logitech Wireless Mouse [1133:16468]
00:00:36.768 [DEBUG] [backend/libinput/events.c:133] Removing Video Bus [0:6]
00:00:36.768 [DEBUG] [backend/libinput/events.c:133] Removing ydotoold virtual device [9011:26214]
00:00:36.768 [DEBUG] [backend/libinput/events.c:133] Removing SynPS/2 Synaptics TouchPad [2:7]
00:00:36.768 [DEBUG] [backend/libinput/events.c:133] Removing Sleep Button [0:3]
00:00:36.768 [DEBUG] [backend/libinput/events.c:133] Removing Power Button [0:1]
00:00:36.768 [DEBUG] [backend/libinput/events.c:133] Removing AT Translated Set 2 keyboard [1:1]
00:00:36.768 [DEBUG] [backend/libinput/events.c:133] Removing Ideapad extra buttons [0:0]
00:00:36.768 [DEBUG] [backend/libinput/events.c:133] Removing Logitech K360 [1133:16388]
00:00:36.769 [DEBUG] [backend/libinput/events.c:133] Removing Lid Switch [0:5]
00:00:36.769 [DEBUG] [backend/libinput/events.c:133] Removing HDA Intel PCH Headphone [0:0]
00:00:36.769 [INFO] [libseat] [libseat/backend/logind.c:351] Disabling seat
00:00:36.769 [INFO] [backend/drm/backend.c:112] DRM FD paused
00:00:36.769 [INFO] [../labwc-0.9.0/src/input/ime.c:600] The surface is already focused
00:00:36.769 [ERROR] [../labwc-0.9.0/src/view.c:902] view has no output, not positioning
00:00:36.769 [ERROR] [../labwc-0.9.0/src/view.c:902] view has no output, not positioning
00:00:36.770 [DEBUG] [backend/drm/drm.c:1341] connector eDP-1: De-allocating CRTC 51
00:00:36.770 [ERROR] [backend/drm/drm.c:1349] connector eDP-1: Failed to disable CRTC 51
qt.qpa.wayland: There are no outputs - creating placeholder screen
qt.qpa.wayland: There are no outputs - creating placeholder screen
qt.qpa.wayland: There are no outputs - creating placeholder screen
qt.qpa.wayland: There are no outputs - creating placeholder screen
qt.qpa.wayland: There are no outputs - creating placeholder screen
qt.qpa.wayland: There are no outputs - creating placeholder screen
qt.qpa.wayland: There are no outputs - creating placeholder screen
00:00:36.779 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:40.944 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8f595a0 (res 0x5555f8f48be0)
00:00:41.139 [INFO] [libseat] [libseat/backend/logind.c:348] Enabling seat
00:00:41.221 [INFO] [backend/drm/backend.c:112] DRM FD resumed
00:00:41.221 [INFO] [backend/drm/drm.c:1741] Scanning DRM connectors on /dev/dri/card1
00:00:41.222 [INFO] [backend/drm/drm.c:1821] 'eDP-1' connected
00:00:41.222 [DEBUG] [backend/drm/drm.c:1596] Current CRTC: 51
00:00:41.222 [INFO] [backend/drm/drm.c:1610] Detected modes:
00:00:41.222 [INFO] [backend/drm/drm.c:1634]   1920x1080 @ 60.020 Hz (preferred)
00:00:41.222 [INFO] [backend/drm/drm.c:1671] Physical size: 340x190
00:00:41.227 [INFO] [backend/drm/drm.c:1855] connector eDP-1: Requesting modeset
00:00:41.227 [DEBUG] [../labwc-0.9.0/src/output.c:380] enable output eDP-1
00:00:41.227 [DEBUG] [../labwc-0.9.0/src/output.c:297] testing modes for eDP-1
00:00:41.227 [DEBUG] [../labwc-0.9.0/src/output.c:342] testing preferred mode 1920x1080@60020
00:00:41.227 [DEBUG] [types/output/render.c:123] Attaching empty buffer to output for modeset
00:00:41.227 [DEBUG] [types/output/swapchain.c:27] Choosing primary buffer format XR24 (0x34325258) for output 'eDP-1'
00:00:41.227 [DEBUG] [types/output/swapchain.c:96] Testing swapchain for output 'eDP-1'
00:00:41.227 [DEBUG] [render/swapchain.c:101] Allocating new swapchain buffer
00:00:41.230 [DEBUG] [render/allocator/gbm.c:146] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier Y_TILED_CCS (0x0100000000000004)
00:00:41.230 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 1920x1080
00:00:41.231 [DEBUG] [types/output/render.c:123] Attaching empty buffer to output for modeset
00:00:41.231 [INFO] [backend/drm/drm.c:944] connector eDP-1: Modesetting with 1920x1080 @ 60.020 Hz
00:00:41.243 [DEBUG] [render/swapchain.c:101] Allocating new swapchain buffer
00:00:41.243 [DEBUG] [render/allocator/gbm.c:146] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:41.243 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 256x256
00:00:41.244 [DEBUG] [types/scene/wlr_scene.c:2189] Direct scan-out enabled
00:00:41.245 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:41.246 [DEBUG] [types/wlr_layer_shell_v1.c:504] new layer_surface 0x5555f8f31140 (res 0x5555f8f31270)
00:00:41.246 [DEBUG] [types/wlr_layer_shell_v1.c:504] new layer_surface 0x5555f8f303a0 (res 0x5555f8bc7c30)
00:00:41.246 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8fae260 (res 0x5555f8b09f40)
00:00:41.246 [DEBUG] [types/wlr_layer_shell_v1.c:504] new layer_surface 0x5555f8f2e450 (res 0x5555f8b102c0)
00:00:41.246 [DEBUG] [../labwc-0.9.0/src/layers.c:234] interactive-none '0x5555f8f2e450'
00:00:41.247 [DEBUG] [../labwc-0.9.0/src/layers.c:234] interactive-none '0x5555f8f2e450'
00:00:41.247 [DEBUG] [../labwc-0.9.0/src/layers.c:228] interactive-on-demand '0x5555f8f31140'
00:00:41.248 [DEBUG] [../labwc-0.9.0/src/layers.c:228] interactive-on-demand '0x5555f8f303a0'
00:00:41.248 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8938bb0 (res 0x5555f903c7c0)
00:00:41.260 [DEBUG] [types/scene/wlr_scene.c:2189] Direct scan-out disabled
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 708, clipping.
>                   X11 cannot support keycodes above 255.
> Warning:          Could not resolve keysym XF86RefreshRateToggle
> Warning:          Could not resolve keysym XF86Accessibility
> Warning:          Could not resolve keysym XF86DoNotDisturb
Errors from xkbcomp are not fatal to the X server
00:00:41.263 [DEBUG] [xwayland/xwm.c:1947] unhandled X11 event: MappingNotify (34)
00:00:41.263 [DEBUG] [xwayland/xwm.c:1947] unhandled X11 event: MappingNotify (34)
00:00:41.276 [DEBUG] [render/swapchain.c:101] Allocating new swapchain buffer
00:00:41.279 [DEBUG] [render/allocator/gbm.c:146] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier Y_TILED_CCS (0x0100000000000004)
00:00:41.279 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 1920x1080
00:00:41.296 [DEBUG] [types/wlr_layer_shell_v1.c:504] new layer_surface 0x5555f8f5ba90 (res 0x5555f903bd90)
00:00:41.309 [DEBUG] [../labwc-0.9.0/src/layers.c:228] interactive-on-demand '0x5555f8f5ba90'
00:00:41.378 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:41.379 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:41.379 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:41.791 [DEBUG] [backend/libinput/events.c:69] Adding Power Button [0:1]
00:00:41.797 [DEBUG] [backend/libinput/events.c:69] Adding Video Bus [0:6]
00:00:41.803 [DEBUG] [backend/libinput/events.c:69] Adding Video Bus [0:6]
00:00:41.808 [DEBUG] [backend/libinput/events.c:69] Adding Power Button [0:1]
00:00:41.813 [DEBUG] [backend/libinput/events.c:69] Adding Lid Switch [0:5]
00:00:41.813 [INFO] [../labwc-0.9.0/src/seat.c:483] unsupported input device
00:00:41.813 [DEBUG] [backend/libinput/events.c:69] Adding Sleep Button [0:3]
00:00:41.818 [DEBUG] [backend/libinput/events.c:69] Adding Logitech Wireless Mouse [1133:16468]
00:00:41.822 [INFO] [../labwc-0.9.0/src/seat.c:142] tap unavailable
00:00:41.822 [INFO] [../labwc-0.9.0/src/seat.c:152] tap-and-drag not configured
00:00:41.822 [INFO] [../labwc-0.9.0/src/seat.c:161] drag lock not configured
00:00:41.822 [INFO] [../labwc-0.9.0/src/seat.c:171] three-finger drag not configured
00:00:41.822 [INFO] [../labwc-0.9.0/src/seat.c:181] natural scroll not configured
00:00:41.822 [INFO] [../labwc-0.9.0/src/seat.c:190] left-handed mode not configured
00:00:41.822 [INFO] [../labwc-0.9.0/src/seat.c:200] pointer acceleration configured
00:00:41.822 [INFO] [../labwc-0.9.0/src/seat.c:213] middle emulation not configured
00:00:41.822 [INFO] [../labwc-0.9.0/src/seat.c:222] dwt not configured
00:00:41.822 [INFO] [../labwc-0.9.0/src/seat.c:232] click method not configured
00:00:41.822 [INFO] [../labwc-0.9.0/src/seat.c:249] scroll method not configured
00:00:41.822 [INFO] [../labwc-0.9.0/src/seat.c:263] send events mode not configured
00:00:41.823 [INFO] [../labwc-0.9.0/src/seat.c:272] calibration matrix not configured
00:00:41.823 [INFO] [../labwc-0.9.0/src/seat.c:278] scroll factor configured
00:00:41.823 [INFO] [../labwc-0.9.0/src/seat.c:310] map pointer to output (null)
00:00:41.823 [DEBUG] [backend/libinput/events.c:69] Adding Logitech K360 [1133:16388]
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:142] tap unavailable
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:152] tap-and-drag not configured
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:161] drag lock not configured
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:171] three-finger drag not configured
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:181] natural scroll not configured
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:190] left-handed mode not configured
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:198] pointer acceleration unavailable
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:213] middle emulation not configured
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:222] dwt not configured
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:232] click method not configured
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:249] scroll method not configured
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:263] send events mode not configured
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:272] calibration matrix not configured
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:278] scroll factor configured
00:00:41.826 [INFO] [../labwc-0.9.0/src/seat.c:310] map pointer to output (null)
00:00:41.826 [DEBUG] [backend/libinput/events.c:69] Adding Ideapad extra buttons [0:0]
00:00:41.829 [DEBUG] [backend/libinput/events.c:69] Adding HDA Intel PCH Headphone [0:0]
00:00:41.831 [DEBUG] [backend/libinput/events.c:69] Adding AT Translated Set 2 keyboard [1:1]
00:00:41.833 [DEBUG] [backend/libinput/events.c:69] Adding SynPS/2 Synaptics TouchPad [2:7]
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:144] tap configured
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:152] tap-and-drag not configured
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:161] drag lock not configured
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:171] three-finger drag not configured
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:181] natural scroll not configured
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:190] left-handed mode not configured
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:200] pointer acceleration configured
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:213] middle emulation not configured
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:222] dwt not configured
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:232] click method not configured
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:249] scroll method not configured
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:263] send events mode not configured
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:272] calibration matrix not configured
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:278] scroll factor configured
00:00:41.833 [INFO] [../labwc-0.9.0/src/seat.c:310] map pointer to output (null)
00:00:41.833 [DEBUG] [backend/libinput/events.c:69] Adding ydotoold virtual device [9011:26214]
00:00:41.835 [INFO] [../labwc-0.9.0/src/seat.c:142] tap unavailable
00:00:41.835 [INFO] [../labwc-0.9.0/src/seat.c:152] tap-and-drag not configured
00:00:41.835 [INFO] [../labwc-0.9.0/src/seat.c:161] drag lock not configured
00:00:41.835 [INFO] [../labwc-0.9.0/src/seat.c:171] three-finger drag not configured
00:00:41.835 [INFO] [../labwc-0.9.0/src/seat.c:181] natural scroll not configured
00:00:41.835 [INFO] [../labwc-0.9.0/src/seat.c:190] left-handed mode not configured
00:00:41.835 [INFO] [../labwc-0.9.0/src/seat.c:200] pointer acceleration configured
00:00:41.835 [INFO] [../labwc-0.9.0/src/seat.c:213] middle emulation not configured
00:00:41.835 [INFO] [../labwc-0.9.0/src/seat.c:222] dwt not configured
00:00:41.835 [INFO] [../labwc-0.9.0/src/seat.c:232] click method not configured
00:00:41.835 [INFO] [../labwc-0.9.0/src/seat.c:249] scroll method not configured
00:00:41.835 [INFO] [../labwc-0.9.0/src/seat.c:263] send events mode not configured
00:00:41.836 [INFO] [../labwc-0.9.0/src/seat.c:272] calibration matrix not configured
00:00:41.836 [INFO] [../labwc-0.9.0/src/seat.c:278] scroll factor configured
00:00:41.836 [INFO] [../labwc-0.9.0/src/seat.c:310] map pointer to output (null)
00:00:41.836 [ERROR] [libinput] event5  - Logitech Wireless Mouse: client bug: event processing lagging behind by 36ms, your system is too slow

00:00:41.837 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:41.962 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:42.558 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:42.848 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:42.912 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:43.560 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:44.204 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:1089] press on layer-surface
00:00:44.204 [DEBUG] [../labwc-0.9.0/src/layers.c:228] interactive-on-demand '0x5555f8f31140'
00:00:44.341 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8f595a0 (res 0x5555f8b04690)
00:00:44.341 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:441] new xdg_surface 0x5555f8eb1f00 (res 0x5555f8f5e4e0)
00:00:44.649 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:44.668 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:44.700 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape text
00:00:44.701 [DEBUG] [render/swapchain.c:101] Allocating new swapchain buffer
00:00:44.701 [DEBUG] [render/allocator/gbm.c:146] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:44.701 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 256x256
00:00:44.808 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:44.875 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:45.484 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:00:45.484 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:00:45.627 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:45.775 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape wait
00:00:45.776 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8f66250 (res 0x5555f900f6c0)
00:00:45.777 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:441] new xdg_surface 0x5555f8eb1f00 (res 0x5555f8bd72d0)
00:00:45.777 [DEBUG] [types/wlr_xdg_decoration_v1.c:220] new xdg_toplevel_decoration 0x5555f8cd3e50 (res 0x5555f8f339a0)
00:00:45.778 [DEBUG] [types/wlr_xdg_activation_v1.c:121] Rejecting token commit request: surface doesn't have focus
00:00:45.778 [DEBUG] [types/wlr_xdg_activation_v1.c:308] Rejecting activate request: unknown token
00:00:45.787 [DEBUG] [../labwc-0.9.0/src/view-impl-common.c:40] [map] identifier=pcmanfm-qt, title=pedram
00:00:45.788 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:45.789 [DEBUG] [render/swapchain.c:101] Allocating new swapchain buffer
00:00:45.789 [DEBUG] [render/allocator/gbm.c:146] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:45.789 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 256x256
00:00:45.789 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:45.797 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:45.797 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:45.797 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:45.846 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:00:45.870 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:46.560 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape col-resize
00:00:46.584 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:46.862 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:46.928 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:00:46.928 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:00:46.929 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:46.929 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:46.929 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:46.930 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:47.049 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:47.049 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:47.049 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:47.049 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:47.049 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape wait
00:00:47.057 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:47.068 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:47.306 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape col-resize
00:00:47.314 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:49.439 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:50.214 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape text
00:00:50.222 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:50.230 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:50.819 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:51.703 [DEBUG] [../labwc-0.9.0/src/input/keyboard.c:290] keycode matched
00:00:51.704 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 5: Execute
00:00:51.925 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f8bbae20 (res 0x5555f8aff410)
00:00:51.925 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:441] new xdg_surface 0x5555f89df6e0 (res 0x5555f8bbb280)
00:00:51.925 [DEBUG] [types/wlr_xdg_decoration_v1.c:220] new xdg_toplevel_decoration 0x5555f7da9030 (res 0x5555f8bbb550)
00:00:51.927 [INFO] [../labwc-0.9.0/src/xdg.c:892] Denying focus request, seat wasn't supplied
00:00:51.941 [DEBUG] [../labwc-0.9.0/src/view-impl-common.c:40] [map] identifier=qterminal, title=Shell No. 1
00:00:51.951 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:51.951 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:51.951 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:51.951 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:51.951 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:52.330 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:53.205 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:54.794 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f9041da0 (res 0x5555f9042170)
00:00:54.794 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:441] new xdg_surface 0x5555f8e601d0 (res 0x5555f9042320)
00:00:54.794 [DEBUG] [types/wlr_xdg_decoration_v1.c:220] new xdg_toplevel_decoration 0x5555f8b9daf0 (res 0x5555f9042970)
00:00:54.800 [INFO] [../labwc-0.9.0/src/xdg.c:892] Denying focus request, seat wasn't supplied
00:00:54.825 [DEBUG] [../labwc-0.9.0/src/view-impl-common.c:40] [map] identifier=featherpad, title=/usr/bin/startlxqtlabwc
00:00:54.826 [INFO] [../labwc-0.9.0/src/xdg.c:892] Denying focus request, seat wasn't supplied
00:00:54.830 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:54.830 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:54.840 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:54.840 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:54.840 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:55.166 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:55.326 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:55.350 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:55.358 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape text
00:00:55.396 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:55.404 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape text
00:00:55.416 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:55.704 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape nwse-resize
00:00:55.720 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:55.904 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape nwse-resize
00:00:55.912 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:55.950 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape text
00:00:56.251 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:56.266 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:56.288 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:56.300 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:56.313 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:56.330 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:56.345 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:56.361 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:56.378 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:56.393 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:56.409 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:56.425 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:57.182 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:00:57.529 [DEBUG] [../labwc-0.9.0/src/input/keyboard.c:290] keycode matched
00:00:57.529 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 61: ToggleMagnify
00:00:58.209 [DEBUG] [../labwc-0.9.0/src/input/keyboard.c:290] keycode matched
00:00:58.209 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 61: ToggleMagnify
00:00:58.378 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:58.386 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:58.394 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape text
00:00:58.402 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:00:58.402 [DEBUG] [render/swapchain.c:101] Allocating new swapchain buffer
00:00:58.403 [DEBUG] [render/allocator/gbm.c:146] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:58.403 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 256x256
00:00:58.595 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:00:58.597 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:00:58.607 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:58.607 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:58.607 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:00:59.428 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:00.476 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:01:01.413 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:01.527 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f903d0e0 (res 0x5555f901e5d0)
00:01:01.527 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:441] new xdg_surface 0x5555f8b8af80 (res 0x5555f90b5e80)
00:01:01.527 [DEBUG] [types/wlr_xdg_decoration_v1.c:220] new xdg_toplevel_decoration 0x5555f90bd910 (res 0x5555f90bda00)
00:01:01.528 [DEBUG] [types/wlr_xdg_activation_v1.c:121] Rejecting token commit request: surface doesn't have focus
00:01:01.528 [DEBUG] [types/wlr_xdg_activation_v1.c:308] Rejecting activate request: unknown token
00:01:01.535 [DEBUG] [../labwc-0.9.0/src/view-impl-common.c:40] [map] identifier=featherpad, title=FeatherPad
00:01:01.539 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:01.539 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:01.542 [INFO] [../labwc-0.9.0/src/xdg.c:892] Denying focus request, seat wasn't supplied
00:01:01.555 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:01.555 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:01.555 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:01.900 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:01:02.758 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:02.758 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape nwse-resize
00:01:02.759 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:03.272 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:01:03.401 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:01:03.402 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:01:03.532 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape wait
00:01:03.541 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:03.541 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:03.556 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:03.556 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:03.556 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:03.556 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:03.556 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:04.015 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:01:04.267 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:01:04.267 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:01:04.305 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 28: Move
00:01:04.308 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:04.308 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:04.817 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:04.817 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:04.833 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:04.833 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape text
00:01:05.391 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.409 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.433 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.447 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.460 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.473 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.492 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.545 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.562 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.579 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.597 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.615 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.633 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.652 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.669 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.739 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.754 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.771 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.839 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:05.864 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:06.854 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:01:07.400 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:07.873 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:01:07.873 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:01:07.989 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:07.994 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:07.997 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:08.005 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:08.067 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:08.075 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:08.347 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:01:08.605 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:08.655 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:08.655 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape text
00:01:09.070 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:01:09.254 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:09.376 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:09.557 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:01:09.559 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:01:09.564 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:09.564 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:09.565 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:09.565 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:10.164 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:01:10.347 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:01:10.347 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:01:10.355 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f90da1b0 (res 0x5555f90b8dc0)
00:01:10.355 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:10.355 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:441] new xdg_surface 0x5555f90b9650 (res 0x5555f90b8d30)
00:01:10.600 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:11.139 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60
00:01:11.333 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:01:11.333 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:01:11.468 [DEBUG] [xwayland/selection/incoming.c:482] XCB_XFIXES_SELECTION_NOTIFY (selection=282, owner=2097153)
00:01:11.471 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:11.834 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape col-resize
00:01:11.858 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:12.567 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:01:12.572 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:12.572 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:12.572 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:12.572 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:12.572 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape wait
00:01:12.573 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:12.573 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:12.588 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:12.762 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:01:12.786 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:13.479 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:01:13.479 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:01:13.483 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:13.483 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:13.483 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:13.483 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:13.483 [DEBUG] [types/wlr_text_input_v3.c:190] Text input commit received without focus
00:01:13.700 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape pointer
00:01:13.738 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:13.983 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:01:13.983 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:01:13.987 [DEBUG] [types/wlr_compositor.c:786] New wlr_surface 0x5555f90da1b0 (res 0x5555f90e29b0)
00:01:13.987 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:441] new xdg_surface 0x5555f90b9650 (res 0x5555f90ead80)
00:01:14.011 [DEBUG] [../labwc-0.9.0/src/input/cursor.c:236] set xcursor to shape default
00:01:14.787 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 25: Focus
00:01:14.787 [DEBUG] [../labwc-0.9.0/src/action.c:889] Handling action 29: Raise
00:01:14.873 [DEBUG] [render/gles2/renderer.c:157] Created GL FBO for buffer 98x60

Edit by Consolatis: Convert attachment into inline log

tsujan avatar Jul 13 '25 16:07 tsujan

But it happens with Conky+XWayland too

Interesting, that makes it sound like something on the labwc side then.

jlindgren90 avatar Jul 13 '25 16:07 jlindgren90

I couldn't resist the temptation, removed the patch I'd applied to wlroots for the one-pixel issue it had with Qt, and tried again. The same thing happened. In spite of the nonsense I said in my original report, it happens so consistently ;) The log is attached (back to kwin_wayland for now…).

labwc.log.zip

tsujan avatar Jul 13 '25 16:07 tsujan

@tsujan Thanks. Looking through the log, there is nothing that stands out to me.

It looks like some new layer_surfaces are created after the suspend/resume.

00:00:26.684 [DEBUG] [../labwc-0.9.0/src/output.c:380] enable output eDP-1
00:00:26.705 [DEBUG] [types/wlr_layer_shell_v1.c:504] new layer_surface 0x561359e78f50 (res 0x561359a47830)

I counted 5x new layer_surface on boot, but only 4x after resume.

Could you check what happens with the clients that disappear. If they segfault, the I suggest we go down the ASAN/dbg route for them. If not, we'll have to try to understand what's going on with their layer-surface/node states and positions (or equivalent for conky).

johanmalm avatar Jul 13 '25 17:07 johanmalm

If they segfault

They definitely don't.

The only wrong part of my original report was this: "After resuming from suspension for the 4th or 5th time". It happens on every resuming.

EDIT: Crossed out that part in the report.

tsujan avatar Jul 13 '25 17:07 tsujan

In that case you could run lxqt-panel via WAYLAND_DEBUG=1 lxqt-panel [..] 2>&1 | grep -i layer. Then suspend and resume. I assume that would provide some more information of what is going on.

Consolatis avatar Jul 13 '25 17:07 Consolatis

lxqt-panel isn't alone in this. Conky+XWayland is a big counter-example for theories about Qt.

    <windowRule identifier="Conky">
      <skipTaskbar>yes</skipTaskbar>
      <skipWindowSwitcher>yes</skipWindowSwitcher>
      <fixedPosition>yes</fixedPosition>
      <action name="MoveTo" x="1730" y="37" />
      <action name="ToggleAlwaysOnBottom"/>
      <action name="ToggleOmnipresent"/>
    </windowRule>

tsujan avatar Jul 13 '25 17:07 tsujan

In case I'm the only user with this issue, the only relevant info that comes to my mind is how I start labwc:

labwc -C $XDG_CONFIG_HOME/labwc-lxqt -S lxqt-session

Of course, XDG_CONFIG_HOME is set correctly before calling labwc and the config files inside ~/.config/labwc-lxqt are seen by labwc.

tsujan avatar Jul 13 '25 18:07 tsujan

I can re-produce with conky and GlassyClock by just doing VT switching.

I observe the same with some simple layer-shell-qt clients created by myself (tint and idesk-morfa)

I cannot reproduce it with some other X11 override-redirect clients like jgmenu and rofi.

On sway I observe the same issue with the Qt layer-shell clients, but not with conky.

Running out of time for tonight. Will carry on another evening.

johanmalm avatar Jul 13 '25 20:07 johanmalm

WAYLAND_DEBUG=1 output with GlassyClock from the point of VT switching away and back.

output from `WAYLAND_DEBUG=1 build/glassyclock`
qt.qpa.wayland: There are no outputs - creating placeholder screen
[1595887.641] {Default Queue}  -> zxdg_output_v1#20.destroy()
[1595887.669] {Default Queue}  -> wl_output#19.release()
[1595889.850]  -> wl_surface#30.frame(new id wl_callback#38)
[1595889.895] {Default Queue}  -> wl_surface#30.offset(0, 0)
[1595889.910] {Default Queue}  -> wl_surface#30.attach(wl_buffer#33, 0, 0)
[1595889.926] {Default Queue}  -> wl_surface#30.damage_buffer(0, 0, 100, 100)
[1595889.946] {Default Queue}  -> wl_surface#30.commit()
[1595890.970] {Display Queue} wl_display#1.delete_id(20)
[1595891.048] {Display Queue} wl_display#1.delete_id(19)
[1595891.118] {Default Queue} wl_buffer#33.release()
[1596845.358] {Default Queue} wl_registry#2.global(59, "wl_output", 4)
[1596845.397] {Default Queue}  -> wl_registry#2.bind(59, "wl_output", 3, new id [unknown]#19)
[1596845.409] {Default Queue}  -> zxdg_output_manager_v1#5.get_xdg_output(new id zxdg_output_v1#20, wl_output#19)
[1596850.880] {Default Queue} wl_output#19.geometry(0, 0, 340, 190, 0, "Chimei Innolux Corporation", "0x15DB", 0)
[1596850.921] {Default Queue} wl_output#19.mode(1, 1366, 768, 60003)
[1596850.934] {Default Queue} wl_output#19.scale(1)
[1596850.939] {Default Queue} wl_output#19.done()
[1596850.943] {Default Queue} zxdg_output_v1#20.name("eDP-1")
[1596850.948] {Default Queue} zxdg_output_v1#20.description("Chimei Innolux Corporation 0x15DB (eDP-1)")
[1596850.952] {Default Queue} zxdg_output_v1#20.logical_position(0, 0)
[1596850.957] {Default Queue} zxdg_output_v1#20.logical_size(1366, 768)
[1596850.961] {Default Queue} wl_output#19.done()
[1596878.427] {Default Queue} wl_keyboard#21.keymap(1, fd 16, 72989)
[1596884.233] {Default Queue} wl_keyboard#21.repeat_info(25, 600)
[1596884.394] {Default Queue} wl_seat#10.capabilities(2)
[1596884.412] {Default Queue}  -> wl_pointer#22.release()
[1596884.431] {Default Queue}  -> wp_cursor_shape_device_v1#23.destroy()
[1596884.446] {Default Queue}  -> zwp_pointer_gesture_pinch_v1#24.destroy()
[1596884.457] {Default Queue}  -> zwp_pointer_gesture_swipe_v1#25.destroy()
[1596884.469] {Default Queue} wl_keyboard#21.repeat_info(25, 600)
[1596884.481] {Default Queue} wl_keyboard#21.repeat_info(25, 600)
[1596884.492] {Default Queue} wl_keyboard#21.repeat_info(25, 600)
[1596884.503] {Default Queue} wl_seat#10.capabilities(3)
[1596884.517] {Default Queue}  -> wl_seat#10.get_pointer(new id wl_pointer#39)
[1596884.530] {Default Queue}  -> wp_cursor_shape_manager_v1#14.get_pointer(new id wp_cursor_shape_device_v1#40, wl_pointer#39)
[1596884.553] {Default Queue}  -> zwp_pointer_gestures_v1#13.get_pinch_gesture(new id zwp_pointer_gesture_pinch_v1#41, wl_pointer#39)
[1596884.572] {Default Queue}  -> zwp_pointer_gestures_v1#13.get_swipe_gesture(new id zwp_pointer_gesture_swipe_v1#42, wl_pointer#39)
[1596884.589] {Default Queue} wl_keyboard#21.repeat_info(25, 600)
[1596884.600] {Default Queue} wl_keyboard#21.repeat_info(25, 600)
[1596884.612] {Default Queue} wl_keyboard#21.repeat_info(25, 600)
[1596884.623] {Default Queue} wl_keyboard#21.repeat_info(25, 600)

johanmalm avatar Jul 13 '25 20:07 johanmalm

I think this change is wlroots is what has triggered this change in behaviour: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4878/diffs

I don't yet know if it is something we need to change in compositor space.

johanmalm avatar Jul 13 '25 20:07 johanmalm

I think this change is wlroots is what has triggered this change in behaviour: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4878/diffs

A suspicious comment in the Overview page of that commit: "We can deal with compositors that have troubling restoring window positions after a VT switch when they come up."

tsujan avatar Jul 13 '25 21:07 tsujan

A suspicious comment in the Overview page of that commit: "We can deal with compositors that have troubling restoring window positions after a VT switch when they come up."

We watch wlroots quite closely for potential regressions. I spotted this one even before it got merged, and it got discussed on IRC. We have sorted out a few things relating to this PR, but didn't think we had any remaining issues - until you raised this one! Otherwise we wouldn't have released 0.9.0.

Suggest we take a few days to dig into it and then amend the release notes. If it's something we need to change on the compositor side, then we can do a patch release, but if it's a thing for clients to grind out then we need still need to share the information as best as we can.

johanmalm avatar Jul 13 '25 21:07 johanmalm

I didn't really look into this at all so far but I assume the issue is that we destroy the layershell surfaces which are on a destroying output rather than reparenting the scene tree somewhere else (in handle_output_destroy). Some applications might not expect the layer surface to be destroyed.

In my own GTK pet panel I destroy the panel if the output it is anchored to is removed and recreate the panel when a new output is detected and its name matches the panel configuration. This is likely also what @jlindgren90 mentioned in https://github.com/labwc/labwc/issues/2914#issuecomment-3067130414.

If this is the actual cause then this is not really a regression but was always like this. The difference is just that the outputs from the perspective of labwc are now destroyed and re-created more often. It would then also happen with labwc 0.8.4 if one would physically disconnect a monitor and reconnect it.

Consolatis avatar Jul 13 '25 22:07 Consolatis

I destroy the panel if the output it is anchored to is removed

In pcmanfm-qt, we remove a desktop whose screen is removed, but in lxqt-panel, we let the panel live, without moving it to an existing screen. The latter was a feature requested with X11, but we implemented it with Wayland instead.

tsujan avatar Jul 13 '25 22:07 tsujan

just out of curiosity, does lxqt-panel see (or handle) QApplication::screenAdded in this scenario?

Sorry for the late answer! Yes. Each screen has its own panel setup, and if it's connected, its panel(s) will be created or shown, depending on whether the screen was removed before starting lxqt-panel or after it. (lxqt-panel is a single-instance process, like pcmanfm-qt.)

EDIT: I mean everything on Wayland, of course. X11 had a different story.

tsujan avatar Jul 13 '25 22:07 tsujan

I've done a quick fix in tint (toy panel) to overcome this https://github.com/johanmalm/tint/commit/40db033241f97b734e38adc46ad5cc154d69a3eb

So looks like the question is whether we want to destroy the layer-surface on output-destroy or re-parent it.

Intuitively it feels like re-parenting is full of pitfalls. I guess we could check that no surface with the same PID exist wherever we try to re-parent to, but it feels a bit clumsy and potentially not what the client wants or expects.

I haven't had a chance to look at conky yet.

johanmalm avatar Jul 14 '25 20:07 johanmalm

I've done a quick fix in tint (toy panel)…

Fix? IMHO, an app shouldn't need to do anything for resuming from suspension; that's simply not its job (unless its job is suspending or resuming, of course).

I'm afraid I see this as a serious regression, whether its cause is in wlroots or labwc.

tsujan avatar Aug 01 '25 16:08 tsujan

Yeah. We're talking with the wlroots maintainers. ~~Looks like we'll~~ May revert a commit + refactor to fix for 0.20.0

See https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5127

--EDITED--

johanmalm avatar Aug 01 '25 16:08 johanmalm