Comment 8 for bug 192389

Revision history for this message
lent (lent) wrote :

As the Main Menu->System Tools->Compiz Fusion Icon
entry runs "fusion-icon --no-start",

Attached is an strace -f fusion-icon --no-start

 lent@BlueUbuntu:~$ strace -f fusion-icon --no-start >$(now).strace_-f_fusion-icon_--no-start.txt 2>&1
 lent@BlueUbuntu:~$ # now just generates a ISO8601 timestamp to be used in the filename.

Looks like the /usr/lib/python2.7/dist-packages/FusionIcon/util.py
is looking for something related to Plugins and 'decoration', as well as Display and 'command' .

Perhaps this code needs a try/except wrapper like the code preceding the
faulting code.