Comment 6 for bug 1162027

Revision history for this message
Carla Sella (carla-sella) wrote :

I reproduced the bug on a Virtualbox VM.
I installed Raring Desktop AMD 64 (this ISO: http://cdimage.ubuntu.com/daily-live/20130328/raring-desktop-amd64.iso), rebooted the VM.
Installed Testdrive pressing super key to open the Dash, went to the Appications lense, searched for testdrive, clicked on it and selected to install.
After Testdrive was installed, I clicked on it's icon on the launcher but Testdrive did not open.
So I opened Terminal typed in tesdrive-gtk and got the error:

letozaf@letozaf-VirtualBox:~$ testdrive-gtk
Traceback (most recent call last):
  File "/usr/bin/testdrive-gtk", line 1000, in <module>
    window = TestdrivegtkWindow()
  File "/usr/bin/testdrive-gtk", line 113, in __new__
    new_object.finish_initializing(builder)
  File "/usr/bin/testdrive-gtk", line 165, in finish_initializing
    self.application_indicator_menu()
  File "/usr/bin/testdrive-gtk", line 191, in application_indicator_menu
    gobject.timeout_add_seconds(self.timea, self.on_check_qa_releases_available, self.timea)
NameError: global name 'gobject' is not defined
letozaf@letozaf-VirtualBox:~$