1

I choose in LightDM gnome-classic session.

I launched gnome3 with the classic style (the fallback). But compiz doesn't work.

If I execute compiz --replace compiz starts working.

But how enable automatic loading of compiz? If I add compiz to autostart in gnome starting takes lot of time.

jrg
  • 61,707
avi9526
  • 283

1 Answers1

1

Problem was in file /usr/share/gnome-session/sessions/gnome-classic.session in key RequiredProviders in parameter notifications

This parameter causes to fail loading of gnome-classic (which have window manager gnome-wm), and system try to load gnome-fallback (which have window manager metacity). I remove notifications parameter from RequiredProviders key, and my gnome-classic now loading with compiz (gnome-wm loads compiz).

Full story of solving this problem in Russian language: http://forum.ubuntu.ru/index.php?topic=170434.0

avi9526
  • 283