Unfortunately, Ubuntu 11.10 (and 12.04 LTS) comes with Unity shell as default desktop environment and doesn't have a classic GNOME option; instead of it, there's a Unity 2D option (in Ubuntu 11.10, Unity runs on top of GNOME 3.2 core components).
GNOME 3 itself is completely redesigned and doesn't look like "classic" GNOME 2; IMHO, it's not any better than Unity in functionality.
Linus Torvalds switched himself to Xfce because of GNOME 3 "improvements".
Eric Raymond (who had used Red Hat and Fedora in the past and switched to Ubuntu in 2007) strongly criticizes both GNOME 3 and Unity and plans to switch to Xfce too.
$ sudo apt-get install gnome-shell
$ sudo apt-get install gnome-session-fallback
One note about GNOME 3 "classic" fallback mode: to call a panel context menu, you should right-click on it holding the <Alt> key. This way you can add some "classic" applets (e. g., "Show Desktop" and "Workspace Switcher") and application launchers to top and bottom panels.
Indicator Applet is missing in Ubuntu 11.10; fortunately, it was ported to GNOME 3 and comes back in Precise (12.04 LTS); if you want it in Oneiric (11.10), you can follow that article: Indicator Applet Ported To GNOME 3
If you don't like Unity, you can (almost) painlessly uninstall it. Don't forget about removing some useless components (they are installed with Unity and continue to run even in your plain GNOME session) like:
- overlay scrollbar (scrollbar overlayed widget);
- BAMF (some "application matching service" used in Unity?);
- Zeitgeist (background user actions logger and indexer).
$ sudo apt-get install lightdm-gtk-greeter
If you don't have a Synaptic GUI package manager which is useful for package searching, installing and removing (IMHO, Ubuntu Software Center is too weak), you can install it manually:
$ sudo apt-get install synaptic
Updated (07.04.2012) to reflect Ubuntu 12.04 changes etc.
No comments:
Post a Comment