Comment 4 for bug 869315

Revision history for this message
Alin Andrei (nilarimogard) wrote :

It still doesn't work:

cryptfolder-indicator
No LSB modules are available.
#####################################################
Distributor ID: Ubuntu
Description: Ubuntu 11.04
Release: 11.04
Codename: natty
Version: i686
#####################################################

CryptFolder-Indicator version: 0.0.3.4
#####################################################
0
`menu_proxy_module_load': /usr/bin/python: undefined symbol: menu_proxy_module_load

(cryptfolder-indicator.py:28650): Gtk-WARNING **: Failed to load type module: (null)

Traceback (most recent call last):
  File "/usr/share/cryptfolder-indicator/cryptfolder-indicator.py", line 250, in <module>
    cfi=CryptFolderIndicator()
  File "/usr/share/cryptfolder-indicator/cryptfolder-indicator.py", line 87, in __init__
    self.set_menu()
  File "/usr/share/cryptfolder-indicator/cryptfolder-indicator.py", line 149, in set_menu
    add2menu(self.menu, text = folder['path'], icon = image, conector_event = 'activate', conector_action = self.on_path_clicked)
  File "/usr/share/cryptfolder-indicator/cryptfolder-indicator.py", line 61, in add2menu
    menu_item = Gtk.ImageMenuItem(text)
TypeError: GObject.__init__() takes exactly 0 arguments (1 given)