thanks sh,
I have pushed a fix to this in trunk rev 292
you might want to confirm the fix by pulling trunk
@@ -1460,7 +1458,12 @@
command.append (options.command)
if (options.execute):
command = options.execute
-
+
+ if gtk.gdk.display_get_default() == None:
+ print >> sys.stderr, _("You need to run terminator in an X environment. " \
+ "Make sure DISPLAY is properly set")
+ sys.exit(1)
+
term = Terminator (options.profile, command, options.fullscreen,
options.maximise, options.borderless)
gtk.main ()
** Changed in: terminator (Ubuntu)
Assignee: (unassigned) => chantra (chantra)
Status: New => Fix Committed
--
[Hardy] Segfault of Terminator when no $DISPLAY is set
https://bugs.launchpad.net/bugs/234566
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs