mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-01 13:09:41 -06:00
Bug 610202 - gnucash silently closes when no X11/$DISPLAY is present
This commit is contained in:
parent
15e9bde7c3
commit
3cd2fc5653
@ -761,7 +761,8 @@ main(int argc, char ** argv)
|
||||
if(!gtk_init_check (&argc, &argv))
|
||||
{
|
||||
g_printerr(_("%s\nRun '%s --help' to see a full list of available command line options.\n"),
|
||||
_("Error: could not initialize graphical user interface and option add-price-quotes was not set."),
|
||||
_("Error: could not initialize graphical user interface and option add-price-quotes was not set.\n"
|
||||
" Perhaps you need to set the $DISPLAY environment variable ?"),
|
||||
argv[0]);
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user