a) Can you please describe what you did? Was an older version installed and you upgraded?
b) What was the result? If for example you restart the phone, is drlaunch visible/usable?
c) Try this at phone: Code: $ cd /usr/lib/hildon-desktop $ python drlaunch_widget.py That should fail with Code: Traceback (most recent call last): File "drlaunch_widget.py", line 33, in <module> gobject.type_register(hd_plugin_type) NameError: name 'gobject' is not defined If not, please report.
$ cd /usr/lib/hildon-desktop $ python drlaunch_widget.py
Traceback (most recent call last): File "drlaunch_widget.py", line 33, in <module> gobject.type_register(hd_plugin_type) NameError: name 'gobject' is not defined
d) Try this at phone: Code: $ cd /usr/lib/pymodules/python2.5/drlaunch/ $ python2.5 widget.py This should not produce any output and instead display the widget. If not, please report.
$ cd /usr/lib/pymodules/python2.5/drlaunch/ $ python2.5 widget.py