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.
A strigi plugin for deskbar may be tested by command: deskbar- applet/ handlers/ strigi. py filename
python /usr/lib/
So, when I run this command in terminal I see:
Traceback (most recent call last): deskbar- applet/ handlers/ strigi. py", line 34, in <module>
File "/usr/lib/
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.