Summary: | Can't untile wine games (restore to fullscreen) | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Teddy <reportbug> |
Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate |
Priority: | NOR | Flags: | vlad.zahorodnii:
ReviewRequest+
|
Version: | 5.15.4 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
URL: | https://phabricator.kde.org/D23604 | ||
Latest Commit: | https://commits.kde.org/kwin/2963c9ca56a03164b394d8e384c2341d3464ae5c | Version Fixed In: | 5.17.0 |
Sentry Crash Report: |
Description
Teddy
2019-08-17 23:54:31 UTC
KDE docs calls it Pan instead of Tile Hmm, I wonder whether you should be able to quick tile fullscreen maximized clients at all. This looks like a bug on our side. In case it helps, I've tried with gnome, and it doesn't allow it... Git commit 2963c9ca56a03164b394d8e384c2341d3464ae5c by Vlad Zagorodniy. Committed on 05/09/2019 at 07:37. Pushed by vladz into branch 'master'. Quick tile only resizeable clients Summary: Maximized clients weren't considered as resizeable when quick tiling was added. Therefore, a special case was added in Client::setQuickTileMode(). However, that special case didn't take into account that a fullscreen client can be also maximized. Clearly, we don't want users quick tile fullscreen clients. FIXED-IN: 5.17.0 Test Plan: No longer able to quick tile maximized fullscreen window of Konsole. Reviewers: #kwin Subscribers: romangg, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D23604 M +3 -2 geometry.cpp https://commits.kde.org/kwin/2963c9ca56a03164b394d8e384c2341d3464ae5c thank you very much! yw |