Ubuntu 11.04 OneiricOcelot Gnome2
2011-10-25 by xpheas
Today i upgraded to Ubuntu 11.04 OneiricOcelot.
The classic Gnome2 Desktop is gone. Gnome3 Shell or Unity is no option for me. The only usable option is to use Gnome3 in classic mode.
Logout an choose "GNOME classic" in the options menu.
So, this is only a fallback mode, to get 3D effects edit
/usr/share/gnome-session/sessions/gnome-fallback.sessions
and change/add some values:
To add applets to the panel you have to press ALT + right click on the panel instead of just right clicking.
The classic Gnome2 Desktop is gone. Gnome3 Shell or Unity is no option for me. The only usable option is to use Gnome3 in classic mode.
BASH-Code:
| sudo apt-get install gnome-session-fallback |
Logout an choose "GNOME classic" in the options menu.
So, this is only a fallback mode, to get 3D effects edit
/usr/share/gnome-session/sessions/gnome-fallback.sessions
and change/add some values:
BASH-Code:
| [GNOME Session] Name=GNOME fallback (Safe Mode) RequiredComponents=gnome-panel;gnome-settings-daemon; RequiredProviders=windowmanager; DefaultProvider-notifications=notify-osd DefaultProvider-windowmanager=compiz DefaultProvider-panel=compiz DesktopName=GNOME |
To add applets to the panel you have to press ALT + right click on the panel instead of just right clicking.
« back