dbus-uuidgen --ensure &&
if ! module_installed gtk-sharp ; then
  message "${CYAN}You don't seem to have gtk-sharp installed"
  message "and there's nothing wrong about that."
  message "But if you were to compile mono bindings for dbus"
  message "you have to install gtk-sharp first and recompile"
  message "dbus afterwards.${DEFAULT_COLOR}"
fi
