GNOME Bugzilla – Bug 606966
workspace switcher widget shouldn't appear if there is only one workspace
Last modified: 2018-01-24 01:40:37 UTC
If there is only one workspace active, and I use the key board to switch workspaces, I get a visual indication of the workspace I will be choosing, even if it makes little sense for one workspace. Origin: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/506944
Created attachment 151406 [details] [review] Patch to only show the switcher if we have more than one ws
Review of attachment 151406 [details] [review]: Don't think this makes sense. If the user hits the change-workspaces keybinding, they are either trying to: A) Change workspaces B) Use some key shortcut in and application that conflicts with the change workspaces key binding In either case it's better to give the user some indication rather than silently do nothing. Yes, a single workspace indicator could be confusing (though I think it will be less so when we write a custom workspace indicator for gnome-shell), but I think workspaces are exposed enough that it's going to be less confusing this way than just doing nothing.
How is a nonfunctional work space switcher less confusing than not doing anything at all? We don't show anything for any other unassigned key combination, after all?
Is it possible to not bind the key combo at all if there is just one workspace?
There is no workspace switcher in mutter. Closing.