You are not logged in.

#1 2010-11-29 00:53:22

zeos
Member
From: Waco, Tx
Registered: 2010-11-05
Posts: 5
Website

docky plugins not showing up

the networkmanager plugin for docky is not showing up in docky's settings, but it is there in the folder.  how do I get docky to refresh plugins?


Scooty Puff Jr. suuuuuuuuuuuuuuuuuccccckkkkkkkkkksssssssss!!!!!!!!!!

Offline

#2 2010-12-09 02:53:55

apeman5291
Member
Registered: 2010-12-09
Posts: 1

Re: docky plugins not showing up

Hi, I just installed docky 2.0.8-1 with gnome 2.32 and compiz-core 0.8.6-2, and I'm having the same problem.

I have more details that could help pin down the error:  After initially installing docky, the NetworkManager docklet did show up in the list of available docklets, but attempting to add it to my dock caused docky to crash.  (Unfortunately, I didn't grab any debug output.)  I rebooted, and docky worked fine but no longer shows the NetworkManager applet in its list.  NetowrkManager.dll and NetworkManager.dll.mdb are both still in /usr/lib/docky/plugins/.

The only relevant results from google were in the Ubuntu forums, and complained about problems with nm-applet showing up in gnome-panel (which works fine for me).

Edit: more information -
You can cause the NetworkManager applet to reappear in Docky's list of Docklets by editing ~/.local/share/docky/plugins/addin-db-001/config.xml
Where it says '<Addin id="Docky.NetworkManager,1.0" enabled="True" />', change "True" to "False" and restart Docky.  Now go into the docklets menu and NetorkManager should be there.  However, attempting to add it to your dock crashes Docky.  When Docky crashes it gives the following output to standard error:

Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: org.freedesktop.DBus.Error.AccessDenied: Interface "org.freedesktop.NetworkManager" isn't exported (or may not exist), can't access property "State"
  at NetworkManagerDocklet.INetworkDeviceProxy.Get (System.String propname, System.String ) [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.NetworkDevice.get_State () [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.NetworkDevice.SetIPs () [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.NetworkDevice..ctor (System.String objectPath) [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.NetworkDevice.NewForObjectPath (System.String objectPath) [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.DeviceManager.get_NetworkDevices () [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.NetworkManager..ctor () [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.NetworkManagerDocklet..ctor () [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.NetworkManagerItemProvider..ctor () [0x00000] in <filename unknown>:0 
  at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod*,object,object[],System.Exception&)
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] in <filename unknown>:0 
  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in <filename unknown>:0 
  at System.Activator.CreateInstance (System.Type type) [0x00000] in <filename unknown>:0 
  at Mono.Addins.TypeExtensionNode.CreateInstance () [0x00000] in <filename unknown>:0 
  at Mono.Addins.InstanceExtensionNode.GetInstance () [0x00000] in <filename unknown>:0 
  at Docky.PluginManager.ObjectFromAddin[AbstractDockItemProvider] (System.String extensionPath, System.String addinID) [0x00000] in <filename unknown>:0 
  at Docky.PluginManager.ItemProviderFromAddin (System.String addinID) [0x00000] in <filename unknown>:0 
  at Docky.PluginManager.Enable (Mono.Addins.Addin addin) [0x00000] in <filename unknown>:0 
  at Docky.DockletTile.OnActiveChanged () [0x00000] in <filename unknown>:0 
  at Docky.Widgets.TileView.OnTileActiveChanged (System.Object o, System.EventArgs args) [0x00000] in <filename unknown>:0 
  at Docky.Widgets.Tile.OnAddRemoveClicked (System.Object o, System.EventArgs args) [0x00000] in <filename unknown>:0 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod*,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <filename unknown>:0 
  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0 
  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0 
  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in <filename unknown>:0 
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Docky.Docky.Main(System.String[] args)
Cairo.Context: called from finalization thread, programmer is missing a call to Dispose
Cairo.Context: called from finalization thread, programmer is missing a call to Dispose
Cairo.Context: called from finalization thread, programmer is missing a call to Dispose
Cairo.Context: called from finalization thread, programmer is missing a call to Dispose

Last edited by apeman5291 (2010-12-09 04:13:43)

Offline

#3 2011-01-05 05:41:51

tuantuantuan
Member
Registered: 2011-01-05
Posts: 1

Re: docky plugins not showing up

apeman5291 wrote:

Hi, I just installed docky 2.0.8-1 with gnome 2.32 and compiz-core 0.8.6-2, and I'm having the same problem.

I have more details that could help pin down the error:  After initially installing docky, the NetworkManager docklet did show up in the list of available docklets, but attempting to add it to my dock caused docky to crash.  (Unfortunately, I didn't grab any debug output.)  I rebooted, and docky worked fine but no longer shows the NetworkManager applet in its list.  NetowrkManager.dll and NetworkManager.dll.mdb are both still in /usr/lib/docky/plugins/.

The only relevant results from google were in the Ubuntu forums, and complained about problems with nm-applet showing up in gnome-panel (which works fine for me).

Edit: more information -
You can cause the NetworkManager applet to reappear in Docky's list of Docklets by editing ~/.local/share/docky/plugins/addin-db-001/config.xml
Where it says '<Addin id="Docky.NetworkManager,1.0" enabled="True" />', change "True" to "False" and restart Docky.  Now go into the docklets menu and NetorkManager should be there.  However, attempting to add it to your dock crashes Docky.  When Docky crashes it gives the following output to standard error:

Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: org.freedesktop.DBus.Error.AccessDenied: Interface "org.freedesktop.NetworkManager" isn't exported (or may not exist), can't access property "State"
  at NetworkManagerDocklet.INetworkDeviceProxy.Get (System.String propname, System.String ) [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.NetworkDevice.get_State () [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.NetworkDevice.SetIPs () [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.NetworkDevice..ctor (System.String objectPath) [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.NetworkDevice.NewForObjectPath (System.String objectPath) [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.DeviceManager.get_NetworkDevices () [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.NetworkManager..ctor () [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.NetworkManagerDocklet..ctor () [0x00000] in <filename unknown>:0 
  at NetworkManagerDocklet.NetworkManagerItemProvider..ctor () [0x00000] in <filename unknown>:0 
  at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod*,object,object[],System.Exception&)
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] in <filename unknown>:0 
  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in <filename unknown>:0 
  at System.Activator.CreateInstance (System.Type type) [0x00000] in <filename unknown>:0 
  at Mono.Addins.TypeExtensionNode.CreateInstance () [0x00000] in <filename unknown>:0 
  at Mono.Addins.InstanceExtensionNode.GetInstance () [0x00000] in <filename unknown>:0 
  at Docky.PluginManager.ObjectFromAddin[AbstractDockItemProvider] (System.String extensionPath, System.String addinID) [0x00000] in <filename unknown>:0 
  at Docky.PluginManager.ItemProviderFromAddin (System.String addinID) [0x00000] in <filename unknown>:0 
  at Docky.PluginManager.Enable (Mono.Addins.Addin addin) [0x00000] in <filename unknown>:0 
  at Docky.DockletTile.OnActiveChanged () [0x00000] in <filename unknown>:0 
  at Docky.Widgets.TileView.OnTileActiveChanged (System.Object o, System.EventArgs args) [0x00000] in <filename unknown>:0 
  at Docky.Widgets.Tile.OnAddRemoveClicked (System.Object o, System.EventArgs args) [0x00000] in <filename unknown>:0 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod*,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <filename unknown>:0 
  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0 
  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0 
  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in <filename unknown>:0 
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Docky.Docky.Main(System.String[] args)
Cairo.Context: called from finalization thread, programmer is missing a call to Dispose
Cairo.Context: called from finalization thread, programmer is missing a call to Dispose
Cairo.Context: called from finalization thread, programmer is missing a call to Dispose
Cairo.Context: called from finalization thread, programmer is missing a call to Dispose

I also have this problem !

Offline

Board footer

Powered by FluxBB