MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.67k stars 1.33k forks source link

X Error: BadAccess X_ChangeWindowAttributes #4350

Open etam opened 3 years ago

etam commented 3 years ago

What you were trying to do

Play the game.

What actually happened

After clicking "Start Playing", the game is loading and at "Registering Blocks..." it crashes.

I tried changing language from my default Polish to English. I tried "Josharias Survival" and "Core Gameplay". I tried replacing natives/linux/linux/x64/org/lwjgl/glfw/libglfw.so with one provided by my distribution. Reproducible: 100%

Log details and game version

Terasology: v4.1.0

X Error of failed request:  BadAccess (attempt to access private resource denied)
  Major opcode of failed request:  2 (X_ChangeWindowAttributes)
  Serial number of failed request:  77
  Current serial number in output stream:  78

Terasology-init.log: log.zip Output printed to console: output.zip

Computer details

OS: Linux openSUSE Tumbleweed (rolling release) Xorg: 1.20.10 Mesa: 20.2.4 Kernel: 5.9.12 OpenGL vendor string: Intel Open Source Technology Center OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 520 (SKL GT2) OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.2.4 OpenGL core profile shading language version string: 4.60 OpenGL version string: 3.0 Mesa 20.2.4 OpenGL shading language version string: 1.30 Java: openjdk 15.0.1 and 1.8.0_275 (both fail the same)

Cervator commented 3 years ago

Hi @etam and thanks for the detailed report! And wow, haven't seen that sort of error before, that's interesting. It really just goes from activating modules to that oddly formatted error - I figure that's coming from the OS somehow? X window system or so?

:35:32.471 [main] INFO  o.t.e.m.loadProcesses.RegisterMods - Activating module: CoreWorlds:1.2.1
17:35:32.471 [main] INFO  o.t.e.m.loadProcesses.RegisterMods - Activating module: CoreSampleGameplay:4.1.0
X Error of failed request:  BadAccess (attempt to access private resource denied)
  Major opcode of failed request:  2 (X_ChangeWindowAttributes)
  Serial number of failed request:  77
  Current serial number in output stream:  78
AL lib: (EE) alc_cleanup: 1 device not closed

(pretty sure the AL thing is just from an unclean shutdown)

DarkWeird commented 3 years ago

@Cervator This error - X system error. Output from X too. I saw errors like this, while migrating lwjgl. I think all those errors gone.

@etam Which WM/DE are you using?(gnome/kde/etc) Are you use Wayland with XWayland? Are you have hybrid graphics?(can you check game with discrete gpu?)

For experiment: run game on pure X. (Without your WM/DE)

etam commented 3 years ago

I use i3wm, no wayland, no hybrid graphics.

I tried different DE and it works. So it seems it's caused by conflict with i3wm.

DarkWeird commented 3 years ago

I use i3wm, no wayland, no hybrid graphics.

I tried different DE and it works. So it seems it's caused by conflict with i3wm.

Yeah. You right. Seems, i saw this error on i3. i3 is tiling window manager. Seem it tried to set window property in invalid time. You can setup your i3 to starts terasology in floating mode. (Or fullscreen via configs should helps.

BratishkaErik commented 3 years ago

Will this be fixed?

jdrueckert commented 3 years ago

Will this be fixed?

@DarkWeird or @pollend may be able to comment on the current state regarding this issue.

Generally speaking, we're consistently trying to fix issues and improve Terasology (which unfortunately can result in new issues :sweat_smile:)

Jipok commented 3 years ago

The same problem. Also i3. I have never encountered such a problem. Once there was a game that worked better if I specified the mode in the window, and not in full screen. But there were no crashes. I tried changing modes and games and wm, nothing helps

X Error of failed request:  BadAccess (attempt to access private resource denied)
  Major opcode of failed request:  2 (X_ChangeWindowAttributes)
  Serial number of failed request:  70
  Current serial number in output stream:  71
AL lib: (EE) alc_cleanup: 1 device not closed

Perhaps the logs from i3 will help you:

i3-dump-log ``` 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 20, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_map_request:263 - window = 0x06a00007, serial is 32258. 13.06.2021 17:56:23 - ../src/manage.c:manage_window:108 - window 0x06a00007 13.06.2021 17:56:23 - WM_CLASS changed to glfw-application (instance), GLFW-Application (class) 13.06.2021 17:56:23 - ../src/window.c:window_update_name_legacy:102 - WM_NAME not set (_NET_WM_NAME is what you want anyways). 13.06.2021 17:56:23 - ../src/window.c:window_update_name:66 - _NET_WM_NAME not specified, not changing 13.06.2021 17:56:23 - ../src/window.c:window_update_leader:141 - CLIENT_LEADER not set on window 0x06a00007. 13.06.2021 17:56:23 - ../src/window.c:window_update_transient_for:166 - TRANSIENT_FOR not set on window 0x06a00007. 13.06.2021 17:56:23 - ../src/window.c:window_update_strut_partial:191 - _NET_WM_STRUT_PARTIAL not set. 13.06.2021 17:56:23 - ../src/window.c:window_update_role:216 - WM_WINDOW_ROLE not set. 13.06.2021 17:56:23 - ../src/window.c:window_update_normal_hints:278 - Minimum size: 800 (width) x 289 (height) 13.06.2021 17:56:23 - ../src/window.c:window_update_normal_hints:285 - Maximum size: 800 (width) x 289 (height) 13.06.2021 17:56:23 - ../src/window.c:window_update_normal_hints:314 - Clearing size increments 13.06.2021 17:56:23 - ../src/window.c:window_update_normal_hints:328 - Clearing base size 13.06.2021 17:56:23 - ../src/window.c:window_update_normal_hints:361 - Clearing aspect ratios 13.06.2021 17:56:23 - ../src/startup.c:startup_sequence_get:281 - No _NET_STARTUP_ID set on window 0x06a00007 13.06.2021 17:56:23 - ../src/manage.c:manage_window:220 - startup workspace = (null) 13.06.2021 17:56:23 - ../src/manage.c:manage_window:270 - Initial geometry: (0, 0, 800, 289) 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - dock status does not match 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - dock status does not match 13.06.2021 17:56:23 - ../src/tree.c:tree_open_con:167 - con = 0x55db45772ba0 13.06.2021 17:56:23 - ../src/con.c:con_new_skeleton:51 - opening window 13.06.2021 17:56:23 - ../src/con.c:_con_attach:197 - Inserting con = 0x55db456466f0 after con 0x55db46e702a0 13.06.2021 17:56:23 - ../src/x.c:x_con_init:184 - Adding window 0x00405642 to lists 13.06.2021 17:56:23 - ../src/x.c:x_con_init:188 - adding new state for window id 0x00405642 13.06.2021 17:56:23 - ../src/manage.c:manage_window:366 - new container = 0x55db456466f0 13.06.2021 17:56:23 - ../src/x.c:x_reinit:205 - resetting state 0x55db456468d0 to initial 13.06.2021 17:56:23 - ../src/manage.c:manage_window:413 - Not in fullscreen mode, focusing 13.06.2021 17:56:23 - workspace visible? fs = 0x55db456b1340, ws = 0x55db456b1340 13.06.2021 17:56:23 - This window is a dialog window, setting floating 13.06.2021 17:56:23 - ../src/manage.c:manage_window:525 - MOTIF_WM_HINTS specifies decorations (border_style = 1) 13.06.2021 17:56:23 - ../src/manage.c:manage_window:534 - geometry = 800 x 289 13.06.2021 17:56:23 - ../src/con.c:con_new_skeleton:51 - opening window 13.06.2021 17:56:23 - ../src/x.c:x_con_init:184 - Adding window 0x00405644 to lists 13.06.2021 17:56:23 - ../src/x.c:x_con_init:188 - adding new state for window id 0x00405644 13.06.2021 17:56:23 - ../src/floating.c:floating_enable:325 - Original rect: (0, 0) with 0 x 0 13.06.2021 17:56:23 - ../src/floating.c:floating_enable:326 - Geometry = (0, 0) with 800 x 289 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1674 - The border width for con is set to: 2 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1683 - Effective border width is set to: 2 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1674 - The border width for con is set to: 2 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1683 - Effective border width is set to: 2 13.06.2021 17:56:23 - ../src/randr.c:get_output_containing:121 - comparing x=960 y=555 with x=0 and y=0 width 1920 height 1080 13.06.2021 17:56:23 - ../src/floating.c:floating_enable:406 - Floating rect: (560, 411) with 800 x 289 13.06.2021 17:56:23 - ../src/floating.c:floating_enable:414 - Corrected y = 411 (deco_height = 0) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45664830 / (null) / layout 6 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (560, 411) with (800 x 289) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db456466f0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1674 - The border width for con is set to: 2 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1683 - Effective border width is set to: 2 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 800x289 13.06.2021 17:56:23 - ../src/ipc.c:ipc_send_window_event:1660 - Issue IPC window floating event (con = 0x55db456466f0, window = 0x06a00007) 13.06.2021 17:56:23 - ../src/assignments.c:run_assignments:18 - Checking if any assignments match this window 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "(?i)mpv|xlunch|xfce4-appfinder" does not match "GLFW-Application" 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "(?i)floating" does not match "GLFW-Application" 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "(?i)floating" does not match "" 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "(?i)feh|pavucontrol" does not match "GLFW-Application" 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "About|app|pop-up|bubble|task_dialog|Preferences|setup|dialog|menu" does not match "" 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "(?i)cudatext" does not match "GLFW-Application" 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "(?i)lazarus" does not match "GLFW-Application" 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "floating" does not match "" 13.06.2021 17:56:23 - workspace visible? fs = 0x55db456b1340, ws = 0x55db456b1340 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:23 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:23 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 2 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0138 in direction=0 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0138 in direction=2 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0138 in direction=1 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0138 in direction=3 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:23 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:23 - ../src/render.c:render_root:288 - floating child at (560,411) with 800 x 289 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45664830 / (null) / layout 6 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (560, 411) with (800 x 289) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db456466f0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1674 - The border width for con is set to: 2 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1683 - Effective border width is set to: 2 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 800x289 13.06.2021 17:56:23 - ../src/ipc.c:ipc_send_window_event:1660 - Issue IPC window new event (con = 0x55db456466f0, window = 0x06a00007) 13.06.2021 17:56:23 - ../src/manage.c:manage_window:634 - Checking con = 0x55db456466f0 for _NET_WM_USER_TIME. 13.06.2021 17:56:23 - ../src/manage.c:manage_window:664 - Now setting focus. 13.06.2021 17:56:23 - ../src/con.c:con_focus:247 - con_focus = 0x55db456466f0 13.06.2021 17:56:23 - ../src/con.c:con_focus:247 - con_focus = 0x55db45664830 13.06.2021 17:56:23 - ../src/con.c:con_focus:247 - con_focus = 0x55db456b1340 13.06.2021 17:56:23 - ../src/con.c:con_focus:247 - con_focus = 0x55db456689c0 13.06.2021 17:56:23 - ../src/con.c:con_focus:247 - con_focus = 0x55db45667260 13.06.2021 17:56:23 - ../src/floating.c:floating_raise_con:487 - Raising floating con 0x55db45664830 / (null) 13.06.2021 17:56:23 - ../src/tree.c:tree_render:455 - -- BEGIN RENDERING -- 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:23 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:23 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 2 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0128 in direction=0 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0128 in direction=2 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0128 in direction=1 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0128 in direction=3 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:23 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:23 - ../src/render.c:render_root:288 - floating child at (560,411) with 800 x 289 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45664830 / (null) / layout 6 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (560, 411) with (800 x 289) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db456466f0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1674 - The border width for con is set to: 2 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1683 - Effective border width is set to: 2 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 800x289 13.06.2021 17:56:23 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:23 - ../src/x.c:x_push_changes:1225 - Client list changed (11 clients) 13.06.2021 17:56:23 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:23 - ../src/x.c:x_push_node:848 - pushing name [i3 con] floatingcon around 0x55db456466f0 for con 0x55db45664830 13.06.2021 17:56:23 - ../src/x.c:x_push_node:988 - setting rect (560, 411, 800, 0) 13.06.2021 17:56:23 - ../src/x.c:x_push_node:1062 - Sending fake configure notify 13.06.2021 17:56:23 - ../src/x.c:x_push_node:848 - pushing name [i3 con] container around 0x55db45646610 for con 0x55db456466f0 13.06.2021 17:56:23 - ../src/x.c:x_push_node:988 - setting rect (560, 411, 800, 289) 13.06.2021 17:56:23 - ../src/x.c:x_push_node:1007 - setting window rect (0, 0, 800, 289) 13.06.2021 17:56:23 - ../src/x.c:x_push_node:1039 - mapping child window (serial 6716998) 13.06.2021 17:56:23 - ../src/x.c:x_push_node:1054 - mapping container 00405642 (serial 6717000) 13.06.2021 17:56:23 - ../src/x.c:x_push_node:1062 - Sending fake configure notify 13.06.2021 17:56:23 - ../src/xcb.c:fake_absolute_configure_notify:73 - fake rect = (560, 411, 800, 289) 13.06.2021 17:56:23 - ../src/x.c:x_push_changes:1296 - Updating focus (focused: 0x55db456466f0 / (null)) to X11 window 0x06a00007 13.06.2021 17:56:23 - ../src/ewmh.c:ewmh_update_focused:295 - Setting _NET_WM_STATE_FOCUSED for window = 111149063. 13.06.2021 17:56:23 - ../src/ewmh.c:ewmh_update_focused:298 - Removing _NET_WM_STATE_FOCUSED for window = 109051909. 13.06.2021 17:56:23 - ../src/ipc.c:ipc_send_window_event:1660 - Issue IPC window focus event (con = 0x55db456466f0, window = 0x06a00007) 13.06.2021 17:56:23 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:23 - ../src/tree.c:tree_render:464 - -- END RENDERING -- 13.06.2021 17:56:23 - ../src/workspace.c:workspace_update_urgent_flag:870 - Workspace urgency flag changed from 0 to 0 13.06.2021 17:56:23 - ../src/ewmh.c:ewmh_update_wm_desktop_recursively:169 - Setting _NET_WM_DESKTOP = 3 for window 0x06a00007. 13.06.2021 17:56:23 - workspace visible? fs = 0x55db456b1340, ws = 0x55db46a3f4f0 13.06.2021 17:56:23 - workspace visible? fs = 0x55db456b1340, ws = 0x55db4640e210 13.06.2021 17:56:23 - workspace visible? fs = 0x55db456b1340, ws = 0x55db46f02f10 13.06.2021 17:56:23 - workspace visible? fs = 0x55db456b1340, ws = 0x55db456b1340 13.06.2021 17:56:23 - workspace visible? fs = 0x55db456666b0, ws = 0x55db456666b0 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_i3_floating:1171 - floating change for con 0x55db456466f0 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - dock status does not match 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - dock status does not match 13.06.2021 17:56:23 - ../src/assignments.c:run_assignments:18 - Checking if any assignments match this window 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "(?i)mpv|xlunch|xfce4-appfinder" does not match "GLFW-Application" 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "(?i)floating" does not match "GLFW-Application" 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "(?i)floating" does not match "" 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "(?i)feh|pavucontrol" does not match "GLFW-Application" 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "About|app|pop-up|bubble|task_dialog|Preferences|setup|dialog|menu" does not match "" 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "(?i)cudatext" does not match "GLFW-Application" 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "(?i)lazarus" does not match "GLFW-Application" 13.06.2021 17:56:23 - Checking window 0x06a00007 (class GLFW-Application) 13.06.2021 17:56:23 - Regular expression "floating" does not match "" 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 21, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 22, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_configure_notify:1068 - ConfigureNotify for non-root window 0x00405644, ignoring 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 22, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_configure_notify:1068 - ConfigureNotify for non-root window 0x00405642, ignoring 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:23 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x7e3d, error_code = 2 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 22, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_configure_notify:1068 - ConfigureNotify for non-root window 0x00405642, ignoring 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 19, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 19, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 19, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 22, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_configure_notify:1068 - ConfigureNotify for non-root window 0x06a00007, ignoring 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 33, xkb_base 85 13.06.2021 17:56:23 - ClientMessage for window 0x06a00007 13.06.2021 17:56:23 - ../src/handlers.c:handle_client_message:716 - _NET_ACTIVE_WINDOW: Window 0x06a00007 should be activated 13.06.2021 17:56:23 - workspace visible? fs = 0x55db456b1340, ws = 0x55db456b1340 13.06.2021 17:56:23 - ../src/handlers.c:handle_client_message:757 - Focusing con = 0x55db456466f0 13.06.2021 17:56:23 - ../src/con.c:con_focus:247 - con_focus = 0x55db456466f0 13.06.2021 17:56:23 - ../src/con.c:con_focus:247 - con_focus = 0x55db45664830 13.06.2021 17:56:23 - ../src/con.c:con_focus:247 - con_focus = 0x55db456b1340 13.06.2021 17:56:23 - ../src/con.c:con_focus:247 - con_focus = 0x55db456689c0 13.06.2021 17:56:23 - ../src/con.c:con_focus:247 - con_focus = 0x55db45667260 13.06.2021 17:56:23 - ../src/floating.c:floating_raise_con:487 - Raising floating con 0x55db45664830 / (null) 13.06.2021 17:56:23 - ../src/tree.c:tree_render:455 - -- BEGIN RENDERING -- 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:23 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:23 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 2 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=0 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=2 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=1 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=3 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:23 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:23 - ../src/render.c:render_root:288 - floating child at (560,411) with 800 x 289 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45664830 / (null) / layout 6 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (560, 411) with (800 x 289) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db456466f0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1674 - The border width for con is set to: 2 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1683 - Effective border width is set to: 2 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 800x289 13.06.2021 17:56:23 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:23 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:23 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:23 - ../src/tree.c:tree_render:464 - -- END RENDERING -- 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 10, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 23, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_configure_request:280 - window 0x06a00007 wants to be at 560x395 with 800x289 13.06.2021 17:56:23 - ../src/handlers.c:handle_configure_request:313 - Configure request! 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1674 - The border width for con is set to: 2 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1683 - Effective border width is set to: 2 13.06.2021 17:56:23 - ../src/handlers.c:handle_configure_request:337 - proposed x = 560, new x is 560 13.06.2021 17:56:23 - ../src/handlers.c:handle_configure_request:341 - proposed y = 395, new y is 395 13.06.2021 17:56:23 - ../src/handlers.c:handle_configure_request:356 - Container is a floating leaf node, will do that. 13.06.2021 17:56:23 - ../src/randr.c:output_containing_rect:184 - comparing x=560 y=395 with x=0 and y=0 width 1920 height 1080 13.06.2021 17:56:23 - ../src/randr.c:get_output_containing:121 - comparing x=960 y=539 with x=0 and y=0 width 1920 height 1080 13.06.2021 17:56:23 - ../src/floating.c:floating_maybe_reassign_ws:511 - still the same ws 13.06.2021 17:56:23 - ../src/tree.c:tree_render:455 - -- BEGIN RENDERING -- 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:23 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:23 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 2 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb01f8 in direction=0 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb01f8 in direction=2 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb01f8 in direction=1 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb01f8 in direction=3 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:23 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:23 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:23 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:23 - ../src/render.c:render_root:288 - floating child at (560,395) with 800 x 289 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db45664830 / (null) / layout 6 / children 1 13.06.2021 17:56:23 - ../src/render.c:render_con:159 - child at (560, 395) with (800 x 289) 13.06.2021 17:56:23 - ../src/render.c:render_con:51 - Rendering node 0x55db456466f0 / (null) / layout 6 / children 0 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1674 - The border width for con is set to: 2 13.06.2021 17:56:23 - ../src/con.c:con_border_style_rect:1683 - Effective border width is set to: 2 13.06.2021 17:56:23 - ../src/render.c:render_con:106 - child will be at 0x0 with size 800x289 13.06.2021 17:56:23 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:23 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:23 - ../src/x.c:x_push_node:988 - setting rect (560, 395, 800, 289) 13.06.2021 17:56:23 - ../src/x.c:x_push_node:1062 - Sending fake configure notify 13.06.2021 17:56:23 - ../src/xcb.c:fake_absolute_configure_notify:73 - fake rect = (560, 395, 800, 289) 13.06.2021 17:56:23 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:23 - ../src/tree.c:tree_render:464 - -- END RENDERING -- 13.06.2021 17:56:23 - ../src/handlers.c:handle_event:1271 - event type 22, xkb_base 85 13.06.2021 17:56:23 - ../src/handlers.c:handle_configure_notify:1068 - ConfigureNotify for non-root window 0x06a00007, ignoring 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 23, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_configure_request:280 - window 0x06a00015 wants to be at 379x235 with 1280x800 13.06.2021 17:56:27 - ../src/handlers.c:handle_configure_request:286 - Configure request for unmanaged window, can do that. 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 20, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_map_request:263 - window = 0x06a00015, serial is 32415. 13.06.2021 17:56:27 - ../src/manage.c:manage_window:108 - window 0x06a00015 13.06.2021 17:56:27 - WM_CLASS changed to Terasology Alpha (instance), Terasology Alpha (class) 13.06.2021 17:56:27 - WM_NAME changed to "Terasology Alpha" 13.06.2021 17:56:27 - Using legacy window title. Note that in order to get Unicode window titles in i3, the application has to set _NET_WM_NAME (UTF-8) 13.06.2021 17:56:27 - _NET_WM_NAME changed to "Terasology Alpha" 13.06.2021 17:56:27 - ../src/window.c:window_update_leader:141 - CLIENT_LEADER not set on window 0x06a00015. 13.06.2021 17:56:27 - ../src/window.c:window_update_transient_for:166 - TRANSIENT_FOR not set on window 0x06a00015. 13.06.2021 17:56:27 - ../src/window.c:window_update_strut_partial:191 - _NET_WM_STRUT_PARTIAL not set. 13.06.2021 17:56:27 - ../src/window.c:window_update_role:216 - WM_WINDOW_ROLE not set. 13.06.2021 17:56:27 - ../src/window.c:window_update_normal_hints:293 - Clearing maximum size 13.06.2021 17:56:27 - ../src/window.c:window_update_normal_hints:314 - Clearing size increments 13.06.2021 17:56:27 - ../src/window.c:window_update_normal_hints:328 - Clearing base size 13.06.2021 17:56:27 - ../src/window.c:window_update_normal_hints:361 - Clearing aspect ratios 13.06.2021 17:56:27 - ../src/startup.c:startup_sequence_get:281 - No _NET_STARTUP_ID set on window 0x06a00015 13.06.2021 17:56:27 - ../src/manage.c:manage_window:220 - startup workspace = (null) 13.06.2021 17:56:27 - ../src/manage.c:manage_window:270 - Initial geometry: (379, 235, 1280, 800) 13.06.2021 17:56:27 - Checking window 0x06a00015 (class Terasology Alpha) 13.06.2021 17:56:27 - dock status does not match 13.06.2021 17:56:27 - Checking window 0x06a00015 (class Terasology Alpha) 13.06.2021 17:56:27 - dock status does not match 13.06.2021 17:56:27 - ../src/tree.c:tree_open_con:167 - con = 0x55db45772ba0 13.06.2021 17:56:27 - ../src/con.c:con_new_skeleton:51 - opening window 13.06.2021 17:56:27 - ../src/con.c:_con_attach:197 - Inserting con = 0x55db47567e40 after con 0x55db46e702a0 13.06.2021 17:56:27 - ../src/x.c:x_con_init:184 - Adding window 0x00405649 to lists 13.06.2021 17:56:27 - ../src/x.c:x_con_init:188 - adding new state for window id 0x00405649 13.06.2021 17:56:27 - ../src/manage.c:manage_window:366 - new container = 0x55db47567e40 13.06.2021 17:56:27 - ../src/x.c:x_reinit:205 - resetting state 0x55db45664bc0 to initial 13.06.2021 17:56:27 - ../src/manage.c:manage_window:413 - Not in fullscreen mode, focusing 13.06.2021 17:56:27 - workspace visible? fs = 0x55db456b1340, ws = 0x55db456b1340 13.06.2021 17:56:27 - ../src/assignments.c:run_assignments:18 - Checking if any assignments match this window 13.06.2021 17:56:27 - Checking window 0x06a00015 (class Terasology Alpha) 13.06.2021 17:56:27 - Regular expression "(?i)mpv|xlunch|xfce4-appfinder" does not match "Terasology Alpha" 13.06.2021 17:56:27 - Checking window 0x06a00015 (class Terasology Alpha) 13.06.2021 17:56:27 - Regular expression "(?i)floating" does not match "Terasology Alpha" 13.06.2021 17:56:27 - Checking window 0x06a00015 (class Terasology Alpha) 13.06.2021 17:56:27 - Regular expression "(?i)floating" does not match "" 13.06.2021 17:56:27 - Checking window 0x06a00015 (class Terasology Alpha) 13.06.2021 17:56:27 - Regular expression "(?i)feh|pavucontrol" does not match "Terasology Alpha" 13.06.2021 17:56:27 - Checking window 0x06a00015 (class Terasology Alpha) 13.06.2021 17:56:27 - Regular expression "About|app|pop-up|bubble|task_dialog|Preferences|setup|dialog|menu" does not match "" 13.06.2021 17:56:27 - Checking window 0x06a00015 (class Terasology Alpha) 13.06.2021 17:56:27 - Regular expression "(?i)cudatext" does not match "Terasology Alpha" 13.06.2021 17:56:27 - Checking window 0x06a00015 (class Terasology Alpha) 13.06.2021 17:56:27 - Regular expression "(?i)lazarus" does not match "Terasology Alpha" 13.06.2021 17:56:27 - Checking window 0x06a00015 (class Terasology Alpha) 13.06.2021 17:56:27 - Regular expression "floating" does not match "Terasology Alpha" 13.06.2021 17:56:27 - workspace visible? fs = 0x55db456b1340, ws = 0x55db456b1340 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:27 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:27 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 3 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0138 in direction=0 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0138 in direction=2 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0138 in direction=1 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0138 in direction=3 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:27 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:27 - ../src/render.c:render_root:288 - floating child at (560,395) with 800 x 289 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45664830 / (null) / layout 6 / children 1 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (560, 395) with (800 x 289) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db456466f0 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/con.c:con_border_style_rect:1674 - The border width for con is set to: 2 13.06.2021 17:56:27 - ../src/con.c:con_border_style_rect:1683 - Effective border width is set to: 2 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 800x289 13.06.2021 17:56:27 - ../src/ipc.c:ipc_send_window_event:1660 - Issue IPC window new event (con = 0x55db47567e40, window = 0x06a00015) 13.06.2021 17:56:27 - ../src/manage.c:manage_window:634 - Checking con = 0x55db47567e40 for _NET_WM_USER_TIME. 13.06.2021 17:56:27 - ../src/manage.c:manage_window:664 - Now setting focus. 13.06.2021 17:56:27 - ../src/con.c:con_focus:247 - con_focus = 0x55db47567e40 13.06.2021 17:56:27 - ../src/con.c:con_focus:247 - con_focus = 0x55db45772ba0 13.06.2021 17:56:27 - ../src/con.c:con_focus:247 - con_focus = 0x55db456b1340 13.06.2021 17:56:27 - ../src/con.c:con_focus:247 - con_focus = 0x55db456689c0 13.06.2021 17:56:27 - ../src/con.c:con_focus:247 - con_focus = 0x55db45667260 13.06.2021 17:56:27 - ../src/tree.c:tree_render:455 - -- BEGIN RENDERING -- 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:27 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:27 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 3 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0128 in direction=0 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0128 in direction=2 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0128 in direction=1 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0128 in direction=3 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:27 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:27 - ../src/render.c:render_root:288 - floating child at (560,395) with 800 x 289 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45664830 / (null) / layout 6 / children 1 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (560, 395) with (800 x 289) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db456466f0 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/con.c:con_border_style_rect:1674 - The border width for con is set to: 2 13.06.2021 17:56:27 - ../src/con.c:con_border_style_rect:1683 - Effective border width is set to: 2 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 800x289 13.06.2021 17:56:27 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:27 - ../src/x.c:x_push_changes:1225 - Client list changed (12 clients) 13.06.2021 17:56:27 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:27 - ../src/x.c:x_push_node:848 - pushing name [i3 con] container around 0x55db47567d80 for con 0x55db47567e40 13.06.2021 17:56:27 - ../src/x.c:x_push_node:988 - setting rect (0, 58, 1920, 1022) 13.06.2021 17:56:27 - ../src/x.c:x_push_node:1007 - setting window rect (0, 0, 1920, 1022) 13.06.2021 17:56:27 - ../src/x.c:x_push_node:1039 - mapping child window (serial 6717172) 13.06.2021 17:56:27 - ../src/x.c:x_push_node:1054 - mapping container 00405649 (serial 6717174) 13.06.2021 17:56:27 - ../src/x.c:x_push_node:1062 - Sending fake configure notify 13.06.2021 17:56:27 - ../src/xcb.c:fake_absolute_configure_notify:73 - fake rect = (0, 58, 1920, 1022) 13.06.2021 17:56:27 - ../src/x.c:set_hidden_state:758 - setting _NET_WM_STATE_HIDDEN for con = 0x55db46e702a0 13.06.2021 17:56:27 - ../src/x.c:x_push_changes:1296 - Updating focus (focused: 0x55db47567e40 / (null)) to X11 window 0x06a00015 13.06.2021 17:56:27 - ../src/ewmh.c:ewmh_update_focused:295 - Setting _NET_WM_STATE_FOCUSED for window = 111149077. 13.06.2021 17:56:27 - ../src/ewmh.c:ewmh_update_focused:298 - Removing _NET_WM_STATE_FOCUSED for window = 111149063. 13.06.2021 17:56:27 - ../src/ipc.c:ipc_send_window_event:1660 - Issue IPC window focus event (con = 0x55db47567e40, window = 0x06a00015) 13.06.2021 17:56:27 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:27 - ../src/tree.c:tree_render:464 - -- END RENDERING -- 13.06.2021 17:56:27 - ../src/workspace.c:workspace_update_urgent_flag:870 - Workspace urgency flag changed from 0 to 0 13.06.2021 17:56:27 - ../src/ewmh.c:ewmh_update_wm_desktop_recursively:169 - Setting _NET_WM_DESKTOP = 3 for window 0x06a00015. 13.06.2021 17:56:27 - workspace visible? fs = 0x55db456b1340, ws = 0x55db46a3f4f0 13.06.2021 17:56:27 - workspace visible? fs = 0x55db456b1340, ws = 0x55db4640e210 13.06.2021 17:56:27 - workspace visible? fs = 0x55db456b1340, ws = 0x55db46f02f10 13.06.2021 17:56:27 - workspace visible? fs = 0x55db456b1340, ws = 0x55db456b1340 13.06.2021 17:56:27 - workspace visible? fs = 0x55db456666b0, ws = 0x55db456666b0 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 21, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 22, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_configure_notify:1068 - ConfigureNotify for non-root window 0x00405649, ignoring 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 22, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_configure_notify:1068 - ConfigureNotify for non-root window 0x00405649, ignoring 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 22, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_configure_notify:1068 - ConfigureNotify for non-root window 0x06a00015, ignoring 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 22, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_configure_notify:1068 - ConfigureNotify for non-root window 0x00405649, ignoring 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 19, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 19, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 19, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 22, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_configure_notify:1068 - ConfigureNotify for non-root window 0x06a00015, ignoring 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 10, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 33, xkb_base 85 13.06.2021 17:56:27 - ClientMessage for window 0x06a00015 13.06.2021 17:56:27 - ../src/handlers.c:handle_client_message:716 - _NET_ACTIVE_WINDOW: Window 0x06a00015 should be activated 13.06.2021 17:56:27 - workspace visible? fs = 0x55db456b1340, ws = 0x55db456b1340 13.06.2021 17:56:27 - ../src/handlers.c:handle_client_message:757 - Focusing con = 0x55db47567e40 13.06.2021 17:56:27 - ../src/con.c:con_focus:247 - con_focus = 0x55db47567e40 13.06.2021 17:56:27 - ../src/con.c:con_focus:247 - con_focus = 0x55db45772ba0 13.06.2021 17:56:27 - ../src/con.c:con_focus:247 - con_focus = 0x55db456b1340 13.06.2021 17:56:27 - ../src/con.c:con_focus:247 - con_focus = 0x55db456689c0 13.06.2021 17:56:27 - ../src/con.c:con_focus:247 - con_focus = 0x55db45667260 13.06.2021 17:56:27 - ../src/tree.c:tree_render:455 - -- BEGIN RENDERING -- 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:27 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:27 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 3 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=0 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=2 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=1 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=3 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:27 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:27 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:27 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:27 - ../src/render.c:render_root:288 - floating child at (560,395) with 800 x 289 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db45664830 / (null) / layout 6 / children 1 13.06.2021 17:56:27 - ../src/render.c:render_con:159 - child at (560, 395) with (800 x 289) 13.06.2021 17:56:27 - ../src/render.c:render_con:51 - Rendering node 0x55db456466f0 / (null) / layout 6 / children 0 13.06.2021 17:56:27 - ../src/con.c:con_border_style_rect:1674 - The border width for con is set to: 2 13.06.2021 17:56:27 - ../src/con.c:con_border_style_rect:1683 - Effective border width is set to: 2 13.06.2021 17:56:27 - ../src/render.c:render_con:106 - child will be at 0x0 with size 800x289 13.06.2021 17:56:27 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:27 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:27 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:27 - ../src/tree.c:tree_render:464 - -- END RENDERING -- 13.06.2021 17:56:27 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:31 - ../src/handlers.c:handle_event:1271 - event type 18, xkb_base 85 13.06.2021 17:56:31 - ../src/handlers.c:handle_unmap_notify_event:465 - UnmapNotify for 0x06a00007 (received from 0x06a00007), serial 32618 13.06.2021 17:56:31 - ../src/tree.c:tree_close_internal:201 - closing 0x55db456466f0, kill_window = 0 13.06.2021 17:56:31 - ../src/ipc.c:ipc_send_window_event:1660 - Issue IPC window close event (con = 0x55db456466f0, window = 0x06a00007) 13.06.2021 17:56:31 - ../src/tree.c:tree_close_internal:269 - next = (nil), focused = 0x55db47567e40 13.06.2021 17:56:31 - ../src/tree.c:tree_render:455 - -- BEGIN RENDERING -- 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:31 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:31 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 3 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0168 in direction=0 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0168 in direction=2 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0168 in direction=1 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0168 in direction=3 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:31 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:31 - ../src/render.c:render_root:288 - floating child at (560,395) with 800 x 289 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45664830 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:31 - ../src/x.c:x_push_changes:1225 - Client list changed (11 clients) 13.06.2021 17:56:31 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:31 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:31 - ../src/tree.c:tree_render:464 - -- END RENDERING -- 13.06.2021 17:56:31 - ../src/con.c:con_free:94 - con 0x55db456466f0 freed 13.06.2021 17:56:31 - ../src/tree.c:tree_close_internal:312 - not changing focus, the container was not focused before 13.06.2021 17:56:31 - ../src/con.c:con_on_remove_child:1995 - on_remove_child 13.06.2021 17:56:31 - ../src/con.c:con_on_remove_child:2032 - Container empty, closing 13.06.2021 17:56:31 - ../src/tree.c:tree_close_internal:201 - closing 0x55db45664830, kill_window = 0 13.06.2021 17:56:31 - ../src/tree.c:tree_close_internal:269 - next = (nil), focused = 0x55db47567e40 13.06.2021 17:56:31 - ../src/tree.c:tree_render:455 - -- BEGIN RENDERING -- 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:31 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:31 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 3 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb00e8 in direction=0 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb00e8 in direction=2 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb00e8 in direction=1 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb00e8 in direction=3 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:31 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:31 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:31 - ../src/x.c:x_push_changes:1225 - Client list changed (11 clients) 13.06.2021 17:56:31 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:31 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:31 - ../src/tree.c:tree_render:464 - -- END RENDERING -- 13.06.2021 17:56:31 - ../src/con.c:con_free:94 - con 0x55db45664830 freed 13.06.2021 17:56:31 - ../src/tree.c:tree_close_internal:312 - not changing focus, the container was not focused before 13.06.2021 17:56:31 - ../src/con.c:con_on_remove_child:1995 - on_remove_child 13.06.2021 17:56:31 - ../src/tree.c:tree_render:455 - -- BEGIN RENDERING -- 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:31 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:31 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 3 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb01e8 in direction=0 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb01e8 in direction=2 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb01e8 in direction=1 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb01e8 in direction=3 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:31 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:31 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:31 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:31 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:31 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:31 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:31 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:31 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:31 - ../src/tree.c:tree_render:464 - -- END RENDERING -- 13.06.2021 17:56:31 - ../src/handlers.c:handle_event:1271 - event type 18, xkb_base 85 13.06.2021 17:56:31 - ../src/handlers.c:handle_unmap_notify_event:465 - UnmapNotify for 0x06a00007 (received from 0x00405642), serial 32618 13.06.2021 17:56:31 - Not a managed window, ignoring UnmapNotify event 13.06.2021 17:56:31 - ../src/handlers.c:handle_event:1271 - event type 12, xkb_base 85 13.06.2021 17:56:31 - ../src/handlers.c:handle_expose_event:619 - window = 00405642 13.06.2021 17:56:31 - expose event for unknown window, ignoring 13.06.2021 17:56:31 - ../src/handlers.c:handle_event:1271 - event type 17, xkb_base 85 13.06.2021 17:56:31 - ../src/handlers.c:handle_destroy_notify_event:536 - destroy notify for 0x06a00007, 0x06a00007 13.06.2021 17:56:31 - ../src/handlers.c:handle_unmap_notify_event:465 - UnmapNotify for 0x06a00007 (received from 0x06a00007), serial 32618 13.06.2021 17:56:31 - Not a managed window, ignoring UnmapNotify event 13.06.2021 17:56:31 - ../src/handlers.c:handle_event:1271 - event type 17, xkb_base 85 13.06.2021 17:56:31 - ../src/handlers.c:handle_destroy_notify_event:536 - destroy notify for 0x00405642, 0x06a00007 13.06.2021 17:56:31 - ../src/handlers.c:handle_unmap_notify_event:465 - UnmapNotify for 0x06a00007 (received from 0x00405642), serial 32618 13.06.2021 17:56:31 - Not a managed window, ignoring UnmapNotify event 13.06.2021 17:56:31 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x7f6c, error_code = 3 13.06.2021 17:56:31 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x7f6d, error_code = 3 13.06.2021 17:56:31 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x7f6e, error_code = 3 13.06.2021 17:56:31 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x7f6f, error_code = 3 13.06.2021 17:56:31 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x7f70, error_code = 3 13.06.2021 17:56:31 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x7f71, error_code = 3 13.06.2021 17:56:31 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x7f72, error_code = 3 13.06.2021 17:56:31 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x7f73, error_code = 3 13.06.2021 17:56:31 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:31 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:31 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x7f9b, error_code = 13 13.06.2021 17:56:31 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x7f9c, error_code = 4 13.06.2021 17:56:31 - ../src/handlers.c:handle_event:1271 - event type 18, xkb_base 85 13.06.2021 17:56:31 - ../src/handlers.c:handle_unmap_notify_event:465 - UnmapNotify for 0x00405642 (received from 0x00405642), serial 32669 13.06.2021 17:56:31 - Not a managed window, ignoring UnmapNotify event 13.06.2021 17:56:31 - ../src/handlers.c:handle_event:1271 - event type 17, xkb_base 85 13.06.2021 17:56:31 - ../src/handlers.c:handle_destroy_notify_event:536 - destroy notify for 0x00405642, 0x00405642 13.06.2021 17:56:31 - ../src/handlers.c:handle_unmap_notify_event:465 - UnmapNotify for 0x00405642 (received from 0x00405642), serial 32669 13.06.2021 17:56:31 - Not a managed window, ignoring UnmapNotify event 13.06.2021 17:56:31 - ../src/handlers.c:handle_event:1271 - event type 22, xkb_base 85 13.06.2021 17:56:31 - ../src/handlers.c:handle_configure_notify:1068 - ConfigureNotify for non-root window 0x00405644, ignoring 13.06.2021 17:56:31 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:31 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:31 - ../src/handlers.c:handle_event:1271 - event type 17, xkb_base 85 13.06.2021 17:56:31 - ../src/handlers.c:handle_destroy_notify_event:536 - destroy notify for 0x00405644, 0x00405644 13.06.2021 17:56:31 - ../src/handlers.c:handle_unmap_notify_event:465 - UnmapNotify for 0x00405644 (received from 0x00405644), serial 32708 13.06.2021 17:56:31 - Not a managed window, ignoring UnmapNotify event 13.06.2021 17:56:34 - ../src/handlers.c:handle_event:1271 - event type 4, xkb_base 85 13.06.2021 17:56:34 - ../src/click.c:handle_button_press:307 - Button 1 (state 0) press on window 0x06a00015 (child 0x00000000) at (941, 478) (root 941, 536) 13.06.2021 17:56:34 - ../src/click.c:handle_button_press:316 - floating_mod = 0, detail = 1 13.06.2021 17:56:34 - ../src/click.c:route_click:150 - --> click properties: mod = 0, destination = 2 13.06.2021 17:56:34 - ../src/click.c:route_click:151 - --> OUTCOME = 0x55db47567e40 13.06.2021 17:56:34 - ../src/click.c:route_click:152 - type = 2, name = (null) 13.06.2021 17:56:34 - ../src/bindings.c:get_binding_from_xcb_event:318 - (removed capslock, state = 0x0) 13.06.2021 17:56:34 - ../src/bindings.c:get_binding_from_xcb_event:343 - (transformed keyboard group, state = 0x10000) 13.06.2021 17:56:34 - ../src/con.c:con_focus:247 - con_focus = 0x55db47567e40 13.06.2021 17:56:34 - ../src/con.c:con_focus:247 - con_focus = 0x55db45772ba0 13.06.2021 17:56:34 - ../src/con.c:con_focus:247 - con_focus = 0x55db456b1340 13.06.2021 17:56:34 - ../src/con.c:con_focus:247 - con_focus = 0x55db456689c0 13.06.2021 17:56:34 - ../src/con.c:con_focus:247 - con_focus = 0x55db45667260 13.06.2021 17:56:34 - ../src/tree.c:tree_render:455 - -- BEGIN RENDERING -- 13.06.2021 17:56:34 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:34 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:34 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:34 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:34 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:34 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:34 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:34 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:34 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:34 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:34 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:34 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:34 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 3 13.06.2021 17:56:34 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=0 13.06.2021 17:56:34 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:34 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:34 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:34 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=2 13.06.2021 17:56:34 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:34 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:34 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=1 13.06.2021 17:56:34 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:34 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:34 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:34 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=3 13.06.2021 17:56:34 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:34 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:34 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:34 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:34 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:34 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:34 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:34 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:34 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:34 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:34 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:34 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:34 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:34 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:34 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:34 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:34 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:34 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:34 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:34 - ../src/tree.c:tree_render:464 - -- END RENDERING -- 13.06.2021 17:56:34 - ../src/handlers.c:handle_event:1271 - event type 85, xkb_base 85 13.06.2021 17:56:34 - ../src/handlers.c:handle_event:1280 - xkb event, need to handle it. 13.06.2021 17:56:34 - ../src/handlers.c:handle_event:1306 - xkb state group = 0 13.06.2021 17:56:34 - ../src/handlers.c:handle_event:1271 - event type 85, xkb_base 85 13.06.2021 17:56:34 - ../src/handlers.c:handle_event:1280 - xkb event, need to handle it. 13.06.2021 17:56:34 - ../src/handlers.c:handle_event:1306 - xkb state group = 0 13.06.2021 17:56:35 - ../src/handlers.c:handle_event:1271 - event type 4, xkb_base 85 13.06.2021 17:56:35 - ../src/click.c:handle_button_press:307 - Button 1 (state 0) press on window 0x06a00015 (child 0x00000000) at (1059, 674) (root 1059, 732) 13.06.2021 17:56:35 - ../src/click.c:handle_button_press:316 - floating_mod = 0, detail = 1 13.06.2021 17:56:35 - ../src/click.c:route_click:150 - --> click properties: mod = 0, destination = 2 13.06.2021 17:56:35 - ../src/click.c:route_click:151 - --> OUTCOME = 0x55db47567e40 13.06.2021 17:56:35 - ../src/click.c:route_click:152 - type = 2, name = (null) 13.06.2021 17:56:35 - ../src/bindings.c:get_binding_from_xcb_event:318 - (removed capslock, state = 0x0) 13.06.2021 17:56:35 - ../src/bindings.c:get_binding_from_xcb_event:343 - (transformed keyboard group, state = 0x10000) 13.06.2021 17:56:35 - ../src/con.c:con_focus:247 - con_focus = 0x55db47567e40 13.06.2021 17:56:35 - ../src/con.c:con_focus:247 - con_focus = 0x55db45772ba0 13.06.2021 17:56:35 - ../src/con.c:con_focus:247 - con_focus = 0x55db456b1340 13.06.2021 17:56:35 - ../src/con.c:con_focus:247 - con_focus = 0x55db456689c0 13.06.2021 17:56:35 - ../src/con.c:con_focus:247 - con_focus = 0x55db45667260 13.06.2021 17:56:35 - ../src/tree.c:tree_render:455 - -- BEGIN RENDERING -- 13.06.2021 17:56:35 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:35 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:35 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:35 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:35 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:35 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:35 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:35 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:35 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:35 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:35 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:35 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:35 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 3 13.06.2021 17:56:35 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=0 13.06.2021 17:56:35 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:35 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:35 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:35 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=2 13.06.2021 17:56:35 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:35 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:35 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=1 13.06.2021 17:56:35 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:35 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:35 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:35 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0218 in direction=3 13.06.2021 17:56:35 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:35 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:35 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:35 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:35 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:35 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:35 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:35 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:35 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:35 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:35 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:35 - ../src/render.c:render_con:51 - Rendering node 0x55db47567e40 / (null) / layout 6 / children 0 13.06.2021 17:56:35 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:35 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:35 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:35 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:35 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:35 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:35 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:35 - ../src/tree.c:tree_render:464 - -- END RENDERING -- 13.06.2021 17:56:35 - ../src/handlers.c:handle_event:1271 - event type 85, xkb_base 85 13.06.2021 17:56:35 - ../src/handlers.c:handle_event:1280 - xkb event, need to handle it. 13.06.2021 17:56:35 - ../src/handlers.c:handle_event:1306 - xkb state group = 0 13.06.2021 17:56:35 - ../src/handlers.c:handle_event:1271 - event type 85, xkb_base 85 13.06.2021 17:56:35 - ../src/handlers.c:handle_event:1280 - xkb event, need to handle it. 13.06.2021 17:56:35 - ../src/handlers.c:handle_event:1306 - xkb state group = 0 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 18, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_unmap_notify_event:465 - UnmapNotify for 0x06a00015 (received from 0x06a00015), serial 32776 13.06.2021 17:56:38 - ../src/tree.c:tree_close_internal:201 - closing 0x55db47567e40, kill_window = 0 13.06.2021 17:56:38 - ../src/ipc.c:ipc_send_window_event:1660 - Issue IPC window close event (con = 0x55db47567e40, window = 0x06a00015) 13.06.2021 17:56:38 - ../src/tree.c:tree_close_internal:269 - next = 0x55db46e702a0, focused = 0x55db47567e40 13.06.2021 17:56:38 - ../src/tree.c:tree_render:455 - -- BEGIN RENDERING -- 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:38 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:38 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 2 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0168 in direction=0 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0168 in direction=2 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0168 in direction=1 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0168 in direction=3 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:38 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1225 - Client list changed (10 clients) 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:38 - ../src/x.c:set_hidden_state:761 - removing _NET_WM_STATE_HIDDEN for con = 0x55db46e702a0 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1296 - Updating focus (focused: 0x55db47567e40 / (null)) to X11 window 0x00405649 13.06.2021 17:56:38 - ../src/ewmh.c:ewmh_update_focused:298 - Removing _NET_WM_STATE_FOCUSED for window = 111149077. 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:38 - ../src/tree.c:tree_render:464 - -- END RENDERING -- 13.06.2021 17:56:38 - ../src/con.c:con_free:94 - con 0x55db47567e40 freed 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db46e702a0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db45772ba0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db456b1340 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db456689c0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db45667260 13.06.2021 17:56:38 - ../src/con.c:con_on_remove_child:1995 - on_remove_child 13.06.2021 17:56:38 - ../src/tree.c:tree_render:455 - -- BEGIN RENDERING -- 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:38 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:38 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 2 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb01e8 in direction=0 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb01e8 in direction=2 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb01e8 in direction=1 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb01e8 in direction=3 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:38 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1296 - Updating focus (focused: 0x55db46e702a0 / (null)) to X11 window 0x06800005 13.06.2021 17:56:38 - ../src/ewmh.c:ewmh_update_focused:295 - Setting _NET_WM_STATE_FOCUSED for window = 109051909. 13.06.2021 17:56:38 - ../src/ipc.c:ipc_send_window_event:1660 - Issue IPC window focus event (con = 0x55db46e702a0, window = 0x06800005) 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:38 - ../src/tree.c:tree_render:464 - -- END RENDERING -- 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 18, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_unmap_notify_event:465 - UnmapNotify for 0x06a00015 (received from 0x00405649), serial 32776 13.06.2021 17:56:38 - Not a managed window, ignoring UnmapNotify event 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 10, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 10, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 9, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1014 - focus change in, for window 0x00000933 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1017 - Received focus in for root window, refocusing the focused window. 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db46e702a0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db45772ba0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db456b1340 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db456689c0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db45667260 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1296 - Updating focus (focused: 0x55db46e702a0 / (null)) to X11 window 0x06800005 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 9, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1014 - focus change in, for window 0x00000933 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1017 - Received focus in for root window, refocusing the focused window. 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db46e702a0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db45772ba0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db456b1340 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db456689c0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db45667260 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1296 - Updating focus (focused: 0x55db46e702a0 / (null)) to X11 window 0x06800005 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 9, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1014 - focus change in, for window 0x06a00015 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 12, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_expose_event:619 - window = 00405649 13.06.2021 17:56:38 - expose event for unknown window, ignoring 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 7, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_enter_notify:129 - enter_notify for 00405649, mode = 0, detail 2, serial 32776 13.06.2021 17:56:38 - ../src/handlers.c:handle_enter_notify:131 - coordinates 1059, 674 13.06.2021 17:56:38 - ../src/handlers.c:handle_enter_notify:139 - Event ignored 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 17, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_destroy_notify_event:536 - destroy notify for 0x06a00015, 0x06a00015 13.06.2021 17:56:38 - ../src/handlers.c:handle_unmap_notify_event:465 - UnmapNotify for 0x06a00015 (received from 0x06a00015), serial 32776 13.06.2021 17:56:38 - Not a managed window, ignoring UnmapNotify event 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 17, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_destroy_notify_event:536 - destroy notify for 0x00405649, 0x06a00015 13.06.2021 17:56:38 - ../src/handlers.c:handle_unmap_notify_event:465 - UnmapNotify for 0x06a00015 (received from 0x00405649), serial 32776 13.06.2021 17:56:38 - Not a managed window, ignoring UnmapNotify event 13.06.2021 17:56:38 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x800a, error_code = 3 13.06.2021 17:56:38 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x800b, error_code = 3 13.06.2021 17:56:38 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x800c, error_code = 3 13.06.2021 17:56:38 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x800d, error_code = 3 13.06.2021 17:56:38 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x800e, error_code = 3 13.06.2021 17:56:38 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x800f, error_code = 3 13.06.2021 17:56:38 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x8010, error_code = 3 13.06.2021 17:56:38 - ../src/main.c:xcb_prepare_cb:135 - X11 Error received (probably harmless)! sequence 0x8011, error_code = 3 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 10, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 10, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 10, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 9, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1014 - focus change in, for window 0x00000933 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1017 - Received focus in for root window, refocusing the focused window. 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db46e702a0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db45772ba0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db456b1340 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db456689c0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db45667260 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1296 - Updating focus (focused: 0x55db46e702a0 / (null)) to X11 window 0x06800005 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 18, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_unmap_notify_event:465 - UnmapNotify for 0x00405649 (received from 0x00405649), serial 32869 13.06.2021 17:56:38 - Not a managed window, ignoring UnmapNotify event 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 10, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 9, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1014 - focus change in, for window 0x00000933 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1017 - Received focus in for root window, refocusing the focused window. 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db46e702a0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db45772ba0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db456b1340 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db456689c0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db45667260 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1296 - Updating focus (focused: 0x55db46e702a0 / (null)) to X11 window 0x06800005 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 9, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1014 - focus change in, for window 0x00000933 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1017 - Received focus in for root window, refocusing the focused window. 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db46e702a0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db45772ba0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db456b1340 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db456689c0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db45667260 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1296 - Updating focus (focused: 0x55db46e702a0 / (null)) to X11 window 0x06800005 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 9, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1014 - focus change in, for window 0x06800005 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1026 - That is con 0x55db46e702a0 / (null) 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1035 - notify detail is pointer, ignoring this event 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 17, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_destroy_notify_event:536 - destroy notify for 0x00405649, 0x00405649 13.06.2021 17:56:38 - ../src/handlers.c:handle_unmap_notify_event:465 - UnmapNotify for 0x00405649 (received from 0x00405649), serial 32869 13.06.2021 17:56:38 - Not a managed window, ignoring UnmapNotify event 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 10, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 10, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 9, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1014 - focus change in, for window 0x00000933 13.06.2021 17:56:38 - ../src/handlers.c:handle_focus_in:1017 - Received focus in for root window, refocusing the focused window. 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db46e702a0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db45772ba0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db456b1340 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db456689c0 13.06.2021 17:56:38 - ../src/con.c:con_focus:247 - con_focus = 0x55db45667260 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1296 - Updating focus (focused: 0x55db46e702a0 / (null)) to X11 window 0x06800005 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:38 - WM_HINTS.input changed to "1" 13.06.2021 17:56:38 - ../src/workspace.c:workspace_update_urgent_flag:870 - Workspace urgency flag changed from 0 to 0 13.06.2021 17:56:38 - ../src/tree.c:tree_render:455 - -- BEGIN RENDERING -- 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:38 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:38 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 2 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0188 in direction=0 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0188 in direction=2 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0188 in direction=1 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0188 in direction=3 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:38 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:38 - ../src/tree.c:tree_render:464 - -- END RENDERING -- 13.06.2021 17:56:38 - ../src/handlers.c:handle_event:1271 - event type 28, xkb_base 85 13.06.2021 17:56:38 - WM_HINTS.input changed to "1" 13.06.2021 17:56:38 - ../src/workspace.c:workspace_update_urgent_flag:870 - Workspace urgency flag changed from 0 to 0 13.06.2021 17:56:38 - ../src/tree.c:tree_render:455 - -- BEGIN RENDERING -- 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45664d70 / root / layout 6 / children 2 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45664f50 / __i3 / layout 4 / children 1 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45667260 / eDP-1 / layout 4 / children 3 13.06.2021 17:56:38 - ../src/render.c:render_output:379 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45667e10 / topdock / layout 3 / children 1 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 0) with (1920 x 30) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db472473e0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x30 13.06.2021 17:56:38 - ../src/render.c:render_output:379 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db456689c0 / content / layout 6 / children 7 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db456b1340 / 4 / layout 6 / children 1 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 30) with (1920 x 1050) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45772ba0 / (null) / layout 2 / children 2 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0188 in direction=0 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0188 in direction=2 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0188 in direction=1 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:108 - No second container in this direction found, trying to look further up in the tree... 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:71 - Find two participants for resizing container=0x7ffe43cb0188 in direction=3 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:113 - Found participants: first=0x55db456b1340 and second=(nil). 13.06.2021 17:56:38 - ../src/resize.c:resize_find_tiling_participants:117 - Could not find two participants for this resize request. 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db46bb08e0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:38 - ../src/render.c:render_con:159 - child at (0, 58) with (1920 x 1022) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db46e702a0 / (null) / layout 6 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_con:106 - child will be at 0x0 with size 1920x1022 13.06.2021 17:56:38 - ../src/render.c:render_output:379 - child at (0, 1080) with (1920 x 0) 13.06.2021 17:56:38 - ../src/render.c:render_con:51 - Rendering node 0x55db45669570 / bottomdock / layout 3 / children 0 13.06.2021 17:56:38 - ../src/render.c:render_root:233 - Rendering floating windows: 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1164 - -- PUSHING WINDOW STACK -- 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1239 - PUSHING CHANGES 13.06.2021 17:56:38 - ../src/x.c:x_push_changes:1332 - ENDING CHANGES 13.06.2021 17:56:38 - ../src/tree.c:tree_render:464 - -- END RENDERING -- 13.06.2021 17:56:44 - ../src/handlers.c:handle_event:1271 - event type 85, xkb_base 85 13.06.2021 17:56:44 - ../src/handlers.c:handle_event:1280 - xkb event, need to handle it. 13.06.2021 17:56:44 - ../src/handlers.c:handle_event:1306 - xkb state group = 0 13.06.2021 17:56:44 - ../src/handlers.c:handle_event:1271 - event type 85, xkb_base 85 13.06.2021 17:56:44 - ../src/handlers.c:handle_event:1280 - xkb event, need to handle it. 13.06.2021 17:56:44 - ../src/handlers.c:handle_event:1306 - xkb state group = 0 ```
ghost commented 2 years ago

Got the same error on Artix Linux with DWM running in "Floating" mode. :

Major opcode of failed request: 2 (X_ChangeWindowAttributes) Serial number of failed request: 72 Current serial number in output stream: 73 AL lib: (EE) alc_cleanup: 1 device not closed

ltoenning commented 2 years ago

I'm getting the same error with bspwm.

For me the error happened here with .getScaledInstance(). https://github.com/MovingBlocks/Terasology/blob/7dbe8724bf9a52b99ea2fbbf0a107b99a421e23b/engine/src/main/java/org/terasology/engine/world/block/tiles/WorldAtlasImpl.java#L350 As this is a Java AWT method I looked through the OpenJDK sources and it seems to happen somewhere here. I had other problems with AWT, tiling window manager (i3wm and bspwm) and X11 previously in other projects... I guess they do not always play nicely together.

Anyway, setting AWT into headless mode with -Djava.awt.headless=true did the trick. But I'm not sure if this has any other side effects on other parts of the game.

keturn commented 2 years ago

@ltoenning are you able to check this running from source or a dev snapshot build?

ltoenning commented 2 years ago

@keturn I tried this by running from source. I haven't spotted any error while playing for a couple of minutes.

ymndoseijin commented 1 year ago

I can confirm this error still happens on dwm.