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 11 years ago by ruslan_baratov@…

Cc: ruslan_baratov@… added

Cc Me!

comment:3 Changed 10 years ago by ttimo@…

Cc: ttimo@… added

Cc Me!

comment:4 Changed 10 years ago by ttimo@…

Same, meld completely unusable here. OSX 10.9

comment:5 Changed 10 years ago by jmroot (Joshua Root)

Summary: meld @1.5.3_0 GtkWarning when runningmeld @1.5.3_0: Error when running with DISPLAY unset

comment:6 Changed 10 years ago by ttimo@…

Thanks. I needed to install XQuartz. Looks like there is no X11 at all in 10.9 anymore.

comment:7 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:8 Changed 10 years ago by dbevans (David B. Evans)

Resolution: worksforme
Status: newclosed

Closing as works for me (with X11/XQuartz installed).

Note: See TracTickets for help on using tickets.