Comment 10 for bug 635774

Revision history for this message
Andrew (and471) wrote :

Hi Alin,

To check whether it is the indicator causing the problem, could you change line 77 in /usr/lib/python2.6/dist-packages/kazam/frontend/indicator.py from:

    import appindicator
to:
    import nonsistant

This will force Kazam to use a gtk.StatusIcon instead of the indicator applet and we cna see what is causing the problem.

Thanks for your patience in this :)