Advertisement
Guest User

Untitled

a guest
Sep 5th, 2011
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. [Error 19:23:14.783] [AbstractDockItem] An exception was thrown by the type initializer for Docky.ConfigurationWindow
  2. Exception in Gtk# callback delegate
  3. Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
  4. System.TypeInitializationException: An exception was thrown by the type initializer for Docky.ConfigurationWindow ---> System.DllNotFoundException: libgnome-desktop-2.so.17
  5. at (wrapper managed-to-native) Gnome.DesktopItem:gnome_desktop_item_new_from_file (intptr,int,intptr&)
  6. at Gnome.DesktopItem.NewFromFile (System.String file, DesktopItemLoadFlags flags) [0x00000] in <filename unknown>:0
  7. at Docky.ConfigurationWindow.get_AutoStart () [0x00000] in <filename unknown>:0
  8. at Docky.ConfigurationWindow..ctor () [0x00000] in <filename unknown>:0
  9. at Docky.ConfigurationWindow..cctor () [0x00000] in <filename unknown>:0
  10. --- End of inner exception stack trace ---
  11. at Docky.Items.DockyItem.OnClicked (UInt32 button, ModifierType mod, Double xPercent, Double yPercent) [0x00000] in <filename unknown>:0
  12. at Docky.Items.AbstractDockItem.Clicked (UInt32 button, ModifierType mod, Double xPercent, Double yPercent) [0x00000] in <filename unknown>:0
  13. at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
  14. at Gtk.Notebook.SwitchPageSignalCallback(IntPtr arg0, IntPtr arg1, UInt32 arg2, IntPtr gch)
  15. at Gtk.Application.gtk_main()
  16. at Gtk.Application.Run()
  17. at Docky.Docky.Main(System.String[] args)
  18. Cairo.Context: called from finalization thread, programmer is missing a call to Dispose
  19.  
  20. Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Docky.ConfigurationWindow ---> System.DllNotFoundException: libgnome-desktop-2.so.17
  21. at (wrapper managed-to-native) Gnome.DesktopItem:gnome_desktop_item_new_from_file (intptr,int,intptr&)
  22. at Gnome.DesktopItem.NewFromFile (System.String file, DesktopItemLoadFlags flags) [0x00000] in <filename unknown>:0
  23. at Docky.ConfigurationWindow.get_AutoStart () [0x00000] in <filename unknown>:0
  24. at Docky.ConfigurationWindow..ctor () [0x00000] in <filename unknown>:0
  25. at Docky.ConfigurationWindow..cctor () [0x00000] in <filename unknown>:0
  26. --- End of inner exception stack trace ---
  27. at Docky.Items.DockyItem.OnClicked (UInt32 button, ModifierType mod, Double xPercent, Double yPercent) [0x00000] in <filename unknown>:0
  28. at Docky.Items.AbstractDockItem.Clicked (UInt32 button, ModifierType mod, Double xPercent, Double yPercent) [0x00000] in <filename unknown>:0
  29. [diwowo@wolfclient02 ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement