Summary: | Yakuake calculates it's size based on the smallest monitor in multi monitor setup | ||
---|---|---|---|
Product: | [Applications] yakuake | Reporter: | Yan <yanp.bugz> |
Component: | general | Assignee: | 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
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. |