Skip to content

Instantly share code, notes, and snippets.

@vidmantas
Created April 27, 2015 10:37
Show Gist options
  • Save vidmantas/166c84929632200fb699 to your computer and use it in GitHub Desktop.
Save vidmantas/166c84929632200fb699 to your computer and use it in GitHub Desktop.
meld
Couldn't bind the translation domain. Some translations won't work.
'module' object has no attribute 'bindtextdomain'
(process:46865): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
/usr/local/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
/usr/local/Cellar/meld/1.8.6/libexec/bin/meld:155: GtkWarning: gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
gtk.icon_theme_get_default().append_search_path(meld.paths.icon_dir())
Traceback (most recent call last):
File "/usr/local/Cellar/meld/1.8.6/libexec/bin/meld", line 155, in <module>
gtk.icon_theme_get_default().append_search_path(meld.paths.icon_dir())
AttributeError: 'NoneType' object has no attribute 'append_search_path'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment