Dockyは、システムの起動時(スタートアップアプリケーションとして持っています)でも、手動で起動しても起動しません。昨日は動作を停止しました。
私はubuntu10.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
Dockyはlibdbus-glib1.0-cil
パッケージであり、インストールされていないようです。
上記のリンクをクリックするか、ターミナルで以下を実行してインストールします。
Sudo apt-get install libdbus-glib1.0-cil