diff options
Diffstat (limited to 'debian/patches')
-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..278c69a --- /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 +@@ -281,7 +281,7 @@ R"=====( + 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 69dd405..4cd3945 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ check-for-atomic.patch python3.patch avoid-syntaxwarning-in-python-extension.patch progress-linux/0001-enable-sort-attributes.patch +progress-linux/0002-disable-savewindowgeometry.patch |