SUMMARY STEPS TO REPRODUCE 1. Conncet two displays with different resolution 2. Width and height of a window depend on smallest display 3. OBSERVED RESULT Small uncentered window drops down on the larger screen EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: arch / 5.17 (available in About System) KDE Plasma Version: 5.17 KDE Frameworks Version: Qt Version: 5.13 ADDITIONAL INFORMATION
Apparently this depends on the layout of the monitors: Variant "A" has yakuake span the whole width on monitor 1,3 but only a third of monitor 2: +---------+ | | | | +------------++ | | || 3 | | 2 || | | || | +------------++---------+ +------------+ | | | 1 | | | +------------+ While the same three monitors/screens arranged like Variant "B" have yakuake span 100% of the width of the monitor it is opening on: +------------++---------+ | || | | 2 || | | || | +------------++ 3 | | | | | +---------+ +------------+ | | | 1 | | | +------------+
This issue suddenly reappeared in a wayland session after upgrading to yakuake 24.12. After pressing F12 yakuake window opens with a height and width of the smaller monitor in a multimonitor setup. After pressing F12 again yakuake reopens with the correct geometry of the actual (larger) monitor.