anametologin / krohnkite

A dynamic tiling extension for KWin
MIT License
95 stars 7 forks source link

Invisible app or gap taking a window space #7

Closed danielskapunk closed 1 month ago

danielskapunk commented 1 month ago

Symptom In the first desktop, when opening one or more windows there is a gap, like if there were an empty window space

How to Reproduce

  1. Go to First Desktop
  2. Open one window '....'
  3. The window does not take full space

Environment

issue

anametologin commented 1 month ago

Documentation article: Search a window parameters to filter, float etc. Would you enable "debug new windows" and put here actual KSystemLog output of all windows from fresh system start to the gap appearance.

danielskapunk commented 1 month ago

These are the logs of a fresh start with string:krohnkite and string: kwin I don't see anything unusual, do you? Let me know how else can I help with this :)

krohnkite.log krohnkite-kwin.log

anametologin commented 1 month ago

This window has width: 1 and height: 1, so you can add it to filter. 23/05/24 6:05 P.M. kwin_wayland qml: krohnkite:<caption: Wayland to X Recording bridge — Xwayland Video Bridge> ... <size: QSizeF(1, 1)> <width: 1> <height: 1>...

danielskapunk commented 1 month ago

that did it :) I added "xwaylandvideobridge" class to Ignore Windows list thanks