After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 703142 - WorkspaceSwitcher doesn't take into account velocity of panning
WorkspaceSwitcher doesn't take into account velocity of panning
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: overview
3.9.x
Other Linux
: Normal minor
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-06-26 17:47 UTC by Carlos Soriano
Modified: 2020-01-10 17:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
workspacesView: Take into account panning velocity (8.63 KB, patch)
2013-06-26 18:02 UTC, Carlos Soriano
none Details | Review

Description Carlos Soriano 2013-06-26 17:47:37 UTC
Unlike the screenshield (and the future pagination of the app view) the workspace switcher doesn't take into account the velocity of the panning when switching between workspaces.
You can test it with St.set_slow_down_factor(5).

Patch on next comment, but, the code of workspaceSwitcher is not good for this patch and therefore the patch is a little ugly (what can I do?)
Comment 1 Carlos Soriano 2013-06-26 18:02:32 UTC
Created attachment 247847 [details] [review]
workspacesView: Take into account panning velocity

unlike screenShield we doesn't take into account
panning velocity when changing between workspaces.
This patch add that.
Comment 2 Alexander Mikhaylenko 2019-10-21 18:29:15 UTC
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/605