summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-03-10 00:37:13 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-03-10 00:44:20 +0000
commit50f63d05be34c63fad22b5c7ced9dae2b2611cca (patch)
treee5a25b83a264cc817d673077a649c4668ecffc88 /packaging
parentSave default template as "default.$lang.svg" if present (diff)
downloadinkscape-50f63d05be34c63fad22b5c7ced9dae2b2611cca.tar.gz
inkscape-50f63d05be34c63fad22b5c7ced9dae2b2611cca.zip
Remove INKSCAPE_PORTABLE_PROFILE_DIR
Please use the (functionally identical) INKSCAPE_PROFILE_DIR instead. See also https://gitlab.com/inkscape/inkscape/issues/114
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/snappy/snapcraft.sh2
-rw-r--r--packaging/win32/portable/App/AppInfo/Launcher/InkscapePortable.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/snappy/snapcraft.sh b/packaging/snappy/snapcraft.sh
index 1bbb29f2f..a9d45120b 100755
--- a/packaging/snappy/snapcraft.sh
+++ b/packaging/snappy/snapcraft.sh
@@ -1,6 +1,6 @@
#!/bin/sh -e
-export INKSCAPE_PORTABLE_PROFILE_DIR="${SNAP_USER_DATA}"
+export INKSCAPE_PROFILE_DIR="${SNAP_USER_DATA}"
export INKSCAPE_LOCALEDIR="${SNAP}/share/locale/"
exec "$@"
diff --git a/packaging/win32/portable/App/AppInfo/Launcher/InkscapePortable.ini b/packaging/win32/portable/App/AppInfo/Launcher/InkscapePortable.ini
index 76188e6e1..24856a942 100644
--- a/packaging/win32/portable/App/AppInfo/Launcher/InkscapePortable.ini
+++ b/packaging/win32/portable/App/AppInfo/Launcher/InkscapePortable.ini
@@ -8,7 +8,7 @@ Ghostscript=find
XML=true
[Environment]
-INKSCAPE_PORTABLE_PROFILE_DIR=%PAL:DataDir%\settings
+INKSCAPE_PROFILE_DIR=%PAL:DataDir%\settings
HOME=%PAL:DataDir%\settings
APPDATA=%PAL:DataDir%\settings
PYTHONHOME=%PAL:AppDir%\Inkscape\python