NEW: Pseudo unified console / GUI app on Windows
Hello
Starting with revision 9251, it's possible to open cmd.exe, type "inkscape" while having Inkscape's installation directory in PATH, and get a working console-mode executable. This is done by shipping a slightly modified version of the well-known inkscapec.exe helper, renamed to inkscape.com and placed in the same directory as inkscape.exe. This approach looks a bit hacky, but it's used by several of Microsoft's tool that also implement both GUI and command line mode.
Regards, Krzysztof
Hello again
As of 9281, Windows command line interface works exactly like the Unix one.
The files no longer need to be specified relative to Inkscape's installation directory, because the current directory is not changed on startup. Please test on Windows for any bugs this might have introduced (I didn't notice any so far - resources are found correctly, and extensions work).
https://bugs.launchpad.net/inkscape/+bug/167455
Regards, Krzysztof
Great news Krzystof! However, it does not work for me. When I am in a directory with "image.svg", running "inkscape image.svg" gives:
inkscape image.svg
** (inkscape.exe:824): CRITICAL **: Inkscape::XML::Document* sp_repr_read_file(const gchar*, const gchar*): assertion `Inkscape::IO::file_test( filename, G_FILE_TEST_EXISTS )' failed
-----Original Message----- From: Krzysztof Kosiński [mailto:tweenk.pl@...400...] Sent: zaterdag 3 april 2010 1:56 To: inkscape-devel Subject: Re: [Inkscape-devel] NEW: Pseudo unified console / GUI app onWindows
Hello again
As of 9281, Windows command line interface works exactly like the Unix one.
The files no longer need to be specified relative to Inkscape's installation directory, because the current directory is not changed on startup. Please test on Windows for any bugs this might have introduced (I didn't notice any so far - resources are found correctly, and extensions work).
https://bugs.launchpad.net/inkscape/+bug/167455
Regards, Krzysztof
Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Sorry I spoke too soon. Inkscape can indeed find the file now! Nice.
Exporting to pdf does not work however. It leaves a blank image...
-----Original Message----- From: J.B.C.Engelen@...1578... [mailto:J.B.C.Engelen@...1578...] Sent: zaterdag 3 april 2010 23:00 To: tweenk.pl@...400...; inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] NEW: Pseudo unified console / GUI app onWindows
Great news Krzystof! However, it does not work for me. When I am in a directory with "image.svg", running "inkscape image.svg" gives:
inkscape image.svg
** (inkscape.exe:824): CRITICAL **: Inkscape::XML::Document* sp_repr_read_file(const gchar*, const gchar*): assertion `Inkscape::IO::file_test( filename, G_FILE_TEST_EXISTS )' failed
-----Original Message----- From: Krzysztof Kosiński [mailto:tweenk.pl@...400...] Sent: zaterdag 3 april 2010 1:56 To: inkscape-devel Subject: Re: [Inkscape-devel] NEW: Pseudo unified console / GUI app onWindows
Hello again
As of 9281, Windows command line interface works exactly
like the Unix
one.
The files no longer need to be specified relative to Inkscape's installation directory, because the current directory is
not changed
on startup. Please test on Windows for any bugs this might have introduced (I didn't notice any so far - resources are found correctly, and extensions work).
https://bugs.launchpad.net/inkscape/+bug/167455
Regards, Krzysztof
-----Original Message----- From: Krzysztof Kosiński [mailto:tweenk.pl@...400...] Sent: 03 April 2010 01:56
Hello again
As of 9281, Windows command line interface works exactly like the Unix one.
The files no longer need to be specified relative to Inkscape's installation directory, because the current directory is not changed on startup. Please test on Windows for any bugs this might have introduced
When running inkscape.exe from within gdb, I no longer get to see g_message debug messages. Running inkscape.com from gdb is not the same as it does not reproduce this crash: https://bugs.launchpad.net/inkscape/+bug/578969
Ciao, Johan
participants (2)
-
unknown@example.com
-
Krzysztof Kosiński