Bug 415111 - Yakuake calculates it's size based on the smallest monitor in multi monitor setup
Summary: Yakuake calculates it's size based on the smallest monitor in multi monitor s...
Status: CONFIRMED
Alias: None
Product: yakuake
Classification: Applications
Component: general (show other bugs)
Version: 21.12.3
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-12 22:07 UTC by Yan
Modified: 2024-12-20 03:01 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.