Opened 13 years ago
Closed 12 years ago
#34099 closed defect (invalid)
meld error
Reported by: | march.1.xue@… | Owned by: | landonf (Landon Fuller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | ||
Port: | meld |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
using sudo install meld
, I've install meld without problem.
However, when type meld, I got error below:
** (process:27282): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags' ** (process:27282): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags' ** (process:27282): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags' Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! Traceback (most recent call last): File "/opt/local/bin/meld", line 123, in <module> main() File "/opt/local/bin/meld", line 115, in main app = meld.meldapp.MeldApp() File "/opt/local/lib/meld/meld/meldapp.py", line 136, in __init__ self.prefs = preferences.MeldPreferences() File "/opt/local/lib/meld/meld/preferences.py", line 289, in __init__ super(MeldPreferences, self).__init__("/apps/meld", self.defaults) File "/opt/local/lib/meld/meld/util/prefs.py", line 92, in __init__ self._gconf.add_dir(rootkey, gconf.CLIENT_PRELOAD_NONE) glib.GError: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: Not enough memory)
how should I fix this?
Change History (4)
comment:1 follow-up: 2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to landonf@… |
Port: | meld added |
comment:2 Changed 13 years ago by march.1.xue@…
OK, I'll remember this next time. Shall I create a new ticket? How can I Cc to Maintainer of meld. I only have information about "meld port" as follows:
Visual diff and merge tool. Maintained by: landonf Categories: textproc devel Platforms: darwin Dependencies: intltool py26-gnome rarian
Replying to ryandesign@…:
Please remember to use WikiFormatting, to fill in the Port field, and to Cc the maintainer of that port.
comment:3 Changed 13 years ago by march.1.xue@…
I was able to resolve this problem by:
launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
before launch meld
thank you all the same
comment:4 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please remember to use WikiFormatting, to fill in the Port field, and to Cc the maintainer of that port.