I've a problem with virtuals desktops. I've installed Ubuntu 11.10 but i not use Unity. I've installed gnome-panel, and start my session with Gnome Classic. But when i'm in 'Gnome Classic' i can't use virtuals destops. Ctrl+Alt+Left, Ctrl+Alt+Right, Super+e ... doesn't work. I've tried with Compiz config manager, but no result. But, if i use Unity (start session with 'Ubuntu' choice) virtuals desktops are useable.
Edit: (i can't answer, not enouth points)
Resolved! http://askubuntu.com/questions/68711/how-do-i-enable-compiz-in-gnome-classic
To solve this problem edit this file:
sudo vi /usr/share/gnome-session/sessions/gnome-classic.session
and replace this line:
RequiredProviders=windowmanager;notifications;
with this one:
RequiredProviders=windowmanager;
Then just logout and log back in and it should work fine. This solved the problem in my case.
Thank's Pawel Barcik !