Eroor when i launch visual ruby

when i try to launch visual ruby i have these error

Gtk-WARNING **:Theme parsing error: gtk-main.css:69:33: Failed to
import: Произошла ошибка при открытии файла: Нет такого файла или
каталога
/var/lib/gems/2.3.0/gems/gobject-introspection-3.0.8/lib/gobject-introspection/loader.rb:37:in
`require’: Typelib file for namespace ‘GtkSource’ (any version) not
found (GLib::Error)

how i can fix this?

Hi:

I’m not sure what that error means. Does it have more at the bottom,
perhaps with line numbers etc? Please post the entire error, maybe that
will help.

It might be having trouble loading gtksourceview3. Try manually
installing it like so:

gem install gtk3
gem install gtksourceview3

It seems to be complaining about GtkSource which is a part of
gtksourceview3.

I uploaded a new gem, so you can try it too:

gem install visualruby

Let me now if any of this helps.

Best,
Eric