[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2023-01-25 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=419235 Vlad Zahorodnii changed: What|Removed |Added Resolution|--- |WORKSFORME Status|REPORTED

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-06-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419235 --- Comment #16 from carbonchauvin...@protonmail.ch --- Created attachment 129794 --> https://bugs.kde.org/attachment.cgi?id=129794=edit screen capture of cargo run --example kdb_input Finally, here's a screen capture of what I described above (this

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-06-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419235 --- Comment #15 from carbonchauvin...@protonmail.ch --- Created attachment 129784 --> https://bugs.kde.org/attachment.cgi?id=129784=edit another wayland debug cargo log - this time with actions Sorry for the spammed messages, thought it might be more

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-06-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419235 --- Comment #14 from carbonchauvin...@protonmail.ch --- Created attachment 129783 --> https://bugs.kde.org/attachment.cgi?id=129783=edit cargo example screenshot - duplicate decorations I should add that the issue is reproducible when running the

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-06-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419235 --- Comment #13 from carbonchauvin...@protonmail.ch --- Created attachment 129782 --> https://bugs.kde.org/attachment.cgi?id=129782=edit WAYLAND_DEBUG=1 cargo -v -v run --example kbd_input -- You are receiving this mail because: You are watching all

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-06-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419235 --- Comment #12 from carbonchauvin...@protonmail.ch --- (In reply to Kirill Chibisov from comment #7) > Also, you don't need alacritty to test this bug on, just any example from > [1] should do a job(It uses rust wayland impl by default, so

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-06-24 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=419235 --- Comment #11 from Vlad Zahorodnii --- You're absolutely right. The compositor should handle sub-surfaces well no matter what. I believe that we see this bug because kwin used to compute the effective window geometry incorrectly. -- You are

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-06-24 Thread Kirill Chibisov
https://bugs.kde.org/show_bug.cgi?id=419235 --- Comment #10 from Kirill Chibisov --- >Passing "-30" seems wrong Nah, it's not that wrong. It'll indeed create a gap if we don't resize later and update geometry, but we do resize and use proper geometry, so I don't see much issues. Unless you can

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-06-24 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=419235 --- Comment #9 from Vlad Zahorodnii --- Urgh, I was looking at a wrong wayland debug output file. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-06-24 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=419235 --- Comment #8 from Vlad Zahorodnii --- > [ 11221.936] -> xdg_surface@32.set_window_geometry(0, -30, 1400, 600) Passing "-30" seems wrong. If you don't want to have a gap between server-side decorations and window contents, pass 0 instead of -30 or

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-06-23 Thread Kirill Chibisov
https://bugs.kde.org/show_bug.cgi?id=419235 Kirill Chibisov changed: What|Removed |Added CC||cont...@kchibisov.com --- Comment #7 from

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-05-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419235 --- Comment #6 from carbonchauvin...@protonmail.ch --- Created attachment 128546 --> https://bugs.kde.org/attachment.cgi?id=128546=edit WAYLAND_DEBUG=1 alacritty (with 'none' decoration setting but CSD still drawn) And just for good measure here's

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-05-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419235 --- Comment #5 from carbonchauvin...@protonmail.ch --- Created attachment 128545 --> https://bugs.kde.org/attachment.cgi?id=128545=edit CSD Drawn Though Set to 'None' in alacritty.yml As another point that may be related, when setting the decoration

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-05-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419235 --- Comment #4 from carbonchauvin...@protonmail.ch --- (In reply to David Edmundson from comment #2) I've attached the log file captured via $ WAYLAND_DEBUG=1 alacritty 2>&1 | tee log.txt The attached log captures me simply using the window

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-05-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419235 --- Comment #3 from carbonchauvin...@protonmail.ch --- Created attachment 128119 --> https://bugs.kde.org/attachment.cgi?id=128119=edit WAYLAND_DEBUG=1 alacritty -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-05-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=419235 David Edmundson changed: What|Removed |Added CC||k...@davidedmundson.co.uk --- Comment #2

[kwin] [Bug 419235] Plasma + Wayland Alacritty Decoration/Title Bar Has Gap Between Window Unless Maximized/Resized or Moved

2020-05-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419235 carbonchauvin...@protonmail.ch changed: What|Removed |Added Component|window decoration |decorations