Summary: | Konsole doesn't remember its maximized state for 1080p resolution | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | John <ilikefoss> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | christoph, dougshaw77, kayzzen01, kde, liangrui.ch, miranda, montel, nate, nikolakocicbz, pirateclip |
Priority: | NOR | Keywords: | qt6 |
Version First Reported In: | 24.01.90 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
John
2024-01-28 21:09:19 UTC
Can confirm. It doesn't seem to matter whether "Remember Window Size" is checked or not. Huh, works for me with today's git master on Plasma 6 Wayland when "Remember window size" is enabled. And with it disabled, the window size resets to default every launch. That's strange! In the meantime I reinstalled KDE Neon. And I fully updated it to today. It's still happening, Konsole always opens in windowed mode, centered. But this time I noticed something, luckily because of the colors of the wallpaper... After it opens in windowed mode, no matter that I maximize it with the maximize button or by dragging the window to the top, when it's maximized, there's a vertical strip 1-3 pixels wide, on the right of the title bar. With the title bar and the tool bar having the same color it's difficult to say exactly what it's its height, but it looks to me to have the same height as the title bar. So I guess the title bar, on the right side has a few pixels that should not be there and it's probably what is making the maximized detection code to miss it. Maybe the title bar it's not fully expanding to the width of the monitor? I tried to make a printscreen while zooming-in on that area, but that is buggy and I could barely get out of it. Anyway, if you still cannot reproduce it, I will just make a non-zoomed-in picture, but I don't see how to upload new printscreens in comments, it's not possible? On Arch Linux the same problem occurs, it also happens to remember the size of the window.. I noticed this problem on a clean install. After an update the problem does not occur. To contingency the problem, I added the following lines to ~/.config/konsolerc [MainWindow] 2560x1440 screen: Height= 2560x1440 screen: Width= @John, could you edit the problem issue and add "and the size of the window"? Just to make tracking easier ;-) Thanks in advance! This problem seems to be fixed in Konsole 24.12.0, from Plasma 6.2.5, in Debian 13 weekly build ('testing' repository). As for the size of the window, I don't know where to get it from or how it's calculated (if it's from the outside edges or the inside ones). My laptop screen is 17" and the resolution is 1920x1080p. I don't remember if when I reported it I was using the Klassy window decoration or not, but now I do. Still, I don't expect that the problem was caused or fixed by using this window decoration. Since I don't notice the problem anymore, I's set it as resolved. And it's fixed in Plasma 6.3 beta release too! |