Changes between Initial Version and Version 1 of Ticket #45309, comment 20


Ignore:
Timestamp:
Oct 21, 2014, 5:48:24 PM (10 years ago)
Author:
wdc@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45309, comment 20

    initial v1  
    1 I too am experiencing this problem.
     1I too am experiencing this problem with meld under MacOS 10.9:
     2
     3wdc-home-2:gnucash wdc$ !meld
     4meld JTROS_Cash.csv.save JTROS_Cash.csv
     5Couldn't bind the translation domain. Some translations won't work.
     6'module' object has no attribute 'bind_textdomain_codeset'
     7
     8** (process:65721): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
     9
     10** (process:65721): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
     11
     12** (process:65721): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
     13/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gobject/__init__.py:115: Warning: attempting to add an interface (GtkEditable) to class (HistoryFileEntry) after class_init
     14  type_register(cls, namespace.get('__gtype_name__'))
     15Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
     16Traceback (most recent call last):
     17  File "/opt/local/bin/meld", line 178, in <module>
     18    main()
     19  File "/opt/local/bin/meld", line 164, in main
     20    already_running, dbus_app = meld.dbus_service.setup(app)
     21  File "/opt/local/lib/meld/meld/dbus_service.py", line 56, in setup
     22    bus = dbus.SessionBus()
     23  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dbus/_dbus.py", line 211, in __new__
     24    mainloop=mainloop)
     25  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dbus/_dbus.py", line 100, in __new__
     26    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
     27  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dbus/bus.py", line 122, in __new__
     28    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
     29dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoMemory: Not enough memory
     30wdc-home-2:gnucash wdc$ ps axwww | grep dbus
     3165716   ??  Ss     0:00.01 /opt/local/bin/dbus-daemon --nofork --session
     3266022 s001  S+     0:00.01 grep dbus
     33