Opened 14 years ago
Closed 14 years ago
#26119 closed defect (invalid)
meld - Execution error: Dynamic session lookup supported but failed
Reported by: | mitch.lin@… | Owned by: | landonf (Landon Fuller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | meld |
Description
When trying to run meld, I received this error:
~) meld Xlib: extension "RANDR" missing on display "/tmp/launch-35b2YH/org.x:0". 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 102, in <module> meldapp.main() File "/opt/local/lib/meld/meldapp.py", line 921, in main app = MeldApp() File "/opt/local/lib/meld/meldapp.py", line 425, in __init__ self.prefs = MeldPreferences() File "/opt/local/lib/meld/meldapp.py", line 366, in __init__ super(MeldPreferences, self).__init__("/apps/meld", self.defaults) File "/opt/local/lib/meld/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)
Change History (3)
comment:1 Changed 14 years ago by mf2k (Frank Schima)
Keywords: | meld removed |
---|---|
Milestone: | MacPorts 1.9.2 |
Owner: | changed from macports-tickets@… to landonf@… |
Port: | meld added |
comment:2 Changed 14 years ago by drkp (Dan Ports)
comment:3 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Yes, this is what happens when dbus isn't running.
Note: See
TracTickets for help on using
tickets.
Probably means dbus isn't running -- did you run the commands listed in
port notes dbus
?