Comment 5 for bug 514898

Revision history for this message
Kyle Evans (mr-hankeys8rd) wrote :

I'm not getting either set to work.

I've placed both in ~/.config/cairo-dock/third-party/GnoMenu, in addition to the default install location mentioned earlier. I get something slightly different with Fab's (see below). Seems it doesn't like `Method "GetAll" with signature`, as it tries to load the icon. Can either of you reproduce? and if not what versions are you running?

gconf backend
>>> INIT
Traceback (most recent call last):
  File "./GnoMenu", line 186, in <module>
    appleticon = AppletIcon( icon_object=myIcon)
  File "./GnoMenu", line 114, in __init__
    self.get_geometry()
  File "./GnoMenu", line 123, in get_geometry
    props = myIcon.GetAll();
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 622, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method "GetAll" with signature "" on interface "org.cairodock.CairoDock.applet" doesn't exist