blob: d327206787bde1ba4d6ff8ffb397f3527b526809 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|