mkbundle не может найти сборку gtk-sharp на Ubuntu
Я пытаюсь создать пакет для моего приложения, созданного с помощью monodevelop в Ubuntu 14. Когда я выполняю
mkbundle myapp.exe --deps -o myapp
ошибка брошена
Unhandled Exception:
System.IO.FileNotFoundException: Could not load file or assembly 'gtk-sharp' or one of its dependencies. The system cannot find the file specified.
File name: 'gtk-sharp'
at System.AppDomain.Load (System.String assemblyString, System.Security.Policy.Evidence assemblySecurity, Boolean refonly) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.AppDomain:Load (string,System.Security.Policy.Evidence,bool)
at System.Reflection.Assembly.ReflectionOnlyLoad (System.String assemblyString) [0x00000] in <filename unknown>:0
Я нашел решение для Windows здесь Как сделать так, чтобы опция "mkbundle --deps" работала с mono 3.2.3, но ничего для ubuntu.
Может кто-нибудь помочь с этим, пожалуйста?