Docky 自更新后已停止工作

Docky 自更新后已停止工作

我正在使用 Docky ppa,自从最新更新以来它无法启动。如果我从终端运行它,我得到的是:

[Info  09:21:19.005] Docky version: 2.1.0 bzr docky r1761 ppa
[Info  09:21:19.024] Kernel version: 2.6.35.24
[Info  09:21:19.026] CLR version: 2.0.50727.1433
[Debug 09:21:19.493] [UserArgs] BufferTime = 0
[Debug 09:21:19.494] [UserArgs] MaxSize = 2147483647
[Debug 09:21:19.494] [UserArgs] NetbookMode = False
[Debug 09:21:19.494] [UserArgs] NoPollCursor = False
[Debug 09:21:19.528] [SystemService] Using org.freedesktop.UPower for battery information
[Info  09:21:19.564] [ThemeService] Setting theme: Transparent
[Debug 09:21:19.587] [DesktopItemService] Loading remap file '/usr/share/docky/remaps.ini'.
[Debug 09:21:19.599] [DesktopItemService] Remapping 'Picasa3.exe' to 'picasa'.
[Debug 09:21:19.599] [DesktopItemService] Remapping 'nbexec' to 'netbeans'.
[Debug 09:21:19.599] [DesktopItemService] Remapping 'deja-dup-preferences' to 'deja-dup'.
[Debug 09:21:19.599] [DesktopItemService] Remapping 'VirtualBox' to 'virtualbox'.
[Warn  09:21:19.600] [DesktopItemService] Could not find remap file '/home/lasse/.local/share/docky/remaps.ini'!
[Debug 09:21:19.602] [DesktopItemService] Loading desktop item cache '/home/lasse/.cache/docky/docky.desktop.en_DK.utf8.cache'.
[Info  09:21:20.101] [DockServices] Dock services initialized.
[Debug 09:21:20.134] [DBusManager] DBus Registered: org.gnome.Docky
[Debug 09:21:20.142] [DBusManager] DBus Registered: net.launchpad.DockManager
Stacktrace:

  at (wrapper managed-to-native) System.IO.MonoIO.Read (intptr,byte[],int,int,System.IO.MonoIOError&) <IL 0x00012, 0x00062>
  at (wrapper managed-to-native) System.IO.MonoIO.Read (intptr,byte[],int,int,System.IO.MonoIOError&) <IL 0x00012, 0x00062>
  at System.IO.FileStream.ReadData (intptr,byte[],int,int) <IL 0x00009, 0x00047>
  at System.IO.FileStream.RefillBuffer () <IL 0x0001c, 0x0002b>
  at System.IO.FileStream.ReadByte () <IL 0x00079, 0x000c7>
  at Mono.Addins.Serialization.BinaryXmlReader.ReadNext () <IL 0x0000b, 0x00031>
  at Mono.Addins.Serialization.BinaryXmlReader.Skip () <IL 0x0003c, 0x00053>
  at Mono.Addins.Serialization.BinaryXmlReader.Skip () <IL 0x00047, 0x0005f>
  at Mono.Addins.Serialization.BinaryXmlReader.Skip () <IL 0x00047, 0x0005f>

而且这个 .Skip() 会无限继续,而且速度非常快。我尝试过清理缓存并重新安装 docky,但是没有成功。

答案1

看起来你正在经历错误 #661495

修复首先在评论

Do this: rm -Rf ~/.local/share/docky/plugins

Then start Docky.

相关内容