Comment 2 for bug 597413

Revision history for this message
Marat (mer-29) wrote :

A strigi plugin for deskbar may be tested by command:
python /usr/lib/deskbar-applet/handlers/strigi.py filename
So, when I run this command in terminal I see:

Traceback (most recent call last):
  File "/usr/lib/deskbar-applet/handlers/strigi.py", line 34, in <module>
    from deskbar.Handler import Handler
ImportError: No module named Handler

So, as I understood, this plugin is uncompatible with current version of deskbar, because it uses new syntax for plugins.