Opened 12 years ago
Closed 10 years ago
#35697 closed defect (worksforme)
meld @1.5.3_0: Error when running with DISPLAY unset
Reported by: | tonior@… | Owned by: | landonf (Landon Fuller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ruslan_baratov@…, ttimo@…, cooljeanius (Eric Gallager) | |
Port: | meld |
Description
Just installed meld, and am getting this error when trying to run it:
Couldn't bind the translation domain. Some translations won't work. /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning) /opt/local/bin/meld:126: GtkWarning: GtkIconTheme *gtk_icon_theme_get_for_screen(GdkScreen *): assertion `GDK_IS_SCREEN (screen)' failed gtk.icon_theme_get_default().append_search_path(meld.paths.icon_dir()) Traceback (most recent call last): File "/opt/local/bin/meld", line 126, in <module> gtk.icon_theme_get_default().append_search_path(meld.paths.icon_dir()) AttributeError: 'NoneType' object has no attribute 'append_search_path'
Running Mac OSX 10.8 (Mountain Lion), XCode 4.4.1
Change History (8)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to landonf@… |
---|
comment:2 Changed 12 years ago by ruslan_baratov@…
Cc: | ruslan_baratov@… added |
---|
comment:5 Changed 11 years ago by jmroot (Joshua Root)
Summary: | meld @1.5.3_0 GtkWarning when running → meld @1.5.3_0: Error when running with DISPLAY unset |
---|
comment:6 Changed 11 years ago by ttimo@…
Thanks. I needed to install XQuartz. Looks like there is no X11 at all in 10.9 anymore.
comment:8 Changed 10 years ago by dbevans (David B. Evans)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Closing as works for me (with X11/XQuartz installed).
Note: See
TracTickets for help on using
tickets.
Cc Me!