Created attachment 159215 [details] Screen shot demonstrating the issue. Look at the bottom row of pixels. It is a web page in Firefox, "behind" Dolphin. STEPS TO REPRODUCE 1. 4K display, 200% DPI scaling. 2. Bottom panel set to "auto hide". 3. Launch Dolphin application and maximize the window. OBSERVED RESULT Dolphin covers the entire screen... minus the bottom row of pixels. (See screen shot, attached.) EXPECTED RESULT Dolphin should cover the entire screen. Note that snapping a window to the left or right half of the screen (i.e. Super+left arrow) does result in it covering that bottom row of pixelsproperly. Also, this issue appears to be specific to Qt applications? Dolphin, Kate, Konsole, and VLC will leave a row of pixels at the bottom. Firefox, Thunderbird, Visual Studio Code and Google Earth do not. SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.27.5 KDE Frameworks Version: 5.106.0 Qt Version: 5.15.8
Are you using Wayland or X11?
It is X11.
Are you by any chance using the PLASMA_USE_QT_SCALING=1 environment variable? If so, this is Bug 423390.
I set scaling to 200% through Settings → Display and Monitor → Display Configuration → Global scale. It does not look like the PLASMA_USE_QT_SCALING environment variable is set to anything ("echo $PLASMA_USE_QT_SCALING" returns nothing) and I definitely never explicitly set it.
Poking around a bit more. If I take the bottom panel out of autohide, I get a one-pixel space ABOVE the panel and BELOW the maximized window. If I move the panel to the right side of the screen, there is no space between a maximized window and the panel but there is still a one-pixel space at the bottom of the screen that the maximized window does not cover.
Does the issue still happen... ...on Wayland? ...if you make your panel always visible? ...if you add `export PLASMA_USE_QT_SCALING=1` to the `~/.config/plasma-workspace/env/envs.sh` file (creating it if it doesn't exist) and then reboot?
> ...on Wayland? On Wayland it seems to maximize and properly cover the entire screen. > ...if you make your panel always visible? If the panel is always visible (and on the bottom), I get a one-pixel space between the top of the panel and the bottom of a maximized window. > ...if you add `export PLASMA_USE_QT_SCALING=1` to the `~/.config/plasma-workspace/env/envs.sh` file (creating it if it doesn't exist) and then reboot? This didn't seem to make any difference, I can still see the issue.
Thanks for the info. *** This bug has been marked as a duplicate of bug 414522 ***