10

I upgraded my Ubuntu from 12.04 to 14.04 and hotkeys for switching workspaces (Ctrl + Alt + arrow keys) are not working anymore.

I checked in System Settings > Keyboard > Shortcuts to make sure that they're assigned and they are, but why they are not working? How can I fix this problem?

Eliah Kagan
  • 117,780
Muodestis
  • 253
  • 1
  • 2
  • 9

3 Answers3

13

I found the solution myself. It seems that I needed to enable Desktop Wall plugin in Compiz; just apt-get install compizconfig-settings-manager, run ccsm and search for "wall" to find the option.

kiko
  • 358
Muodestis
  • 253
  • 1
  • 2
  • 9
2

This has broken for me a couple times now in Ubuntu; most recently after going from 12.04LTS to 14.04LTS (in place upgrade).

  • System Settings... (gear at top of screen)
  • Appearance
  • Behavior Tab
  • Check box for Enable workspaces

Screen grab of configuration setting for workspaces:

image

Videonauth
  • 33,355
  • 17
  • 105
  • 120
0

Run these two commands:

sudo apt-get install ubuntu-desktop
sudo apt-get install unity

Reboot your system

And after than try Ctrl + Alt + arrow keys. You will able to switch between workspaces.

  • unfortunately doesn't work for me :( I'm able to switch between 1 and 2 while cannot go to 3 and 4 via 1 and 2. In other words I'm able to switch horizontal between 1 and 2, 3 and 4 while I'm not able to switch between 1 and 3, 2 and 4 :( – Hesam Oct 02 '15 at 23:56