Created attachment 104299 [details] Yakuake with wrong height (set to 100%) when display scaling is set to 1.5 When using yakuake on a HiDPI display and setting the display scaling to e.g. 1.5 or 2.0, yakuake is displayed with the wrong height. If the height is set to 100% in yakuake and display scaling is set to 2.0, yakuake is displayed with a height of 50%. In case of display scaling set to 1.5, yakuake is shown with a height of 75%.
I can't reproduce this.
I'm sorry didn't thought of this being a multi-monitor problem. I tested it again and with a single monitor the behaviour is as expected but with two monitors the described problem occurs.
Created attachment 104792 [details] Screen shot of this problem
I can confirm this issue when using two monitors (Dell P2415Q, 4k resolution) with "Screen Scaling" set to 2. When only one monitor is used or Screen Scaling is set to 1, the issue disappears. A screenshot is attached with Screen Scaling=2.
Forgot to mention my spec: Kubuntu 16.04.2, Plasma 5.9.3 from kubuntu-ci ppa, Yakuake 3.0.2-1 download from the official repository of Ubuntu Yakkety Yak.
Without any other sort of testing, I am also impacted with that bug on my dell xps 13 3200x1800 when plugging my 4K external monitor. Works fine when laptop alone, but not with external 4K plugged in. Using opensuse tumbleweed with plasma 5.9.4, yakuake 3.0.4.
QT_SCREEN_SCALE_FACTORS=1; yakuake comment https://bugs.kde.org/show_bug.cgi?id=389448#c9
(In reply to George Moutsopoulos from comment #7) > QT_SCREEN_SCALE_FACTORS=1; yakuake > comment https://bugs.kde.org/show_bug.cgi?id=389448#c9 I can confirm the fix works The QT documentation states that QT_SCREEN_SCALE_FACTORS should not be used as they bypass edid detection QT_AUTO_SCREEN_SCALE_FACTOR and QT_SCALE_FACTOR are the correct variables for HIDPI but unfortunately they are disabled in startkde which also sets the scaling to the manual set scaling in the display scaling configuration so to summarize i changed the veriable QT_SCREEN_SCALE_FACTORS="DVI-I-0=1.2;DVI-I-1=1.2;DP-0=1.2;DP-1=1.2;DP-2=1.2;DP-3=1.2;HDMI-0=1.2;DP-4=1.2;DP-5=1.2;" to QT_SCREEN_SCALE_FACTORS="1"
Marking this as a duplicate to consolidate the issues. There seem to be a lot of variations, but they all center around display scaling interfering with Yakuake's width and/or height *** This bug has been marked as a duplicate of bug 389448 ***