-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Desktop wrapping not working on KDE Plasma 5 #502
Comments
Hi, I added an extra option to <gesture type="SWIPE" fingers="4" direction="LEFT">
<action type="CHANGE_DESKTOP">
<cyclic>true</cyclic>
</action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="RIGHT">
<action type="CHANGE_DESKTOP">
<cyclic>true</cyclic>
</action>
</gesture> |
I tried adding the cyclic option and it doesn't work. It seems this feature is implemented though? I'm on version 2.0.11-1 Snippet of my config is the following:
|
That's my own issue! I never noticed your prompt response after I posted that issue for some reason. I only recently came back and found this related issue and the new cyclic feature. I tried adding the cyclic option and I am still where i was in #504! We can move discussion over there. |
Describe the bug
In Plasma 5 you can set "Desktop Wrapping" setting in
Settings | Workspace Behavior | Virtual Desktops > Navigation wraps around
. This way using keyboard commands you can go from Desktop 4 to Desktop 1 (and 1 to 4). But this doesn't work with Touchegg'sCHANGE_DESKTOP
action. The action works perfectly fine otherwise.Expected behaviour
The
CHANGE_DESKTOP
should allow moving from last desktop to first desktop or from first to last, the same way keyboard shortcuts do, if thenavigation wraps around
setting is true. If it is false, then it shouldn't work.Actual behaviour
The
CHANGE_DESKTOP
action does not wrap around, even with the setting being set to true. If I am at Desktop 4 and try to switch to next desktop (Desktop 1) then I get the animation but nothing actually happens. Same if I am on Desktop 1 and try to move left to Desktop 4. Using the keyboard shortcut does switch as expected. (D1 to D2, D2 to D3, D3 to D4 works flawlessly).To get wrapping to work I will have to use
RUN_COMMAND
with qdbus instead, but this way the animations do not work which is not desired. I suppose a nice workaround would be to allow overwriting any default touchegg action, while keeping the animation and its properties.Your environment
The text was updated successfully, but these errors were encountered: