On 23 April 2014 04:04, Alex <[email protected]> wrote:

> ** (process:47313): WARNING **: Trying to register gtype
> 'GMountMountFlags' as enum when in fact it is of type 'GFlags'

<snip>

This definitely isn't us.


> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gobject/__init__.py:115:
> Warning: Attempt to add property HistoryCombo::history-id after class was
> initialised
>   type_register(cls, namespace.get('__gtype_name__'))
>
<snip>

And this is known GObject API breakage, though I believe it should still
work fine.


> Traceback (most recent call last):
>   File "/opt/local/bin/meld", line 178, in <module>
>     main()
>   File "/opt/local/bin/meld", line 164, in main
>     already_running, dbus_app = meld.dbus_service.setup(app)
>   File "/opt/local/lib/meld/meld/dbus_service.py", line 56, in setup
>     bus = dbus.SessionBus()
>   File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dbus/_dbus.py",
> line 219, in __new__
>     mainloop=mainloop)
>   File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dbus/_dbus.py",
> line 108, in __new__
>     bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
>   File
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dbus/bus.py",
> line 125, in __new__
>     bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
> dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoMemory: Not
> enough memory


I'm assuming that you actually *do* have available memory, and this error
is just misleading? If so, you could try disabling dbus support by
replacing lines 162-166 with:
    already_running, dbus_app = False, None

cheers,
Kai
_______________________________________________
meld-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/meld-list

Reply via email to