https://bugs.kde.org/show_bug.cgi?id=376104

--- Comment #19 from Nate Graham <[email protected]> ---
Migrating info from duped bugs:

This seems to have been caused by
https://cgit.kde.org/kwin.git/commit/?id=9934f5b57537feae54afd0c4366c90253638ada2


The following quick-and-dirty patch seems to resolve it for some people:

--- a/geometry.cpp      2017-03-21 21:54:36.000000000 +0800
+++ b/geometry.cpp      2017-03-23 19:11:02.872123167 +0800
@@ -3326,6 +3326,8 @@

         TabSynchronizer syncer(this,
TabGroup::QuickTile|TabGroup::Geometry|TabGroup::Maximized);

+        setMaximize(false, false);
+        
         if (mode != QuickTileNone) {
             m_quickTileMode = mode;
             // decorations may turn off some borders when tiled
@@ -3336,8 +3338,6 @@
         // Store the mode change
         m_quickTileMode = mode;

-        setMaximize(false, false);
-
         emit quickTileModeChanged();

         return;


Martin, since we do have test cases for X11 now, is this something we can get
submitted to Phabricator as a patch?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to