Docky 无法启动,无论是在系统启动时(我将其作为启动应用程序),还是在我手动启动时。它昨天停止工作了。
我正在运行 ubuntu 10.10,并从标准存储库下载了 docky。
docky --help | head -3
给出了这个输出:
* (/usr/lib/docky/Docky.exe:4184): WARNING *: The following assembly referenced from /usr/lib/docky/Docky.exe could not be loaded: Assembly: dbus-sharp-glib (assemblyref_index=13) Version: 1.0.0.0 Public Key: 5675b0c3093115b5 The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/docky/).
* (/usr/lib/docky/Docky.exe:4184): WARNING *: Could not load file or assembly 'dbus-sharp-glib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5675b0c3093115b5' or one of its dependencies. * (/usr/lib/docky/Docky.exe:4184): WARNING *: Missing method Init in assembly /usr/lib/docky/Docky.exe, type DBus.BusG Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'dbus-sharp-glib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5675b0c3093115b5' or one of its dependencies. File name: 'dbus-sharp-glib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=56
答案1
Docky 需要该libdbus-glib1.0-cil
包但看起来您尚未安装它。
通过单击上面的链接或在终端中运行以下命令来安装它:
sudo apt-get install libdbus-glib1.0-cil