summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:25:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:25:54 +0000
commitdd53d1b77f9242937a6e468ec25294624df3a1e7 (patch)
treea44bb617844a2228c4e2b00d6685f64b940e9269 /debian
parentSetting icon-theme to "system". (diff)
downloadinkscape-dd53d1b77f9242937a6e468ec25294624df3a1e7.tar.xz
inkscape-dd53d1b77f9242937a6e468ec25294624df3a1e7.zip
Disable quick start on first run.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/progress-linux/0007-disable-quick-start.patch16
-rw-r--r--debian/patches/series1
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0007-disable-quick-start.patch b/debian/patches/progress-linux/0007-disable-quick-start.patch
new file mode 100644
index 0000000..d327206
--- /dev/null
+++ b/debian/patches/progress-linux/0007-disable-quick-start.patch
@@ -0,0 +1,16 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Disable quick start on first run.
+
+diff -Naurp inkscape.orig/src/preferences-skeleton.h inkscape/src/preferences-skeleton.h
+--- inkscape.orig/src/preferences-skeleton.h
++++ inkscape/src/preferences-skeleton.h
+@@ -375,7 +375,8 @@ static char const preferences_skeleton[]
+ unitType="2" />
+ <group
+ id="boot"
+- theme="colorful" />
++ theme="system"
++ enabled="0" />
+ </group>
+
+ <group
diff --git a/debian/patches/series b/debian/patches/series
index 6f331bc..5cdfbca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@ progress-linux/0003-disable-savedialogposition.patch
progress-linux/0004-disable-savedocviewport.patch
progress-linux/0005-theme.patch
progress-linux/0006-icon-theme.patch
+progress-linux/0007-disable-quick-start.patch