Advertisement
Guest User

Untitled

a guest
Dec 29th, 2012
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. sudo meld
  2.  
  3. Couldn't bind the translation domain. Some translations won't work.
  4. Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
  5. Traceback (most recent call last):
  6. File "/opt/local/bin/meld", line 138, in <module>
  7. main()
  8. File "/opt/local/bin/meld", line 129, in main
  9. from meld.meldapp import app
  10. File "/opt/local/lib/meld/meld/meldapp.py", line 199, in <module>
  11. app = MeldApp()
  12. File "/opt/local/lib/meld/meld/meldapp.py", line 113, in __init__
  13. self.prefs = preferences.MeldPreferences()
  14. File "/opt/local/lib/meld/meld/preferences.py", line 265, in __init__
  15. super(MeldPreferences, self).__init__("/apps/meld", self.defaults)
  16. File "/opt/local/lib/meld/meld/util/prefs.py", line 93, in __init__
  17. self._gconf.add_dir(rootkey, gconf.CLIENT_PRELOAD_NONE)
  18. 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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement