diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:51:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:51:44 +0000 |
commit | 2e0d252c530fbd124ab244942ad0c5cc064df178 (patch) | |
tree | feb107ea728382f39190209822aa49914c1b1533 | |
parent | Enable sorting attributes in svg output. (diff) | |
download | inkscape-2e0d252c530fbd124ab244942ad0c5cc064df178.tar.xz inkscape-2e0d252c530fbd124ab244942ad0c5cc064df178.zip |
Disable saving window geometry.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/progress-linux/0002-disable-savewindowgeometry.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0002-disable-savewindowgeometry.patch b/debian/patches/progress-linux/0002-disable-savewindowgeometry.patch new file mode 100644 index 0000000..d887e20 --- /dev/null +++ b/debian/patches/progress-linux/0002-disable-savewindowgeometry.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Disable saving window geometry. + +diff -Naurp inkscape.orig/src/preferences-skeleton.h inkscape/src/preferences-skeleton.h +--- inkscape.orig/src/preferences-skeleton.h ++++ inkscape/src/preferences-skeleton.h +@@ -289,7 +289,7 @@ static char const preferences_skeleton[] + gamutwarn="0" + bpc="0" + uri="" /> +- <group id="savewindowgeometry" value="1"/> ++ <group id="savewindowgeometry" value="0"/> + <group id="defaultoffsetwidth" value="2px"/> + <group id="defaultscale" value="2px"/> + <group id="maxrecentdocuments" value="36"/> diff --git a/debian/patches/series b/debian/patches/series index 0f95044..9d4501a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ skip-test-glyph-big-endian.patch #skip-tests.patch skip-tests-temp.path progress-linux/0001-enable-sort-attributes.patch +progress-linux/0002-disable-savewindowgeometry.patch |