=== modified file 'bin/menueditor' --- bin/menueditor 2010-09-15 19:04:17 +0000 +++ bin/menueditor 2010-11-30 14:03:32 +0000 @@ -359,6 +359,9 @@ MenueditorWindow object. Use this function rather than creating a MenueditorWindow directly. """ + if not gtk.gdk.display_get_default(): + logging.critical("Display not found") + sys.exit(1) #look for the ui file that describes the ui ui_filename = os.path.join(getdatapath(), 'ui', 'MenueditorWindow.ui')