diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:51:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:51:45 +0000 |
commit | df82894323c16deabcaf6fe13cdb036bf26f6167 (patch) | |
tree | da5d2a82f659d0f57702a86d50b9b14617754e4e /debian/patches/progress-linux | |
parent | Setting icon-theme to "system". (diff) | |
download | inkscape-df82894323c16deabcaf6fe13cdb036bf26f6167.tar.xz inkscape-df82894323c16deabcaf6fe13cdb036bf26f6167.zip |
Disable quick start on first run.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/progress-linux')
-rw-r--r-- | debian/patches/progress-linux/0007-disable-quick-start.patch | 16 |
1 files changed, 16 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 |