Commit Graph

7 Commits

Author SHA1 Message Date
Stephan Witt
dfb33eb569 #11742 use Inkscape 0.92.x converter from Resources of application bundle if detected - corrected shell syntax 2020-05-19 08:54:57 +02:00
Stephan Witt
813cd1765c #11742 use Inkscape 0.92.x converter from Resources of application bundle if detected 2020-05-19 08:49:20 +02:00
Stephan Witt
aec981bf41 #11742 correct pre 1.0 inkscape wrapper script path 2020-05-17 15:24:15 +02:00
Stephan Witt
4552d1c75f #11742 adapt inkscape start utility to Inkscape 1.0 2020-05-17 15:20:25 +02:00
Stephan Witt
a4d409b194 Add license info for inkscape start script 2019-01-06 09:28:20 +01:00
Stephan Witt
caa1dd2aee Correct converter configuration for inkscape on Mac
On Mac the inkscape binary is started by a wrapper script. This script changes the
working directory internally and fails to process files with relative path names.
The previous attempt to solve it was to pass the file names with absolute names
by prepending them with the $$p variable (representing the directory name of the files).
This broke the on screen conversion (used for SVGZ to PNG e.g. in the users guide)
because here the $$p variable is undefined.

Now the wrapper script of LyX which is used to locate the Inkscape.app bundle converts
the relative path names into absolute names and the $$p variable is removed from the
converter definitions for inkscape again.
2019-01-06 00:22:32 +01:00
Stephan Witt
350ef993e5 add inkscape wrapper script for Mac OS
The wrapper script is placed in the binary directory of the LyX bundle.
It tries to find the real inkscape command line converter in the
Inkscape.app bundle and starts it or reports an error.
The configure.py is changed for Mac OS to check the presence of
the real inkscape binary in the Inkscape.app bundle.
2017-09-24 11:55:20 +02:00