Summary: | Yakuake window can be maximised with keyboard shortcut, then stays maximised | ||
---|---|---|---|
Product: | [Applications] yakuake | Reporter: | Frank Steinmetzger <dev+kde> |
Component: | general | Assignee: | Eike Hein <hein> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asturm, manimax3, nate, nicolas.fella |
Priority: | NOR | ||
Version: | 3.0.5 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=424286 | ||
Latest Commit: | https://invent.kde.org/utilities/yakuake/commit/40326335554565cbc5a1ed9938828d60fa7cd214 | Version Fixed In: | 20.04.3 |
Sentry Crash Report: |
Description
Frank Steinmetzger
2019-11-12 00:37:21 UTC
https://invent.kde.org/utilities/yakuake/-/merge_requests/19 fixes the resetting to the original size. I think the ability to quickly maximize and restore to the original size via shortcut is quite nice, once it works correctly. Git commit 6415d22ec38bd96c9d9e5072f31a63d3cbe27634 by Nicolas Fella, on behalf of Anton Karmanov. Committed on 24/06/2020 at 15:32. Pushed by nicolasfella into branch 'master'. Fix maximization behaviour This commit fixes next issues: - Yakuake main window geometry stays maximized (BUG: 414049). - In some states maximized geometry may come to settings file and become persistent. - Geometry becomes broken after size normalization. M +9 -11 app/mainwindow.cpp https://invent.kde.org/utilities/yakuake/commit/6415d22ec38bd96c9d9e5072f31a63d3cbe27634 Git commit 40326335554565cbc5a1ed9938828d60fa7cd214 by Nicolas Fella, on behalf of Anton Karmanov. Committed on 24/06/2020 at 15:34. Pushed by nicolasfella into branch 'release/20.04'. Fix maximization behaviour This commit fixes next issues: - Yakuake main window geometry stays maximized (BUG: 414049). - In some states maximized geometry may come to settings file and become persistent. - Geometry becomes broken after size normalization. M +9 -11 app/mainwindow.cpp https://invent.kde.org/utilities/yakuake/commit/40326335554565cbc5a1ed9938828d60fa7cd214 We got a downstream report for fullscreen mode broken in 20.04.3: https://bugs.gentoo.org/736858 Reverting 40326335554565cbc5a1ed9938828d60fa7cd214 fixes the regression. Yeah, this is (kinda) fixed in 20.08. I didn't add the fix to the 20.04 release because 20.04.03 was the last bugfix release. See https://bugs.kde.org/show_bug.cgi?id=424286 and the fix https://invent.kde.org/utilities/yakuake/-/merge_requests/26 |