Created
February 7, 2017 21:48
-
-
Save su-v/8fde2e8916b2a1b1eff7aa49812e3ba5 to your computer and use it in GitHub Desktop.
Diff of changes in Inkscape 0.92.1pre1 app for testing - ideally, the variables are added in packaging/macosx/Resources/bin/inkscape
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Contents/Resources/bin/inkscape-orig.sh 2017-02-07 13:40:36.000000000 +0100 | |
+++ Contents/Resources/bin/inkscape 2017-02-07 18:58:55.000000000 +0100 | |
@@ -95,6 +95,10 @@ | |
export ASPELL_CONF="prefix $TOP;" | |
export POPPLER_DATADIR="$TOP/share/poppler" | |
+# test font backend rendering | |
+export PANGOCAIRO_BACKEND="fontconfig" | |
+#export PANGOCAIRO_BACKEND="coretext" | |
+ | |
# no DBUS for now | |
unset DBUS_LAUNCHD_SESSION_BUS_SOCKET | |
unset DBUS_SESSION_BUS_ADDRESS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment