1

Today I foolishly gave in to upgrade requests to 12.04 from 11.10 and now Im having a lot of issues with the unity interface where the previous version worked seamlessly.

After boot the following services are running:

  • /usr/bin/compiz-decorator
  • compiz
  • unity-window-decorator
  • unity-panel-service
  • unity-application-daemon
  • unity-music-daemon

The main problems are :

  1. Every 30seconds or so all windows and menus disappear for a few seconds leaving just the background image

  2. If the mouse goes over the task bar items on the top right of the screen it causes a segmentation fault of
    unity.glib.dbusproxy "unity.glib.dbusproxy GLibDBusProxy.cpp:257 cannot call method SetViewType proxy /com/canonical/unity/lens/commands does not exist
    Window boarders disappear and I can't move or resize windows

  3. If the mouse goes over the app menu on the left I get a compiz segfault
    composite sync not supported
    compiz[7361]: segfault at 0 ip ... sp ... error 4 in libunityshell.so[...]
  4. The computer will not shut down when I select "shut down" from the task bar on the top right.

Ive tried a lot of different commands to try and fix this based on other related questions:

  1. unity --reset
  2. unity --replace
  3. compiz --replace
  4. metacity --replace&unity
  5. compiz-decorator
  6. gconftool-2 --recursive-unset /apps/compiz-1
  7. gconftool-2 --recursive-unset /apps/compizconfig-1
  8. rm -rf ~/.gconf* ~/.gnome* ~/.metacity ~/.compiz ~/.conf*
  9. disabling animation features etc... in gconf-editor but any changes cause a segmentation fault
    "gconf-client-lookup assertion failed"
  10. changing CCSM settings (compiz config settings manager)
  11. reverting to gnome-session-fallback but it's not possible due to a dependency issue
    "gnome-session : Breaks: unity-2d (< 5.4~) but 5.2.0-0ubuntu1 is to be installed E: Error"

So Ive made zero progress. Any suggestions appreciated :)

I have an Intel atom netbook with 945GSE Express integrated graphics controller

-Damian

beeju
  • 3,123

1 Answers1

1

you should sign up for the known bug here:

https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/993189?comments=all

Unity2d should work for you with no trouble at all

user62634
  • 11
  • 1