diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:25:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:25:52 +0000 |
commit | ba32983f472cda42c9c3eb63fb9e59d0eccfa8e2 (patch) | |
tree | e099a5434390a18cb0ef84b4f47ac2ec5e9f06cf | |
parent | Enable sorting attributes in svg output. (diff) | |
download | inkscape-ba32983f472cda42c9c3eb63fb9e59d0eccfa8e2.tar.xz inkscape-ba32983f472cda42c9c3eb63fb9e59d0eccfa8e2.zip |
Disable saving window geometry.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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..e0ab36b --- /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 +@@ -270,7 +270,7 @@ static char const preferences_skeleton[] + bpc="0" + preserveblack="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 cabba26..6c5dc06 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -9,3 +9,4 @@ skip-test-librevenge.patch skip-test-glyph-big-endian.patch skip-test-use.patch progress-linux/0001-enable-sort-attributes.patch +progress-linux/0002-disable-savewindowgeometry.patch |