[effects/slide] Disable "Slide docks"

Summary:
D9638 made docks to slide to "fix" the problem when switching to a
virtual desktop that has a window in full screen mode:

{F5615542}

As it turns out, people don't like this kind of behaviour. Another
problem with sliding of docks is that pager goes away.

This change disables sliding of docks by default. One can enable sliding
of docks by checking "Slide docks" checkbox in slide effect KCM.

Yet, transition to/from virtual desktop with a window in full screen
mode doesn't look great but that's somewhat acceptable:

{F5915681}

//(we don't see issues that are present in the video above because the new slide effect elevates docks if sliding of docks is disabled)//

Test Plan: Switched between virtual desktops, the default panel didn't slide.

Reviewers: #kwin, #plasma, #vdg, ngraham, graesslin

Reviewed By: #kwin, #plasma, #vdg, ngraham, graesslin

Subscribers: ngraham, graesslin, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D13566
This commit is contained in:
Vlad Zagorodniy 2018-06-16 02:22:49 +03:00
parent 6a175ece48
commit 263503f8ec

View file

@ -16,7 +16,7 @@
<default>20</default>
</entry>
<entry name="SlideDocks" type="Bool">
<default>true</default>
<default>false</default>
</entry>
<entry name="SlideBackground" type="Bool">
<default>true</default>