Comment 1 for bug 498710

Revision history for this message
su_v (suv-lp) wrote :

1) How do you start Inkscape?
 - by double-clicking its application icon in the finder?
 - by double-clicking a SVG file in the finder?
 - on the command-line or from a script?
2) Does X11 launch when you start Inkscape?
 - does it change if you launch X11 first, then Inkscape?

--
the console message comes from 'src/main.cpp', line 1110 ff.:
int sp_main_console(int argc, char const **argv)
{
    /* We are started in text mode */
(…)
    GSList *fl = NULL;
    int retVal = sp_common_main( argc, argv, &fl );
    g_return_val_if_fail(retVal == 0, 1);

    if (fl == NULL && !sp_shell) {
        g_print("Nothing to do!\n");
        exit(0);
    }
(…)