Bug 415111

Summary: Yakuake calculates it's size based on the smallest monitor in multi monitor setup
Product: [Applications] yakuake Reporter: Yan <yanp.bugz>
Component: generalAssignee: Eike Hein <hein>
Status: CONFIRMED ---    
Severity: normal CC: azrdev, goo, yellow.koala2162
Priority: NOR    
Version: 21.12.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Yan 2019-12-12 22:07:59 UTC
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
Comment 1 azrdev 2020-07-15 18:57:11 UTC
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     |
              |            |
              +------------+
Comment 2 goo 2024-12-20 03:01:13 UTC
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.