某某某hust 2016-07-08 09:47 采纳率: 0%
浏览 2145

archlinux docky突然打不开了

bash运行的信息如下
$ docky
[Info 17:43:07.613] Docky version: 2.2.1.1 Release
[Info 17:43:07.613] Kernel version: 4.6.3.1
[Info 17:43:07.614] CLR version: 4.0.30319.42000
[Error 17:43:07.747] [SystemService] Could not initialize power manager dbus: 'Could not load type 'Docky.Services.SystemService+IUPowerProxy' from assembly 'DBus.Proxies, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' because it is implements the inaccessible interface 'Docky.Services.SystemService+IUPower'.'
[Info 17:43:07.749] [SystemService] at System.Reflection.Emit.TypeBuilder.CreateTypeInfo () in :0
at System.Reflection.Emit.TypeBuilder.CreateType () in :0
at DBus.TypeImplementer.GetImplementation (System.Type declType) in :0
at DBus.BusObject.GetObject (DBus.Connection conn, System.String bus_name, DBus.ObjectPath object_path, System.Type declType) in :0
at DBus.Connection.GetObject (System.Type type, System.String bus_name, DBus.ObjectPath path) in :0
at DBus.Connection.GetObjectT in :0
at Docky.Services.SystemService.InitializeBattery () in :0
[Error 17:43:07.754] [SystemService] Could not initialize Network Manager dbus: 'Could not load type 'Docky.Services.SystemService+INetworkManagerProxy' from assembly 'DBus.Proxies, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' because it is implements the inaccessible interface 'Docky.Services.SystemService+INetworkManager'.'
[Info 17:43:07.754] [SystemService] at System.Reflection.Emit.TypeBuilder.CreateTypeInfo () in :0
at System.Reflection.Emit.TypeBuilder.CreateType () in :0
at DBus.TypeImplementer.GetImplementation (System.Type declType) in :0
at DBus.BusObject.GetObject (DBus.Connection conn, System.String bus_name, DBus.ObjectPath object_path, System.Type declType) in :0
at DBus.Connection.GetObject (System.Type type, System.String bus_name, DBus.ObjectPath path) in :0
at DBus.Connection.GetObjectT in :0
at Docky.Services.SystemService.InitializeNetworkManager () in :0
[Info 17:43:07.761] [ThemeService] Setting theme: Transparent
[Warn 17:43:07.781] [DesktopItemService] Could not find remap file '/home/lrghust/.local/share/docky/remaps.ini'!
[Info 17:43:07.854] [DockServices] Dock services initialized.
[Info 17:43:08.058] [PluginManager] Loaded "Docky.Widgets,1.0".
[Info 17:43:08.059] [PluginManager] Loaded "NPR".
[Info 17:43:08.145] [PluginManager] Loaded "Session Manager".
[Error 17:43:08.152] [SystemService] Could not initialize needed dbus service: 'Could not load type 'SessionManager.SystemManager+IUPowerProxy' from assembly 'DBus.Proxies, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' because it is implements the inaccessible interface 'SessionManager.SystemManager+IUPower'.'
[Info 17:43:08.153] [SystemService] at System.Reflection.Emit.TypeBuilder.CreateTypeInfo () in :0
at System.Reflection.Emit.TypeBuilder.CreateType () in :0
at DBus.TypeImplementer.GetImplementation (System.Type declType) in :0
at DBus.BusObject.GetObject (DBus.Connection conn, System.String bus_name, DBus.ObjectPath object_path, System.Type declType) in :0
at DBus.Connection.GetObject (System.Type type, System.String bus_name, DBus.ObjectPath path) in :0
at DBus.Connection.GetObjectT in :0
at SessionManager.SystemManager.Initialize () in :0
Error while getting object for node in path '/Docky/ItemProvider'.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Docky.Items.ProxyDockItem.ItemChanged () in :0
at Docky.Items.ProxyDockItem..ctor (Docky.Items.AbstractDockItemProvider provider, IPreferences prefs) in :0
at SessionManager.SessionManagerItem..ctor () in :0
at SessionManager.SessionManagerItemProvider..ctor () in :0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) in :0
--- End of inner exception stack trace ---
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) in :0
at System.RuntimeType.CreateInstanceMono (Boolean nonPublic) in :0
at System.RuntimeType.CreateInstanceSlow (Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, System.Threading.StackCrawlMark& stackMark) in :0
at System.RuntimeType.CreateInstanceDefaultCtor (Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, System.Threading.StackCrawlMark& stackMark) in :0
at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) in :0
at System.Activator.CreateInstance (System.Type type) in :0
at Mono.Addins.TypeExtensionNode.CreateInstance () in :0
at Mono.Addins.InstanceExtensionNode.GetInstance () in :0
at Mono.Addins.InstanceExtensionNode.GetInstance (System.Type expectedType) in :0
at Mono.Addins.ExtensionNode.GetChildObjectsInternal (System.Type arrayElementType, Boolean reuseCachedInstance) in :0
Cairo.Surface is leaking, programmer is missing a call to Dispose
Set MONO_CAIRO_DEBUG_DISPOSE to track allocation traces
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
at Docky.Items.ProxyDockItem.get_Square () in :0
at Docky.Items.AbstractDockItem.m__0 () in :0
at GLib.Idle+IdleProxy.Handler () in :0
at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, Boolean is_terminal) [0x00000] in :0
at GLib.Idle+IdleProxy.Handler () [0x00000] in :0
at Gtk.Application.gtk_main () [0x00000] in :0
at Gtk.Application.Run () [0x00000] in :0
at Docky.Docky.Main (System.String[] args) [0x00000] in :0
求教是什么原因?谢谢!

  • 写回答

1条回答 默认 最新

  • qq158099591 2016-08-18 06:23
    关注

    我也遇到了,楼主是怎么解决的

    评论

报告相同问题?

悬赏问题

  • ¥20 腾讯企业邮箱邮件可以恢复么
  • ¥15 有人知道怎么将自己的迁移策略布到edgecloudsim上使用吗?
  • ¥15 错误 LNK2001 无法解析的外部符号
  • ¥50 安装pyaudiokits失败
  • ¥15 计组这些题应该咋做呀
  • ¥60 更换迈创SOL6M4AE卡的时候,驱动要重新装才能使用,怎么解决?
  • ¥15 让node服务器有自动加载文件的功能
  • ¥15 jmeter脚本回放有的是对的有的是错的
  • ¥15 r语言蛋白组学相关问题
  • ¥15 Python时间序列如何拟合疏系数模型